v1.1.14 update
authornsz <nsz@port70.net>
Sat, 15 Oct 2016 11:01:12 +0000 (11:01 +0000)
committernsz <nsz@port70.net>
Sat, 15 Oct 2016 11:27:57 +0000 (11:27 +0000)
42 files changed:
Makefile
abi.cc [deleted file]
abi_func.cc
abi_func.sh
abi_func_data.sh
abi_type.aarch64.cc
abi_type.arm.cc
abi_type.i386.cc
abi_type.microblaze.cc
abi_type.mips.cc
abi_type.or1k.cc
abi_type.powerpc.cc
abi_type.sh
abi_type.sh.cc
abi_type.x32.cc
abi_type.x86_64.cc
abi_type_data.sh
data/abi_func.x86_64.diff [new file with mode: 0644]
data/abi_func.x86_64.glibc [new file with mode: 0644]
data/abi_func.x86_64.musl [new file with mode: 0644]
data/abi_type.x86_64.diff [new file with mode: 0644]
data/abi_type.x86_64.glibc [new file with mode: 0644]
data/abi_type.x86_64.musl [new file with mode: 0644]
data/musl.aarch64.decls
data/musl.arm.decls
data/musl.generic.decls
data/musl.i386.decls
data/musl.microblaze.decls
data/musl.mips.decls
data/musl.or1k.decls
data/musl.powerpc.decls
data/musl.sh.decls
data/musl.x32.decls
data/musl.x86_64.decls
makedecls.sh
makesyms.sh
maketags.sh
maketagssrc.sh
tab_c11.html
tab_c99.html
tab_posix.html
update.sh

index a7d6ba1..9ab4a7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,19 @@
-MUSL=../musl
-
-all: tables abi.ARCH.musl
+all: tables abi
 
 clean:
        rm -f sizeof*.o sizeof-glibc sizeof-musl sizeof.diff tab_*.html
 
 tables:
        MUSL=$(MUSL) ./update.sh
+abi: data/abi_type.x86_64.musl data/abi_func.x86_64.musl
+
+abi_type.x86_64.cc abi_func.cc: tables
+
+data/abi_type.x86_64.musl: abi_type.x86_64.cc
+       CXX=g++ ./abi_type_data.sh >$@
+data/abi_func.x86_64.musl: abi_func.cc
+       CXX=g++ ./abi_func_data.sh >$@
+
 
 sizeof: sizeof-glibc sizeof-musl
        ./sizeof-glibc >data/sizeof.ARCH.glibc
@@ -33,11 +40,11 @@ sizeof-g++: sizeof.c
        g++ -std=gnu99 -nostdinc -fno-stack-protector -isystem $(MUSL)/include -isystem $(LIBGCC) -isystem /usr/include -c -o $@.o $<
        ld -o $@ $@.o -X -d -e _start -Bstatic $(MUSL)/lib/crti.o $(MUSL)/lib/crt1.o $(MUSL)/lib/crtn.o -L$(MUSL)/lib -lc -L$(LIBGCC) -lgcc -nostdlib
 
-abi: abi.ARCH.diff
-       cp abi.ARCH.* data/
+#abi: abi.ARCH.diff
+#      cp abi.ARCH.* data/
 
-abi_type.cc:
-       ./abi_type.sh
+#abi_type.cc:
+#      ./abi_type.sh
 abi.ARCH.glibc: abi_type.cc
        g++ -std=c++11 $(GLIBC_FLAGS) -c -o $@.o $<
        nm -C $@.o |sed -n 's/^[[:xdigit:]]* T //p' |sort >$@
diff --git a/abi.cc b/abi.cc
deleted file mode 100644 (file)
index 6faae4e..0000000
--- a/abi.cc
+++ /dev/null
@@ -1,659 +0,0 @@
-#define _GNU_SOURCE 1
-#define _LARGEFILE64_SOURCE 1
-#define _FILE_OFFSET_BITS 64
-#define SYSLOG_NAMES 1
-#include <stddef.h>
-#include <sys/types.h>
-
-#include <aio.h>
-#include <alloca.h>
-#include <ar.h>
-#include <arpa/ftp.h>
-#include <arpa/inet.h>
-#include <arpa/nameser.h>
-#include <arpa/nameser_compat.h>
-#include <arpa/telnet.h>
-#include <arpa/tftp.h>
-#include <assert.h>
-#include <byteswap.h>
-#include <complex.h>
-#include <cpio.h>
-#include <crypt.h>
-#include <ctype.h>
-#include <dirent.h>
-#include <dlfcn.h>
-#include <elf.h>
-#include <endian.h>
-#include <err.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <features.h>
-#include <fenv.h>
-#include <float.h>
-#include <fmtmsg.h>
-#include <fnmatch.h>
-#include <ftw.h>
-#include <getopt.h>
-#include <glob.h>
-#include <grp.h>
-#include <iconv.h>
-#include <ifaddrs.h>
-#include <inttypes.h>
-#include <iso646.h>
-#include <langinfo.h>
-#include <lastlog.h>
-#include <libgen.h>
-#include <libintl.h>
-#include <limits.h>
-#include <link.h>
-#include <locale.h>
-#include <malloc.h>
-#include <math.h>
-#include <memory.h>
-#include <mntent.h>
-#include <monetary.h>
-#include <mqueue.h>
-#include <net/ethernet.h>
-#include <net/if.h>
-#include <net/if_arp.h>
-#include <net/route.h>
-#include <netdb.h>
-#include <netinet/ether.h>
-#include <netinet/icmp6.h>
-#include <netinet/if_ether.h>
-#include <netinet/igmp.h>
-#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
-#include <netinet/ip6.h>
-#include <netinet/ip_icmp.h>
-#include <netinet/tcp.h>
-#include <netinet/udp.h>
-#include <netpacket/packet.h>
-#include <nl_types.h>
-#include <paths.h>
-#include <poll.h>
-#include <pthread.h>
-#include <pty.h>
-#include <pwd.h>
-#include <regex.h>
-#include <resolv.h>
-#include <sched.h>
-#include <scsi/scsi.h>
-#include <scsi/scsi_ioctl.h>
-#include <scsi/sg.h>
-#include <search.h>
-#include <semaphore.h>
-#include <setjmp.h>
-#include <shadow.h>
-#include <signal.h>
-#include <spawn.h>
-//#include <stdalign.h>
-#include <stdarg.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdio_ext.h>
-#include <stdlib.h>
-//#include <stdnoreturn.h>
-#include <string.h>
-#include <strings.h>
-#include <stropts.h>
-#include <sys/acct.h>
-//#include <sys/auxv.h>
-//#include <sys/cachectl.h>
-#include <sys/dir.h>
-#include <sys/epoll.h>
-//#include <sys/errno.h>
-#include <sys/eventfd.h>
-#include <sys/fanotify.h>
-//#include <sys/fcntl.h>
-#include <sys/file.h>
-#include <sys/fsuid.h>
-#include <sys/inotify.h>
-#include <sys/io.h>
-#include <sys/ioctl.h>
-#include <sys/ipc.h>
-#include <sys/kd.h>
-#include <sys/klog.h>
-#include <sys/mman.h>
-#include <sys/mount.h>
-#include <sys/msg.h>
-#include <sys/mtio.h>
-#include <sys/param.h>
-#include <sys/personality.h>
-//#include <sys/poll.h>
-#include <sys/prctl.h>
-#include <sys/procfs.h>
-#include <sys/ptrace.h>
-#include <sys/quota.h>
-#include <sys/reboot.h>
-#include <sys/reg.h>
-#include <sys/resource.h>
-#include <sys/select.h>
-#include <sys/sem.h>
-#include <sys/sendfile.h>
-#include <sys/shm.h>
-//#include <sys/signal.h>
-#include <sys/signalfd.h>
-#include <sys/socket.h>
-//#include <sys/soundcard.h>
-#include <sys/stat.h>
-#include <sys/statfs.h>
-#include <sys/statvfs.h>
-#include <sys/stropts.h>
-#include <sys/swap.h>
-#include <sys/syscall.h>
-#include <sys/sysinfo.h>
-#include <sys/syslog.h>
-#include <sys/sysmacros.h>
-//#include <sys/termios.h>
-#include <sys/time.h>
-#include <sys/timeb.h>
-#include <sys/timerfd.h>
-#include <sys/times.h>
-#include <sys/timex.h>
-#include <sys/ttydefaults.h>
-#include <sys/types.h>
-#include <sys/ucontext.h>
-#include <sys/uio.h>
-#include <sys/un.h>
-#include <sys/user.h>
-#include <sys/utsname.h>
-#include <sys/vfs.h>
-#include <sys/vt.h>
-#include <sys/wait.h>
-#include <sys/xattr.h>
-#include <syscall.h>
-#include <sysexits.h>
-#include <syslog.h>
-#include <tar.h>
-#include <termios.h>
-#include <tgmath.h>
-//#include <threads.h>
-#include <time.h>
-#include <uchar.h>
-#include <ucontext.h>
-#include <ulimit.h>
-#include <unistd.h>
-#include <utime.h>
-#include <utmp.h>
-#include <utmpx.h>
-#include <values.h>
-//#include <wait.h>
-#include <wchar.h>
-#include <wctype.h>
-#include <wordexp.h>
-typedef long long long_long; typedef long double long_double;
-struct size{int i;}; struct align{int i;};
-#define p(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define pp(s,t) void x_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
-p(,ACTION)
-p(,CODE)
-pp(,DIR)
-p(,Dl_info)
-p(,ENTRY)
-p(,Elf32_Addr)
-p(,Elf32_Conflict)
-p(,Elf32_Dyn)
-p(,Elf32_Ehdr)
-p(,Elf32_Half)
-p(,Elf32_Lib)
-p(,Elf32_Move)
-p(,Elf32_Nhdr)
-p(,Elf32_Off)
-p(,Elf32_Phdr)
-p(,Elf32_RegInfo)
-p(,Elf32_Rel)
-p(,Elf32_Rela)
-p(,Elf32_Section)
-p(,Elf32_Shdr)
-p(,Elf32_Sword)
-p(,Elf32_Sxword)
-p(,Elf32_Sym)
-p(,Elf32_Syminfo)
-p(,Elf32_Verdaux)
-p(,Elf32_Verdef)
-p(,Elf32_Vernaux)
-p(,Elf32_Verneed)
-p(,Elf32_Versym)
-p(,Elf32_Word)
-p(,Elf32_Xword)
-p(,Elf32_auxv_t)
-p(,Elf32_gptab)
-p(,Elf64_Addr)
-p(,Elf64_Dyn)
-p(,Elf64_Ehdr)
-p(,Elf64_Half)
-p(,Elf64_Lib)
-p(,Elf64_Move)
-p(,Elf64_Nhdr)
-p(,Elf64_Off)
-p(,Elf64_Phdr)
-p(,Elf64_Rel)
-p(,Elf64_Rela)
-p(,Elf64_Section)
-p(,Elf64_Shdr)
-p(,Elf64_Sword)
-p(,Elf64_Sxword)
-p(,Elf64_Sym)
-p(,Elf64_Syminfo)
-p(,Elf64_Verdaux)
-p(,Elf64_Verdef)
-p(,Elf64_Vernaux)
-p(,Elf64_Verneed)
-p(,Elf64_Versym)
-p(,Elf64_Word)
-p(,Elf64_Xword)
-p(,Elf64_auxv_t)
-p(,Elf_Options)
-p(,Elf_Options_Hw)
-p(,Elf_Symndx)
-pp(,FILE)
-p(,HEADER)
-p(,Sg_io_hdr)
-//p(,Sg_io_vec)
-p(,Sg_req_info)
-p(,Sg_scsi_id)
-p(,VISIT)
-//p(,__isoc_va_list)
-p(,__jmp_buf)
-p(,blkcnt_t)
-p(,blksize_t)
-p(,bool)
-p(,caddr_t)
-p(,cc_t)
-p(,char)
-p(,char16_t)
-p(,char32_t)
-p(,clock_t)
-p(,clockid_t)
-//p(,cnd_t)
-p(,comp_t)
-p(,cpu_set_t)
-p(,dev_t)
-p(,div_t)
-p(,double)
-p(,double_t)
-p(,elf_fpregset_t)
-p(,elf_greg_t)
-p(,elf_gregset_t)
-p(,epoll_data_t)
-p(,eventfd_t)
-p(,fd_mask)
-p(,fd_set)
-p(,fenv_t)
-p(,fexcept_t)
-p(,float)
-p(,float_t)
-p(,fpos_t)
-p(,fpregset_t)
-p(,fsblkcnt_t)
-p(,fsfilcnt_t)
-p(,fsid_t)
-p(,gid_t)
-p(,glob_t)
-p(,greg_t)
-p(,gregset_t)
-p(,iconv_t)
-p(,id_t)
-p(,idtype_t)
-p(,imaxdiv_t)
-p(,in_addr_t)
-p(,in_port_t)
-p(,ino_t)
-p(,int)
-p(,int16_t)
-p(,int32_t)
-p(,int64_t)
-p(,int8_t)
-p(,int_fast16_t)
-p(,int_fast32_t)
-p(,int_fast64_t)
-p(,int_fast8_t)
-p(,int_least16_t)
-p(,int_least32_t)
-p(,int_least64_t)
-p(,int_least8_t)
-p(,intmax_t)
-p(,intptr_t)
-p(,jmp_buf)
-p(,key_t)
-p(,ldiv_t)
-p(,lldiv_t)
-p(,locale_t)
-p(,long)
-p(,long_double)
-p(,long_long)
-p(,lwpid_t)
-p(,max_align_t)
-p(,mbstate_t)
-p(,mcontext_t)
-p(,mode_t)
-p(,mqd_t)
-p(,msglen_t)
-p(,msgqnum_t)
-//p(,mtx_t)
-p(,n_long)
-p(,n_short)
-p(,n_time)
-p(,nfds_t)
-p(,nl_catd)
-p(,nl_item)
-p(,nlink_t)
-p(,ns_cert_types)
-p(,ns_class)
-p(,ns_flag)
-p(,ns_key_types)
-p(,ns_msg)
-p(,ns_opcode)
-p(,ns_rcode)
-p(,ns_rr)
-p(,ns_sect)
-//p(,ns_tcp_tsig_state)
-//p(,ns_tsig_key)
-p(,ns_type)
-p(,ns_update_operation)
-p(,off_t)
-//p(,once_flag)
-p(,pid_t)
-p(,posix_spawn_file_actions_t)
-p(,posix_spawnattr_t)
-p(,prfpregset_t)
-p(,prgregset_t)
-p(,prpsinfo_t)
-p(,prstatus_t)
-p(,psaddr_t)
-p(,pthread_attr_t)
-p(,pthread_barrier_t)
-p(,pthread_barrierattr_t)
-p(,pthread_cond_t)
-p(,pthread_condattr_t)
-p(,pthread_key_t)
-p(,pthread_mutex_t)
-p(,pthread_mutexattr_t)
-p(,pthread_once_t)
-p(,pthread_rwlock_t)
-p(,pthread_rwlockattr_t)
-p(,pthread_spinlock_t)
-p(,pthread_t)
-p(,ptrdiff_t)
-p(,quad_t)
-p(,regex_t)
-p(,register_t)
-p(,regmatch_t)
-p(,regoff_t)
-p(,res_state)
-p(,rlim_t)
-p(,sa_family_t)
-p(,sem_t)
-p(,sg_io_hdr_t)
-p(,sg_iovec_t)
-p(,sg_req_info_t)
-p(,shmatt_t)
-p(,short)
-p(,sig_atomic_t)
-p(,sig_t)
-p(,sighandler_t)
-p(,siginfo_t)
-p(,sigjmp_buf)
-p(,sigset_t)
-p(,size_t)
-p(,socklen_t)
-p(,speed_t)
-p(,ssize_t)
-p(,stack_t)
-p(struct,FTW)
-//p(struct,__fsid_t)
-p(struct,__jmp_buf_tag)
-//p(struct,__mbstate_t)
-p(struct,__ns_msg)
-p(struct,__ns_rr)
-//p(struct,__ptcb)
-p(struct,__res_state)
-//p(struct,__sigset_t)
-//p(struct,__ucontext)
-p(struct,_fpstate)
-p(struct,_ns_flagdata)
-p(struct,acct)
-p(struct,acct_v3)
-p(struct,addrinfo)
-p(struct,aiocb)
-p(struct,ar_hdr)
-p(struct,arpd_request)
-p(struct,arphdr)
-p(struct,arpreq)
-p(struct,arpreq_old)
-p(struct,bandinfo)
-p(struct,ccs_modesel_head)
-p(struct,cmsghdr)
-//p(struct,cpu_set_t)
-p(struct,crypt_data)
-p(struct,dirent)
-p(struct,dl_phdr_info)
-p(struct,dqblk)
-p(struct,dqinfo)
-p(struct,elf_prpsinfo)
-p(struct,elf_prstatus)
-p(struct,elf_siginfo)
-p(struct,entry)
-p(struct,epoll_event)
-p(struct,ether_addr)
-p(struct,ether_arp)
-p(struct,ether_header)
-p(struct,ethhdr)
-p(struct,f_owner_ex)
-p(struct,fanotify_event_metadata)
-p(struct,fanotify_response)
-p(struct,flock)
-p(struct,group)
-p(struct,group_filter)
-p(struct,group_req)
-p(struct,group_source_req)
-p(struct,hostent)
-p(struct,hsearch_data)
-p(struct,icmp)
-p(struct,icmp6_filter)
-p(struct,icmp6_hdr)
-p(struct,icmp6_router_renum)
-p(struct,icmp_ra_addr)
-p(struct,icmphdr)
-p(struct,if_nameindex)
-p(struct,ifaddr)
-p(struct,ifaddrs)
-p(struct,ifconf)
-p(struct,ifmap)
-p(struct,ifreq)
-p(struct,igmp)
-//p(struct,ih_idseq)
-//p(struct,ih_pmtu)
-//p(struct,ih_rtradv)
-p(struct,in6_addr)
-p(struct,in6_pktinfo)
-p(struct,in6_rtmsg)
-p(struct,in_addr)
-p(struct,in_pktinfo)
-p(struct,inotify_event)
-p(struct,iovec)
-p(struct,ip)
-p(struct,ip6_dest)
-p(struct,ip6_ext)
-p(struct,ip6_frag)
-p(struct,ip6_hbh)
-p(struct,ip6_hdr)
-//p(struct,ip6_hdrctl)
-p(struct,ip6_mtuinfo)
-p(struct,ip6_opt)
-p(struct,ip6_opt_jumbo)
-p(struct,ip6_opt_nsap)
-p(struct,ip6_opt_router)
-p(struct,ip6_opt_tunnel)
-p(struct,ip6_rthdr)
-p(struct,ip6_rthdr0)
-p(struct,ip_mreq)
-p(struct,ip_mreq_source)
-p(struct,ip_mreqn)
-p(struct,ip_msfilter)
-p(struct,ip_opts)
-p(struct,ip_timestamp)
-p(struct,ipc_perm)
-p(struct,iphdr)
-p(struct,ipv6_mreq)
-p(struct,itimerspec)
-p(struct,itimerval)
-p(struct,lastlog)
-p(struct,lconv)
-p(struct,linger)
-p(struct,link_map)
-p(struct,mld_hdr)
-p(struct,mmsghdr)
-p(struct,mntent)
-p(struct,mq_attr)
-p(struct,msgbuf)
-p(struct,msghdr)
-p(struct,msginfo)
-p(struct,msqid_ds)
-p(struct,mt_tape_info)
-p(struct,mtconfiginfo)
-p(struct,mtget)
-p(struct,mtop)
-p(struct,mtpos)
-p(struct,nd_neighbor_advert)
-p(struct,nd_neighbor_solicit)
-p(struct,nd_opt_adv_interval)
-p(struct,nd_opt_hdr)
-p(struct,nd_opt_home_agent_info)
-p(struct,nd_opt_mtu)
-p(struct,nd_opt_prefix_info)
-p(struct,nd_opt_rd_hdr)
-p(struct,nd_redirect)
-p(struct,nd_router_advert)
-p(struct,nd_router_solicit)
-p(struct,netent)
-p(struct,ns_tcp_tsig_state)
-p(struct,ns_tsig_key)
-p(struct,ntptimeval)
-p(struct,option)
-p(struct,packet_mreq)
-p(struct,passwd)
-p(struct,pollfd)
-p(struct,prctl_mm_map)
-p(struct,protoent)
-//p(struct,ptrace_peeksiginfo_args)
-p(struct,qelem)
-p(struct,r_debug)
-p(struct,re_pattern_buffer)
-p(struct,res_sym)
-p(struct,rlimit)
-p(struct,rr_pco_match)
-p(struct,rr_pco_use)
-p(struct,rr_result)
-p(struct,rtentry)
-p(struct,rusage)
-p(struct,sched_param)
-p(struct,sembuf)
-p(struct,semid_ds)
-p(struct,seminfo)
-p(struct,servent)
-p(struct,sg_header)
-p(struct,sg_io_hdr)
-p(struct,sg_iovec)
-p(struct,sg_req_info)
-p(struct,sg_scsi_id)
-p(struct,shm_info)
-p(struct,shmid_ds)
-p(struct,shminfo)
-p(struct,sigaction)
-p(struct,sigaltstack)
-p(struct,sigcontext)
-p(struct,sigevent)
-p(struct,signalfd_siginfo)
-p(struct,sockaddr)
-p(struct,sockaddr_in)
-p(struct,sockaddr_in6)
-p(struct,sockaddr_ll)
-p(struct,sockaddr_storage)
-p(struct,sockaddr_un)
-p(struct,spwd)
-p(struct,stat)
-p(struct,statfs)
-p(struct,statvfs)
-p(struct,str_list)
-p(struct,str_mlist)
-p(struct,strbuf)
-p(struct,strfdinsert)
-p(struct,strioctl)
-p(struct,strpeek)
-p(struct,strrecvfd)
-p(struct,sysinfo)
-p(struct,tcp_info)
-p(struct,tcp_md5sig)
-p(struct,tcphdr)
-p(struct,termios)
-p(struct,tftphdr)
-p(struct,timeb)
-p(struct,timespec)
-p(struct,timestamp)
-p(struct,timeval)
-p(struct,timex)
-p(struct,timezone)
-p(struct,tm)
-p(struct,tms)
-p(struct,ucred)
-p(struct,udphdr)
-p(struct,user)
-p(struct,user_fpregs_struct)
-p(struct,user_regs_struct)
-p(struct,utimbuf)
-p(struct,utmpx)
-p(struct,utsname)
-p(struct,winsize)
-p(,suseconds_t)
-p(,tcflag_t)
-//p(,tcp_seq)
-//p(,thrd_start_t)
-//p(,thrd_t)
-p(,time_t)
-p(,timer_t)
-//p(,tss_dtor_t)
-//p(,tss_t)
-p(,u_char)
-p(,u_int)
-p(,u_int16_t)
-p(,u_int32_t)
-p(,u_int64_t)
-p(,u_int8_t)
-p(,u_long)
-p(,u_quad_t)
-p(,u_short)
-p(,ucontext_t)
-p(,uid_t)
-p(,uint)
-p(,uint16_t)
-p(,uint32_t)
-p(,uint64_t)
-p(,uint8_t)
-p(,uint_fast16_t)
-p(,uint_fast32_t)
-p(,uint_fast64_t)
-p(,uint_fast8_t)
-p(,uint_least16_t)
-p(,uint_least32_t)
-p(,uint_least64_t)
-p(,uint_least8_t)
-p(,uintmax_t)
-p(,uintptr_t)
-p(,ulong)
-//p(union,_G_fpos64_t)
-p(union,epoll_data)
-p(union,sigval)
-p(,useconds_t)
-p(,ushort)
-p(,va_list)
-pp(,void)
-p(,wchar_t)
-p(,wctrans_t)
-p(,wctype_t)
-p(,wint_t)
-p(,wordexp_t)
index ed88811..309d36c 100644 (file)
 #include <stropts.h>
 #include <sys/acct.h>
 #include <sys/auxv.h>
+#ifndef __GLIBC__
+#include <sys/cachectl.h>
+#endif
 #include <sys/epoll.h>
 #include <sys/eventfd.h>
 #include <sys/fanotify.h>
 #include <sys/file.h>
 #include <sys/fsuid.h>
 #include <sys/inotify.h>
+// #include <sys/io.h>
 #include <sys/ioctl.h>
 #include <sys/ipc.h>
 #include <sys/klog.h>
 #include <sys/xattr.h>
 #include <syslog.h>
 #include <termios.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 #define M(x) x
 #endif
 
-// T(ElfW)
+// ElfW
 T(_Exit)
 T(__assert_fail)
 T(__ctype_get_mb_cur_max)
@@ -155,7 +162,7 @@ T(__signbit)
 T(__signbitf)
 T(__signbitl)
 T(_exit)
-// _flush_cache
+M(T(_flush_cache))
 T(_flushlbf)
 T(_longjmp)
 M(T(_pthread_cleanup_pop))
@@ -228,15 +235,15 @@ T(c32rtomb)
 T(cabs)
 T(cabsf)
 T(cabsl)
-// cachectl
-// cacheflush
+M(T(cachectl))
+M(T(cacheflush))
 T(cacos)
 T(cacosf)
 T(cacosh)
 T(cacoshf)
 T(cacoshl)
 T(cacosl)
-// call_once
+M(T(call_once))
 T(calloc)
 T(carg)
 T(cargf)
@@ -301,12 +308,12 @@ T(clone)
 T(close)
 T(closedir)
 T(closelog)
-// cnd_broadcast
-// cnd_destroy
-// cnd_init
-// cnd_signal
-// cnd_timedwait
-// cnd_wait
+M(T(cnd_broadcast))
+M(T(cnd_destroy))
+M(T(cnd_init))
+M(T(cnd_signal))
+M(T(cnd_timedwait))
+M(T(cnd_wait))
 T(confstr)
 T(conj)
 T(conjf)
@@ -906,12 +913,12 @@ T(msgget)
 T(msgrcv)
 T(msgsnd)
 T(msync)
-// mtx_destroy
-// mtx_init
-// mtx_lock
-// mtx_timedlock
-// mtx_trylock
-// mtx_unlock
+M(T(mtx_destroy))
+M(T(mtx_init))
+M(T(mtx_lock))
+M(T(mtx_timedlock))
+M(T(mtx_trylock))
+M(T(mtx_unlock))
 T(munlock)
 T(munlockall)
 T(munmap)
@@ -1193,7 +1200,6 @@ T(scanf)
 T(sched_get_priority_max)
 T(sched_get_priority_min)
 T(sched_getaffinity)
-T(sched_getcpu)
 T(sched_getparam)
 T(sched_getscheduler)
 T(sched_rr_get_interval)
@@ -1428,14 +1434,14 @@ T(tfind)
 T(tgamma)
 T(tgammaf)
 T(tgammal)
-// thrd_create
-// thrd_current
-// thrd_detach
-// thrd_equal
-// thrd_exit
-// thrd_join
-// thrd_sleep
-// thrd_yield
+M(T(thrd_create))
+M(T(thrd_current))
+M(T(thrd_detach))
+M(T(thrd_equal))
+M(T(thrd_exit))
+M(T(thrd_join))
+M(T(thrd_sleep))
+M(T(thrd_yield))
 T(time)
 T(timegm)
 T(timer_create)
@@ -1466,10 +1472,10 @@ T(truncate)
 T(truncf)
 T(truncl)
 T(tsearch)
-// tss_create
-// tss_delete
-// tss_get
-// tss_set
+M(T(tss_create))
+M(T(tss_delete))
+M(T(tss_get))
+M(T(tss_set))
 T(ttyname)
 T(ttyname_r)
 T(twalk)
index 6c6d44a..15a341e 100755 (executable)
@@ -11,10 +11,14 @@ echo '
 #define _FILE_OFFSET_BITS 64
 ' >abi_func.cc
 
-awk -F'\t' '$3 ~ /^p$/ {
-       if ($2 ~ /^(sys\/(cachectl|io)|threads)\.h$/) next
-       print "#include <" $2 ">"
-}' data/musl.generic.decls |sort |uniq >>abi_func.cc
+awk -F'\t' '$3 ~ /^p$/ {print $2}' data/musl.generic.decls |sort |uniq |awk '
+/^sys\/io\.h$/ {print "// #include <"$0">"; next}
+{
+       w = $0 ~ /^(sys\/cachectl|threads)\.h$/
+       if(w) print "#ifndef __GLIBC__"
+       print "#include <" $0 ">"
+       if(w) print "#endif"
+}' >>abi_func.cc
 
 echo '
 #define T(x) void t_##x(__typeof(x)*p){}
@@ -28,12 +32,16 @@ echo '
 ' >>abi_func.cc
 
 awk '
-/^(_flush_cache|cachectl|cacheflush|iopl|ioperm|call_once|cnd_broadcast|cnd_destroy|cnd_init|cnd_signal|cnd_timedwait|cnd_wait|mtx_destroy|mtx_init|mtx_lock|mtx_timedlock|mtx_trylock|mtx_unlock|thrd_create|thrd_current|thrd_detach|thrd_equal|thrd_exit|thrd_join|thrd_sleep|thrd_yield|tss_create|tss_delete|tss_get|tss_set)$/ {
+# non-portable or ctags mistake
+/^(iopl|ioperm|ElfW)$/ {
        print "// "$0; next
 }
-#/^(__flt_rounds|__freadahead|__freadptr|__freadptrinc|__fseterr|_pthread_cleanup_pop|_pthread_cleanup_push|gets|issetugid|posix_close|strlcat|strlcpy)$/
-/^(__flt_rounds|__freadahead|__freadptr|__freadptrinc|__fseterr|_pthread_cleanup_pop|_pthread_cleanup_push|fgetln|getdents|gets|index|issetugid|memchr|memrchr|posix_close|rindex|strcasestr|strchr|strchrnul|strlcat|strlcpy|strpbrk|strrchr|strstr|wcschr|wcspbrk|wcsrchr|wcsstr|wcswcs|wmemchr)$/ {
+# polymorphic in glibc
+/^(index|memchr|memrchr|rindex|strcasestr|strchr|strchrnul|strlcat|strlcpy|strpbrk|strrchr|strstr|wcschr|wcspbrk|wcsrchr|wcsstr|wcswcs|wmemchr)$/ ||
+# musl only
+/^(__flt_rounds|__freadahead|__freadptr|__freadptrinc|__fseterr|_pthread_cleanup_pop|_pthread_cleanup_push|fgetln|getdents|gets|issetugid|posix_close)$/ ||
+/^(_flush_cache|cachectl|cacheflush)$/ ||
+/^(call_once|cnd_broadcast|cnd_destroy|cnd_init|cnd_signal|cnd_timedwait|cnd_wait|mtx_destroy|mtx_init|mtx_lock|mtx_timedlock|mtx_trylock|mtx_unlock|thrd_create|thrd_current|thrd_detach|thrd_equal|thrd_exit|thrd_join|thrd_sleep|thrd_yield|tss_create|tss_delete|tss_get|tss_set)$/ {
        print "M(T(" $0 "))"; next
 }
-/^(ElfW)$/ { printf "// " }
 { print "T(" $0 ")" }' /tmp/m.funcs >>abi_func.cc
index ff34a5e..5260f48 100755 (executable)
@@ -2,7 +2,7 @@
 
 CXXFILT=${CXXFILT:-c++filt}
 
-$CXX -nostdinc++ -S -o - abi_func.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed '
+$CXX -std=c++11 -nostdinc++ -S -o - abi_func.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed '
 s/(\*)/@/;s/^t_\([^(]*\)(\(.*\)@\(.*\))/\2\1\3/
 s/floatcomplex /float _Complex/g
 s/doublecomplex /double _Complex/g
index e962637..ba4b598 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -285,6 +294,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -327,7 +337,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -348,8 +358,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -607,12 +618,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -646,7 +657,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index 0b16784..fe31f4f 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -284,6 +293,7 @@ T(,fpos_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -326,7 +336,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -347,8 +357,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -605,12 +616,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -644,7 +655,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index dda766b..c288dd4 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -286,6 +295,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -328,7 +338,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -349,8 +359,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -608,12 +619,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -647,7 +658,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index 2492330..b0857c2 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -281,6 +290,7 @@ T(,fpos_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -323,7 +333,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -344,8 +354,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -598,12 +609,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -637,7 +648,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index 42c51a4..1e730df 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -286,6 +295,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -328,7 +338,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -349,8 +359,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -604,12 +615,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -643,7 +654,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index 2492330..b0857c2 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -281,6 +290,7 @@ T(,fpos_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -323,7 +333,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -344,8 +354,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -598,12 +609,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -637,7 +648,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index 48f7fc0..97f8071 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -288,6 +297,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -330,7 +340,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -351,8 +361,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -607,12 +618,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -646,7 +657,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,vrregset_t)
 T(,wchar_t)
 T(,wctrans_t)
index be445af..7a5e7fc 100755 (executable)
@@ -8,10 +8,8 @@ arm
 i386
 microblaze
 mips
-mips64
 or1k
 powerpc
-powerpc64
 sh
 x32
 x86_64
@@ -26,7 +24,9 @@ do
 awk -F'\t' '$3 ~ /^[sutSUT]$/ {
        print $1
 }' data/musl.generic.decls data/musl.$arch.decls
-echo 'char
+echo 'function_pointer
+object_pointer
+char
 short
 int
 long
@@ -35,8 +35,7 @@ float
 double
 long_double
 wchar_t
-bool
-void'
+bool'
 } |sort |uniq >/tmp/m.$arch.type
 
 awk -F'\t' '{print $2}' data/musl.generic.decls |sort |uniq >/tmp/m.header
@@ -50,17 +49,26 @@ echo '
 ' >abi_type.$arch.cc
 
 awk '
-/^sys\/(auxv|cachectl|fantotify|errno|fcntl|io|kd|poll|reg|signal|soundcard|termios|vt)\.h$/ { printf "//" }
-/^(stdalign|stdnoreturn|threads|wait)\.h$/ { printf "//" }
-{ print "#include <" $0 ">" }' /tmp/m.header >>abi_type.$arch.cc
+/^sys\/(cachectl|fantotify|errno|fcntl|io|kd|poll|reg|signal|soundcard|termios|vt)\.h$/ { printf "//" }
+/^(wait)\.h$/ { printf "//" }
+{ w=0 }
+/^(stdalign|stdnoreturn|threads)\.h$/ { w=1 }
+{
+       if(w) print "#ifndef __GLIBC__"
+       print "#include <" $0 ">"
+       if(w) print "#endif"
+}' /tmp/m.header >>abi_type.$arch.cc
 
 echo '
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -69,17 +77,16 @@ struct align {char c;};
 ' >>abi_type.$arch.cc
 
 awk '
-/^(once_flag|mtx_t|cnd_t|thrd_start_t|thrd_t|tss_dtor_t|tss_t)$/ ||
 /^(struct|union) __(CODE|ptcb|siginfo|ucontext|sigjmp_buf|double_repr|float_repr|sigset_t|mbstate_t|fsid_t|locale_struct)$/ ||
 /^(elf_fpxregset_t|struct user_fpxregs_struct|Sg_io_vec|struct ih_.*|struct ip6_hdrctl|tcp_seq|union _G_fpos64_t|struct cpu_set_t|__isoc_va_list|ns_tcp_tsig.*|ns_tsig_.*|struct ptrace_peeksiginfo_.*)$/ { printf "//" }
 { if (!sub(/ /,",")) sub(/^/,",") }
-/,(DIR|FILE|void)$/ { print "P(" $0 ")"; next }
+/,(once_flag|mtx_t|cnd_t|thrd_start_t|thrd_t|tss_dtor_t|tss_t)$/ { print "M(T(" $0 "))"; next}
+/,(DIR|FILE)$/ { print "P(" $0 ")"; next }
 { print "T(" $0 ")" }' /tmp/m.$arch.type >>abi_type.$arch.cc
 done
 
 #$CXX -S -o - abi_type.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed '
 #s/^x_\([^(]*\)(\(.*\))/\1: \2/
-#s/^y_\([^(]*\)(\(.*\))/\1*: \2/
 #s/floatcomplex /float _Complex/g
 #s/doublecomplex /double _Complex/g
 #' >data/musl.abi_type
index 17ea2ed..1eef254 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -286,6 +295,7 @@ T(,freg_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -328,7 +338,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -349,8 +359,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -607,12 +618,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -646,7 +657,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index aabffae..14aed3f 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -285,6 +294,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -327,7 +337,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -348,8 +358,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -606,12 +617,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -645,7 +656,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index aabffae..14aed3f 100644 (file)
@@ -85,7 +85,9 @@
 #include <shadow.h>
 #include <signal.h>
 #include <spawn.h>
-//#include <stdalign.h>
+#ifndef __GLIBC__
+#include <stdalign.h>
+#endif
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
-//#include <stdnoreturn.h>
+#ifndef __GLIBC__
+#include <stdnoreturn.h>
+#endif
 #include <string.h>
 #include <strings.h>
 #include <stropts.h>
 #include <sys/acct.h>
-//#include <sys/auxv.h>
+#include <sys/auxv.h>
 //#include <sys/cachectl.h>
 #include <sys/dir.h>
 #include <sys/epoll.h>
 #include <tar.h>
 #include <termios.h>
 #include <tgmath.h>
-//#include <threads.h>
+#ifndef __GLIBC__
+#include <threads.h>
+#endif
 #include <time.h>
 #include <uchar.h>
 #include <ucontext.h>
 
 typedef long long long_long;
 typedef long double long_double;
+typedef void *object_pointer;
+typedef void (*function_pointer)();
 struct size {char c;};
 struct align {char c;};
+struct incomplete {char c;};
 #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){}
-#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){}
+#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){}
 #ifdef __GLIBC__
 #define M(x)
 #else
@@ -262,7 +271,7 @@ T(,char16_t)
 T(,char32_t)
 T(,clock_t)
 T(,clockid_t)
-//T(,cnd_t)
+M(T(,cnd_t))
 T(,comp_t)
 T(,cpu_set_t)
 T(,dev_t)
@@ -285,6 +294,7 @@ T(,fpregset_t)
 T(,fsblkcnt_t)
 T(,fsfilcnt_t)
 T(,fsid_t)
+T(,function_pointer)
 T(,gid_t)
 T(,glob_t)
 T(,greg_t)
@@ -327,7 +337,7 @@ T(,mode_t)
 T(,mqd_t)
 T(,msglen_t)
 T(,msgqnum_t)
-//T(,mtx_t)
+M(T(,mtx_t))
 T(,n_long)
 T(,n_short)
 T(,n_time)
@@ -348,8 +358,9 @@ T(,ns_sect)
 //T(,ns_tsig_key)
 T(,ns_type)
 T(,ns_update_operation)
+T(,object_pointer)
 T(,off_t)
-//T(,once_flag)
+M(T(,once_flag))
 T(,pid_t)
 T(,posix_spawn_file_actions_t)
 T(,posix_spawnattr_t)
@@ -606,12 +617,12 @@ T(struct,winsize)
 T(,suseconds_t)
 T(,tcflag_t)
 //T(,tcp_seq)
-//T(,thrd_start_t)
-//T(,thrd_t)
+M(T(,thrd_start_t))
+M(T(,thrd_t))
 T(,time_t)
 T(,timer_t)
-//T(,tss_dtor_t)
-//T(,tss_t)
+M(T(,tss_dtor_t))
+M(T(,tss_t))
 T(,u_char)
 T(,u_int)
 T(,u_int16_t)
@@ -645,7 +656,6 @@ T(union,sigval)
 T(,useconds_t)
 T(,ushort)
 T(,va_list)
-P(,void)
 T(,wchar_t)
 T(,wctrans_t)
 T(,wctype_t)
index c4ed77e..90132d1 100755 (executable)
@@ -4,9 +4,8 @@ CXXFILT=${CXXFILT:-c++filt}
 #TODO
 ARCH=${ARCH:-x86_64}
 
-$CXX -S -o - abi_type.$ARCH.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed '
+$CXX -std=c++11 -S -o - abi_type.$ARCH.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed '
 s/^x_\([^(]*\)(\(.*\))/\1: \2/
-s/^y_\([^(]*\)(\(.*\))/\1*: \2/
 s/floatcomplex /float _Complex/g
 s/doublecomplex /double _Complex/g
 '
diff --git a/data/abi_func.x86_64.diff b/data/abi_func.x86_64.diff
new file mode 100644 (file)
index 0000000..9bebd83
--- /dev/null
@@ -0,0 +1,148 @@
+--- abi_func.x86_64.glibc
++++ abi_func.x86_64.musl
+@@ -2 +2 @@
+-void __assert_fail(char const*, char const*, unsigned int, char const*)
++void __assert_fail(char const*, char const*, int, char const*)
+@@ -6,0 +7 @@
++int __flt_rounds()
+@@ -11 +12 @@
+-void __fpurge(_IO_FILE*)
++int __fpurge(_IO_FILE*)
+@@ -12,0 +14 @@
++unsigned long __freadahead(_IO_FILE*)
+@@ -13,0 +16,3 @@
++char const* __freadptr(_IO_FILE*, unsigned long*)
++void __freadptrinc(_IO_FILE*, unsigned long)
++void __fseterr(_IO_FILE*)
+@@ -25,0 +31 @@
++int _flush_cache(void*, int, int)
+@@ -27,0 +34,2 @@
++void _pthread_cleanup_pop(__ptcb*, int)
++void _pthread_cleanup_push(__ptcb*, void (*)(void*), void*)
+@@ -95,0 +104,2 @@
++int cachectl(void*, int, int)
++int cacheflush(void*, int, int)
+@@ -101,0 +112 @@
++void call_once(int*, void (*)())
+@@ -165,0 +177,6 @@
++int cnd_broadcast(cnd_t*)
++void cnd_destroy(cnd_t*)
++int cnd_init(cnd_t*)
++int cnd_signal(cnd_t*)
++int cnd_timedwait(cnd_t*, mtx_t*, timespec const*)
++int cnd_wait(cnd_t*, mtx_t*)
+@@ -299 +316 @@
+-int fanotify_mark(int, unsigned int, unsigned long, int, char const*)
++int fanotify_mark(int, unsigned int, unsigned long long, int, char const*)
+@@ -337,0 +355 @@
++char* fgetln(_IO_FILE*, unsigned long*)
+@@ -435,0 +454 @@
++int getdents(int, dirent*, unsigned long)
+@@ -492,0 +512 @@
++char* gets(char*)
+@@ -505 +525 @@
+-int gettimeofday(timeval*, timezone*)
++int gettimeofday(timeval*, void*)
+@@ -508,3 +528,3 @@
+-utmp* getutent()
+-utmp* getutid(utmp const*)
+-utmp* getutline(utmp const*)
++utmpx* getutent()
++utmpx* getutid(utmpx const*)
++utmpx* getutline(utmpx const*)
+@@ -548,0 +569 @@
++char* index(char const*, int)
+@@ -565 +586 @@
+-int ioctl(int, unsigned long, ...)
++int ioctl(int, int, ...)
+@@ -586,0 +608 @@
++int issetugid()
+@@ -649 +671 @@
+-int lio_listio(int, aiocb* const*, int, sigevent*)
++int lio_listio(int, aiocb* const restrict*, int, sigevent*)
+@@ -710,0 +733 @@
++void* memchr(void const*, int, unsigned long)
+@@ -715,0 +739 @@
++void* memrchr(void const*, int, unsigned long)
+@@ -755,0 +780,6 @@
++void mtx_destroy(mtx_t*)
++int mtx_init(mtx_t*, int)
++int mtx_lock(mtx_t*)
++int mtx_timedlock(mtx_t*, timespec const*)
++int mtx_trylock(mtx_t*)
++int mtx_unlock(mtx_t*)
+@@ -803,0 +834 @@
++int posix_close(int, int)
+@@ -841 +872 @@
+-int prlimit(int, __rlimit_resource, rlimit const*, rlimit*)
++int prlimit(int, int, rlimit const*, rlimit*)
+@@ -944,5 +975,5 @@
+-int pthread_spin_destroy(int volatile*)
+-int pthread_spin_init(int volatile*, int)
+-int pthread_spin_lock(int volatile*)
+-int pthread_spin_trylock(int volatile*)
+-int pthread_spin_unlock(int volatile*)
++int pthread_spin_destroy(int*)
++int pthread_spin_init(int*, int)
++int pthread_spin_lock(int*)
++int pthread_spin_trylock(int*)
++int pthread_spin_unlock(int*)
+@@ -952 +983 @@
+-long ptrace(__ptrace_request, ...)
++long ptrace(int, ...)
+@@ -964 +995 @@
+-utmp* pututline(utmp const*)
++utmpx* pututline(utmpx const*)
+@@ -990 +1021 @@
+-int recvmmsg(int, mmsghdr*, unsigned int, int, timespec*)
++int recvmmsg(int, mmsghdr*, unsigned int, unsigned int, timespec*)
+@@ -1015,0 +1047 @@
++char* rindex(char const*, int)
+@@ -1064 +1096 @@
+-int sendmmsg(int, mmsghdr*, unsigned int, int)
++int sendmmsg(int, mmsghdr*, unsigned int, unsigned int)
+@@ -1179,0 +1212 @@
++char* strcasestr(char const*, char const*)
+@@ -1180,0 +1214,2 @@
++char* strchr(char const*, int)
++char* strchrnul(char const*, int)
+@@ -1189 +1224 @@
+-char* strerror_r(int, char*, unsigned long)
++int strerror_r(int, char*, unsigned long)
+@@ -1193,0 +1229,2 @@
++unsigned long strlcat(char*, char const*, unsigned long)
++unsigned long strlcpy(char*, char const*, unsigned long)
+@@ -1201,0 +1239 @@
++char* strpbrk(char const*, char const*)
+@@ -1202,0 +1241 @@
++char* strrchr(char const*, int)
+@@ -1205,0 +1245 @@
++char* strstr(char const*, char const*)
+@@ -1263,0 +1304,8 @@
++int thrd_create(unsigned long*, int (*)(void*), void*)
++unsigned long thrd_current()
++int thrd_detach(unsigned long)
++int thrd_equal(unsigned long, unsigned long)
++void thrd_exit(int)
++int thrd_join(unsigned long, int*)
++int thrd_sleep(timespec const*, timespec*)
++void thrd_yield()
+@@ -1293,0 +1342,4 @@
++int tss_create(unsigned int*, void (*)(void*))
++void tss_delete(unsigned int)
++void* tss_get(unsigned int)
++int tss_set(unsigned int, void*)
+@@ -1312 +1364 @@
+-void updwtmp(char const*, utmp const*)
++void updwtmp(char const*, utmpx const*)
+@@ -1358,0 +1411 @@
++wchar_t* wcschr(wchar_t const*, wchar_t)
+@@ -1373,0 +1427,2 @@
++wchar_t* wcspbrk(wchar_t const*, wchar_t const*)
++wchar_t* wcsrchr(wchar_t const*, wchar_t)
+@@ -1375,0 +1431 @@
++wchar_t* wcsstr(wchar_t const*, wchar_t const*)
+@@ -1386,0 +1443 @@
++wchar_t* wcswcs(wchar_t const*, wchar_t const*)
+@@ -1396,0 +1454 @@
++wchar_t* wmemchr(wchar_t const*, wchar_t, unsigned long)
diff --git a/data/abi_func.x86_64.glibc b/data/abi_func.x86_64.glibc
new file mode 100644 (file)
index 0000000..58407ec
--- /dev/null
@@ -0,0 +1,1412 @@
+void _Exit(int)
+void __assert_fail(char const*, char const*, unsigned int, char const*)
+unsigned long __ctype_get_mb_cur_max()
+int* __errno_location()
+unsigned long __fbufsize(_IO_FILE*)
+int __flbf(_IO_FILE*)
+int __fpclassify(double)
+int __fpclassifyf(float)
+int __fpclassifyl(long double)
+unsigned long __fpending(_IO_FILE*)
+void __fpurge(_IO_FILE*)
+int __freadable(_IO_FILE*)
+int __freading(_IO_FILE*)
+int __fsetlocking(_IO_FILE*, int)
+int __fwritable(_IO_FILE*)
+int __fwriting(_IO_FILE*)
+int* __h_errno_location()
+int __libc_current_sigrtmax()
+int __libc_current_sigrtmin()
+__res_state* __res_state()
+int __sched_cpucount(unsigned long, cpu_set_t const*)
+int __signbit(double)
+int __signbitf(float)
+int __signbitl(long double)
+void _exit(int)
+void _flushlbf()
+void _longjmp(__jmp_buf_tag*, int)
+int _setjmp(__jmp_buf_tag*)
+long a64l(char const*)
+void abort()
+int abs(int)
+int accept(int, sockaddr*, unsigned int*)
+int accept4(int, sockaddr*, unsigned int*, int)
+int access(char const*, int)
+int acct(char const*)
+double acos(double)
+float acosf(float)
+double acosh(double)
+float acoshf(float)
+long double acoshl(long double)
+long double acosl(long double)
+int addmntent(_IO_FILE*, mntent const*)
+int adjtime(timeval const*, timeval*)
+int adjtimex(timex*)
+int aio_cancel(int, aiocb*)
+int aio_error(aiocb const*)
+int aio_fsync(int, aiocb*)
+int aio_read(aiocb*)
+long aio_return(aiocb*)
+int aio_suspend(aiocb const* const*, int, timespec const*)
+int aio_write(aiocb*)
+unsigned int alarm(unsigned int)
+void* aligned_alloc(unsigned long, unsigned long)
+void* alloca(unsigned long)
+int alphasort(dirent const**, dirent const**)
+char* asctime(tm const*)
+char* asctime_r(tm const*, char*)
+double asin(double)
+float asinf(float)
+double asinh(double)
+float asinhf(float)
+long double asinhl(long double)
+long double asinl(long double)
+int asprintf(char**, char const*, ...)
+int at_quick_exit(void (*)())
+double atan(double)
+double atan2(double, double)
+float atan2f(float, float)
+long double atan2l(long double, long double)
+float atanf(float)
+double atanh(double)
+float atanhf(float)
+long double atanhl(long double)
+long double atanl(long double)
+int atexit(void (*)())
+double atof(char const*)
+int atoi(char const*)
+long atol(char const*)
+long long atoll(char const*)
+char* basename(char*)
+int bcmp(void const*, void const*, unsigned long)
+void bcopy(void const*, void*, unsigned long)
+int bind(int, sockaddr const*, unsigned int)
+char* bind_textdomain_codeset(char const*, char const*)
+char* bindtextdomain(char const*, char const*)
+int brk(void*)
+void (*bsd_signal(int, void (*)(int)))(int)
+void* bsearch(void const*, void const*, unsigned long, unsigned long, int (*)(void const*, void const*))
+unsigned int btowc(int)
+void bzero(void*, unsigned long)
+unsigned long c16rtomb(char*, char16_t, __mbstate_t*)
+unsigned long c32rtomb(char*, char32_t, __mbstate_t*)
+double cabs(double _Complex)
+float cabsf(float _Complex)
+long double cabsl(long double _Complex)
+double _Complex cacos(double _Complex)
+float _Complex cacosf(float _Complex)
+double _Complex cacosh(double _Complex)
+float _Complex cacoshf(float _Complex)
+long double _Complex cacoshl(long double _Complex)
+long double _Complex cacosl(long double _Complex)
+void* calloc(unsigned long, unsigned long)
+double carg(double _Complex)
+float cargf(float _Complex)
+long double cargl(long double _Complex)
+double _Complex casin(double _Complex)
+float _Complex casinf(float _Complex)
+double _Complex casinh(double _Complex)
+float _Complex casinhf(float _Complex)
+long double _Complex casinhl(long double _Complex)
+long double _Complex casinl(long double _Complex)
+double _Complex catan(double _Complex)
+float _Complex catanf(float _Complex)
+double _Complex catanh(double _Complex)
+float _Complex catanhf(float _Complex)
+long double _Complex catanhl(long double _Complex)
+long double _Complex catanl(long double _Complex)
+int catclose(void*)
+char* catgets(void*, int, int, char const*)
+void* catopen(char const*, int)
+double cbrt(double)
+float cbrtf(float)
+long double cbrtl(long double)
+double _Complex ccos(double _Complex)
+float _Complex ccosf(float _Complex)
+double _Complex ccosh(double _Complex)
+float _Complex ccoshf(float _Complex)
+long double _Complex ccoshl(long double _Complex)
+long double _Complex ccosl(long double _Complex)
+double ceil(double)
+float ceilf(float)
+long double ceill(long double)
+double _Complex cexp(double _Complex)
+float _Complex cexpf(float _Complex)
+long double _Complex cexpl(long double _Complex)
+unsigned int cfgetispeed(termios const*)
+unsigned int cfgetospeed(termios const*)
+void cfmakeraw(termios*)
+int cfsetispeed(termios*, unsigned int)
+int cfsetospeed(termios*, unsigned int)
+int cfsetspeed(termios*, unsigned int)
+int chdir(char const*)
+int chmod(char const*, unsigned int)
+int chown(char const*, unsigned int, unsigned int)
+int chroot(char const*)
+double cimag(double _Complex)
+float cimagf(float _Complex)
+long double cimagl(long double _Complex)
+int clearenv()
+void clearerr(_IO_FILE*)
+void clearerr_unlocked(_IO_FILE*)
+long clock()
+int clock_adjtime(int, timex*)
+int clock_getcpuclockid(int, int*)
+int clock_getres(int, timespec*)
+int clock_gettime(int, timespec*)
+int clock_nanosleep(int, int, timespec const*, timespec*)
+int clock_settime(int, timespec const*)
+double _Complex clog(double _Complex)
+float _Complex clogf(float _Complex)
+long double _Complex clogl(long double _Complex)
+int clone(int (*)(void*), void*, int, void*, ...)
+int close(int)
+int closedir(__dirstream*)
+void closelog()
+unsigned long confstr(int, char*, unsigned long)
+double _Complex conj(double _Complex)
+float _Complex conjf(float _Complex)
+long double _Complex conjl(long double _Complex)
+int connect(int, sockaddr const*, unsigned int)
+double copysign(double, double)
+float copysignf(float, float)
+long double copysignl(long double, long double)
+double cos(double)
+float cosf(float)
+double cosh(double)
+float coshf(float)
+long double coshl(long double)
+long double cosl(long double)
+double _Complex cpow(double _Complex, double _Complex)
+float _Complex cpowf(float _Complex, float _Complex)
+long double _Complex cpowl(long double _Complex, long double _Complex)
+double _Complex cproj(double _Complex)
+float _Complex cprojf(float _Complex)
+long double _Complex cprojl(long double _Complex)
+double creal(double _Complex)
+float crealf(float _Complex)
+long double creall(long double _Complex)
+int creat(char const*, unsigned int)
+char* crypt(char const*, char const*)
+char* crypt_r(char const*, char const*, crypt_data*)
+double _Complex csin(double _Complex)
+float _Complex csinf(float _Complex)
+double _Complex csinh(double _Complex)
+float _Complex csinhf(float _Complex)
+long double _Complex csinhl(long double _Complex)
+long double _Complex csinl(long double _Complex)
+double _Complex csqrt(double _Complex)
+float _Complex csqrtf(float _Complex)
+long double _Complex csqrtl(long double _Complex)
+double _Complex ctan(double _Complex)
+float _Complex ctanf(float _Complex)
+double _Complex ctanh(double _Complex)
+float _Complex ctanhf(float _Complex)
+long double _Complex ctanhl(long double _Complex)
+long double _Complex ctanl(long double _Complex)
+char* ctermid(char*)
+char* ctime(long const*)
+char* ctime_r(long const*, char*)
+char* cuserid(char*)
+int daemon(int, int)
+double difftime(long, long)
+int dirfd(__dirstream*)
+char* dirname(char*)
+div_t div(int, int)
+int dl_iterate_phdr(int (*)(dl_phdr_info*, unsigned long, void*), void*)
+int dladdr(void const*, Dl_info*)
+int dlclose(void*)
+char* dlerror()
+int dlinfo(void*, int, void*)
+void* dlopen(char const*, int)
+void* dlsym(void*, char const*)
+int dn_comp(char const*, unsigned char*, int, unsigned char**, unsigned char**)
+int dn_expand(unsigned char const*, unsigned char const*, unsigned char const*, char*, int)
+int dn_skipname(unsigned char const*, unsigned char const*)
+int dprintf(int, char const*, ...)
+double drand48()
+double drem(double, double)
+float dremf(float, float)
+int dup(int)
+int dup2(int, int)
+int dup3(int, int, int)
+__locale_struct* duplocale(__locale_struct*)
+int eaccess(char const*, int)
+char* ecvt(double, int, int*, int*)
+void encrypt(char*, int)
+void endgrent()
+void endhostent()
+int endmntent(_IO_FILE*)
+void endnetent()
+void endprotoent()
+void endpwent()
+void endservent()
+void endspent()
+void endusershell()
+void endutent()
+void endutxent()
+int epoll_create(int)
+int epoll_create1(int)
+int epoll_ctl(int, int, int, epoll_event*)
+int epoll_pwait(int, epoll_event*, int, int, __sigset_t const*)
+int epoll_wait(int, epoll_event*, int, int)
+double erand48(unsigned short*)
+double erf(double)
+double erfc(double)
+float erfcf(float)
+long double erfcl(long double)
+float erff(float)
+long double erfl(long double)
+void err(int, char const*, ...)
+void errx(int, char const*, ...)
+ether_addr* ether_aton(char const*)
+ether_addr* ether_aton_r(char const*, ether_addr*)
+int ether_hostton(char const*, ether_addr*)
+int ether_line(char const*, ether_addr*, char*)
+char* ether_ntoa(ether_addr const*)
+char* ether_ntoa_r(ether_addr const*, char*)
+int ether_ntohost(char*, ether_addr const*)
+int euidaccess(char const*, int)
+int eventfd(unsigned int, int)
+int eventfd_read(int, unsigned long*)
+int eventfd_write(int, unsigned long)
+int execl(char const*, char const*, ...)
+int execle(char const*, char const*, ...)
+int execlp(char const*, char const*, ...)
+int execv(char const*, char* const*)
+int execve(char const*, char* const*, char* const*)
+int execvp(char const*, char* const*)
+int execvpe(char const*, char* const*, char* const*)
+void exit(int)
+double exp(double)
+double exp10(double)
+float exp10f(float)
+long double exp10l(long double)
+double exp2(double)
+float exp2f(float)
+long double exp2l(long double)
+float expf(float)
+long double expl(long double)
+double expm1(double)
+float expm1f(float)
+long double expm1l(long double)
+double fabs(double)
+float fabsf(float)
+long double fabsl(long double)
+int faccessat(int, char const*, int, int)
+int fallocate(int, int, long, long)
+int fanotify_init(unsigned int, unsigned int)
+int fanotify_mark(int, unsigned int, unsigned long, int, char const*)
+int fchdir(int)
+int fchmod(int, unsigned int)
+int fchmodat(int, char const*, unsigned int, int)
+int fchown(int, unsigned int, unsigned int)
+int fchownat(int, char const*, unsigned int, unsigned int, int)
+int fclose(_IO_FILE*)
+int fcntl(int, int, ...)
+char* fcvt(double, int, int*, int*)
+int fdatasync(int)
+double fdim(double, double)
+float fdimf(float, float)
+long double fdiml(long double, long double)
+_IO_FILE* fdopen(int, char const*)
+__dirstream* fdopendir(int)
+int feclearexcept(int)
+int fegetenv(fenv_t*)
+int fegetexceptflag(unsigned short*, int)
+int fegetround()
+int feholdexcept(fenv_t*)
+int feof(_IO_FILE*)
+int feof_unlocked(_IO_FILE*)
+int feraiseexcept(int)
+int ferror(_IO_FILE*)
+int ferror_unlocked(_IO_FILE*)
+int fesetenv(fenv_t const*)
+int fesetexceptflag(unsigned short const*, int)
+int fesetround(int)
+int fetestexcept(int)
+int feupdateenv(fenv_t const*)
+int fexecve(int, char* const*, char* const*)
+int fflush(_IO_FILE*)
+int fflush_unlocked(_IO_FILE*)
+int ffs(int)
+int ffsl(long)
+int ffsll(long long)
+int fgetc(_IO_FILE*)
+int fgetc_unlocked(_IO_FILE*)
+group* fgetgrent(_IO_FILE*)
+int fgetpos(_IO_FILE*, _G_fpos64_t*)
+passwd* fgetpwent(_IO_FILE*)
+char* fgets(char*, int, _IO_FILE*)
+char* fgets_unlocked(char*, int, _IO_FILE*)
+spwd* fgetspent(_IO_FILE*)
+unsigned int fgetwc(_IO_FILE*)
+wchar_t* fgetws(wchar_t*, int, _IO_FILE*)
+long fgetxattr(int, char const*, void*, unsigned long)
+int fileno(_IO_FILE*)
+int fileno_unlocked(_IO_FILE*)
+int finite(double)
+int finitef(float)
+long flistxattr(int, char*, unsigned long)
+int flock(int, int)
+void flockfile(_IO_FILE*)
+double floor(double)
+float floorf(float)
+long double floorl(long double)
+double fma(double, double, double)
+float fmaf(float, float, float)
+long double fmal(long double, long double, long double)
+double fmax(double, double)
+float fmaxf(float, float)
+long double fmaxl(long double, long double)
+_IO_FILE* fmemopen(void*, unsigned long, char const*)
+double fmin(double, double)
+float fminf(float, float)
+long double fminl(long double, long double)
+double fmod(double, double)
+float fmodf(float, float)
+long double fmodl(long double, long double)
+int fmtmsg(long, char const*, int, char const*, char const*, char const*)
+int fnmatch(char const*, char const*, int)
+_IO_FILE* fopen(char const*, char const*)
+int fork()
+int forkpty(int*, char*, termios const*, winsize const*)
+long fpathconf(int, int)
+int fprintf(_IO_FILE*, char const*, ...)
+int fputc(int, _IO_FILE*)
+int fputc_unlocked(int, _IO_FILE*)
+int fputs(char const*, _IO_FILE*)
+int fputs_unlocked(char const*, _IO_FILE*)
+unsigned int fputwc(wchar_t, _IO_FILE*)
+int fputws(wchar_t const*, _IO_FILE*)
+unsigned long fread(void*, unsigned long, unsigned long, _IO_FILE*)
+unsigned long fread_unlocked(void*, unsigned long, unsigned long, _IO_FILE*)
+void free(void*)
+void freeaddrinfo(addrinfo*)
+void freeifaddrs(ifaddrs*)
+void freelocale(__locale_struct*)
+int fremovexattr(int, char const*)
+_IO_FILE* freopen(char const*, char const*, _IO_FILE*)
+double frexp(double, int*)
+float frexpf(float, int*)
+long double frexpl(long double, int*)
+int fscanf(_IO_FILE*, char const*, ...)
+int fseek(_IO_FILE*, long, int)
+int fseeko(_IO_FILE*, long, int)
+int fsetpos(_IO_FILE*, _G_fpos64_t const*)
+int fsetxattr(int, char const*, void const*, unsigned long, int)
+int fstat(int, stat*)
+int fstatat(int, char const*, stat*, int)
+int fstatfs(int, statfs*)
+int fstatvfs(int, statvfs*)
+int fsync(int)
+long ftell(_IO_FILE*)
+long ftello(_IO_FILE*)
+int ftime(timeb*)
+int ftok(char const*, int)
+int ftruncate(int, long)
+int ftrylockfile(_IO_FILE*)
+int ftw(char const*, int (*)(char const*, stat const*, int), int)
+void funlockfile(_IO_FILE*)
+int futimens(int, timespec const*)
+int futimes(int, timeval const*)
+int futimesat(int, char const*, timeval const*)
+int fwide(_IO_FILE*, int)
+int fwprintf(_IO_FILE*, wchar_t const*, ...)
+unsigned long fwrite(void const*, unsigned long, unsigned long, _IO_FILE*)
+unsigned long fwrite_unlocked(void const*, unsigned long, unsigned long, _IO_FILE*)
+int fwscanf(_IO_FILE*, wchar_t const*, ...)
+char const* gai_strerror(int)
+char* gcvt(double, int, char*)
+long get_avphys_pages()
+char* get_current_dir_name()
+int get_nprocs()
+int get_nprocs_conf()
+long get_phys_pages()
+int getaddrinfo(char const*, char const*, addrinfo const*, addrinfo**)
+unsigned long getauxval(unsigned long)
+int getc(_IO_FILE*)
+int getc_unlocked(_IO_FILE*)
+int getchar()
+int getchar_unlocked()
+int getcontext(ucontext*)
+char* getcwd(char*, unsigned long)
+tm* getdate(char const*)
+long getdelim(char**, unsigned long*, int, _IO_FILE*)
+int getdomainname(char*, unsigned long)
+int getdtablesize()
+unsigned int getegid()
+char* getenv(char const*)
+unsigned int geteuid()
+unsigned int getgid()
+group* getgrent()
+group* getgrgid(unsigned int)
+int getgrgid_r(unsigned int, group*, char*, unsigned long, group**)
+group* getgrnam(char const*)
+int getgrnam_r(char const*, group*, char*, unsigned long, group**)
+int getgrouplist(char const*, unsigned int, unsigned int*, int*)
+int getgroups(int, unsigned int*)
+hostent* gethostbyaddr(void const*, unsigned int, int)
+int gethostbyaddr_r(void const*, unsigned int, int, hostent*, char*, unsigned long, hostent**, int*)
+hostent* gethostbyname(char const*)
+hostent* gethostbyname2(char const*, int)
+int gethostbyname2_r(char const*, int, hostent*, char*, unsigned long, hostent**, int*)
+int gethostbyname_r(char const*, hostent*, char*, unsigned long, hostent**, int*)
+hostent* gethostent()
+long gethostid()
+int gethostname(char*, unsigned long)
+int getifaddrs(ifaddrs**)
+int getitimer(int, itimerval*)
+long getline(char**, unsigned long*, _IO_FILE*)
+int getloadavg(double*, int)
+char* getlogin()
+int getlogin_r(char*, unsigned long)
+mntent* getmntent(_IO_FILE*)
+mntent* getmntent_r(_IO_FILE*, mntent*, char*, int)
+int getnameinfo(sockaddr const*, unsigned int, char*, unsigned int, char*, unsigned int, int)
+netent* getnetbyaddr(unsigned int, int)
+netent* getnetbyname(char const*)
+netent* getnetent()
+int getopt(int, char* const*, char const*)
+int getopt_long(int, char* const*, char const*, option const*, int*)
+int getopt_long_only(int, char* const*, char const*, option const*, int*)
+int getpagesize()
+char* getpass(char const*)
+int getpeername(int, sockaddr*, unsigned int*)
+int getpgid(int)
+int getpgrp()
+int getpid()
+int getppid()
+int getpriority(int, unsigned int)
+protoent* getprotobyname(char const*)
+protoent* getprotobynumber(int)
+protoent* getprotoent()
+passwd* getpwent()
+passwd* getpwnam(char const*)
+int getpwnam_r(char const*, passwd*, char*, unsigned long, passwd**)
+passwd* getpwuid(unsigned int)
+int getpwuid_r(unsigned int, passwd*, char*, unsigned long, passwd**)
+int getresgid(unsigned int*, unsigned int*, unsigned int*)
+int getresuid(unsigned int*, unsigned int*, unsigned int*)
+int getrlimit(int, rlimit*)
+int getrusage(int, rusage*)
+servent* getservbyname(char const*, char const*)
+int getservbyname_r(char const*, char const*, servent*, char*, unsigned long, servent**)
+servent* getservbyport(int, char const*)
+int getservbyport_r(int, char const*, servent*, char*, unsigned long, servent**)
+servent* getservent()
+int getsid(int)
+int getsockname(int, sockaddr*, unsigned int*)
+int getsockopt(int, int, int, void*, unsigned int*)
+spwd* getspent()
+spwd* getspnam(char const*)
+int getspnam_r(char const*, spwd*, char*, unsigned long, spwd**)
+int getsubopt(char**, char* const*, char**)
+int gettimeofday(timeval*, timezone*)
+unsigned int getuid()
+char* getusershell()
+utmp* getutent()
+utmp* getutid(utmp const*)
+utmp* getutline(utmp const*)
+utmpx* getutxent()
+utmpx* getutxid(utmpx const*)
+utmpx* getutxline(utmpx const*)
+int getw(_IO_FILE*)
+unsigned int getwc(_IO_FILE*)
+unsigned int getwchar()
+long getxattr(char const*, char const*, void*, unsigned long)
+int glob(char const*, int, int (*)(char const*, int), glob_t*)
+void globfree(glob_t*)
+tm* gmtime(long const*)
+tm* gmtime_r(long const*, tm*)
+int grantpt(int)
+char* hasmntopt(mntent const*, char const*)
+int hcreate(unsigned long)
+int hcreate_r(unsigned long, hsearch_data*)
+void hdestroy()
+void hdestroy_r(hsearch_data*)
+void herror(char const*)
+entry* hsearch(entry, ACTION)
+int hsearch_r(entry, ACTION, entry**, hsearch_data*)
+char const* hstrerror(int)
+unsigned int htonl(unsigned int)
+unsigned short htons(unsigned short)
+double hypot(double, double)
+float hypotf(float, float)
+long double hypotl(long double, long double)
+unsigned long iconv(void*, char**, unsigned long*, char**, unsigned long*)
+int iconv_close(void*)
+void* iconv_open(char const*, char const*)
+void if_freenameindex(if_nameindex*)
+char* if_indextoname(unsigned int, char*)
+if_nameindex* if_nameindex()
+unsigned int if_nametoindex(char const*)
+int ilogb(double)
+int ilogbf(float)
+int ilogbl(long double)
+long imaxabs(long)
+imaxdiv_t imaxdiv(long, long)
+unsigned int inet_addr(char const*)
+int inet_aton(char const*, in_addr*)
+unsigned int inet_lnaof(in_addr)
+in_addr inet_makeaddr(unsigned int, unsigned int)
+unsigned int inet_netof(in_addr)
+unsigned int inet_network(char const*)
+char* inet_ntoa(in_addr)
+char const* inet_ntop(int, void const*, char*, unsigned int)
+int inet_pton(int, char const*, void*)
+int initgroups(char const*, unsigned int)
+char* initstate(unsigned int, char*, unsigned long)
+int inotify_add_watch(int, char const*, unsigned int)
+int inotify_init()
+int inotify_init1(int)
+int inotify_rm_watch(int, int)
+void insque(void*, void*)
+int ioctl(int, unsigned long, ...)
+int isalnum(int)
+int isalnum_l(int, __locale_struct*)
+int isalpha(int)
+int isalpha_l(int, __locale_struct*)
+int isascii(int)
+int isastream(int)
+int isatty(int)
+int isblank(int)
+int isblank_l(int, __locale_struct*)
+int iscntrl(int)
+int iscntrl_l(int, __locale_struct*)
+int isdigit(int)
+int isdigit_l(int, __locale_struct*)
+int isgraph(int)
+int isgraph_l(int, __locale_struct*)
+int islower(int)
+int islower_l(int, __locale_struct*)
+int isprint(int)
+int isprint_l(int, __locale_struct*)
+int ispunct(int)
+int ispunct_l(int, __locale_struct*)
+int isspace(int)
+int isspace_l(int, __locale_struct*)
+int isupper(int)
+int isupper_l(int, __locale_struct*)
+int iswalnum(unsigned int)
+int iswalnum_l(unsigned int, __locale_struct*)
+int iswalpha(unsigned int)
+int iswalpha_l(unsigned int, __locale_struct*)
+int iswblank(unsigned int)
+int iswblank_l(unsigned int, __locale_struct*)
+int iswcntrl(unsigned int)
+int iswcntrl_l(unsigned int, __locale_struct*)
+int iswctype(unsigned int, unsigned long)
+int iswctype_l(unsigned int, unsigned long, __locale_struct*)
+int iswdigit(unsigned int)
+int iswdigit_l(unsigned int, __locale_struct*)
+int iswgraph(unsigned int)
+int iswgraph_l(unsigned int, __locale_struct*)
+int iswlower(unsigned int)
+int iswlower_l(unsigned int, __locale_struct*)
+int iswprint(unsigned int)
+int iswprint_l(unsigned int, __locale_struct*)
+int iswpunct(unsigned int)
+int iswpunct_l(unsigned int, __locale_struct*)
+int iswspace(unsigned int)
+int iswspace_l(unsigned int, __locale_struct*)
+int iswupper(unsigned int)
+int iswupper_l(unsigned int, __locale_struct*)
+int iswxdigit(unsigned int)
+int iswxdigit_l(unsigned int, __locale_struct*)
+int isxdigit(int)
+int isxdigit_l(int, __locale_struct*)
+double j0(double)
+float j0f(float)
+double j1(double)
+float j1f(float)
+double jn(int, double)
+float jnf(int, float)
+long jrand48(unsigned short*)
+int kill(int, int)
+int killpg(int, int)
+int klogctl(int, char*, int)
+char* l64a(long)
+long labs(long)
+int lchmod(char const*, unsigned int)
+int lchown(char const*, unsigned int, unsigned int)
+int lckpwdf()
+void lcong48(unsigned short*)
+double ldexp(double, int)
+float ldexpf(float, int)
+long double ldexpl(long double, int)
+ldiv_t ldiv(long, long)
+void* lfind(void const*, void const*, unsigned long*, unsigned long, int (*)(void const*, void const*))
+double lgamma(double)
+double lgamma_r(double, int*)
+float lgammaf(float)
+float lgammaf_r(float, int*)
+long double lgammal(long double)
+long double lgammal_r(long double, int*)
+long lgetxattr(char const*, char const*, void*, unsigned long)
+int link(char const*, char const*)
+int linkat(int, char const*, int, char const*, int)
+int lio_listio(int, aiocb* const*, int, sigevent*)
+int listen(int, int)
+long listxattr(char const*, char*, unsigned long)
+long long llabs(long long)
+lldiv_t lldiv(long long, long long)
+long llistxattr(char const*, char*, unsigned long)
+long long llrint(double)
+long long llrintf(float)
+long long llrintl(long double)
+long long llround(double)
+long long llroundf(float)
+long long llroundl(long double)
+lconv* localeconv()
+tm* localtime(long const*)
+tm* localtime_r(long const*, tm*)
+int lockf(int, int, long)
+double log(double)
+double log10(double)
+float log10f(float)
+long double log10l(long double)
+double log1p(double)
+float log1pf(float)
+long double log1pl(long double)
+double log2(double)
+float log2f(float)
+long double log2l(long double)
+double logb(double)
+float logbf(float)
+long double logbl(long double)
+float logf(float)
+int login_tty(int)
+long double logl(long double)
+void longjmp(__jmp_buf_tag*, int)
+long lrand48()
+int lremovexattr(char const*, char const*)
+long lrint(double)
+long lrintf(float)
+long lrintl(long double)
+long lround(double)
+long lroundf(float)
+long lroundl(long double)
+void* lsearch(void const*, void*, unsigned long*, unsigned long, int (*)(void const*, void const*))
+long lseek(int, long, int)
+int lsetxattr(char const*, char const*, void const*, unsigned long, int)
+int lstat(char const*, stat*)
+int lutimes(char const*, timeval const*)
+int madvise(void*, unsigned long, int)
+void makecontext(ucontext*, void (*)(), int, ...)
+void* malloc(unsigned long)
+unsigned long malloc_usable_size(void*)
+int mblen(char const*, unsigned long)
+unsigned long mbrlen(char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtoc16(char16_t*, char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtoc32(char32_t*, char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtowc(wchar_t*, char const*, unsigned long, __mbstate_t*)
+int mbsinit(__mbstate_t const*)
+unsigned long mbsnrtowcs(wchar_t*, char const**, unsigned long, unsigned long, __mbstate_t*)
+unsigned long mbsrtowcs(wchar_t*, char const**, unsigned long, __mbstate_t*)
+unsigned long mbstowcs(wchar_t*, char const*, unsigned long)
+int mbtowc(wchar_t*, char const*, unsigned long)
+void* memalign(unsigned long, unsigned long)
+void* memccpy(void*, void const*, int, unsigned long)
+int memcmp(void const*, void const*, unsigned long)
+void* memcpy(void*, void const*, unsigned long)
+void* memmem(void const*, unsigned long, void const*, unsigned long)
+void* memmove(void*, void const*, unsigned long)
+void* mempcpy(void*, void const*, unsigned long)
+void* memset(void*, int, unsigned long)
+int mincore(void*, unsigned long, unsigned char*)
+int mkdir(char const*, unsigned int)
+int mkdirat(int, char const*, unsigned int)
+char* mkdtemp(char*)
+int mkfifo(char const*, unsigned int)
+int mkfifoat(int, char const*, unsigned int)
+int mknod(char const*, unsigned int, unsigned long)
+int mknodat(int, char const*, unsigned int, unsigned long)
+int mkostemp(char*, int)
+int mkostemps(char*, int, int)
+int mkstemp(char*)
+int mkstemps(char*, int)
+char* mktemp(char*)
+long mktime(tm*)
+int mlock(void const*, unsigned long)
+int mlockall(int)
+void* mmap(void*, unsigned long, int, int, int, long)
+double modf(double, double*)
+float modff(float, float*)
+long double modfl(long double, long double*)
+int mount(char const*, char const*, char const*, unsigned long, void const*)
+int mprotect(void*, unsigned long, int)
+int mq_close(int)
+int mq_getattr(int, mq_attr*)
+int mq_notify(int, sigevent const*)
+int mq_open(char const*, int, ...)
+long mq_receive(int, char*, unsigned long, unsigned int*)
+int mq_send(int, char const*, unsigned long, unsigned int)
+int mq_setattr(int, mq_attr const*, mq_attr*)
+long mq_timedreceive(int, char*, unsigned long, unsigned int*, timespec const*)
+int mq_timedsend(int, char const*, unsigned long, unsigned int, timespec const*)
+int mq_unlink(char const*)
+long mrand48()
+void* mremap(void*, unsigned long, unsigned long, int, ...)
+int msgctl(int, int, msqid_ds*)
+int msgget(int, int)
+long msgrcv(int, void*, unsigned long, long, int)
+int msgsnd(int, void const*, unsigned long, int)
+int msync(void*, unsigned long, int)
+int munlock(void const*, unsigned long)
+int munlockall()
+int munmap(void*, unsigned long)
+double nan(char const*)
+float nanf(char const*)
+long double nanl(char const*)
+int nanosleep(timespec const*, timespec*)
+double nearbyint(double)
+float nearbyintf(float)
+long double nearbyintl(long double)
+__locale_struct* newlocale(int, char const*, __locale_struct*)
+double nextafter(double, double)
+float nextafterf(float, float)
+long double nextafterl(long double, long double)
+double nexttoward(double, long double)
+float nexttowardf(float, long double)
+long double nexttowardl(long double, long double)
+int nftw(char const*, int (*)(char const*, stat const*, int, FTW*), int, int)
+int nice(int)
+char* nl_langinfo(int)
+char* nl_langinfo_l(int, __locale_struct*)
+long nrand48(unsigned short*)
+unsigned int ns_get16(unsigned char const*)
+unsigned long ns_get32(unsigned char const*)
+int ns_initparse(unsigned char const*, int, __ns_msg*)
+int ns_name_uncompress(unsigned char const*, unsigned char const*, unsigned char const*, char*, unsigned long)
+int ns_parserr(__ns_msg*, __ns_sect, int, __ns_rr*)
+void ns_put16(unsigned int, unsigned char*)
+void ns_put32(unsigned long, unsigned char*)
+int ns_skiprr(unsigned char const*, unsigned char const*, __ns_sect, int)
+unsigned int ntohl(unsigned int)
+unsigned short ntohs(unsigned short)
+int open(char const*, int, ...)
+_IO_FILE* open_memstream(char**, unsigned long*)
+_IO_FILE* open_wmemstream(wchar_t**, unsigned long*)
+int openat(int, char const*, int, ...)
+__dirstream* opendir(char const*)
+void openlog(char const*, int, int)
+int openpty(int*, int*, char*, termios const*, winsize const*)
+long pathconf(char const*, int)
+int pause()
+int pclose(_IO_FILE*)
+void perror(char const*)
+int personality(unsigned long)
+int pipe(int*)
+int pipe2(int*, int)
+int poll(pollfd*, unsigned long, int)
+_IO_FILE* popen(char const*, char const*)
+int posix_fadvise(int, long, long, int)
+int posix_fallocate(int, long, long)
+int posix_madvise(void*, unsigned long, int)
+int posix_memalign(void**, unsigned long, unsigned long)
+int posix_openpt(int)
+int posix_spawn(int*, char const*, posix_spawn_file_actions_t const*, posix_spawnattr_t const*, char* const*, char* const*)
+int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t*, int)
+int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t*, int, int)
+int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t*, int, char const*, int, unsigned int)
+int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t*)
+int posix_spawn_file_actions_init(posix_spawn_file_actions_t*)
+int posix_spawnattr_destroy(posix_spawnattr_t*)
+int posix_spawnattr_getflags(posix_spawnattr_t const*, short*)
+int posix_spawnattr_getpgroup(posix_spawnattr_t const*, int*)
+int posix_spawnattr_getschedparam(posix_spawnattr_t const*, sched_param*)
+int posix_spawnattr_getschedpolicy(posix_spawnattr_t const*, int*)
+int posix_spawnattr_getsigdefault(posix_spawnattr_t const*, __sigset_t*)
+int posix_spawnattr_getsigmask(posix_spawnattr_t const*, __sigset_t*)
+int posix_spawnattr_init(posix_spawnattr_t*)
+int posix_spawnattr_setflags(posix_spawnattr_t*, short)
+int posix_spawnattr_setpgroup(posix_spawnattr_t*, int)
+int posix_spawnattr_setschedparam(posix_spawnattr_t*, sched_param const*)
+int posix_spawnattr_setschedpolicy(posix_spawnattr_t*, int)
+int posix_spawnattr_setsigdefault(posix_spawnattr_t*, __sigset_t const*)
+int posix_spawnattr_setsigmask(posix_spawnattr_t*, __sigset_t const*)
+int posix_spawnp(int*, char const*, posix_spawn_file_actions_t const*, posix_spawnattr_t const*, char* const*, char* const*)
+double pow(double, double)
+double pow10(double)
+float pow10f(float)
+long double pow10l(long double)
+float powf(float, float)
+long double powl(long double, long double)
+int ppoll(pollfd*, unsigned long, timespec const*, __sigset_t const*)
+int prctl(int, ...)
+long pread(int, void*, unsigned long, long)
+long preadv(int, iovec const*, int, long)
+int printf(char const*, ...)
+int prlimit(int, __rlimit_resource, rlimit const*, rlimit*)
+long process_vm_readv(int, iovec const*, unsigned long, iovec const*, unsigned long, unsigned long)
+long process_vm_writev(int, iovec const*, unsigned long, iovec const*, unsigned long, unsigned long)
+int pselect(int, fd_set*, fd_set*, fd_set*, timespec const*, __sigset_t const*)
+void psiginfo(siginfo_t const*, char const*)
+void psignal(int, char const*)
+int pthread_atfork(void (*)(), void (*)(), void (*)())
+int pthread_attr_destroy(pthread_attr_t*)
+int pthread_attr_getdetachstate(pthread_attr_t const*, int*)
+int pthread_attr_getguardsize(pthread_attr_t const*, unsigned long*)
+int pthread_attr_getinheritsched(pthread_attr_t const*, int*)
+int pthread_attr_getschedparam(pthread_attr_t const*, sched_param*)
+int pthread_attr_getschedpolicy(pthread_attr_t const*, int*)
+int pthread_attr_getscope(pthread_attr_t const*, int*)
+int pthread_attr_getstack(pthread_attr_t const*, void**, unsigned long*)
+int pthread_attr_getstacksize(pthread_attr_t const*, unsigned long*)
+int pthread_attr_init(pthread_attr_t*)
+int pthread_attr_setdetachstate(pthread_attr_t*, int)
+int pthread_attr_setguardsize(pthread_attr_t*, unsigned long)
+int pthread_attr_setinheritsched(pthread_attr_t*, int)
+int pthread_attr_setschedparam(pthread_attr_t*, sched_param const*)
+int pthread_attr_setschedpolicy(pthread_attr_t*, int)
+int pthread_attr_setscope(pthread_attr_t*, int)
+int pthread_attr_setstack(pthread_attr_t*, void*, unsigned long)
+int pthread_attr_setstacksize(pthread_attr_t*, unsigned long)
+int pthread_barrier_destroy(pthread_barrier_t*)
+int pthread_barrier_init(pthread_barrier_t*, pthread_barrierattr_t const*, unsigned int)
+int pthread_barrier_wait(pthread_barrier_t*)
+int pthread_barrierattr_destroy(pthread_barrierattr_t*)
+int pthread_barrierattr_getpshared(pthread_barrierattr_t const*, int*)
+int pthread_barrierattr_init(pthread_barrierattr_t*)
+int pthread_barrierattr_setpshared(pthread_barrierattr_t*, int)
+int pthread_cancel(unsigned long)
+int pthread_cond_broadcast(pthread_cond_t*)
+int pthread_cond_destroy(pthread_cond_t*)
+int pthread_cond_init(pthread_cond_t*, pthread_condattr_t const*)
+int pthread_cond_signal(pthread_cond_t*)
+int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, timespec const*)
+int pthread_cond_wait(pthread_cond_t*, pthread_mutex_t*)
+int pthread_condattr_destroy(pthread_condattr_t*)
+int pthread_condattr_getclock(pthread_condattr_t const*, int*)
+int pthread_condattr_getpshared(pthread_condattr_t const*, int*)
+int pthread_condattr_init(pthread_condattr_t*)
+int pthread_condattr_setclock(pthread_condattr_t*, int)
+int pthread_condattr_setpshared(pthread_condattr_t*, int)
+int pthread_create(unsigned long*, pthread_attr_t const*, void* (*)(void*), void*)
+int pthread_detach(unsigned long)
+int pthread_equal(unsigned long, unsigned long)
+void pthread_exit(void*)
+int pthread_getaffinity_np(unsigned long, unsigned long, cpu_set_t*)
+int pthread_getattr_np(unsigned long, pthread_attr_t*)
+int pthread_getconcurrency()
+int pthread_getcpuclockid(unsigned long, int*)
+int pthread_getschedparam(unsigned long, int*, sched_param*)
+void* pthread_getspecific(unsigned int)
+int pthread_join(unsigned long, void**)
+int pthread_key_create(unsigned int*, void (*)(void*))
+int pthread_key_delete(unsigned int)
+int pthread_kill(unsigned long, int)
+int pthread_mutex_consistent(pthread_mutex_t*)
+int pthread_mutex_destroy(pthread_mutex_t*)
+int pthread_mutex_getprioceiling(pthread_mutex_t const*, int*)
+int pthread_mutex_init(pthread_mutex_t*, pthread_mutexattr_t const*)
+int pthread_mutex_lock(pthread_mutex_t*)
+int pthread_mutex_setprioceiling(pthread_mutex_t*, int, int*)
+int pthread_mutex_timedlock(pthread_mutex_t*, timespec const*)
+int pthread_mutex_trylock(pthread_mutex_t*)
+int pthread_mutex_unlock(pthread_mutex_t*)
+int pthread_mutexattr_destroy(pthread_mutexattr_t*)
+int pthread_mutexattr_getprioceiling(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getprotocol(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getpshared(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getrobust(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_gettype(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_init(pthread_mutexattr_t*)
+int pthread_mutexattr_setprioceiling(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setprotocol(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setpshared(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setrobust(pthread_mutexattr_t*, int)
+int pthread_mutexattr_settype(pthread_mutexattr_t*, int)
+int pthread_once(int*, void (*)())
+int pthread_rwlock_destroy(pthread_rwlock_t*)
+int pthread_rwlock_init(pthread_rwlock_t*, pthread_rwlockattr_t const*)
+int pthread_rwlock_rdlock(pthread_rwlock_t*)
+int pthread_rwlock_timedrdlock(pthread_rwlock_t*, timespec const*)
+int pthread_rwlock_timedwrlock(pthread_rwlock_t*, timespec const*)
+int pthread_rwlock_tryrdlock(pthread_rwlock_t*)
+int pthread_rwlock_trywrlock(pthread_rwlock_t*)
+int pthread_rwlock_unlock(pthread_rwlock_t*)
+int pthread_rwlock_wrlock(pthread_rwlock_t*)
+int pthread_rwlockattr_destroy(pthread_rwlockattr_t*)
+int pthread_rwlockattr_getpshared(pthread_rwlockattr_t const*, int*)
+int pthread_rwlockattr_init(pthread_rwlockattr_t*)
+int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)
+unsigned long pthread_self()
+int pthread_setaffinity_np(unsigned long, unsigned long, cpu_set_t const*)
+int pthread_setcancelstate(int, int*)
+int pthread_setcanceltype(int, int*)
+int pthread_setconcurrency(int)
+int pthread_setschedparam(unsigned long, int, sched_param const*)
+int pthread_setschedprio(unsigned long, int)
+int pthread_setspecific(unsigned int, void const*)
+int pthread_sigmask(int, __sigset_t const*, __sigset_t*)
+int pthread_spin_destroy(int volatile*)
+int pthread_spin_init(int volatile*, int)
+int pthread_spin_lock(int volatile*)
+int pthread_spin_trylock(int volatile*)
+int pthread_spin_unlock(int volatile*)
+void pthread_testcancel()
+int pthread_timedjoin_np(unsigned long, void**, timespec const*)
+int pthread_tryjoin_np(unsigned long, void**)
+long ptrace(__ptrace_request, ...)
+char* ptsname(int)
+int ptsname_r(int, char*, unsigned long)
+int putc(int, _IO_FILE*)
+int putc_unlocked(int, _IO_FILE*)
+int putchar(int)
+int putchar_unlocked(int)
+int putenv(char*)
+int putgrent(group const*, _IO_FILE*)
+int putpwent(passwd const*, _IO_FILE*)
+int puts(char const*)
+int putspent(spwd const*, _IO_FILE*)
+utmp* pututline(utmp const*)
+utmpx* pututxline(utmpx const*)
+int putw(int, _IO_FILE*)
+unsigned int putwc(wchar_t, _IO_FILE*)
+unsigned int putwchar(wchar_t)
+long pwrite(int, void const*, unsigned long, long)
+long pwritev(int, iovec const*, int, long)
+void qsort(void*, unsigned long, unsigned long, int (*)(void const*, void const*))
+void quick_exit(int)
+int quotactl(int, char const*, int, char*)
+int raise(int)
+int rand()
+int rand_r(unsigned int*)
+long random()
+long read(int, void*, unsigned long)
+long readahead(int, long, unsigned long)
+dirent* readdir(__dirstream*)
+int readdir_r(__dirstream*, dirent*, dirent**)
+long readlink(char const*, char*, unsigned long)
+long readlinkat(int, char const*, char*, unsigned long)
+long readv(int, iovec const*, int)
+void* realloc(void*, unsigned long)
+char* realpath(char const*, char*)
+int reboot(int)
+long recv(int, void*, unsigned long, int)
+long recvfrom(int, void*, unsigned long, int, sockaddr*, unsigned int*)
+int recvmmsg(int, mmsghdr*, unsigned int, int, timespec*)
+long recvmsg(int, msghdr*, int)
+int regcomp(re_pattern_buffer*, char const*, int)
+unsigned long regerror(int, re_pattern_buffer const*, char*, unsigned long)
+int regexec(re_pattern_buffer const*, char const*, unsigned long, regmatch_t*, int)
+void regfree(re_pattern_buffer*)
+double remainder(double, double)
+float remainderf(float, float)
+long double remainderl(long double, long double)
+int remap_file_pages(void*, unsigned long, int, unsigned long, int)
+int remove(char const*)
+int removexattr(char const*, char const*)
+void remque(void*)
+double remquo(double, double, int*)
+float remquof(float, float, int*)
+long double remquol(long double, long double, int*)
+int rename(char const*, char const*)
+int renameat(int, char const*, int, char const*)
+int res_init()
+int res_mkquery(int, char const*, int, int, unsigned char const*, int, unsigned char const*, unsigned char*, int)
+int res_query(char const*, int, int, unsigned char*, int)
+int res_querydomain(char const*, char const*, int, int, unsigned char*, int)
+int res_search(char const*, int, int, unsigned char*, int)
+int res_send(unsigned char const*, int, unsigned char*, int)
+void rewind(_IO_FILE*)
+void rewinddir(__dirstream*)
+double rint(double)
+float rintf(float)
+long double rintl(long double)
+int rmdir(char const*)
+double round(double)
+float roundf(float)
+long double roundl(long double)
+void* sbrk(long)
+double scalb(double, double)
+float scalbf(float, float)
+double scalbln(double, long)
+float scalblnf(float, long)
+long double scalblnl(long double, long)
+double scalbn(double, int)
+float scalbnf(float, int)
+long double scalbnl(long double, int)
+int scandir(char const*, dirent***, int (*)(dirent const*), int (*)(dirent const**, dirent const**))
+int scanf(char const*, ...)
+int sched_get_priority_max(int)
+int sched_get_priority_min(int)
+int sched_getaffinity(int, unsigned long, cpu_set_t*)
+int sched_getcpu()
+int sched_getparam(int, sched_param*)
+int sched_getscheduler(int)
+int sched_rr_get_interval(int, timespec*)
+int sched_setaffinity(int, unsigned long, cpu_set_t const*)
+int sched_setparam(int, sched_param const*)
+int sched_setscheduler(int, int, sched_param const*)
+int sched_yield()
+unsigned short* seed48(unsigned short*)
+void seekdir(__dirstream*, long)
+int select(int, fd_set*, fd_set*, fd_set*, timeval*)
+int sem_close(sem_t*)
+int sem_destroy(sem_t*)
+int sem_getvalue(sem_t*, int*)
+int sem_init(sem_t*, int, unsigned int)
+sem_t* sem_open(char const*, int, ...)
+int sem_post(sem_t*)
+int sem_timedwait(sem_t*, timespec const*)
+int sem_trywait(sem_t*)
+int sem_unlink(char const*)
+int sem_wait(sem_t*)
+int semctl(int, int, int, ...)
+int semget(int, int, int)
+int semop(int, sembuf*, unsigned long)
+int semtimedop(int, sembuf*, unsigned long, timespec const*)
+long send(int, void const*, unsigned long, int)
+long sendfile(int, int, long*, unsigned long)
+int sendmmsg(int, mmsghdr*, unsigned int, int)
+long sendmsg(int, msghdr const*, int)
+long sendto(int, void const*, unsigned long, int, sockaddr const*, unsigned int)
+void setbuf(_IO_FILE*, char*)
+void setbuffer(_IO_FILE*, char*, unsigned long)
+int setcontext(ucontext const*)
+int setdomainname(char const*, unsigned long)
+int setegid(unsigned int)
+int setenv(char const*, char const*, int)
+int seteuid(unsigned int)
+int setfsgid(unsigned int)
+int setfsuid(unsigned int)
+int setgid(unsigned int)
+void setgrent()
+int setgroups(unsigned long, unsigned int const*)
+void sethostent(int)
+int sethostname(char const*, unsigned long)
+int setitimer(int, itimerval const*, itimerval*)
+int setjmp(__jmp_buf_tag*)
+void setkey(char const*)
+void setlinebuf(_IO_FILE*)
+char* setlocale(int, char const*)
+int setlogmask(int)
+_IO_FILE* setmntent(char const*, char const*)
+void setnetent(int)
+int setns(int, int)
+int setpgid(int, int)
+int setpgrp()
+int setpriority(int, unsigned int, int)
+void setprotoent(int)
+void setpwent()
+int setregid(unsigned int, unsigned int)
+int setresgid(unsigned int, unsigned int, unsigned int)
+int setresuid(unsigned int, unsigned int, unsigned int)
+int setreuid(unsigned int, unsigned int)
+int setrlimit(int, rlimit const*)
+void setservent(int)
+int setsid()
+int setsockopt(int, int, int, void const*, unsigned int)
+void setspent()
+char* setstate(char*)
+int settimeofday(timeval const*, timezone const*)
+int setuid(unsigned int)
+void setusershell()
+void setutent()
+void setutxent()
+int setvbuf(_IO_FILE*, char*, int, unsigned long)
+int setxattr(char const*, char const*, void const*, unsigned long, int)
+spwd* sgetspent(char const*)
+int shm_open(char const*, int, unsigned int)
+int shm_unlink(char const*)
+void* shmat(int, void const*, int)
+int shmctl(int, int, shmid_ds*)
+int shmdt(void const*)
+int shmget(int, unsigned long, int)
+int shutdown(int, int)
+int sigaction(int, sigaction const*, sigaction*)
+int sigaddset(__sigset_t*, int)
+int sigaltstack(sigaltstack const*, sigaltstack*)
+int sigandset(__sigset_t*, __sigset_t const*, __sigset_t const*)
+int sigdelset(__sigset_t*, int)
+int sigemptyset(__sigset_t*)
+int sigfillset(__sigset_t*)
+int sighold(int)
+int sigignore(int)
+int siginterrupt(int, int)
+int sigisemptyset(__sigset_t const*)
+int sigismember(__sigset_t const*, int)
+void siglongjmp(__jmp_buf_tag*, int)
+void (*signal(int, void (*)(int)))(int)
+int signalfd(int, __sigset_t const*, int)
+double significand(double)
+float significandf(float)
+int sigorset(__sigset_t*, __sigset_t const*, __sigset_t const*)
+int sigpause(int)
+int sigpending(__sigset_t*)
+int sigprocmask(int, __sigset_t const*, __sigset_t*)
+int sigqueue(int, int, sigval)
+int sigrelse(int)
+void (*sigset(int, void (*)(int)))(int)
+int sigsetjmp(__jmp_buf_tag*, int)
+int sigsuspend(__sigset_t const*)
+int sigtimedwait(__sigset_t const*, siginfo_t*, timespec const*)
+int sigwait(__sigset_t const*, int*)
+int sigwaitinfo(__sigset_t const*, siginfo_t*)
+double sin(double)
+void sincos(double, double*, double*)
+void sincosf(float, float*, float*)
+void sincosl(long double, long double*, long double*)
+float sinf(float)
+double sinh(double)
+float sinhf(float)
+long double sinhl(long double)
+long double sinl(long double)
+unsigned int sleep(unsigned int)
+int snprintf(char*, unsigned long, char const*, ...)
+int sockatmark(int)
+int socket(int, int, int)
+int socketpair(int, int, int, int*)
+long splice(int, long*, int, long*, unsigned long, unsigned int)
+int sprintf(char*, char const*, ...)
+double sqrt(double)
+float sqrtf(float)
+long double sqrtl(long double)
+void srand(unsigned int)
+void srand48(long)
+void srandom(unsigned int)
+int sscanf(char const*, char const*, ...)
+int stat(char const*, stat*)
+int statfs(char const*, statfs*)
+int statvfs(char const*, statvfs*)
+int stime(long const*)
+char* stpcpy(char*, char const*)
+char* stpncpy(char*, char const*, unsigned long)
+int strcasecmp(char const*, char const*)
+int strcasecmp_l(char const*, char const*, __locale_struct*)
+char* strcat(char*, char const*)
+int strcmp(char const*, char const*)
+int strcoll(char const*, char const*)
+int strcoll_l(char const*, char const*, __locale_struct*)
+char* strcpy(char*, char const*)
+unsigned long strcspn(char const*, char const*)
+char* strdup(char const*)
+char* strerror(int)
+char* strerror_l(int, __locale_struct*)
+char* strerror_r(int, char*, unsigned long)
+long strfmon(char*, unsigned long, char const*, ...)
+long strfmon_l(char*, unsigned long, __locale_struct*, char const*, ...)
+unsigned long strftime(char*, unsigned long, char const*, tm const*)
+unsigned long strftime_l(char*, unsigned long, char const*, tm const*, __locale_struct*)
+unsigned long strlen(char const*)
+int strncasecmp(char const*, char const*, unsigned long)
+int strncasecmp_l(char const*, char const*, unsigned long, __locale_struct*)
+char* strncat(char*, char const*, unsigned long)
+int strncmp(char const*, char const*, unsigned long)
+char* strncpy(char*, char const*, unsigned long)
+char* strndup(char const*, unsigned long)
+unsigned long strnlen(char const*, unsigned long)
+char* strptime(char const*, char const*, tm*)
+char* strsep(char**, char const*)
+char* strsignal(int)
+unsigned long strspn(char const*, char const*)
+double strtod(char const*, char**)
+double strtod_l(char const*, char**, __locale_struct*)
+float strtof(char const*, char**)
+float strtof_l(char const*, char**, __locale_struct*)
+long strtoimax(char const*, char**, int)
+char* strtok(char*, char const*)
+char* strtok_r(char*, char const*, char**)
+long strtol(char const*, char**, int)
+long double strtold(char const*, char**)
+long double strtold_l(char const*, char**, __locale_struct*)
+long long strtoll(char const*, char**, int)
+unsigned long strtoul(char const*, char**, int)
+unsigned long long strtoull(char const*, char**, int)
+unsigned long strtoumax(char const*, char**, int)
+int strverscmp(char const*, char const*)
+unsigned long strxfrm(char*, char const*, unsigned long)
+unsigned long strxfrm_l(char*, char const*, unsigned long, __locale_struct*)
+void swab(void const*, void*, long)
+int swapcontext(ucontext*, ucontext const*)
+int swapoff(char const*)
+int swapon(char const*, int)
+int swprintf(wchar_t*, unsigned long, wchar_t const*, ...)
+int swscanf(wchar_t const*, wchar_t const*, ...)
+int symlink(char const*, char const*)
+int symlinkat(char const*, int, char const*)
+void sync()
+int sync_file_range(int, long, long, unsigned int)
+int syncfs(int)
+long syscall(long, ...)
+long sysconf(int)
+int sysinfo(sysinfo*)
+void syslog(int, char const*, ...)
+int system(char const*)
+double tan(double)
+float tanf(float)
+double tanh(double)
+float tanhf(float)
+long double tanhl(long double)
+long double tanl(long double)
+int tcdrain(int)
+int tcflow(int, int)
+int tcflush(int, int)
+int tcgetattr(int, termios*)
+int tcgetpgrp(int)
+int tcgetsid(int)
+int tcsendbreak(int, int)
+int tcsetattr(int, int, termios const*)
+int tcsetpgrp(int, int)
+void* tdelete(void const*, void**, int (*)(void const*, void const*))
+void tdestroy(void*, void (*)(void*))
+long tee(int, int, unsigned long, unsigned int)
+long telldir(__dirstream*)
+char* tempnam(char const*, char const*)
+char* textdomain(char const*)
+void* tfind(void const*, void* const*, int (*)(void const*, void const*))
+double tgamma(double)
+float tgammaf(float)
+long double tgammal(long double)
+long time(long*)
+long timegm(tm*)
+int timer_create(int, sigevent*, void**)
+int timer_delete(void*)
+int timer_getoverrun(void*)
+int timer_gettime(void*, itimerspec*)
+int timer_settime(void*, int, itimerspec const*, itimerspec*)
+int timerfd_create(int, int)
+int timerfd_gettime(int, itimerspec*)
+int timerfd_settime(int, int, itimerspec const*, itimerspec*)
+long times(tms*)
+int timespec_get(timespec*, int)
+_IO_FILE* tmpfile()
+char* tmpnam(char*)
+int toascii(int)
+int tolower(int)
+int tolower_l(int, __locale_struct*)
+int toupper(int)
+int toupper_l(int, __locale_struct*)
+unsigned int towctrans(unsigned int, int const*)
+unsigned int towctrans_l(unsigned int, int const*, __locale_struct*)
+unsigned int towlower(unsigned int)
+unsigned int towlower_l(unsigned int, __locale_struct*)
+unsigned int towupper(unsigned int)
+unsigned int towupper_l(unsigned int, __locale_struct*)
+double trunc(double)
+int truncate(char const*, long)
+float truncf(float)
+long double truncl(long double)
+void* tsearch(void const*, void**, int (*)(void const*, void const*))
+char* ttyname(int)
+int ttyname_r(int, char*, unsigned long)
+void twalk(void const*, void (*)(void const*, VISIT, int))
+void tzset()
+unsigned int ualarm(unsigned int, unsigned int)
+int ulckpwdf()
+long ulimit(int, ...)
+unsigned int umask(unsigned int)
+int umount(char const*)
+int umount2(char const*, int)
+int uname(utsname*)
+int ungetc(int, _IO_FILE*)
+unsigned int ungetwc(unsigned int, _IO_FILE*)
+int unlink(char const*)
+int unlinkat(int, char const*, int)
+int unlockpt(int)
+int unsetenv(char const*)
+int unshare(int)
+void updwtmp(char const*, utmp const*)
+void updwtmpx(char const*, utmpx const*)
+__locale_struct* uselocale(__locale_struct*)
+int usleep(unsigned int)
+int utime(char const*, utimbuf const*)
+int utimensat(int, char const*, timespec const*, int)
+int utimes(char const*, timeval const*)
+int utmpname(char const*)
+int utmpxname(char const*)
+void* valloc(unsigned long)
+int vasprintf(char**, char const*, __va_list_tag*)
+int vdprintf(int, char const*, __va_list_tag*)
+void verr(int, char const*, __va_list_tag*)
+void verrx(int, char const*, __va_list_tag*)
+int versionsort(dirent const**, dirent const**)
+int vfork()
+int vfprintf(_IO_FILE*, char const*, __va_list_tag*)
+int vfscanf(_IO_FILE*, char const*, __va_list_tag*)
+int vfwprintf(_IO_FILE*, wchar_t const*, __va_list_tag*)
+int vfwscanf(_IO_FILE*, wchar_t const*, __va_list_tag*)
+int vhangup()
+long vmsplice(int, iovec const*, unsigned long, unsigned int)
+int vprintf(char const*, __va_list_tag*)
+int vscanf(char const*, __va_list_tag*)
+int vsnprintf(char*, unsigned long, char const*, __va_list_tag*)
+int vsprintf(char*, char const*, __va_list_tag*)
+int vsscanf(char const*, char const*, __va_list_tag*)
+int vswprintf(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*)
+int vswscanf(wchar_t const*, wchar_t const*, __va_list_tag*)
+void vsyslog(int, char const*, __va_list_tag*)
+void vwarn(char const*, __va_list_tag*)
+void vwarnx(char const*, __va_list_tag*)
+int vwprintf(wchar_t const*, __va_list_tag*)
+int vwscanf(wchar_t const*, __va_list_tag*)
+int wait(int*)
+int wait3(int*, int, rusage*)
+int wait4(int, int*, int, rusage*)
+int waitid(idtype_t, unsigned int, siginfo_t*, int)
+int waitpid(int, int*, int)
+void warn(char const*, ...)
+void warnx(char const*, ...)
+wchar_t* wcpcpy(wchar_t*, wchar_t const*)
+wchar_t* wcpncpy(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcrtomb(char*, wchar_t, __mbstate_t*)
+int wcscasecmp(wchar_t const*, wchar_t const*)
+int wcscasecmp_l(wchar_t const*, wchar_t const*, __locale_struct*)
+wchar_t* wcscat(wchar_t*, wchar_t const*)
+int wcscmp(wchar_t const*, wchar_t const*)
+int wcscoll(wchar_t const*, wchar_t const*)
+int wcscoll_l(wchar_t const*, wchar_t const*, __locale_struct*)
+wchar_t* wcscpy(wchar_t*, wchar_t const*)
+unsigned long wcscspn(wchar_t const*, wchar_t const*)
+wchar_t* wcsdup(wchar_t const*)
+unsigned long wcsftime(wchar_t*, unsigned long, wchar_t const*, tm const*)
+unsigned long wcslen(wchar_t const*)
+int wcsncasecmp(wchar_t const*, wchar_t const*, unsigned long)
+int wcsncasecmp_l(wchar_t const*, wchar_t const*, unsigned long, __locale_struct*)
+wchar_t* wcsncat(wchar_t*, wchar_t const*, unsigned long)
+int wcsncmp(wchar_t const*, wchar_t const*, unsigned long)
+wchar_t* wcsncpy(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcsnlen(wchar_t const*, unsigned long)
+unsigned long wcsnrtombs(char*, wchar_t const**, unsigned long, unsigned long, __mbstate_t*)
+unsigned long wcsrtombs(char*, wchar_t const**, unsigned long, __mbstate_t*)
+unsigned long wcsspn(wchar_t const*, wchar_t const*)
+double wcstod(wchar_t const*, wchar_t**)
+float wcstof(wchar_t const*, wchar_t**)
+long wcstoimax(wchar_t const*, wchar_t**, int)
+wchar_t* wcstok(wchar_t*, wchar_t const*, wchar_t**)
+long wcstol(wchar_t const*, wchar_t**, int)
+long double wcstold(wchar_t const*, wchar_t**)
+long long wcstoll(wchar_t const*, wchar_t**, int)
+unsigned long wcstombs(char*, wchar_t const*, unsigned long)
+unsigned long wcstoul(wchar_t const*, wchar_t**, int)
+unsigned long long wcstoull(wchar_t const*, wchar_t**, int)
+unsigned long wcstoumax(wchar_t const*, wchar_t**, int)
+int wcswidth(wchar_t const*, unsigned long)
+unsigned long wcsxfrm(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcsxfrm_l(wchar_t*, wchar_t const*, unsigned long, __locale_struct*)
+int wctob(unsigned int)
+int wctomb(char*, wchar_t)
+int const* wctrans(char const*)
+int const* wctrans_l(char const*, __locale_struct*)
+unsigned long wctype(char const*)
+unsigned long wctype_l(char const*, __locale_struct*)
+int wcwidth(wchar_t)
+int wmemcmp(wchar_t const*, wchar_t const*, unsigned long)
+wchar_t* wmemcpy(wchar_t*, wchar_t const*, unsigned long)
+wchar_t* wmemmove(wchar_t*, wchar_t const*, unsigned long)
+wchar_t* wmemset(wchar_t*, wchar_t, unsigned long)
+int wordexp(char const*, wordexp_t*, int)
+void wordfree(wordexp_t*)
+int wprintf(wchar_t const*, ...)
+long write(int, void const*, unsigned long)
+long writev(int, iovec const*, int)
+int wscanf(wchar_t const*, ...)
+double y0(double)
+float y0f(float)
+double y1(double)
+float y1f(float)
+double yn(int, double)
+float ynf(int, float)
diff --git a/data/abi_func.x86_64.musl b/data/abi_func.x86_64.musl
new file mode 100644 (file)
index 0000000..f70b9b5
--- /dev/null
@@ -0,0 +1,1467 @@
+void _Exit(int)
+void __assert_fail(char const*, char const*, int, char const*)
+unsigned long __ctype_get_mb_cur_max()
+int* __errno_location()
+unsigned long __fbufsize(_IO_FILE*)
+int __flbf(_IO_FILE*)
+int __flt_rounds()
+int __fpclassify(double)
+int __fpclassifyf(float)
+int __fpclassifyl(long double)
+unsigned long __fpending(_IO_FILE*)
+int __fpurge(_IO_FILE*)
+int __freadable(_IO_FILE*)
+unsigned long __freadahead(_IO_FILE*)
+int __freading(_IO_FILE*)
+char const* __freadptr(_IO_FILE*, unsigned long*)
+void __freadptrinc(_IO_FILE*, unsigned long)
+void __fseterr(_IO_FILE*)
+int __fsetlocking(_IO_FILE*, int)
+int __fwritable(_IO_FILE*)
+int __fwriting(_IO_FILE*)
+int* __h_errno_location()
+int __libc_current_sigrtmax()
+int __libc_current_sigrtmin()
+__res_state* __res_state()
+int __sched_cpucount(unsigned long, cpu_set_t const*)
+int __signbit(double)
+int __signbitf(float)
+int __signbitl(long double)
+void _exit(int)
+int _flush_cache(void*, int, int)
+void _flushlbf()
+void _longjmp(__jmp_buf_tag*, int)
+void _pthread_cleanup_pop(__ptcb*, int)
+void _pthread_cleanup_push(__ptcb*, void (*)(void*), void*)
+int _setjmp(__jmp_buf_tag*)
+long a64l(char const*)
+void abort()
+int abs(int)
+int accept(int, sockaddr*, unsigned int*)
+int accept4(int, sockaddr*, unsigned int*, int)
+int access(char const*, int)
+int acct(char const*)
+double acos(double)
+float acosf(float)
+double acosh(double)
+float acoshf(float)
+long double acoshl(long double)
+long double acosl(long double)
+int addmntent(_IO_FILE*, mntent const*)
+int adjtime(timeval const*, timeval*)
+int adjtimex(timex*)
+int aio_cancel(int, aiocb*)
+int aio_error(aiocb const*)
+int aio_fsync(int, aiocb*)
+int aio_read(aiocb*)
+long aio_return(aiocb*)
+int aio_suspend(aiocb const* const*, int, timespec const*)
+int aio_write(aiocb*)
+unsigned int alarm(unsigned int)
+void* aligned_alloc(unsigned long, unsigned long)
+void* alloca(unsigned long)
+int alphasort(dirent const**, dirent const**)
+char* asctime(tm const*)
+char* asctime_r(tm const*, char*)
+double asin(double)
+float asinf(float)
+double asinh(double)
+float asinhf(float)
+long double asinhl(long double)
+long double asinl(long double)
+int asprintf(char**, char const*, ...)
+int at_quick_exit(void (*)())
+double atan(double)
+double atan2(double, double)
+float atan2f(float, float)
+long double atan2l(long double, long double)
+float atanf(float)
+double atanh(double)
+float atanhf(float)
+long double atanhl(long double)
+long double atanl(long double)
+int atexit(void (*)())
+double atof(char const*)
+int atoi(char const*)
+long atol(char const*)
+long long atoll(char const*)
+char* basename(char*)
+int bcmp(void const*, void const*, unsigned long)
+void bcopy(void const*, void*, unsigned long)
+int bind(int, sockaddr const*, unsigned int)
+char* bind_textdomain_codeset(char const*, char const*)
+char* bindtextdomain(char const*, char const*)
+int brk(void*)
+void (*bsd_signal(int, void (*)(int)))(int)
+void* bsearch(void const*, void const*, unsigned long, unsigned long, int (*)(void const*, void const*))
+unsigned int btowc(int)
+void bzero(void*, unsigned long)
+unsigned long c16rtomb(char*, char16_t, __mbstate_t*)
+unsigned long c32rtomb(char*, char32_t, __mbstate_t*)
+double cabs(double _Complex)
+float cabsf(float _Complex)
+long double cabsl(long double _Complex)
+int cachectl(void*, int, int)
+int cacheflush(void*, int, int)
+double _Complex cacos(double _Complex)
+float _Complex cacosf(float _Complex)
+double _Complex cacosh(double _Complex)
+float _Complex cacoshf(float _Complex)
+long double _Complex cacoshl(long double _Complex)
+long double _Complex cacosl(long double _Complex)
+void call_once(int*, void (*)())
+void* calloc(unsigned long, unsigned long)
+double carg(double _Complex)
+float cargf(float _Complex)
+long double cargl(long double _Complex)
+double _Complex casin(double _Complex)
+float _Complex casinf(float _Complex)
+double _Complex casinh(double _Complex)
+float _Complex casinhf(float _Complex)
+long double _Complex casinhl(long double _Complex)
+long double _Complex casinl(long double _Complex)
+double _Complex catan(double _Complex)
+float _Complex catanf(float _Complex)
+double _Complex catanh(double _Complex)
+float _Complex catanhf(float _Complex)
+long double _Complex catanhl(long double _Complex)
+long double _Complex catanl(long double _Complex)
+int catclose(void*)
+char* catgets(void*, int, int, char const*)
+void* catopen(char const*, int)
+double cbrt(double)
+float cbrtf(float)
+long double cbrtl(long double)
+double _Complex ccos(double _Complex)
+float _Complex ccosf(float _Complex)
+double _Complex ccosh(double _Complex)
+float _Complex ccoshf(float _Complex)
+long double _Complex ccoshl(long double _Complex)
+long double _Complex ccosl(long double _Complex)
+double ceil(double)
+float ceilf(float)
+long double ceill(long double)
+double _Complex cexp(double _Complex)
+float _Complex cexpf(float _Complex)
+long double _Complex cexpl(long double _Complex)
+unsigned int cfgetispeed(termios const*)
+unsigned int cfgetospeed(termios const*)
+void cfmakeraw(termios*)
+int cfsetispeed(termios*, unsigned int)
+int cfsetospeed(termios*, unsigned int)
+int cfsetspeed(termios*, unsigned int)
+int chdir(char const*)
+int chmod(char const*, unsigned int)
+int chown(char const*, unsigned int, unsigned int)
+int chroot(char const*)
+double cimag(double _Complex)
+float cimagf(float _Complex)
+long double cimagl(long double _Complex)
+int clearenv()
+void clearerr(_IO_FILE*)
+void clearerr_unlocked(_IO_FILE*)
+long clock()
+int clock_adjtime(int, timex*)
+int clock_getcpuclockid(int, int*)
+int clock_getres(int, timespec*)
+int clock_gettime(int, timespec*)
+int clock_nanosleep(int, int, timespec const*, timespec*)
+int clock_settime(int, timespec const*)
+double _Complex clog(double _Complex)
+float _Complex clogf(float _Complex)
+long double _Complex clogl(long double _Complex)
+int clone(int (*)(void*), void*, int, void*, ...)
+int close(int)
+int closedir(__dirstream*)
+void closelog()
+int cnd_broadcast(cnd_t*)
+void cnd_destroy(cnd_t*)
+int cnd_init(cnd_t*)
+int cnd_signal(cnd_t*)
+int cnd_timedwait(cnd_t*, mtx_t*, timespec const*)
+int cnd_wait(cnd_t*, mtx_t*)
+unsigned long confstr(int, char*, unsigned long)
+double _Complex conj(double _Complex)
+float _Complex conjf(float _Complex)
+long double _Complex conjl(long double _Complex)
+int connect(int, sockaddr const*, unsigned int)
+double copysign(double, double)
+float copysignf(float, float)
+long double copysignl(long double, long double)
+double cos(double)
+float cosf(float)
+double cosh(double)
+float coshf(float)
+long double coshl(long double)
+long double cosl(long double)
+double _Complex cpow(double _Complex, double _Complex)
+float _Complex cpowf(float _Complex, float _Complex)
+long double _Complex cpowl(long double _Complex, long double _Complex)
+double _Complex cproj(double _Complex)
+float _Complex cprojf(float _Complex)
+long double _Complex cprojl(long double _Complex)
+double creal(double _Complex)
+float crealf(float _Complex)
+long double creall(long double _Complex)
+int creat(char const*, unsigned int)
+char* crypt(char const*, char const*)
+char* crypt_r(char const*, char const*, crypt_data*)
+double _Complex csin(double _Complex)
+float _Complex csinf(float _Complex)
+double _Complex csinh(double _Complex)
+float _Complex csinhf(float _Complex)
+long double _Complex csinhl(long double _Complex)
+long double _Complex csinl(long double _Complex)
+double _Complex csqrt(double _Complex)
+float _Complex csqrtf(float _Complex)
+long double _Complex csqrtl(long double _Complex)
+double _Complex ctan(double _Complex)
+float _Complex ctanf(float _Complex)
+double _Complex ctanh(double _Complex)
+float _Complex ctanhf(float _Complex)
+long double _Complex ctanhl(long double _Complex)
+long double _Complex ctanl(long double _Complex)
+char* ctermid(char*)
+char* ctime(long const*)
+char* ctime_r(long const*, char*)
+char* cuserid(char*)
+int daemon(int, int)
+double difftime(long, long)
+int dirfd(__dirstream*)
+char* dirname(char*)
+div_t div(int, int)
+int dl_iterate_phdr(int (*)(dl_phdr_info*, unsigned long, void*), void*)
+int dladdr(void const*, Dl_info*)
+int dlclose(void*)
+char* dlerror()
+int dlinfo(void*, int, void*)
+void* dlopen(char const*, int)
+void* dlsym(void*, char const*)
+int dn_comp(char const*, unsigned char*, int, unsigned char**, unsigned char**)
+int dn_expand(unsigned char const*, unsigned char const*, unsigned char const*, char*, int)
+int dn_skipname(unsigned char const*, unsigned char const*)
+int dprintf(int, char const*, ...)
+double drand48()
+double drem(double, double)
+float dremf(float, float)
+int dup(int)
+int dup2(int, int)
+int dup3(int, int, int)
+__locale_struct* duplocale(__locale_struct*)
+int eaccess(char const*, int)
+char* ecvt(double, int, int*, int*)
+void encrypt(char*, int)
+void endgrent()
+void endhostent()
+int endmntent(_IO_FILE*)
+void endnetent()
+void endprotoent()
+void endpwent()
+void endservent()
+void endspent()
+void endusershell()
+void endutent()
+void endutxent()
+int epoll_create(int)
+int epoll_create1(int)
+int epoll_ctl(int, int, int, epoll_event*)
+int epoll_pwait(int, epoll_event*, int, int, __sigset_t const*)
+int epoll_wait(int, epoll_event*, int, int)
+double erand48(unsigned short*)
+double erf(double)
+double erfc(double)
+float erfcf(float)
+long double erfcl(long double)
+float erff(float)
+long double erfl(long double)
+void err(int, char const*, ...)
+void errx(int, char const*, ...)
+ether_addr* ether_aton(char const*)
+ether_addr* ether_aton_r(char const*, ether_addr*)
+int ether_hostton(char const*, ether_addr*)
+int ether_line(char const*, ether_addr*, char*)
+char* ether_ntoa(ether_addr const*)
+char* ether_ntoa_r(ether_addr const*, char*)
+int ether_ntohost(char*, ether_addr const*)
+int euidaccess(char const*, int)
+int eventfd(unsigned int, int)
+int eventfd_read(int, unsigned long*)
+int eventfd_write(int, unsigned long)
+int execl(char const*, char const*, ...)
+int execle(char const*, char const*, ...)
+int execlp(char const*, char const*, ...)
+int execv(char const*, char* const*)
+int execve(char const*, char* const*, char* const*)
+int execvp(char const*, char* const*)
+int execvpe(char const*, char* const*, char* const*)
+void exit(int)
+double exp(double)
+double exp10(double)
+float exp10f(float)
+long double exp10l(long double)
+double exp2(double)
+float exp2f(float)
+long double exp2l(long double)
+float expf(float)
+long double expl(long double)
+double expm1(double)
+float expm1f(float)
+long double expm1l(long double)
+double fabs(double)
+float fabsf(float)
+long double fabsl(long double)
+int faccessat(int, char const*, int, int)
+int fallocate(int, int, long, long)
+int fanotify_init(unsigned int, unsigned int)
+int fanotify_mark(int, unsigned int, unsigned long long, int, char const*)
+int fchdir(int)
+int fchmod(int, unsigned int)
+int fchmodat(int, char const*, unsigned int, int)
+int fchown(int, unsigned int, unsigned int)
+int fchownat(int, char const*, unsigned int, unsigned int, int)
+int fclose(_IO_FILE*)
+int fcntl(int, int, ...)
+char* fcvt(double, int, int*, int*)
+int fdatasync(int)
+double fdim(double, double)
+float fdimf(float, float)
+long double fdiml(long double, long double)
+_IO_FILE* fdopen(int, char const*)
+__dirstream* fdopendir(int)
+int feclearexcept(int)
+int fegetenv(fenv_t*)
+int fegetexceptflag(unsigned short*, int)
+int fegetround()
+int feholdexcept(fenv_t*)
+int feof(_IO_FILE*)
+int feof_unlocked(_IO_FILE*)
+int feraiseexcept(int)
+int ferror(_IO_FILE*)
+int ferror_unlocked(_IO_FILE*)
+int fesetenv(fenv_t const*)
+int fesetexceptflag(unsigned short const*, int)
+int fesetround(int)
+int fetestexcept(int)
+int feupdateenv(fenv_t const*)
+int fexecve(int, char* const*, char* const*)
+int fflush(_IO_FILE*)
+int fflush_unlocked(_IO_FILE*)
+int ffs(int)
+int ffsl(long)
+int ffsll(long long)
+int fgetc(_IO_FILE*)
+int fgetc_unlocked(_IO_FILE*)
+group* fgetgrent(_IO_FILE*)
+char* fgetln(_IO_FILE*, unsigned long*)
+int fgetpos(_IO_FILE*, _G_fpos64_t*)
+passwd* fgetpwent(_IO_FILE*)
+char* fgets(char*, int, _IO_FILE*)
+char* fgets_unlocked(char*, int, _IO_FILE*)
+spwd* fgetspent(_IO_FILE*)
+unsigned int fgetwc(_IO_FILE*)
+wchar_t* fgetws(wchar_t*, int, _IO_FILE*)
+long fgetxattr(int, char const*, void*, unsigned long)
+int fileno(_IO_FILE*)
+int fileno_unlocked(_IO_FILE*)
+int finite(double)
+int finitef(float)
+long flistxattr(int, char*, unsigned long)
+int flock(int, int)
+void flockfile(_IO_FILE*)
+double floor(double)
+float floorf(float)
+long double floorl(long double)
+double fma(double, double, double)
+float fmaf(float, float, float)
+long double fmal(long double, long double, long double)
+double fmax(double, double)
+float fmaxf(float, float)
+long double fmaxl(long double, long double)
+_IO_FILE* fmemopen(void*, unsigned long, char const*)
+double fmin(double, double)
+float fminf(float, float)
+long double fminl(long double, long double)
+double fmod(double, double)
+float fmodf(float, float)
+long double fmodl(long double, long double)
+int fmtmsg(long, char const*, int, char const*, char const*, char const*)
+int fnmatch(char const*, char const*, int)
+_IO_FILE* fopen(char const*, char const*)
+int fork()
+int forkpty(int*, char*, termios const*, winsize const*)
+long fpathconf(int, int)
+int fprintf(_IO_FILE*, char const*, ...)
+int fputc(int, _IO_FILE*)
+int fputc_unlocked(int, _IO_FILE*)
+int fputs(char const*, _IO_FILE*)
+int fputs_unlocked(char const*, _IO_FILE*)
+unsigned int fputwc(wchar_t, _IO_FILE*)
+int fputws(wchar_t const*, _IO_FILE*)
+unsigned long fread(void*, unsigned long, unsigned long, _IO_FILE*)
+unsigned long fread_unlocked(void*, unsigned long, unsigned long, _IO_FILE*)
+void free(void*)
+void freeaddrinfo(addrinfo*)
+void freeifaddrs(ifaddrs*)
+void freelocale(__locale_struct*)
+int fremovexattr(int, char const*)
+_IO_FILE* freopen(char const*, char const*, _IO_FILE*)
+double frexp(double, int*)
+float frexpf(float, int*)
+long double frexpl(long double, int*)
+int fscanf(_IO_FILE*, char const*, ...)
+int fseek(_IO_FILE*, long, int)
+int fseeko(_IO_FILE*, long, int)
+int fsetpos(_IO_FILE*, _G_fpos64_t const*)
+int fsetxattr(int, char const*, void const*, unsigned long, int)
+int fstat(int, stat*)
+int fstatat(int, char const*, stat*, int)
+int fstatfs(int, statfs*)
+int fstatvfs(int, statvfs*)
+int fsync(int)
+long ftell(_IO_FILE*)
+long ftello(_IO_FILE*)
+int ftime(timeb*)
+int ftok(char const*, int)
+int ftruncate(int, long)
+int ftrylockfile(_IO_FILE*)
+int ftw(char const*, int (*)(char const*, stat const*, int), int)
+void funlockfile(_IO_FILE*)
+int futimens(int, timespec const*)
+int futimes(int, timeval const*)
+int futimesat(int, char const*, timeval const*)
+int fwide(_IO_FILE*, int)
+int fwprintf(_IO_FILE*, wchar_t const*, ...)
+unsigned long fwrite(void const*, unsigned long, unsigned long, _IO_FILE*)
+unsigned long fwrite_unlocked(void const*, unsigned long, unsigned long, _IO_FILE*)
+int fwscanf(_IO_FILE*, wchar_t const*, ...)
+char const* gai_strerror(int)
+char* gcvt(double, int, char*)
+long get_avphys_pages()
+char* get_current_dir_name()
+int get_nprocs()
+int get_nprocs_conf()
+long get_phys_pages()
+int getaddrinfo(char const*, char const*, addrinfo const*, addrinfo**)
+unsigned long getauxval(unsigned long)
+int getc(_IO_FILE*)
+int getc_unlocked(_IO_FILE*)
+int getchar()
+int getchar_unlocked()
+int getcontext(ucontext*)
+char* getcwd(char*, unsigned long)
+tm* getdate(char const*)
+long getdelim(char**, unsigned long*, int, _IO_FILE*)
+int getdents(int, dirent*, unsigned long)
+int getdomainname(char*, unsigned long)
+int getdtablesize()
+unsigned int getegid()
+char* getenv(char const*)
+unsigned int geteuid()
+unsigned int getgid()
+group* getgrent()
+group* getgrgid(unsigned int)
+int getgrgid_r(unsigned int, group*, char*, unsigned long, group**)
+group* getgrnam(char const*)
+int getgrnam_r(char const*, group*, char*, unsigned long, group**)
+int getgrouplist(char const*, unsigned int, unsigned int*, int*)
+int getgroups(int, unsigned int*)
+hostent* gethostbyaddr(void const*, unsigned int, int)
+int gethostbyaddr_r(void const*, unsigned int, int, hostent*, char*, unsigned long, hostent**, int*)
+hostent* gethostbyname(char const*)
+hostent* gethostbyname2(char const*, int)
+int gethostbyname2_r(char const*, int, hostent*, char*, unsigned long, hostent**, int*)
+int gethostbyname_r(char const*, hostent*, char*, unsigned long, hostent**, int*)
+hostent* gethostent()
+long gethostid()
+int gethostname(char*, unsigned long)
+int getifaddrs(ifaddrs**)
+int getitimer(int, itimerval*)
+long getline(char**, unsigned long*, _IO_FILE*)
+int getloadavg(double*, int)
+char* getlogin()
+int getlogin_r(char*, unsigned long)
+mntent* getmntent(_IO_FILE*)
+mntent* getmntent_r(_IO_FILE*, mntent*, char*, int)
+int getnameinfo(sockaddr const*, unsigned int, char*, unsigned int, char*, unsigned int, int)
+netent* getnetbyaddr(unsigned int, int)
+netent* getnetbyname(char const*)
+netent* getnetent()
+int getopt(int, char* const*, char const*)
+int getopt_long(int, char* const*, char const*, option const*, int*)
+int getopt_long_only(int, char* const*, char const*, option const*, int*)
+int getpagesize()
+char* getpass(char const*)
+int getpeername(int, sockaddr*, unsigned int*)
+int getpgid(int)
+int getpgrp()
+int getpid()
+int getppid()
+int getpriority(int, unsigned int)
+protoent* getprotobyname(char const*)
+protoent* getprotobynumber(int)
+protoent* getprotoent()
+passwd* getpwent()
+passwd* getpwnam(char const*)
+int getpwnam_r(char const*, passwd*, char*, unsigned long, passwd**)
+passwd* getpwuid(unsigned int)
+int getpwuid_r(unsigned int, passwd*, char*, unsigned long, passwd**)
+int getresgid(unsigned int*, unsigned int*, unsigned int*)
+int getresuid(unsigned int*, unsigned int*, unsigned int*)
+int getrlimit(int, rlimit*)
+int getrusage(int, rusage*)
+char* gets(char*)
+servent* getservbyname(char const*, char const*)
+int getservbyname_r(char const*, char const*, servent*, char*, unsigned long, servent**)
+servent* getservbyport(int, char const*)
+int getservbyport_r(int, char const*, servent*, char*, unsigned long, servent**)
+servent* getservent()
+int getsid(int)
+int getsockname(int, sockaddr*, unsigned int*)
+int getsockopt(int, int, int, void*, unsigned int*)
+spwd* getspent()
+spwd* getspnam(char const*)
+int getspnam_r(char const*, spwd*, char*, unsigned long, spwd**)
+int getsubopt(char**, char* const*, char**)
+int gettimeofday(timeval*, void*)
+unsigned int getuid()
+char* getusershell()
+utmpx* getutent()
+utmpx* getutid(utmpx const*)
+utmpx* getutline(utmpx const*)
+utmpx* getutxent()
+utmpx* getutxid(utmpx const*)
+utmpx* getutxline(utmpx const*)
+int getw(_IO_FILE*)
+unsigned int getwc(_IO_FILE*)
+unsigned int getwchar()
+long getxattr(char const*, char const*, void*, unsigned long)
+int glob(char const*, int, int (*)(char const*, int), glob_t*)
+void globfree(glob_t*)
+tm* gmtime(long const*)
+tm* gmtime_r(long const*, tm*)
+int grantpt(int)
+char* hasmntopt(mntent const*, char const*)
+int hcreate(unsigned long)
+int hcreate_r(unsigned long, hsearch_data*)
+void hdestroy()
+void hdestroy_r(hsearch_data*)
+void herror(char const*)
+entry* hsearch(entry, ACTION)
+int hsearch_r(entry, ACTION, entry**, hsearch_data*)
+char const* hstrerror(int)
+unsigned int htonl(unsigned int)
+unsigned short htons(unsigned short)
+double hypot(double, double)
+float hypotf(float, float)
+long double hypotl(long double, long double)
+unsigned long iconv(void*, char**, unsigned long*, char**, unsigned long*)
+int iconv_close(void*)
+void* iconv_open(char const*, char const*)
+void if_freenameindex(if_nameindex*)
+char* if_indextoname(unsigned int, char*)
+if_nameindex* if_nameindex()
+unsigned int if_nametoindex(char const*)
+int ilogb(double)
+int ilogbf(float)
+int ilogbl(long double)
+long imaxabs(long)
+imaxdiv_t imaxdiv(long, long)
+char* index(char const*, int)
+unsigned int inet_addr(char const*)
+int inet_aton(char const*, in_addr*)
+unsigned int inet_lnaof(in_addr)
+in_addr inet_makeaddr(unsigned int, unsigned int)
+unsigned int inet_netof(in_addr)
+unsigned int inet_network(char const*)
+char* inet_ntoa(in_addr)
+char const* inet_ntop(int, void const*, char*, unsigned int)
+int inet_pton(int, char const*, void*)
+int initgroups(char const*, unsigned int)
+char* initstate(unsigned int, char*, unsigned long)
+int inotify_add_watch(int, char const*, unsigned int)
+int inotify_init()
+int inotify_init1(int)
+int inotify_rm_watch(int, int)
+void insque(void*, void*)
+int ioctl(int, int, ...)
+int isalnum(int)
+int isalnum_l(int, __locale_struct*)
+int isalpha(int)
+int isalpha_l(int, __locale_struct*)
+int isascii(int)
+int isastream(int)
+int isatty(int)
+int isblank(int)
+int isblank_l(int, __locale_struct*)
+int iscntrl(int)
+int iscntrl_l(int, __locale_struct*)
+int isdigit(int)
+int isdigit_l(int, __locale_struct*)
+int isgraph(int)
+int isgraph_l(int, __locale_struct*)
+int islower(int)
+int islower_l(int, __locale_struct*)
+int isprint(int)
+int isprint_l(int, __locale_struct*)
+int ispunct(int)
+int ispunct_l(int, __locale_struct*)
+int issetugid()
+int isspace(int)
+int isspace_l(int, __locale_struct*)
+int isupper(int)
+int isupper_l(int, __locale_struct*)
+int iswalnum(unsigned int)
+int iswalnum_l(unsigned int, __locale_struct*)
+int iswalpha(unsigned int)
+int iswalpha_l(unsigned int, __locale_struct*)
+int iswblank(unsigned int)
+int iswblank_l(unsigned int, __locale_struct*)
+int iswcntrl(unsigned int)
+int iswcntrl_l(unsigned int, __locale_struct*)
+int iswctype(unsigned int, unsigned long)
+int iswctype_l(unsigned int, unsigned long, __locale_struct*)
+int iswdigit(unsigned int)
+int iswdigit_l(unsigned int, __locale_struct*)
+int iswgraph(unsigned int)
+int iswgraph_l(unsigned int, __locale_struct*)
+int iswlower(unsigned int)
+int iswlower_l(unsigned int, __locale_struct*)
+int iswprint(unsigned int)
+int iswprint_l(unsigned int, __locale_struct*)
+int iswpunct(unsigned int)
+int iswpunct_l(unsigned int, __locale_struct*)
+int iswspace(unsigned int)
+int iswspace_l(unsigned int, __locale_struct*)
+int iswupper(unsigned int)
+int iswupper_l(unsigned int, __locale_struct*)
+int iswxdigit(unsigned int)
+int iswxdigit_l(unsigned int, __locale_struct*)
+int isxdigit(int)
+int isxdigit_l(int, __locale_struct*)
+double j0(double)
+float j0f(float)
+double j1(double)
+float j1f(float)
+double jn(int, double)
+float jnf(int, float)
+long jrand48(unsigned short*)
+int kill(int, int)
+int killpg(int, int)
+int klogctl(int, char*, int)
+char* l64a(long)
+long labs(long)
+int lchmod(char const*, unsigned int)
+int lchown(char const*, unsigned int, unsigned int)
+int lckpwdf()
+void lcong48(unsigned short*)
+double ldexp(double, int)
+float ldexpf(float, int)
+long double ldexpl(long double, int)
+ldiv_t ldiv(long, long)
+void* lfind(void const*, void const*, unsigned long*, unsigned long, int (*)(void const*, void const*))
+double lgamma(double)
+double lgamma_r(double, int*)
+float lgammaf(float)
+float lgammaf_r(float, int*)
+long double lgammal(long double)
+long double lgammal_r(long double, int*)
+long lgetxattr(char const*, char const*, void*, unsigned long)
+int link(char const*, char const*)
+int linkat(int, char const*, int, char const*, int)
+int lio_listio(int, aiocb* const restrict*, int, sigevent*)
+int listen(int, int)
+long listxattr(char const*, char*, unsigned long)
+long long llabs(long long)
+lldiv_t lldiv(long long, long long)
+long llistxattr(char const*, char*, unsigned long)
+long long llrint(double)
+long long llrintf(float)
+long long llrintl(long double)
+long long llround(double)
+long long llroundf(float)
+long long llroundl(long double)
+lconv* localeconv()
+tm* localtime(long const*)
+tm* localtime_r(long const*, tm*)
+int lockf(int, int, long)
+double log(double)
+double log10(double)
+float log10f(float)
+long double log10l(long double)
+double log1p(double)
+float log1pf(float)
+long double log1pl(long double)
+double log2(double)
+float log2f(float)
+long double log2l(long double)
+double logb(double)
+float logbf(float)
+long double logbl(long double)
+float logf(float)
+int login_tty(int)
+long double logl(long double)
+void longjmp(__jmp_buf_tag*, int)
+long lrand48()
+int lremovexattr(char const*, char const*)
+long lrint(double)
+long lrintf(float)
+long lrintl(long double)
+long lround(double)
+long lroundf(float)
+long lroundl(long double)
+void* lsearch(void const*, void*, unsigned long*, unsigned long, int (*)(void const*, void const*))
+long lseek(int, long, int)
+int lsetxattr(char const*, char const*, void const*, unsigned long, int)
+int lstat(char const*, stat*)
+int lutimes(char const*, timeval const*)
+int madvise(void*, unsigned long, int)
+void makecontext(ucontext*, void (*)(), int, ...)
+void* malloc(unsigned long)
+unsigned long malloc_usable_size(void*)
+int mblen(char const*, unsigned long)
+unsigned long mbrlen(char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtoc16(char16_t*, char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtoc32(char32_t*, char const*, unsigned long, __mbstate_t*)
+unsigned long mbrtowc(wchar_t*, char const*, unsigned long, __mbstate_t*)
+int mbsinit(__mbstate_t const*)
+unsigned long mbsnrtowcs(wchar_t*, char const**, unsigned long, unsigned long, __mbstate_t*)
+unsigned long mbsrtowcs(wchar_t*, char const**, unsigned long, __mbstate_t*)
+unsigned long mbstowcs(wchar_t*, char const*, unsigned long)
+int mbtowc(wchar_t*, char const*, unsigned long)
+void* memalign(unsigned long, unsigned long)
+void* memccpy(void*, void const*, int, unsigned long)
+void* memchr(void const*, int, unsigned long)
+int memcmp(void const*, void const*, unsigned long)
+void* memcpy(void*, void const*, unsigned long)
+void* memmem(void const*, unsigned long, void const*, unsigned long)
+void* memmove(void*, void const*, unsigned long)
+void* mempcpy(void*, void const*, unsigned long)
+void* memrchr(void const*, int, unsigned long)
+void* memset(void*, int, unsigned long)
+int mincore(void*, unsigned long, unsigned char*)
+int mkdir(char const*, unsigned int)
+int mkdirat(int, char const*, unsigned int)
+char* mkdtemp(char*)
+int mkfifo(char const*, unsigned int)
+int mkfifoat(int, char const*, unsigned int)
+int mknod(char const*, unsigned int, unsigned long)
+int mknodat(int, char const*, unsigned int, unsigned long)
+int mkostemp(char*, int)
+int mkostemps(char*, int, int)
+int mkstemp(char*)
+int mkstemps(char*, int)
+char* mktemp(char*)
+long mktime(tm*)
+int mlock(void const*, unsigned long)
+int mlockall(int)
+void* mmap(void*, unsigned long, int, int, int, long)
+double modf(double, double*)
+float modff(float, float*)
+long double modfl(long double, long double*)
+int mount(char const*, char const*, char const*, unsigned long, void const*)
+int mprotect(void*, unsigned long, int)
+int mq_close(int)
+int mq_getattr(int, mq_attr*)
+int mq_notify(int, sigevent const*)
+int mq_open(char const*, int, ...)
+long mq_receive(int, char*, unsigned long, unsigned int*)
+int mq_send(int, char const*, unsigned long, unsigned int)
+int mq_setattr(int, mq_attr const*, mq_attr*)
+long mq_timedreceive(int, char*, unsigned long, unsigned int*, timespec const*)
+int mq_timedsend(int, char const*, unsigned long, unsigned int, timespec const*)
+int mq_unlink(char const*)
+long mrand48()
+void* mremap(void*, unsigned long, unsigned long, int, ...)
+int msgctl(int, int, msqid_ds*)
+int msgget(int, int)
+long msgrcv(int, void*, unsigned long, long, int)
+int msgsnd(int, void const*, unsigned long, int)
+int msync(void*, unsigned long, int)
+void mtx_destroy(mtx_t*)
+int mtx_init(mtx_t*, int)
+int mtx_lock(mtx_t*)
+int mtx_timedlock(mtx_t*, timespec const*)
+int mtx_trylock(mtx_t*)
+int mtx_unlock(mtx_t*)
+int munlock(void const*, unsigned long)
+int munlockall()
+int munmap(void*, unsigned long)
+double nan(char const*)
+float nanf(char const*)
+long double nanl(char const*)
+int nanosleep(timespec const*, timespec*)
+double nearbyint(double)
+float nearbyintf(float)
+long double nearbyintl(long double)
+__locale_struct* newlocale(int, char const*, __locale_struct*)
+double nextafter(double, double)
+float nextafterf(float, float)
+long double nextafterl(long double, long double)
+double nexttoward(double, long double)
+float nexttowardf(float, long double)
+long double nexttowardl(long double, long double)
+int nftw(char const*, int (*)(char const*, stat const*, int, FTW*), int, int)
+int nice(int)
+char* nl_langinfo(int)
+char* nl_langinfo_l(int, __locale_struct*)
+long nrand48(unsigned short*)
+unsigned int ns_get16(unsigned char const*)
+unsigned long ns_get32(unsigned char const*)
+int ns_initparse(unsigned char const*, int, __ns_msg*)
+int ns_name_uncompress(unsigned char const*, unsigned char const*, unsigned char const*, char*, unsigned long)
+int ns_parserr(__ns_msg*, __ns_sect, int, __ns_rr*)
+void ns_put16(unsigned int, unsigned char*)
+void ns_put32(unsigned long, unsigned char*)
+int ns_skiprr(unsigned char const*, unsigned char const*, __ns_sect, int)
+unsigned int ntohl(unsigned int)
+unsigned short ntohs(unsigned short)
+int open(char const*, int, ...)
+_IO_FILE* open_memstream(char**, unsigned long*)
+_IO_FILE* open_wmemstream(wchar_t**, unsigned long*)
+int openat(int, char const*, int, ...)
+__dirstream* opendir(char const*)
+void openlog(char const*, int, int)
+int openpty(int*, int*, char*, termios const*, winsize const*)
+long pathconf(char const*, int)
+int pause()
+int pclose(_IO_FILE*)
+void perror(char const*)
+int personality(unsigned long)
+int pipe(int*)
+int pipe2(int*, int)
+int poll(pollfd*, unsigned long, int)
+_IO_FILE* popen(char const*, char const*)
+int posix_close(int, int)
+int posix_fadvise(int, long, long, int)
+int posix_fallocate(int, long, long)
+int posix_madvise(void*, unsigned long, int)
+int posix_memalign(void**, unsigned long, unsigned long)
+int posix_openpt(int)
+int posix_spawn(int*, char const*, posix_spawn_file_actions_t const*, posix_spawnattr_t const*, char* const*, char* const*)
+int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t*, int)
+int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t*, int, int)
+int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t*, int, char const*, int, unsigned int)
+int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t*)
+int posix_spawn_file_actions_init(posix_spawn_file_actions_t*)
+int posix_spawnattr_destroy(posix_spawnattr_t*)
+int posix_spawnattr_getflags(posix_spawnattr_t const*, short*)
+int posix_spawnattr_getpgroup(posix_spawnattr_t const*, int*)
+int posix_spawnattr_getschedparam(posix_spawnattr_t const*, sched_param*)
+int posix_spawnattr_getschedpolicy(posix_spawnattr_t const*, int*)
+int posix_spawnattr_getsigdefault(posix_spawnattr_t const*, __sigset_t*)
+int posix_spawnattr_getsigmask(posix_spawnattr_t const*, __sigset_t*)
+int posix_spawnattr_init(posix_spawnattr_t*)
+int posix_spawnattr_setflags(posix_spawnattr_t*, short)
+int posix_spawnattr_setpgroup(posix_spawnattr_t*, int)
+int posix_spawnattr_setschedparam(posix_spawnattr_t*, sched_param const*)
+int posix_spawnattr_setschedpolicy(posix_spawnattr_t*, int)
+int posix_spawnattr_setsigdefault(posix_spawnattr_t*, __sigset_t const*)
+int posix_spawnattr_setsigmask(posix_spawnattr_t*, __sigset_t const*)
+int posix_spawnp(int*, char const*, posix_spawn_file_actions_t const*, posix_spawnattr_t const*, char* const*, char* const*)
+double pow(double, double)
+double pow10(double)
+float pow10f(float)
+long double pow10l(long double)
+float powf(float, float)
+long double powl(long double, long double)
+int ppoll(pollfd*, unsigned long, timespec const*, __sigset_t const*)
+int prctl(int, ...)
+long pread(int, void*, unsigned long, long)
+long preadv(int, iovec const*, int, long)
+int printf(char const*, ...)
+int prlimit(int, int, rlimit const*, rlimit*)
+long process_vm_readv(int, iovec const*, unsigned long, iovec const*, unsigned long, unsigned long)
+long process_vm_writev(int, iovec const*, unsigned long, iovec const*, unsigned long, unsigned long)
+int pselect(int, fd_set*, fd_set*, fd_set*, timespec const*, __sigset_t const*)
+void psiginfo(siginfo_t const*, char const*)
+void psignal(int, char const*)
+int pthread_atfork(void (*)(), void (*)(), void (*)())
+int pthread_attr_destroy(pthread_attr_t*)
+int pthread_attr_getdetachstate(pthread_attr_t const*, int*)
+int pthread_attr_getguardsize(pthread_attr_t const*, unsigned long*)
+int pthread_attr_getinheritsched(pthread_attr_t const*, int*)
+int pthread_attr_getschedparam(pthread_attr_t const*, sched_param*)
+int pthread_attr_getschedpolicy(pthread_attr_t const*, int*)
+int pthread_attr_getscope(pthread_attr_t const*, int*)
+int pthread_attr_getstack(pthread_attr_t const*, void**, unsigned long*)
+int pthread_attr_getstacksize(pthread_attr_t const*, unsigned long*)
+int pthread_attr_init(pthread_attr_t*)
+int pthread_attr_setdetachstate(pthread_attr_t*, int)
+int pthread_attr_setguardsize(pthread_attr_t*, unsigned long)
+int pthread_attr_setinheritsched(pthread_attr_t*, int)
+int pthread_attr_setschedparam(pthread_attr_t*, sched_param const*)
+int pthread_attr_setschedpolicy(pthread_attr_t*, int)
+int pthread_attr_setscope(pthread_attr_t*, int)
+int pthread_attr_setstack(pthread_attr_t*, void*, unsigned long)
+int pthread_attr_setstacksize(pthread_attr_t*, unsigned long)
+int pthread_barrier_destroy(pthread_barrier_t*)
+int pthread_barrier_init(pthread_barrier_t*, pthread_barrierattr_t const*, unsigned int)
+int pthread_barrier_wait(pthread_barrier_t*)
+int pthread_barrierattr_destroy(pthread_barrierattr_t*)
+int pthread_barrierattr_getpshared(pthread_barrierattr_t const*, int*)
+int pthread_barrierattr_init(pthread_barrierattr_t*)
+int pthread_barrierattr_setpshared(pthread_barrierattr_t*, int)
+int pthread_cancel(unsigned long)
+int pthread_cond_broadcast(pthread_cond_t*)
+int pthread_cond_destroy(pthread_cond_t*)
+int pthread_cond_init(pthread_cond_t*, pthread_condattr_t const*)
+int pthread_cond_signal(pthread_cond_t*)
+int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, timespec const*)
+int pthread_cond_wait(pthread_cond_t*, pthread_mutex_t*)
+int pthread_condattr_destroy(pthread_condattr_t*)
+int pthread_condattr_getclock(pthread_condattr_t const*, int*)
+int pthread_condattr_getpshared(pthread_condattr_t const*, int*)
+int pthread_condattr_init(pthread_condattr_t*)
+int pthread_condattr_setclock(pthread_condattr_t*, int)
+int pthread_condattr_setpshared(pthread_condattr_t*, int)
+int pthread_create(unsigned long*, pthread_attr_t const*, void* (*)(void*), void*)
+int pthread_detach(unsigned long)
+int pthread_equal(unsigned long, unsigned long)
+void pthread_exit(void*)
+int pthread_getaffinity_np(unsigned long, unsigned long, cpu_set_t*)
+int pthread_getattr_np(unsigned long, pthread_attr_t*)
+int pthread_getconcurrency()
+int pthread_getcpuclockid(unsigned long, int*)
+int pthread_getschedparam(unsigned long, int*, sched_param*)
+void* pthread_getspecific(unsigned int)
+int pthread_join(unsigned long, void**)
+int pthread_key_create(unsigned int*, void (*)(void*))
+int pthread_key_delete(unsigned int)
+int pthread_kill(unsigned long, int)
+int pthread_mutex_consistent(pthread_mutex_t*)
+int pthread_mutex_destroy(pthread_mutex_t*)
+int pthread_mutex_getprioceiling(pthread_mutex_t const*, int*)
+int pthread_mutex_init(pthread_mutex_t*, pthread_mutexattr_t const*)
+int pthread_mutex_lock(pthread_mutex_t*)
+int pthread_mutex_setprioceiling(pthread_mutex_t*, int, int*)
+int pthread_mutex_timedlock(pthread_mutex_t*, timespec const*)
+int pthread_mutex_trylock(pthread_mutex_t*)
+int pthread_mutex_unlock(pthread_mutex_t*)
+int pthread_mutexattr_destroy(pthread_mutexattr_t*)
+int pthread_mutexattr_getprioceiling(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getprotocol(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getpshared(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_getrobust(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_gettype(pthread_mutexattr_t const*, int*)
+int pthread_mutexattr_init(pthread_mutexattr_t*)
+int pthread_mutexattr_setprioceiling(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setprotocol(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setpshared(pthread_mutexattr_t*, int)
+int pthread_mutexattr_setrobust(pthread_mutexattr_t*, int)
+int pthread_mutexattr_settype(pthread_mutexattr_t*, int)
+int pthread_once(int*, void (*)())
+int pthread_rwlock_destroy(pthread_rwlock_t*)
+int pthread_rwlock_init(pthread_rwlock_t*, pthread_rwlockattr_t const*)
+int pthread_rwlock_rdlock(pthread_rwlock_t*)
+int pthread_rwlock_timedrdlock(pthread_rwlock_t*, timespec const*)
+int pthread_rwlock_timedwrlock(pthread_rwlock_t*, timespec const*)
+int pthread_rwlock_tryrdlock(pthread_rwlock_t*)
+int pthread_rwlock_trywrlock(pthread_rwlock_t*)
+int pthread_rwlock_unlock(pthread_rwlock_t*)
+int pthread_rwlock_wrlock(pthread_rwlock_t*)
+int pthread_rwlockattr_destroy(pthread_rwlockattr_t*)
+int pthread_rwlockattr_getpshared(pthread_rwlockattr_t const*, int*)
+int pthread_rwlockattr_init(pthread_rwlockattr_t*)
+int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)
+unsigned long pthread_self()
+int pthread_setaffinity_np(unsigned long, unsigned long, cpu_set_t const*)
+int pthread_setcancelstate(int, int*)
+int pthread_setcanceltype(int, int*)
+int pthread_setconcurrency(int)
+int pthread_setschedparam(unsigned long, int, sched_param const*)
+int pthread_setschedprio(unsigned long, int)
+int pthread_setspecific(unsigned int, void const*)
+int pthread_sigmask(int, __sigset_t const*, __sigset_t*)
+int pthread_spin_destroy(int*)
+int pthread_spin_init(int*, int)
+int pthread_spin_lock(int*)
+int pthread_spin_trylock(int*)
+int pthread_spin_unlock(int*)
+void pthread_testcancel()
+long ptrace(int, ...)
+char* ptsname(int)
+int ptsname_r(int, char*, unsigned long)
+int putc(int, _IO_FILE*)
+int putc_unlocked(int, _IO_FILE*)
+int putchar(int)
+int putchar_unlocked(int)
+int putenv(char*)
+int putgrent(group const*, _IO_FILE*)
+int putpwent(passwd const*, _IO_FILE*)
+int puts(char const*)
+int putspent(spwd const*, _IO_FILE*)
+utmpx* pututline(utmpx const*)
+utmpx* pututxline(utmpx const*)
+int putw(int, _IO_FILE*)
+unsigned int putwc(wchar_t, _IO_FILE*)
+unsigned int putwchar(wchar_t)
+long pwrite(int, void const*, unsigned long, long)
+long pwritev(int, iovec const*, int, long)
+void qsort(void*, unsigned long, unsigned long, int (*)(void const*, void const*))
+void quick_exit(int)
+int quotactl(int, char const*, int, char*)
+int raise(int)
+int rand()
+int rand_r(unsigned int*)
+long random()
+long read(int, void*, unsigned long)
+long readahead(int, long, unsigned long)
+dirent* readdir(__dirstream*)
+int readdir_r(__dirstream*, dirent*, dirent**)
+long readlink(char const*, char*, unsigned long)
+long readlinkat(int, char const*, char*, unsigned long)
+long readv(int, iovec const*, int)
+void* realloc(void*, unsigned long)
+char* realpath(char const*, char*)
+int reboot(int)
+long recv(int, void*, unsigned long, int)
+long recvfrom(int, void*, unsigned long, int, sockaddr*, unsigned int*)
+int recvmmsg(int, mmsghdr*, unsigned int, unsigned int, timespec*)
+long recvmsg(int, msghdr*, int)
+int regcomp(re_pattern_buffer*, char const*, int)
+unsigned long regerror(int, re_pattern_buffer const*, char*, unsigned long)
+int regexec(re_pattern_buffer const*, char const*, unsigned long, regmatch_t*, int)
+void regfree(re_pattern_buffer*)
+double remainder(double, double)
+float remainderf(float, float)
+long double remainderl(long double, long double)
+int remap_file_pages(void*, unsigned long, int, unsigned long, int)
+int remove(char const*)
+int removexattr(char const*, char const*)
+void remque(void*)
+double remquo(double, double, int*)
+float remquof(float, float, int*)
+long double remquol(long double, long double, int*)
+int rename(char const*, char const*)
+int renameat(int, char const*, int, char const*)
+int res_init()
+int res_mkquery(int, char const*, int, int, unsigned char const*, int, unsigned char const*, unsigned char*, int)
+int res_query(char const*, int, int, unsigned char*, int)
+int res_querydomain(char const*, char const*, int, int, unsigned char*, int)
+int res_search(char const*, int, int, unsigned char*, int)
+int res_send(unsigned char const*, int, unsigned char*, int)
+void rewind(_IO_FILE*)
+void rewinddir(__dirstream*)
+char* rindex(char const*, int)
+double rint(double)
+float rintf(float)
+long double rintl(long double)
+int rmdir(char const*)
+double round(double)
+float roundf(float)
+long double roundl(long double)
+void* sbrk(long)
+double scalb(double, double)
+float scalbf(float, float)
+double scalbln(double, long)
+float scalblnf(float, long)
+long double scalblnl(long double, long)
+double scalbn(double, int)
+float scalbnf(float, int)
+long double scalbnl(long double, int)
+int scandir(char const*, dirent***, int (*)(dirent const*), int (*)(dirent const**, dirent const**))
+int scanf(char const*, ...)
+int sched_get_priority_max(int)
+int sched_get_priority_min(int)
+int sched_getaffinity(int, unsigned long, cpu_set_t*)
+int sched_getparam(int, sched_param*)
+int sched_getscheduler(int)
+int sched_rr_get_interval(int, timespec*)
+int sched_setaffinity(int, unsigned long, cpu_set_t const*)
+int sched_setparam(int, sched_param const*)
+int sched_setscheduler(int, int, sched_param const*)
+int sched_yield()
+unsigned short* seed48(unsigned short*)
+void seekdir(__dirstream*, long)
+int select(int, fd_set*, fd_set*, fd_set*, timeval*)
+int sem_close(sem_t*)
+int sem_destroy(sem_t*)
+int sem_getvalue(sem_t*, int*)
+int sem_init(sem_t*, int, unsigned int)
+sem_t* sem_open(char const*, int, ...)
+int sem_post(sem_t*)
+int sem_timedwait(sem_t*, timespec const*)
+int sem_trywait(sem_t*)
+int sem_unlink(char const*)
+int sem_wait(sem_t*)
+int semctl(int, int, int, ...)
+int semget(int, int, int)
+int semop(int, sembuf*, unsigned long)
+int semtimedop(int, sembuf*, unsigned long, timespec const*)
+long send(int, void const*, unsigned long, int)
+long sendfile(int, int, long*, unsigned long)
+int sendmmsg(int, mmsghdr*, unsigned int, unsigned int)
+long sendmsg(int, msghdr const*, int)
+long sendto(int, void const*, unsigned long, int, sockaddr const*, unsigned int)
+void setbuf(_IO_FILE*, char*)
+void setbuffer(_IO_FILE*, char*, unsigned long)
+int setcontext(ucontext const*)
+int setdomainname(char const*, unsigned long)
+int setegid(unsigned int)
+int setenv(char const*, char const*, int)
+int seteuid(unsigned int)
+int setfsgid(unsigned int)
+int setfsuid(unsigned int)
+int setgid(unsigned int)
+void setgrent()
+int setgroups(unsigned long, unsigned int const*)
+void sethostent(int)
+int sethostname(char const*, unsigned long)
+int setitimer(int, itimerval const*, itimerval*)
+int setjmp(__jmp_buf_tag*)
+void setkey(char const*)
+void setlinebuf(_IO_FILE*)
+char* setlocale(int, char const*)
+int setlogmask(int)
+_IO_FILE* setmntent(char const*, char const*)
+void setnetent(int)
+int setns(int, int)
+int setpgid(int, int)
+int setpgrp()
+int setpriority(int, unsigned int, int)
+void setprotoent(int)
+void setpwent()
+int setregid(unsigned int, unsigned int)
+int setresgid(unsigned int, unsigned int, unsigned int)
+int setresuid(unsigned int, unsigned int, unsigned int)
+int setreuid(unsigned int, unsigned int)
+int setrlimit(int, rlimit const*)
+void setservent(int)
+int setsid()
+int setsockopt(int, int, int, void const*, unsigned int)
+void setspent()
+char* setstate(char*)
+int settimeofday(timeval const*, timezone const*)
+int setuid(unsigned int)
+void setusershell()
+void setutent()
+void setutxent()
+int setvbuf(_IO_FILE*, char*, int, unsigned long)
+int setxattr(char const*, char const*, void const*, unsigned long, int)
+spwd* sgetspent(char const*)
+int shm_open(char const*, int, unsigned int)
+int shm_unlink(char const*)
+void* shmat(int, void const*, int)
+int shmctl(int, int, shmid_ds*)
+int shmdt(void const*)
+int shmget(int, unsigned long, int)
+int shutdown(int, int)
+int sigaction(int, sigaction const*, sigaction*)
+int sigaddset(__sigset_t*, int)
+int sigaltstack(sigaltstack const*, sigaltstack*)
+int sigandset(__sigset_t*, __sigset_t const*, __sigset_t const*)
+int sigdelset(__sigset_t*, int)
+int sigemptyset(__sigset_t*)
+int sigfillset(__sigset_t*)
+int sighold(int)
+int sigignore(int)
+int siginterrupt(int, int)
+int sigisemptyset(__sigset_t const*)
+int sigismember(__sigset_t const*, int)
+void siglongjmp(__jmp_buf_tag*, int)
+void (*signal(int, void (*)(int)))(int)
+int signalfd(int, __sigset_t const*, int)
+double significand(double)
+float significandf(float)
+int sigorset(__sigset_t*, __sigset_t const*, __sigset_t const*)
+int sigpause(int)
+int sigpending(__sigset_t*)
+int sigprocmask(int, __sigset_t const*, __sigset_t*)
+int sigqueue(int, int, sigval)
+int sigrelse(int)
+void (*sigset(int, void (*)(int)))(int)
+int sigsetjmp(__jmp_buf_tag*, int)
+int sigsuspend(__sigset_t const*)
+int sigtimedwait(__sigset_t const*, siginfo_t*, timespec const*)
+int sigwait(__sigset_t const*, int*)
+int sigwaitinfo(__sigset_t const*, siginfo_t*)
+double sin(double)
+void sincos(double, double*, double*)
+void sincosf(float, float*, float*)
+void sincosl(long double, long double*, long double*)
+float sinf(float)
+double sinh(double)
+float sinhf(float)
+long double sinhl(long double)
+long double sinl(long double)
+unsigned int sleep(unsigned int)
+int snprintf(char*, unsigned long, char const*, ...)
+int sockatmark(int)
+int socket(int, int, int)
+int socketpair(int, int, int, int*)
+long splice(int, long*, int, long*, unsigned long, unsigned int)
+int sprintf(char*, char const*, ...)
+double sqrt(double)
+float sqrtf(float)
+long double sqrtl(long double)
+void srand(unsigned int)
+void srand48(long)
+void srandom(unsigned int)
+int sscanf(char const*, char const*, ...)
+int stat(char const*, stat*)
+int statfs(char const*, statfs*)
+int statvfs(char const*, statvfs*)
+int stime(long const*)
+char* stpcpy(char*, char const*)
+char* stpncpy(char*, char const*, unsigned long)
+int strcasecmp(char const*, char const*)
+int strcasecmp_l(char const*, char const*, __locale_struct*)
+char* strcasestr(char const*, char const*)
+char* strcat(char*, char const*)
+char* strchr(char const*, int)
+char* strchrnul(char const*, int)
+int strcmp(char const*, char const*)
+int strcoll(char const*, char const*)
+int strcoll_l(char const*, char const*, __locale_struct*)
+char* strcpy(char*, char const*)
+unsigned long strcspn(char const*, char const*)
+char* strdup(char const*)
+char* strerror(int)
+char* strerror_l(int, __locale_struct*)
+int strerror_r(int, char*, unsigned long)
+long strfmon(char*, unsigned long, char const*, ...)
+long strfmon_l(char*, unsigned long, __locale_struct*, char const*, ...)
+unsigned long strftime(char*, unsigned long, char const*, tm const*)
+unsigned long strftime_l(char*, unsigned long, char const*, tm const*, __locale_struct*)
+unsigned long strlcat(char*, char const*, unsigned long)
+unsigned long strlcpy(char*, char const*, unsigned long)
+unsigned long strlen(char const*)
+int strncasecmp(char const*, char const*, unsigned long)
+int strncasecmp_l(char const*, char const*, unsigned long, __locale_struct*)
+char* strncat(char*, char const*, unsigned long)
+int strncmp(char const*, char const*, unsigned long)
+char* strncpy(char*, char const*, unsigned long)
+char* strndup(char const*, unsigned long)
+unsigned long strnlen(char const*, unsigned long)
+char* strpbrk(char const*, char const*)
+char* strptime(char const*, char const*, tm*)
+char* strrchr(char const*, int)
+char* strsep(char**, char const*)
+char* strsignal(int)
+unsigned long strspn(char const*, char const*)
+char* strstr(char const*, char const*)
+double strtod(char const*, char**)
+double strtod_l(char const*, char**, __locale_struct*)
+float strtof(char const*, char**)
+float strtof_l(char const*, char**, __locale_struct*)
+long strtoimax(char const*, char**, int)
+char* strtok(char*, char const*)
+char* strtok_r(char*, char const*, char**)
+long strtol(char const*, char**, int)
+long double strtold(char const*, char**)
+long double strtold_l(char const*, char**, __locale_struct*)
+long long strtoll(char const*, char**, int)
+unsigned long strtoul(char const*, char**, int)
+unsigned long long strtoull(char const*, char**, int)
+unsigned long strtoumax(char const*, char**, int)
+int strverscmp(char const*, char const*)
+unsigned long strxfrm(char*, char const*, unsigned long)
+unsigned long strxfrm_l(char*, char const*, unsigned long, __locale_struct*)
+void swab(void const*, void*, long)
+int swapcontext(ucontext*, ucontext const*)
+int swapoff(char const*)
+int swapon(char const*, int)
+int swprintf(wchar_t*, unsigned long, wchar_t const*, ...)
+int swscanf(wchar_t const*, wchar_t const*, ...)
+int symlink(char const*, char const*)
+int symlinkat(char const*, int, char const*)
+void sync()
+int sync_file_range(int, long, long, unsigned int)
+int syncfs(int)
+long syscall(long, ...)
+long sysconf(int)
+int sysinfo(sysinfo*)
+void syslog(int, char const*, ...)
+int system(char const*)
+double tan(double)
+float tanf(float)
+double tanh(double)
+float tanhf(float)
+long double tanhl(long double)
+long double tanl(long double)
+int tcdrain(int)
+int tcflow(int, int)
+int tcflush(int, int)
+int tcgetattr(int, termios*)
+int tcgetpgrp(int)
+int tcgetsid(int)
+int tcsendbreak(int, int)
+int tcsetattr(int, int, termios const*)
+int tcsetpgrp(int, int)
+void* tdelete(void const*, void**, int (*)(void const*, void const*))
+void tdestroy(void*, void (*)(void*))
+long tee(int, int, unsigned long, unsigned int)
+long telldir(__dirstream*)
+char* tempnam(char const*, char const*)
+char* textdomain(char const*)
+void* tfind(void const*, void* const*, int (*)(void const*, void const*))
+double tgamma(double)
+float tgammaf(float)
+long double tgammal(long double)
+int thrd_create(unsigned long*, int (*)(void*), void*)
+unsigned long thrd_current()
+int thrd_detach(unsigned long)
+int thrd_equal(unsigned long, unsigned long)
+void thrd_exit(int)
+int thrd_join(unsigned long, int*)
+int thrd_sleep(timespec const*, timespec*)
+void thrd_yield()
+long time(long*)
+long timegm(tm*)
+int timer_create(int, sigevent*, void**)
+int timer_delete(void*)
+int timer_getoverrun(void*)
+int timer_gettime(void*, itimerspec*)
+int timer_settime(void*, int, itimerspec const*, itimerspec*)
+int timerfd_create(int, int)
+int timerfd_gettime(int, itimerspec*)
+int timerfd_settime(int, int, itimerspec const*, itimerspec*)
+long times(tms*)
+int timespec_get(timespec*, int)
+_IO_FILE* tmpfile()
+char* tmpnam(char*)
+int toascii(int)
+int tolower(int)
+int tolower_l(int, __locale_struct*)
+int toupper(int)
+int toupper_l(int, __locale_struct*)
+unsigned int towctrans(unsigned int, int const*)
+unsigned int towctrans_l(unsigned int, int const*, __locale_struct*)
+unsigned int towlower(unsigned int)
+unsigned int towlower_l(unsigned int, __locale_struct*)
+unsigned int towupper(unsigned int)
+unsigned int towupper_l(unsigned int, __locale_struct*)
+double trunc(double)
+int truncate(char const*, long)
+float truncf(float)
+long double truncl(long double)
+void* tsearch(void const*, void**, int (*)(void const*, void const*))
+int tss_create(unsigned int*, void (*)(void*))
+void tss_delete(unsigned int)
+void* tss_get(unsigned int)
+int tss_set(unsigned int, void*)
+char* ttyname(int)
+int ttyname_r(int, char*, unsigned long)
+void twalk(void const*, void (*)(void const*, VISIT, int))
+void tzset()
+unsigned int ualarm(unsigned int, unsigned int)
+int ulckpwdf()
+long ulimit(int, ...)
+unsigned int umask(unsigned int)
+int umount(char const*)
+int umount2(char const*, int)
+int uname(utsname*)
+int ungetc(int, _IO_FILE*)
+unsigned int ungetwc(unsigned int, _IO_FILE*)
+int unlink(char const*)
+int unlinkat(int, char const*, int)
+int unlockpt(int)
+int unsetenv(char const*)
+int unshare(int)
+void updwtmp(char const*, utmpx const*)
+void updwtmpx(char const*, utmpx const*)
+__locale_struct* uselocale(__locale_struct*)
+int usleep(unsigned int)
+int utime(char const*, utimbuf const*)
+int utimensat(int, char const*, timespec const*, int)
+int utimes(char const*, timeval const*)
+int utmpname(char const*)
+int utmpxname(char const*)
+void* valloc(unsigned long)
+int vasprintf(char**, char const*, __va_list_tag*)
+int vdprintf(int, char const*, __va_list_tag*)
+void verr(int, char const*, __va_list_tag*)
+void verrx(int, char const*, __va_list_tag*)
+int versionsort(dirent const**, dirent const**)
+int vfork()
+int vfprintf(_IO_FILE*, char const*, __va_list_tag*)
+int vfscanf(_IO_FILE*, char const*, __va_list_tag*)
+int vfwprintf(_IO_FILE*, wchar_t const*, __va_list_tag*)
+int vfwscanf(_IO_FILE*, wchar_t const*, __va_list_tag*)
+int vhangup()
+long vmsplice(int, iovec const*, unsigned long, unsigned int)
+int vprintf(char const*, __va_list_tag*)
+int vscanf(char const*, __va_list_tag*)
+int vsnprintf(char*, unsigned long, char const*, __va_list_tag*)
+int vsprintf(char*, char const*, __va_list_tag*)
+int vsscanf(char const*, char const*, __va_list_tag*)
+int vswprintf(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*)
+int vswscanf(wchar_t const*, wchar_t const*, __va_list_tag*)
+void vsyslog(int, char const*, __va_list_tag*)
+void vwarn(char const*, __va_list_tag*)
+void vwarnx(char const*, __va_list_tag*)
+int vwprintf(wchar_t const*, __va_list_tag*)
+int vwscanf(wchar_t const*, __va_list_tag*)
+int wait(int*)
+int wait3(int*, int, rusage*)
+int wait4(int, int*, int, rusage*)
+int waitid(idtype_t, unsigned int, siginfo_t*, int)
+int waitpid(int, int*, int)
+void warn(char const*, ...)
+void warnx(char const*, ...)
+wchar_t* wcpcpy(wchar_t*, wchar_t const*)
+wchar_t* wcpncpy(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcrtomb(char*, wchar_t, __mbstate_t*)
+int wcscasecmp(wchar_t const*, wchar_t const*)
+int wcscasecmp_l(wchar_t const*, wchar_t const*, __locale_struct*)
+wchar_t* wcscat(wchar_t*, wchar_t const*)
+wchar_t* wcschr(wchar_t const*, wchar_t)
+int wcscmp(wchar_t const*, wchar_t const*)
+int wcscoll(wchar_t const*, wchar_t const*)
+int wcscoll_l(wchar_t const*, wchar_t const*, __locale_struct*)
+wchar_t* wcscpy(wchar_t*, wchar_t const*)
+unsigned long wcscspn(wchar_t const*, wchar_t const*)
+wchar_t* wcsdup(wchar_t const*)
+unsigned long wcsftime(wchar_t*, unsigned long, wchar_t const*, tm const*)
+unsigned long wcslen(wchar_t const*)
+int wcsncasecmp(wchar_t const*, wchar_t const*, unsigned long)
+int wcsncasecmp_l(wchar_t const*, wchar_t const*, unsigned long, __locale_struct*)
+wchar_t* wcsncat(wchar_t*, wchar_t const*, unsigned long)
+int wcsncmp(wchar_t const*, wchar_t const*, unsigned long)
+wchar_t* wcsncpy(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcsnlen(wchar_t const*, unsigned long)
+unsigned long wcsnrtombs(char*, wchar_t const**, unsigned long, unsigned long, __mbstate_t*)
+wchar_t* wcspbrk(wchar_t const*, wchar_t const*)
+wchar_t* wcsrchr(wchar_t const*, wchar_t)
+unsigned long wcsrtombs(char*, wchar_t const**, unsigned long, __mbstate_t*)
+unsigned long wcsspn(wchar_t const*, wchar_t const*)
+wchar_t* wcsstr(wchar_t const*, wchar_t const*)
+double wcstod(wchar_t const*, wchar_t**)
+float wcstof(wchar_t const*, wchar_t**)
+long wcstoimax(wchar_t const*, wchar_t**, int)
+wchar_t* wcstok(wchar_t*, wchar_t const*, wchar_t**)
+long wcstol(wchar_t const*, wchar_t**, int)
+long double wcstold(wchar_t const*, wchar_t**)
+long long wcstoll(wchar_t const*, wchar_t**, int)
+unsigned long wcstombs(char*, wchar_t const*, unsigned long)
+unsigned long wcstoul(wchar_t const*, wchar_t**, int)
+unsigned long long wcstoull(wchar_t const*, wchar_t**, int)
+unsigned long wcstoumax(wchar_t const*, wchar_t**, int)
+wchar_t* wcswcs(wchar_t const*, wchar_t const*)
+int wcswidth(wchar_t const*, unsigned long)
+unsigned long wcsxfrm(wchar_t*, wchar_t const*, unsigned long)
+unsigned long wcsxfrm_l(wchar_t*, wchar_t const*, unsigned long, __locale_struct*)
+int wctob(unsigned int)
+int wctomb(char*, wchar_t)
+int const* wctrans(char const*)
+int const* wctrans_l(char const*, __locale_struct*)
+unsigned long wctype(char const*)
+unsigned long wctype_l(char const*, __locale_struct*)
+int wcwidth(wchar_t)
+wchar_t* wmemchr(wchar_t const*, wchar_t, unsigned long)
+int wmemcmp(wchar_t const*, wchar_t const*, unsigned long)
+wchar_t* wmemcpy(wchar_t*, wchar_t const*, unsigned long)
+wchar_t* wmemmove(wchar_t*, wchar_t const*, unsigned long)
+wchar_t* wmemset(wchar_t*, wchar_t, unsigned long)
+int wordexp(char const*, wordexp_t*, int)
+void wordfree(wordexp_t*)
+int wprintf(wchar_t const*, ...)
+long write(int, void const*, unsigned long)
+long writev(int, iovec const*, int)
+int wscanf(wchar_t const*, ...)
+double y0(double)
+float y0f(float)
+double y1(double)
+float y1f(float)
+double yn(int, double)
+float ynf(int, float)
diff --git a/data/abi_type.x86_64.diff b/data/abi_type.x86_64.diff
new file mode 100644 (file)
index 0000000..03686eb
--- /dev/null
@@ -0,0 +1,90 @@
+--- abi_type.x86_64.glibc
++++ abi_type.x86_64.musl
+@@ -3 +3 @@
+-CODE: _code, _code*, size (*) [16], align (*) [8]
++CODE: CODE, CODE*, size (*) [16], align (*) [8]
+@@ -72 +72 @@
+-__jmp_buf: long*, long (*) [8], size (*) [64], align (*) [8]
++__jmp_buf: unsigned long*, unsigned long (*) [8], size (*) [64], align (*) [8]
+@@ -82,0 +83 @@
++cnd_t: cnd_t, cnd_t*, size (*) [48], align (*) [8]
+@@ -94 +95 @@
+-fd_mask: long, long*, size (*) [8], align (*) [8]
++fd_mask: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+@@ -101 +102 @@
+-fpregset_t: _libc_fpstate*, _libc_fpstate**, size (*) [8], align (*) [8]
++fpregset_t: _fpstate*, _fpstate**, size (*) [8], align (*) [8]
+@@ -122,2 +123,2 @@
+-int_fast16_t: long, long*, size (*) [8], align (*) [8]
+-int_fast32_t: long, long*, size (*) [8], align (*) [8]
++int_fast16_t: int, int*, size (*) [4], align (*) [4]
++int_fast32_t: int, int*, size (*) [4], align (*) [4]
+@@ -147,0 +149 @@
++mtx_t: mtx_t, mtx_t*, size (*) [40], align (*) [8]
+@@ -167,0 +170 @@
++once_flag: int, int*, size (*) [4], align (*) [4]
+@@ -186,2 +189,2 @@
+-pthread_rwlockattr_t: pthread_rwlockattr_t, pthread_rwlockattr_t*, size (*) [8], align (*) [8]
+-pthread_spinlock_t: int, int volatile*, size (*) [4], align (*) [4]
++pthread_rwlockattr_t: pthread_rwlockattr_t, pthread_rwlockattr_t*, size (*) [8], align (*) [4]
++pthread_spinlock_t: int, int*, size (*) [4], align (*) [4]
+@@ -190 +193 @@
+-quad_t: long, long*, size (*) [8], align (*) [8]
++quad_t: long long, long long*, size (*) [8], align (*) [8]
+@@ -193,2 +196,2 @@
+-regmatch_t: regmatch_t, regmatch_t*, size (*) [8], align (*) [4]
+-regoff_t: int, int*, size (*) [4], align (*) [4]
++regmatch_t: regmatch_t, regmatch_t*, size (*) [16], align (*) [8]
++regoff_t: long, long*, size (*) [8], align (*) [8]
+@@ -196 +199 @@
+-rlim_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
++rlim_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+@@ -198 +201 @@
+-sem_t: sem_t, sem_t*, size (*) [32], align (*) [8]
++sem_t: sem_t, sem_t*, size (*) [32], align (*) [4]
+@@ -233,2 +236,2 @@
+-cmsghdr: cmsghdr, cmsghdr*, size (*) [16], align (*) [8]
+-crypt_data: crypt_data, crypt_data*, size (*) [131232], align (*) [8]
++cmsghdr: cmsghdr, cmsghdr*, size (*) [16], align (*) [4]
++crypt_data: crypt_data, crypt_data*, size (*) [260], align (*) [4]
+@@ -246,2 +249,2 @@
+-ether_header: ether_header, ether_header*, size (*) [14], align (*) [1]
+-ethhdr: ethhdr, ethhdr*, size (*) [14], align (*) [1]
++ether_header: ether_header, ether_header*, size (*) [14], align (*) [2]
++ethhdr: ethhdr, ethhdr*, size (*) [14], align (*) [2]
+@@ -303 +306 @@
+-lastlog: lastlog, lastlog*, size (*) [292], align (*) [4]
++lastlog: lastlog, lastlog*, size (*) [296], align (*) [8]
+@@ -334 +337 @@
+-ntptimeval: ntptimeval, ntptimeval*, size (*) [72], align (*) [8]
++ntptimeval: ntptimeval, ntptimeval*, size (*) [32], align (*) [8]
+@@ -350,2 +353,2 @@
+-rusage: rusage, rusage*, size (*) [144], align (*) [8]
+-sched_param: sched_param, sched_param*, size (*) [4], align (*) [4]
++rusage: rusage, rusage*, size (*) [272], align (*) [8]
++sched_param: sched_param, sched_param*, size (*) [48], align (*) [8]
+@@ -386,2 +389,2 @@
+-sysinfo: sysinfo, sysinfo*, size (*) [112], align (*) [8]
+-tcp_info: tcp_info, tcp_info*, size (*) [104], align (*) [4]
++sysinfo: sysinfo, sysinfo*, size (*) [368], align (*) [8]
++tcp_info: tcp_info, tcp_info*, size (*) [160], align (*) [8]
+@@ -391 +394 @@
+-tftphdr: tftphdr, tftphdr*, size (*) [5], align (*) [1]
++tftphdr: tftphdr, tftphdr*, size (*) [6], align (*) [2]
+@@ -406 +409 @@
+-utmpx: utmpx, utmpx*, size (*) [384], align (*) [4]
++utmpx: utmpx, utmpx*, size (*) [400], align (*) [8]
+@@ -410,0 +414,2 @@
++thrd_start_t: int (*)(void*), int (**)(void*), size (*) [8], align (*) [8]
++thrd_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+@@ -412,0 +418,2 @@
++tss_dtor_t: void (*)(void*), void (**)(void*), size (*) [8], align (*) [8]
++tss_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+@@ -420 +427 @@
+-u_quad_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
++u_quad_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+@@ -429,2 +436,2 @@
+-uint_fast16_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+-uint_fast32_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
++uint_fast16_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
++uint_fast32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
diff --git a/data/abi_type.x86_64.glibc b/data/abi_type.x86_64.glibc
new file mode 100644 (file)
index 0000000..3505297
--- /dev/null
@@ -0,0 +1,449 @@
+std::piecewise_construct
+ACTION: ACTION, ACTION*, size (*) [4], align (*) [4]
+CODE: _code, _code*, size (*) [16], align (*) [8]
+DIR: incomplete, __dirstream*, incomplete, incomplete
+Dl_info: Dl_info, Dl_info*, size (*) [32], align (*) [8]
+ENTRY: entry, entry*, size (*) [16], align (*) [8]
+Elf32_Addr: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Chdr: Elf32_Chdr, Elf32_Chdr*, size (*) [12], align (*) [4]
+Elf32_Conflict: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Dyn: Elf32_Dyn, Elf32_Dyn*, size (*) [8], align (*) [4]
+Elf32_Ehdr: Elf32_Ehdr, Elf32_Ehdr*, size (*) [52], align (*) [4]
+Elf32_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Lib: Elf32_Lib, Elf32_Lib*, size (*) [20], align (*) [4]
+Elf32_Move: Elf32_Move, Elf32_Move*, size (*) [24], align (*) [8]
+Elf32_Nhdr: Elf32_Nhdr, Elf32_Nhdr*, size (*) [12], align (*) [4]
+Elf32_Off: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Phdr: Elf32_Phdr, Elf32_Phdr*, size (*) [32], align (*) [4]
+Elf32_RegInfo: Elf32_RegInfo, Elf32_RegInfo*, size (*) [24], align (*) [4]
+Elf32_Rel: Elf32_Rel, Elf32_Rel*, size (*) [8], align (*) [4]
+Elf32_Rela: Elf32_Rela, Elf32_Rela*, size (*) [12], align (*) [4]
+Elf32_Section: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Shdr: Elf32_Shdr, Elf32_Shdr*, size (*) [40], align (*) [4]
+Elf32_Sword: int, int*, size (*) [4], align (*) [4]
+Elf32_Sxword: long, long*, size (*) [8], align (*) [8]
+Elf32_Sym: Elf32_Sym, Elf32_Sym*, size (*) [16], align (*) [4]
+Elf32_Syminfo: Elf32_Syminfo, Elf32_Syminfo*, size (*) [4], align (*) [2]
+Elf32_Verdaux: Elf32_Verdaux, Elf32_Verdaux*, size (*) [8], align (*) [4]
+Elf32_Verdef: Elf32_Verdef, Elf32_Verdef*, size (*) [20], align (*) [4]
+Elf32_Vernaux: Elf32_Vernaux, Elf32_Vernaux*, size (*) [16], align (*) [4]
+Elf32_Verneed: Elf32_Verneed, Elf32_Verneed*, size (*) [16], align (*) [4]
+Elf32_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf32_auxv_t: Elf32_auxv_t, Elf32_auxv_t*, size (*) [8], align (*) [4]
+Elf32_gptab: Elf32_gptab, Elf32_gptab*, size (*) [8], align (*) [4]
+Elf64_Addr: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_Chdr: Elf64_Chdr, Elf64_Chdr*, size (*) [24], align (*) [8]
+Elf64_Dyn: Elf64_Dyn, Elf64_Dyn*, size (*) [16], align (*) [8]
+Elf64_Ehdr: Elf64_Ehdr, Elf64_Ehdr*, size (*) [64], align (*) [8]
+Elf64_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Lib: Elf64_Lib, Elf64_Lib*, size (*) [20], align (*) [4]
+Elf64_Move: Elf64_Move, Elf64_Move*, size (*) [32], align (*) [8]
+Elf64_Nhdr: Elf64_Nhdr, Elf64_Nhdr*, size (*) [12], align (*) [4]
+Elf64_Off: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_Phdr: Elf64_Phdr, Elf64_Phdr*, size (*) [56], align (*) [8]
+Elf64_Rel: Elf64_Rel, Elf64_Rel*, size (*) [16], align (*) [8]
+Elf64_Rela: Elf64_Rela, Elf64_Rela*, size (*) [24], align (*) [8]
+Elf64_Section: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Shdr: Elf64_Shdr, Elf64_Shdr*, size (*) [64], align (*) [8]
+Elf64_Sword: int, int*, size (*) [4], align (*) [4]
+Elf64_Sxword: long, long*, size (*) [8], align (*) [8]
+Elf64_Sym: Elf64_Sym, Elf64_Sym*, size (*) [24], align (*) [8]
+Elf64_Syminfo: Elf64_Syminfo, Elf64_Syminfo*, size (*) [4], align (*) [2]
+Elf64_Verdaux: Elf64_Verdaux, Elf64_Verdaux*, size (*) [8], align (*) [4]
+Elf64_Verdef: Elf64_Verdef, Elf64_Verdef*, size (*) [20], align (*) [4]
+Elf64_Vernaux: Elf64_Vernaux, Elf64_Vernaux*, size (*) [16], align (*) [4]
+Elf64_Verneed: Elf64_Verneed, Elf64_Verneed*, size (*) [16], align (*) [4]
+Elf64_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf64_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_auxv_t: Elf64_auxv_t, Elf64_auxv_t*, size (*) [16], align (*) [8]
+Elf_MIPS_ABIFlags_v0: Elf_MIPS_ABIFlags_v0, Elf_MIPS_ABIFlags_v0*, size (*) [24], align (*) [4]
+Elf_Options: Elf_Options, Elf_Options*, size (*) [8], align (*) [4]
+Elf_Options_Hw: Elf_Options_Hw, Elf_Options_Hw*, size (*) [8], align (*) [4]
+Elf_Symndx: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+FILE: incomplete, _IO_FILE*, incomplete, incomplete
+HEADER: HEADER, HEADER*, size (*) [12], align (*) [4]
+Sg_io_hdr: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+Sg_req_info: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+Sg_scsi_id: sg_scsi_id, sg_scsi_id*, size (*) [32], align (*) [4]
+VISIT: VISIT, VISIT*, size (*) [4], align (*) [4]
+__jmp_buf: long*, long (*) [8], size (*) [64], align (*) [8]
+blkcnt_t: long, long*, size (*) [8], align (*) [8]
+blksize_t: long, long*, size (*) [8], align (*) [8]
+bool: bool, bool*, size (*) [1], align (*) [1]
+caddr_t: char*, char**, size (*) [8], align (*) [8]
+cc_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+char: char, char*, size (*) [1], align (*) [1]
+char16_t: char16_t, char16_t*, size (*) [2], align (*) [2]
+char32_t: char32_t, char32_t*, size (*) [4], align (*) [4]
+clock_t: long, long*, size (*) [8], align (*) [8]
+clockid_t: int, int*, size (*) [4], align (*) [4]
+comp_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+cpu_set_t: cpu_set_t, cpu_set_t*, size (*) [128], align (*) [8]
+dev_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+div_t: div_t, div_t*, size (*) [8], align (*) [4]
+double: double, double*, size (*) [8], align (*) [8]
+double_t: double, double*, size (*) [8], align (*) [8]
+elf_fpregset_t: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+elf_greg_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+elf_gregset_t: unsigned long long*, unsigned long long (*) [27], size (*) [216], align (*) [8]
+epoll_data_t: epoll_data, epoll_data*, size (*) [8], align (*) [8]
+eventfd_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fd_mask: long, long*, size (*) [8], align (*) [8]
+fd_set: fd_set, fd_set*, size (*) [128], align (*) [8]
+fenv_t: fenv_t, fenv_t*, size (*) [32], align (*) [4]
+fexcept_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+float: float, float*, size (*) [4], align (*) [4]
+float_t: float, float*, size (*) [4], align (*) [4]
+fpos_t: _G_fpos64_t, _G_fpos64_t*, size (*) [16], align (*) [8]
+fpregset_t: _libc_fpstate*, _libc_fpstate**, size (*) [8], align (*) [8]
+fsblkcnt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fsfilcnt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fsid_t: __fsid_t, __fsid_t*, size (*) [8], align (*) [4]
+function_pointer: void (*)(), void (**)(), size (*) [8], align (*) [8]
+gid_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+glob_t: glob_t, glob_t*, size (*) [72], align (*) [8]
+greg_t: long long, long long*, size (*) [8], align (*) [8]
+gregset_t: long long*, long long (*) [23], size (*) [184], align (*) [8]
+iconv_t: void*, void**, size (*) [8], align (*) [8]
+id_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+idtype_t: idtype_t, idtype_t*, size (*) [4], align (*) [4]
+imaxdiv_t: imaxdiv_t, imaxdiv_t*, size (*) [16], align (*) [8]
+in_addr_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+in_port_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+ino_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+int: int, int*, size (*) [4], align (*) [4]
+int16_t: short, short*, size (*) [2], align (*) [2]
+int32_t: int, int*, size (*) [4], align (*) [4]
+int64_t: long, long*, size (*) [8], align (*) [8]
+int8_t: signed char, signed char*, size (*) [1], align (*) [1]
+int_fast16_t: long, long*, size (*) [8], align (*) [8]
+int_fast32_t: long, long*, size (*) [8], align (*) [8]
+int_fast64_t: long, long*, size (*) [8], align (*) [8]
+int_fast8_t: signed char, signed char*, size (*) [1], align (*) [1]
+int_least16_t: short, short*, size (*) [2], align (*) [2]
+int_least32_t: int, int*, size (*) [4], align (*) [4]
+int_least64_t: long, long*, size (*) [8], align (*) [8]
+int_least8_t: signed char, signed char*, size (*) [1], align (*) [1]
+intmax_t: long, long*, size (*) [8], align (*) [8]
+intptr_t: long, long*, size (*) [8], align (*) [8]
+jmp_buf: __jmp_buf_tag*, __jmp_buf_tag (*) [1], size (*) [200], align (*) [8]
+key_t: int, int*, size (*) [4], align (*) [4]
+ldiv_t: ldiv_t, ldiv_t*, size (*) [16], align (*) [8]
+lldiv_t: lldiv_t, lldiv_t*, size (*) [16], align (*) [8]
+locale_t: __locale_struct*, __locale_struct**, size (*) [8], align (*) [8]
+long: long, long*, size (*) [8], align (*) [8]
+long_double: long double, long double*, size (*) [16], align (*) [16]
+long_long: long long, long long*, size (*) [8], align (*) [8]
+lwpid_t: int, int*, size (*) [4], align (*) [4]
+max_align_t: max_align_t, max_align_t*, size (*) [32], align (*) [16]
+mbstate_t: __mbstate_t, __mbstate_t*, size (*) [8], align (*) [4]
+mcontext_t: mcontext_t, mcontext_t*, size (*) [256], align (*) [8]
+mode_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+mqd_t: int, int*, size (*) [4], align (*) [4]
+msglen_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+msgqnum_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+n_long: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+n_short: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+n_time: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+nfds_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+nl_catd: void*, void**, size (*) [8], align (*) [8]
+nl_item: int, int*, size (*) [4], align (*) [4]
+nlink_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ns_cert_types: __ns_cert_types, __ns_cert_types*, size (*) [4], align (*) [4]
+ns_class: __ns_class, __ns_class*, size (*) [4], align (*) [4]
+ns_flag: __ns_flag, __ns_flag*, size (*) [4], align (*) [4]
+ns_key_types: __ns_key_types, __ns_key_types*, size (*) [4], align (*) [4]
+ns_msg: __ns_msg, __ns_msg*, size (*) [80], align (*) [8]
+ns_opcode: __ns_opcode, __ns_opcode*, size (*) [4], align (*) [4]
+ns_rcode: __ns_rcode, __ns_rcode*, size (*) [4], align (*) [4]
+ns_rr: __ns_rr, __ns_rr*, size (*) [1048], align (*) [8]
+ns_sect: __ns_sect, __ns_sect*, size (*) [4], align (*) [4]
+ns_type: __ns_type, __ns_type*, size (*) [4], align (*) [4]
+ns_update_operation: __ns_update_operation, __ns_update_operation*, size (*) [4], align (*) [4]
+object_pointer: void*, void**, size (*) [8], align (*) [8]
+off_t: long, long*, size (*) [8], align (*) [8]
+pid_t: int, int*, size (*) [4], align (*) [4]
+posix_spawn_file_actions_t: posix_spawn_file_actions_t, posix_spawn_file_actions_t*, size (*) [80], align (*) [8]
+posix_spawnattr_t: posix_spawnattr_t, posix_spawnattr_t*, size (*) [336], align (*) [8]
+prfpregset_t: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+prgregset_t: unsigned long long*, unsigned long long (*) [27], size (*) [216], align (*) [8]
+prpsinfo_t: elf_prpsinfo, elf_prpsinfo*, size (*) [136], align (*) [8]
+prstatus_t: elf_prstatus, elf_prstatus*, size (*) [336], align (*) [8]
+psaddr_t: void*, void**, size (*) [8], align (*) [8]
+pthread_attr_t: pthread_attr_t, pthread_attr_t*, size (*) [56], align (*) [8]
+pthread_barrier_t: pthread_barrier_t, pthread_barrier_t*, size (*) [32], align (*) [8]
+pthread_barrierattr_t: pthread_barrierattr_t, pthread_barrierattr_t*, size (*) [4], align (*) [4]
+pthread_cond_t: pthread_cond_t, pthread_cond_t*, size (*) [48], align (*) [8]
+pthread_condattr_t: pthread_condattr_t, pthread_condattr_t*, size (*) [4], align (*) [4]
+pthread_key_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+pthread_mutex_t: pthread_mutex_t, pthread_mutex_t*, size (*) [40], align (*) [8]
+pthread_mutexattr_t: pthread_mutexattr_t, pthread_mutexattr_t*, size (*) [4], align (*) [4]
+pthread_once_t: int, int*, size (*) [4], align (*) [4]
+pthread_rwlock_t: pthread_rwlock_t, pthread_rwlock_t*, size (*) [56], align (*) [8]
+pthread_rwlockattr_t: pthread_rwlockattr_t, pthread_rwlockattr_t*, size (*) [8], align (*) [8]
+pthread_spinlock_t: int, int volatile*, size (*) [4], align (*) [4]
+pthread_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ptrdiff_t: long, long*, size (*) [8], align (*) [8]
+quad_t: long, long*, size (*) [8], align (*) [8]
+regex_t: re_pattern_buffer, re_pattern_buffer*, size (*) [64], align (*) [8]
+register_t: long, long*, size (*) [8], align (*) [8]
+regmatch_t: regmatch_t, regmatch_t*, size (*) [8], align (*) [4]
+regoff_t: int, int*, size (*) [4], align (*) [4]
+res_state: __res_state*, __res_state**, size (*) [8], align (*) [8]
+rlim_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+sa_family_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+sem_t: sem_t, sem_t*, size (*) [32], align (*) [8]
+sg_io_hdr_t: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+sg_iovec_t: sg_iovec, sg_iovec*, size (*) [16], align (*) [8]
+sg_req_info_t: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+shmatt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+short: short, short*, size (*) [2], align (*) [2]
+sig_atomic_t: int, int*, size (*) [4], align (*) [4]
+sig_t: void (*)(int), void (**)(int), size (*) [8], align (*) [8]
+sighandler_t: void (*)(int), void (**)(int), size (*) [8], align (*) [8]
+siginfo_t: siginfo_t, siginfo_t*, size (*) [128], align (*) [8]
+sigjmp_buf: __jmp_buf_tag*, __jmp_buf_tag (*) [1], size (*) [200], align (*) [8]
+sigset_t: __sigset_t, __sigset_t*, size (*) [128], align (*) [8]
+size_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+socklen_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+speed_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+ssize_t: long, long*, size (*) [8], align (*) [8]
+stack_t: sigaltstack, sigaltstack*, size (*) [24], align (*) [8]
+FTW: FTW, FTW*, size (*) [8], align (*) [4]
+__jmp_buf_tag: __jmp_buf_tag, __jmp_buf_tag*, size (*) [200], align (*) [8]
+__ns_msg: __ns_msg, __ns_msg*, size (*) [80], align (*) [8]
+__ns_rr: __ns_rr, __ns_rr*, size (*) [1048], align (*) [8]
+__res_state: __res_state, __res_state*, size (*) [568], align (*) [8]
+_fpstate: _fpstate, _fpstate*, size (*) [512], align (*) [8]
+_ns_flagdata: _ns_flagdata, _ns_flagdata*, size (*) [8], align (*) [4]
+acct: acct, acct*, size (*) [64], align (*) [4]
+acct_v3: acct_v3, acct_v3*, size (*) [64], align (*) [4]
+addrinfo: addrinfo, addrinfo*, size (*) [48], align (*) [8]
+aiocb: aiocb, aiocb*, size (*) [168], align (*) [8]
+ar_hdr: ar_hdr, ar_hdr*, size (*) [60], align (*) [1]
+arpd_request: arpd_request, arpd_request*, size (*) [40], align (*) [8]
+arphdr: arphdr, arphdr*, size (*) [8], align (*) [2]
+arpreq: arpreq, arpreq*, size (*) [68], align (*) [4]
+arpreq_old: arpreq_old, arpreq_old*, size (*) [52], align (*) [4]
+bandinfo: bandinfo, bandinfo*, size (*) [8], align (*) [4]
+ccs_modesel_head: ccs_modesel_head, ccs_modesel_head*, size (*) [12], align (*) [1]
+cmsghdr: cmsghdr, cmsghdr*, size (*) [16], align (*) [8]
+crypt_data: crypt_data, crypt_data*, size (*) [131232], align (*) [8]
+dirent: dirent, dirent*, size (*) [280], align (*) [8]
+dl_phdr_info: dl_phdr_info, dl_phdr_info*, size (*) [64], align (*) [8]
+dqblk: dqblk, dqblk*, size (*) [72], align (*) [8]
+dqinfo: dqinfo, dqinfo*, size (*) [24], align (*) [8]
+elf_prpsinfo: elf_prpsinfo, elf_prpsinfo*, size (*) [136], align (*) [8]
+elf_prstatus: elf_prstatus, elf_prstatus*, size (*) [336], align (*) [8]
+elf_siginfo: elf_siginfo, elf_siginfo*, size (*) [12], align (*) [4]
+entry: entry, entry*, size (*) [16], align (*) [8]
+epoll_event: epoll_event, epoll_event*, size (*) [12], align (*) [1]
+ether_addr: ether_addr, ether_addr*, size (*) [6], align (*) [1]
+ether_arp: ether_arp, ether_arp*, size (*) [28], align (*) [2]
+ether_header: ether_header, ether_header*, size (*) [14], align (*) [1]
+ethhdr: ethhdr, ethhdr*, size (*) [14], align (*) [1]
+f_owner_ex: f_owner_ex, f_owner_ex*, size (*) [8], align (*) [4]
+fanotify_event_metadata: fanotify_event_metadata, fanotify_event_metadata*, size (*) [24], align (*) [8]
+fanotify_response: fanotify_response, fanotify_response*, size (*) [8], align (*) [4]
+flock: flock, flock*, size (*) [32], align (*) [8]
+group: group, group*, size (*) [32], align (*) [8]
+group_filter: group_filter, group_filter*, size (*) [272], align (*) [8]
+group_req: group_req, group_req*, size (*) [136], align (*) [8]
+group_source_req: group_source_req, group_source_req*, size (*) [264], align (*) [8]
+hostent: hostent, hostent*, size (*) [32], align (*) [8]
+hsearch_data: hsearch_data, hsearch_data*, size (*) [16], align (*) [8]
+icmp: icmp, icmp*, size (*) [28], align (*) [4]
+icmp6_filter: icmp6_filter, icmp6_filter*, size (*) [32], align (*) [4]
+icmp6_hdr: icmp6_hdr, icmp6_hdr*, size (*) [8], align (*) [4]
+icmp6_router_renum: icmp6_router_renum, icmp6_router_renum*, size (*) [16], align (*) [4]
+icmp_ra_addr: icmp_ra_addr, icmp_ra_addr*, size (*) [8], align (*) [4]
+icmphdr: icmphdr, icmphdr*, size (*) [8], align (*) [4]
+if_nameindex: if_nameindex, if_nameindex*, size (*) [16], align (*) [8]
+ifaddr: ifaddr, ifaddr*, size (*) [48], align (*) [8]
+ifaddrs: ifaddrs, ifaddrs*, size (*) [56], align (*) [8]
+ifconf: ifconf, ifconf*, size (*) [16], align (*) [8]
+ifmap: ifmap, ifmap*, size (*) [24], align (*) [8]
+ifreq: ifreq, ifreq*, size (*) [40], align (*) [8]
+igmp: igmp, igmp*, size (*) [8], align (*) [4]
+in6_addr: in6_addr, in6_addr*, size (*) [16], align (*) [4]
+in6_pktinfo: in6_pktinfo, in6_pktinfo*, size (*) [20], align (*) [4]
+in6_rtmsg: in6_rtmsg, in6_rtmsg*, size (*) [80], align (*) [8]
+in_addr: in_addr, in_addr*, size (*) [4], align (*) [4]
+in_pktinfo: in_pktinfo, in_pktinfo*, size (*) [12], align (*) [4]
+inotify_event: inotify_event, inotify_event*, size (*) [16], align (*) [4]
+iovec: iovec, iovec*, size (*) [16], align (*) [8]
+ip: ip, ip*, size (*) [20], align (*) [4]
+ip6_dest: ip6_dest, ip6_dest*, size (*) [2], align (*) [1]
+ip6_ext: ip6_ext, ip6_ext*, size (*) [2], align (*) [1]
+ip6_frag: ip6_frag, ip6_frag*, size (*) [8], align (*) [4]
+ip6_hbh: ip6_hbh, ip6_hbh*, size (*) [2], align (*) [1]
+ip6_hdr: ip6_hdr, ip6_hdr*, size (*) [40], align (*) [4]
+ip6_mtuinfo: ip6_mtuinfo, ip6_mtuinfo*, size (*) [32], align (*) [4]
+ip6_opt: ip6_opt, ip6_opt*, size (*) [2], align (*) [1]
+ip6_opt_jumbo: ip6_opt_jumbo, ip6_opt_jumbo*, size (*) [6], align (*) [1]
+ip6_opt_nsap: ip6_opt_nsap, ip6_opt_nsap*, size (*) [4], align (*) [1]
+ip6_opt_router: ip6_opt_router, ip6_opt_router*, size (*) [4], align (*) [1]
+ip6_opt_tunnel: ip6_opt_tunnel, ip6_opt_tunnel*, size (*) [3], align (*) [1]
+ip6_rthdr: ip6_rthdr, ip6_rthdr*, size (*) [4], align (*) [1]
+ip6_rthdr0: ip6_rthdr0, ip6_rthdr0*, size (*) [8], align (*) [4]
+ip_mreq: ip_mreq, ip_mreq*, size (*) [8], align (*) [4]
+ip_mreq_source: ip_mreq_source, ip_mreq_source*, size (*) [12], align (*) [4]
+ip_mreqn: ip_mreqn, ip_mreqn*, size (*) [12], align (*) [4]
+ip_msfilter: ip_msfilter, ip_msfilter*, size (*) [20], align (*) [4]
+ip_opts: ip_opts, ip_opts*, size (*) [44], align (*) [4]
+ip_timestamp: ip_timestamp, ip_timestamp*, size (*) [40], align (*) [4]
+ipc_perm: ipc_perm, ipc_perm*, size (*) [48], align (*) [8]
+iphdr: iphdr, iphdr*, size (*) [20], align (*) [4]
+ipv6_mreq: ipv6_mreq, ipv6_mreq*, size (*) [20], align (*) [4]
+itimerspec: itimerspec, itimerspec*, size (*) [32], align (*) [8]
+itimerval: itimerval, itimerval*, size (*) [32], align (*) [8]
+lastlog: lastlog, lastlog*, size (*) [292], align (*) [4]
+lconv: lconv, lconv*, size (*) [96], align (*) [8]
+linger: linger, linger*, size (*) [8], align (*) [4]
+link_map: link_map, link_map*, size (*) [40], align (*) [8]
+mld_hdr: mld_hdr, mld_hdr*, size (*) [24], align (*) [4]
+mmsghdr: mmsghdr, mmsghdr*, size (*) [64], align (*) [8]
+mntent: mntent, mntent*, size (*) [40], align (*) [8]
+mq_attr: mq_attr, mq_attr*, size (*) [64], align (*) [8]
+msgbuf: msgbuf, msgbuf*, size (*) [16], align (*) [8]
+msghdr: msghdr, msghdr*, size (*) [56], align (*) [8]
+msginfo: msginfo, msginfo*, size (*) [32], align (*) [4]
+msqid_ds: msqid_ds, msqid_ds*, size (*) [120], align (*) [8]
+mt_tape_info: mt_tape_info, mt_tape_info*, size (*) [16], align (*) [8]
+mtconfiginfo: mtconfiginfo, mtconfiginfo*, size (*) [48], align (*) [8]
+mtget: mtget, mtget*, size (*) [48], align (*) [8]
+mtop: mtop, mtop*, size (*) [8], align (*) [4]
+mtpos: mtpos, mtpos*, size (*) [8], align (*) [8]
+nd_neighbor_advert: nd_neighbor_advert, nd_neighbor_advert*, size (*) [24], align (*) [4]
+nd_neighbor_solicit: nd_neighbor_solicit, nd_neighbor_solicit*, size (*) [24], align (*) [4]
+nd_opt_adv_interval: nd_opt_adv_interval, nd_opt_adv_interval*, size (*) [8], align (*) [4]
+nd_opt_hdr: nd_opt_hdr, nd_opt_hdr*, size (*) [2], align (*) [1]
+nd_opt_home_agent_info: nd_opt_home_agent_info, nd_opt_home_agent_info*, size (*) [8], align (*) [2]
+nd_opt_mtu: nd_opt_mtu, nd_opt_mtu*, size (*) [8], align (*) [4]
+nd_opt_prefix_info: nd_opt_prefix_info, nd_opt_prefix_info*, size (*) [32], align (*) [4]
+nd_opt_rd_hdr: nd_opt_rd_hdr, nd_opt_rd_hdr*, size (*) [8], align (*) [4]
+nd_redirect: nd_redirect, nd_redirect*, size (*) [40], align (*) [4]
+nd_router_advert: nd_router_advert, nd_router_advert*, size (*) [16], align (*) [4]
+nd_router_solicit: nd_router_solicit, nd_router_solicit*, size (*) [8], align (*) [4]
+netent: netent, netent*, size (*) [24], align (*) [8]
+ns_tcp_tsig_state: ns_tcp_tsig_state, ns_tcp_tsig_state*, size (*) [544], align (*) [8]
+ns_tsig_key: ns_tsig_key, ns_tsig_key*, size (*) [2072], align (*) [8]
+ntptimeval: ntptimeval, ntptimeval*, size (*) [72], align (*) [8]
+option: option, option*, size (*) [32], align (*) [8]
+packet_mreq: packet_mreq, packet_mreq*, size (*) [16], align (*) [4]
+passwd: passwd, passwd*, size (*) [48], align (*) [8]
+pollfd: pollfd, pollfd*, size (*) [8], align (*) [4]
+prctl_mm_map: prctl_mm_map, prctl_mm_map*, size (*) [104], align (*) [8]
+protoent: protoent, protoent*, size (*) [24], align (*) [8]
+qelem: qelem, qelem*, size (*) [24], align (*) [8]
+r_debug: r_debug, r_debug*, size (*) [40], align (*) [8]
+re_pattern_buffer: re_pattern_buffer, re_pattern_buffer*, size (*) [64], align (*) [8]
+res_sym: res_sym, res_sym*, size (*) [24], align (*) [8]
+rlimit: rlimit, rlimit*, size (*) [16], align (*) [8]
+rr_pco_match: rr_pco_match, rr_pco_match*, size (*) [24], align (*) [4]
+rr_pco_use: rr_pco_use, rr_pco_use*, size (*) [32], align (*) [4]
+rr_result: rr_result, rr_result*, size (*) [24], align (*) [4]
+rtentry: rtentry, rtentry*, size (*) [120], align (*) [8]
+rusage: rusage, rusage*, size (*) [144], align (*) [8]
+sched_param: sched_param, sched_param*, size (*) [4], align (*) [4]
+sembuf: sembuf, sembuf*, size (*) [6], align (*) [2]
+semid_ds: semid_ds, semid_ds*, size (*) [104], align (*) [8]
+seminfo: seminfo, seminfo*, size (*) [40], align (*) [4]
+servent: servent, servent*, size (*) [32], align (*) [8]
+sg_header: sg_header, sg_header*, size (*) [36], align (*) [4]
+sg_io_hdr: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+sg_iovec: sg_iovec, sg_iovec*, size (*) [16], align (*) [8]
+sg_req_info: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+sg_scsi_id: sg_scsi_id, sg_scsi_id*, size (*) [32], align (*) [4]
+shm_info: shm_info, shm_info*, size (*) [48], align (*) [8]
+shmid_ds: shmid_ds, shmid_ds*, size (*) [112], align (*) [8]
+shminfo: shminfo, shminfo*, size (*) [72], align (*) [8]
+sigaction: sigaction, sigaction*, size (*) [152], align (*) [8]
+sigaltstack: sigaltstack, sigaltstack*, size (*) [24], align (*) [8]
+sigcontext: sigcontext, sigcontext*, size (*) [256], align (*) [8]
+sigevent: sigevent, sigevent*, size (*) [64], align (*) [8]
+signalfd_siginfo: signalfd_siginfo, signalfd_siginfo*, size (*) [128], align (*) [8]
+sockaddr: sockaddr, sockaddr*, size (*) [16], align (*) [2]
+sockaddr_in: sockaddr_in, sockaddr_in*, size (*) [16], align (*) [4]
+sockaddr_in6: sockaddr_in6, sockaddr_in6*, size (*) [28], align (*) [4]
+sockaddr_ll: sockaddr_ll, sockaddr_ll*, size (*) [20], align (*) [4]
+sockaddr_storage: sockaddr_storage, sockaddr_storage*, size (*) [128], align (*) [8]
+sockaddr_un: sockaddr_un, sockaddr_un*, size (*) [110], align (*) [2]
+spwd: spwd, spwd*, size (*) [72], align (*) [8]
+stat: stat, stat*, size (*) [144], align (*) [8]
+statfs: statfs, statfs*, size (*) [120], align (*) [8]
+statvfs: statvfs, statvfs*, size (*) [112], align (*) [8]
+str_list: str_list, str_list*, size (*) [16], align (*) [8]
+str_mlist: str_mlist, str_mlist*, size (*) [9], align (*) [1]
+strbuf: strbuf, strbuf*, size (*) [16], align (*) [8]
+strfdinsert: strfdinsert, strfdinsert*, size (*) [48], align (*) [8]
+strioctl: strioctl, strioctl*, size (*) [24], align (*) [8]
+strpeek: strpeek, strpeek*, size (*) [40], align (*) [8]
+strrecvfd: strrecvfd, strrecvfd*, size (*) [20], align (*) [4]
+sysinfo: sysinfo, sysinfo*, size (*) [112], align (*) [8]
+tcp_info: tcp_info, tcp_info*, size (*) [104], align (*) [4]
+tcp_md5sig: tcp_md5sig, tcp_md5sig*, size (*) [216], align (*) [8]
+tcphdr: tcphdr, tcphdr*, size (*) [20], align (*) [4]
+termios: termios, termios*, size (*) [60], align (*) [4]
+tftphdr: tftphdr, tftphdr*, size (*) [5], align (*) [1]
+timeb: timeb, timeb*, size (*) [16], align (*) [8]
+timespec: timespec, timespec*, size (*) [16], align (*) [8]
+timestamp: timestamp, timestamp*, size (*) [40], align (*) [4]
+timeval: timeval, timeval*, size (*) [16], align (*) [8]
+timex: timex, timex*, size (*) [208], align (*) [8]
+timezone: timezone, timezone*, size (*) [8], align (*) [4]
+tm: tm, tm*, size (*) [56], align (*) [8]
+tms: tms, tms*, size (*) [32], align (*) [8]
+ucred: ucred, ucred*, size (*) [12], align (*) [4]
+udphdr: udphdr, udphdr*, size (*) [8], align (*) [2]
+user: user, user*, size (*) [912], align (*) [8]
+user_fpregs_struct: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+user_regs_struct: user_regs_struct, user_regs_struct*, size (*) [216], align (*) [8]
+utimbuf: utimbuf, utimbuf*, size (*) [16], align (*) [8]
+utmpx: utmpx, utmpx*, size (*) [384], align (*) [4]
+utsname: utsname, utsname*, size (*) [390], align (*) [1]
+winsize: winsize, winsize*, size (*) [8], align (*) [2]
+suseconds_t: long, long*, size (*) [8], align (*) [8]
+tcflag_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+time_t: long, long*, size (*) [8], align (*) [8]
+timer_t: void*, void**, size (*) [8], align (*) [8]
+u_char: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+u_int: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+u_int16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+u_int32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+u_int64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+u_int8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+u_long: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+u_quad_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+u_short: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+ucontext_t: ucontext, ucontext*, size (*) [936], align (*) [8]
+uid_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+uint32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uint_fast16_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_fast32_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_fast64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_fast8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uint_least16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+uint_least32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint_least64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_least8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uintmax_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uintptr_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ulong: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+epoll_data: epoll_data, epoll_data*, size (*) [8], align (*) [8]
+sigval: sigval, sigval*, size (*) [8], align (*) [8]
+useconds_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+ushort: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+va_list: __va_list_tag*, __va_list_tag (*) [1], size (*) [24], align (*) [8]
+wchar_t: wchar_t, wchar_t*, size (*) [4], align (*) [4]
+wctrans_t: int const*, int const**, size (*) [8], align (*) [8]
+wctype_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+wint_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+wordexp_t: wordexp_t, wordexp_t*, size (*) [24], align (*) [8]
diff --git a/data/abi_type.x86_64.musl b/data/abi_type.x86_64.musl
new file mode 100644 (file)
index 0000000..1659783
--- /dev/null
@@ -0,0 +1,453 @@
+std::piecewise_construct
+ACTION: ACTION, ACTION*, size (*) [4], align (*) [4]
+CODE: CODE, CODE*, size (*) [16], align (*) [8]
+DIR: incomplete, __dirstream*, incomplete, incomplete
+Dl_info: Dl_info, Dl_info*, size (*) [32], align (*) [8]
+ENTRY: entry, entry*, size (*) [16], align (*) [8]
+Elf32_Addr: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Conflict: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Dyn: Elf32_Dyn, Elf32_Dyn*, size (*) [8], align (*) [4]
+Elf32_Ehdr: Elf32_Ehdr, Elf32_Ehdr*, size (*) [52], align (*) [4]
+Elf32_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Lib: Elf32_Lib, Elf32_Lib*, size (*) [20], align (*) [4]
+Elf32_Move: Elf32_Move, Elf32_Move*, size (*) [24], align (*) [8]
+Elf32_Nhdr: Elf32_Nhdr, Elf32_Nhdr*, size (*) [12], align (*) [4]
+Elf32_Off: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Phdr: Elf32_Phdr, Elf32_Phdr*, size (*) [32], align (*) [4]
+Elf32_RegInfo: Elf32_RegInfo, Elf32_RegInfo*, size (*) [24], align (*) [4]
+Elf32_Rel: Elf32_Rel, Elf32_Rel*, size (*) [8], align (*) [4]
+Elf32_Rela: Elf32_Rela, Elf32_Rela*, size (*) [12], align (*) [4]
+Elf32_Section: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Shdr: Elf32_Shdr, Elf32_Shdr*, size (*) [40], align (*) [4]
+Elf32_Sword: int, int*, size (*) [4], align (*) [4]
+Elf32_Sxword: long, long*, size (*) [8], align (*) [8]
+Elf32_Sym: Elf32_Sym, Elf32_Sym*, size (*) [16], align (*) [4]
+Elf32_Syminfo: Elf32_Syminfo, Elf32_Syminfo*, size (*) [4], align (*) [2]
+Elf32_Verdaux: Elf32_Verdaux, Elf32_Verdaux*, size (*) [8], align (*) [4]
+Elf32_Verdef: Elf32_Verdef, Elf32_Verdef*, size (*) [20], align (*) [4]
+Elf32_Vernaux: Elf32_Vernaux, Elf32_Vernaux*, size (*) [16], align (*) [4]
+Elf32_Verneed: Elf32_Verneed, Elf32_Verneed*, size (*) [16], align (*) [4]
+Elf32_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf32_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf32_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf32_auxv_t: Elf32_auxv_t, Elf32_auxv_t*, size (*) [8], align (*) [4]
+Elf32_gptab: Elf32_gptab, Elf32_gptab*, size (*) [8], align (*) [4]
+Elf64_Addr: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_Dyn: Elf64_Dyn, Elf64_Dyn*, size (*) [16], align (*) [8]
+Elf64_Ehdr: Elf64_Ehdr, Elf64_Ehdr*, size (*) [64], align (*) [8]
+Elf64_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Lib: Elf64_Lib, Elf64_Lib*, size (*) [20], align (*) [4]
+Elf64_Move: Elf64_Move, Elf64_Move*, size (*) [32], align (*) [8]
+Elf64_Nhdr: Elf64_Nhdr, Elf64_Nhdr*, size (*) [12], align (*) [4]
+Elf64_Off: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_Phdr: Elf64_Phdr, Elf64_Phdr*, size (*) [56], align (*) [8]
+Elf64_Rel: Elf64_Rel, Elf64_Rel*, size (*) [16], align (*) [8]
+Elf64_Rela: Elf64_Rela, Elf64_Rela*, size (*) [24], align (*) [8]
+Elf64_Section: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Shdr: Elf64_Shdr, Elf64_Shdr*, size (*) [64], align (*) [8]
+Elf64_Sword: int, int*, size (*) [4], align (*) [4]
+Elf64_Sxword: long, long*, size (*) [8], align (*) [8]
+Elf64_Sym: Elf64_Sym, Elf64_Sym*, size (*) [24], align (*) [8]
+Elf64_Syminfo: Elf64_Syminfo, Elf64_Syminfo*, size (*) [4], align (*) [2]
+Elf64_Verdaux: Elf64_Verdaux, Elf64_Verdaux*, size (*) [8], align (*) [4]
+Elf64_Verdef: Elf64_Verdef, Elf64_Verdef*, size (*) [20], align (*) [4]
+Elf64_Vernaux: Elf64_Vernaux, Elf64_Vernaux*, size (*) [16], align (*) [4]
+Elf64_Verneed: Elf64_Verneed, Elf64_Verneed*, size (*) [16], align (*) [4]
+Elf64_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+Elf64_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+Elf64_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+Elf64_auxv_t: Elf64_auxv_t, Elf64_auxv_t*, size (*) [16], align (*) [8]
+Elf_Options: Elf_Options, Elf_Options*, size (*) [8], align (*) [4]
+Elf_Options_Hw: Elf_Options_Hw, Elf_Options_Hw*, size (*) [8], align (*) [4]
+Elf_Symndx: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+FILE: incomplete, _IO_FILE*, incomplete, incomplete
+HEADER: HEADER, HEADER*, size (*) [12], align (*) [4]
+Sg_io_hdr: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+Sg_req_info: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+Sg_scsi_id: sg_scsi_id, sg_scsi_id*, size (*) [32], align (*) [4]
+VISIT: VISIT, VISIT*, size (*) [4], align (*) [4]
+__jmp_buf: unsigned long*, unsigned long (*) [8], size (*) [64], align (*) [8]
+blkcnt_t: long, long*, size (*) [8], align (*) [8]
+blksize_t: long, long*, size (*) [8], align (*) [8]
+bool: bool, bool*, size (*) [1], align (*) [1]
+caddr_t: char*, char**, size (*) [8], align (*) [8]
+cc_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+char: char, char*, size (*) [1], align (*) [1]
+char16_t: char16_t, char16_t*, size (*) [2], align (*) [2]
+char32_t: char32_t, char32_t*, size (*) [4], align (*) [4]
+clock_t: long, long*, size (*) [8], align (*) [8]
+clockid_t: int, int*, size (*) [4], align (*) [4]
+cnd_t: cnd_t, cnd_t*, size (*) [48], align (*) [8]
+comp_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+cpu_set_t: cpu_set_t, cpu_set_t*, size (*) [128], align (*) [8]
+dev_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+div_t: div_t, div_t*, size (*) [8], align (*) [4]
+double: double, double*, size (*) [8], align (*) [8]
+double_t: double, double*, size (*) [8], align (*) [8]
+elf_fpregset_t: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+elf_greg_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+elf_gregset_t: unsigned long long*, unsigned long long (*) [27], size (*) [216], align (*) [8]
+epoll_data_t: epoll_data, epoll_data*, size (*) [8], align (*) [8]
+eventfd_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fd_mask: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fd_set: fd_set, fd_set*, size (*) [128], align (*) [8]
+fenv_t: fenv_t, fenv_t*, size (*) [32], align (*) [4]
+fexcept_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+float: float, float*, size (*) [4], align (*) [4]
+float_t: float, float*, size (*) [4], align (*) [4]
+fpos_t: _G_fpos64_t, _G_fpos64_t*, size (*) [16], align (*) [8]
+fpregset_t: _fpstate*, _fpstate**, size (*) [8], align (*) [8]
+fsblkcnt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fsfilcnt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+fsid_t: __fsid_t, __fsid_t*, size (*) [8], align (*) [4]
+function_pointer: void (*)(), void (**)(), size (*) [8], align (*) [8]
+gid_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+glob_t: glob_t, glob_t*, size (*) [72], align (*) [8]
+greg_t: long long, long long*, size (*) [8], align (*) [8]
+gregset_t: long long*, long long (*) [23], size (*) [184], align (*) [8]
+iconv_t: void*, void**, size (*) [8], align (*) [8]
+id_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+idtype_t: idtype_t, idtype_t*, size (*) [4], align (*) [4]
+imaxdiv_t: imaxdiv_t, imaxdiv_t*, size (*) [16], align (*) [8]
+in_addr_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+in_port_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+ino_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+int: int, int*, size (*) [4], align (*) [4]
+int16_t: short, short*, size (*) [2], align (*) [2]
+int32_t: int, int*, size (*) [4], align (*) [4]
+int64_t: long, long*, size (*) [8], align (*) [8]
+int8_t: signed char, signed char*, size (*) [1], align (*) [1]
+int_fast16_t: int, int*, size (*) [4], align (*) [4]
+int_fast32_t: int, int*, size (*) [4], align (*) [4]
+int_fast64_t: long, long*, size (*) [8], align (*) [8]
+int_fast8_t: signed char, signed char*, size (*) [1], align (*) [1]
+int_least16_t: short, short*, size (*) [2], align (*) [2]
+int_least32_t: int, int*, size (*) [4], align (*) [4]
+int_least64_t: long, long*, size (*) [8], align (*) [8]
+int_least8_t: signed char, signed char*, size (*) [1], align (*) [1]
+intmax_t: long, long*, size (*) [8], align (*) [8]
+intptr_t: long, long*, size (*) [8], align (*) [8]
+jmp_buf: __jmp_buf_tag*, __jmp_buf_tag (*) [1], size (*) [200], align (*) [8]
+key_t: int, int*, size (*) [4], align (*) [4]
+ldiv_t: ldiv_t, ldiv_t*, size (*) [16], align (*) [8]
+lldiv_t: lldiv_t, lldiv_t*, size (*) [16], align (*) [8]
+locale_t: __locale_struct*, __locale_struct**, size (*) [8], align (*) [8]
+long: long, long*, size (*) [8], align (*) [8]
+long_double: long double, long double*, size (*) [16], align (*) [16]
+long_long: long long, long long*, size (*) [8], align (*) [8]
+lwpid_t: int, int*, size (*) [4], align (*) [4]
+max_align_t: max_align_t, max_align_t*, size (*) [32], align (*) [16]
+mbstate_t: __mbstate_t, __mbstate_t*, size (*) [8], align (*) [4]
+mcontext_t: mcontext_t, mcontext_t*, size (*) [256], align (*) [8]
+mode_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+mqd_t: int, int*, size (*) [4], align (*) [4]
+msglen_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+msgqnum_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+mtx_t: mtx_t, mtx_t*, size (*) [40], align (*) [8]
+n_long: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+n_short: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+n_time: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+nfds_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+nl_catd: void*, void**, size (*) [8], align (*) [8]
+nl_item: int, int*, size (*) [4], align (*) [4]
+nlink_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ns_cert_types: __ns_cert_types, __ns_cert_types*, size (*) [4], align (*) [4]
+ns_class: __ns_class, __ns_class*, size (*) [4], align (*) [4]
+ns_flag: __ns_flag, __ns_flag*, size (*) [4], align (*) [4]
+ns_key_types: __ns_key_types, __ns_key_types*, size (*) [4], align (*) [4]
+ns_msg: __ns_msg, __ns_msg*, size (*) [80], align (*) [8]
+ns_opcode: __ns_opcode, __ns_opcode*, size (*) [4], align (*) [4]
+ns_rcode: __ns_rcode, __ns_rcode*, size (*) [4], align (*) [4]
+ns_rr: __ns_rr, __ns_rr*, size (*) [1048], align (*) [8]
+ns_sect: __ns_sect, __ns_sect*, size (*) [4], align (*) [4]
+ns_type: __ns_type, __ns_type*, size (*) [4], align (*) [4]
+ns_update_operation: __ns_update_operation, __ns_update_operation*, size (*) [4], align (*) [4]
+object_pointer: void*, void**, size (*) [8], align (*) [8]
+off_t: long, long*, size (*) [8], align (*) [8]
+once_flag: int, int*, size (*) [4], align (*) [4]
+pid_t: int, int*, size (*) [4], align (*) [4]
+posix_spawn_file_actions_t: posix_spawn_file_actions_t, posix_spawn_file_actions_t*, size (*) [80], align (*) [8]
+posix_spawnattr_t: posix_spawnattr_t, posix_spawnattr_t*, size (*) [336], align (*) [8]
+prfpregset_t: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+prgregset_t: unsigned long long*, unsigned long long (*) [27], size (*) [216], align (*) [8]
+prpsinfo_t: elf_prpsinfo, elf_prpsinfo*, size (*) [136], align (*) [8]
+prstatus_t: elf_prstatus, elf_prstatus*, size (*) [336], align (*) [8]
+psaddr_t: void*, void**, size (*) [8], align (*) [8]
+pthread_attr_t: pthread_attr_t, pthread_attr_t*, size (*) [56], align (*) [8]
+pthread_barrier_t: pthread_barrier_t, pthread_barrier_t*, size (*) [32], align (*) [8]
+pthread_barrierattr_t: pthread_barrierattr_t, pthread_barrierattr_t*, size (*) [4], align (*) [4]
+pthread_cond_t: pthread_cond_t, pthread_cond_t*, size (*) [48], align (*) [8]
+pthread_condattr_t: pthread_condattr_t, pthread_condattr_t*, size (*) [4], align (*) [4]
+pthread_key_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+pthread_mutex_t: pthread_mutex_t, pthread_mutex_t*, size (*) [40], align (*) [8]
+pthread_mutexattr_t: pthread_mutexattr_t, pthread_mutexattr_t*, size (*) [4], align (*) [4]
+pthread_once_t: int, int*, size (*) [4], align (*) [4]
+pthread_rwlock_t: pthread_rwlock_t, pthread_rwlock_t*, size (*) [56], align (*) [8]
+pthread_rwlockattr_t: pthread_rwlockattr_t, pthread_rwlockattr_t*, size (*) [8], align (*) [4]
+pthread_spinlock_t: int, int*, size (*) [4], align (*) [4]
+pthread_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ptrdiff_t: long, long*, size (*) [8], align (*) [8]
+quad_t: long long, long long*, size (*) [8], align (*) [8]
+regex_t: re_pattern_buffer, re_pattern_buffer*, size (*) [64], align (*) [8]
+register_t: long, long*, size (*) [8], align (*) [8]
+regmatch_t: regmatch_t, regmatch_t*, size (*) [16], align (*) [8]
+regoff_t: long, long*, size (*) [8], align (*) [8]
+res_state: __res_state*, __res_state**, size (*) [8], align (*) [8]
+rlim_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+sa_family_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+sem_t: sem_t, sem_t*, size (*) [32], align (*) [4]
+sg_io_hdr_t: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+sg_iovec_t: sg_iovec, sg_iovec*, size (*) [16], align (*) [8]
+sg_req_info_t: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+shmatt_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+short: short, short*, size (*) [2], align (*) [2]
+sig_atomic_t: int, int*, size (*) [4], align (*) [4]
+sig_t: void (*)(int), void (**)(int), size (*) [8], align (*) [8]
+sighandler_t: void (*)(int), void (**)(int), size (*) [8], align (*) [8]
+siginfo_t: siginfo_t, siginfo_t*, size (*) [128], align (*) [8]
+sigjmp_buf: __jmp_buf_tag*, __jmp_buf_tag (*) [1], size (*) [200], align (*) [8]
+sigset_t: __sigset_t, __sigset_t*, size (*) [128], align (*) [8]
+size_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+socklen_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+speed_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+ssize_t: long, long*, size (*) [8], align (*) [8]
+stack_t: sigaltstack, sigaltstack*, size (*) [24], align (*) [8]
+FTW: FTW, FTW*, size (*) [8], align (*) [4]
+__jmp_buf_tag: __jmp_buf_tag, __jmp_buf_tag*, size (*) [200], align (*) [8]
+__ns_msg: __ns_msg, __ns_msg*, size (*) [80], align (*) [8]
+__ns_rr: __ns_rr, __ns_rr*, size (*) [1048], align (*) [8]
+__res_state: __res_state, __res_state*, size (*) [568], align (*) [8]
+_fpstate: _fpstate, _fpstate*, size (*) [512], align (*) [8]
+_ns_flagdata: _ns_flagdata, _ns_flagdata*, size (*) [8], align (*) [4]
+acct: acct, acct*, size (*) [64], align (*) [4]
+acct_v3: acct_v3, acct_v3*, size (*) [64], align (*) [4]
+addrinfo: addrinfo, addrinfo*, size (*) [48], align (*) [8]
+aiocb: aiocb, aiocb*, size (*) [168], align (*) [8]
+ar_hdr: ar_hdr, ar_hdr*, size (*) [60], align (*) [1]
+arpd_request: arpd_request, arpd_request*, size (*) [40], align (*) [8]
+arphdr: arphdr, arphdr*, size (*) [8], align (*) [2]
+arpreq: arpreq, arpreq*, size (*) [68], align (*) [4]
+arpreq_old: arpreq_old, arpreq_old*, size (*) [52], align (*) [4]
+bandinfo: bandinfo, bandinfo*, size (*) [8], align (*) [4]
+ccs_modesel_head: ccs_modesel_head, ccs_modesel_head*, size (*) [12], align (*) [1]
+cmsghdr: cmsghdr, cmsghdr*, size (*) [16], align (*) [4]
+crypt_data: crypt_data, crypt_data*, size (*) [260], align (*) [4]
+dirent: dirent, dirent*, size (*) [280], align (*) [8]
+dl_phdr_info: dl_phdr_info, dl_phdr_info*, size (*) [64], align (*) [8]
+dqblk: dqblk, dqblk*, size (*) [72], align (*) [8]
+dqinfo: dqinfo, dqinfo*, size (*) [24], align (*) [8]
+elf_prpsinfo: elf_prpsinfo, elf_prpsinfo*, size (*) [136], align (*) [8]
+elf_prstatus: elf_prstatus, elf_prstatus*, size (*) [336], align (*) [8]
+elf_siginfo: elf_siginfo, elf_siginfo*, size (*) [12], align (*) [4]
+entry: entry, entry*, size (*) [16], align (*) [8]
+epoll_event: epoll_event, epoll_event*, size (*) [12], align (*) [1]
+ether_addr: ether_addr, ether_addr*, size (*) [6], align (*) [1]
+ether_arp: ether_arp, ether_arp*, size (*) [28], align (*) [2]
+ether_header: ether_header, ether_header*, size (*) [14], align (*) [2]
+ethhdr: ethhdr, ethhdr*, size (*) [14], align (*) [2]
+f_owner_ex: f_owner_ex, f_owner_ex*, size (*) [8], align (*) [4]
+fanotify_event_metadata: fanotify_event_metadata, fanotify_event_metadata*, size (*) [24], align (*) [8]
+fanotify_response: fanotify_response, fanotify_response*, size (*) [8], align (*) [4]
+flock: flock, flock*, size (*) [32], align (*) [8]
+group: group, group*, size (*) [32], align (*) [8]
+group_filter: group_filter, group_filter*, size (*) [272], align (*) [8]
+group_req: group_req, group_req*, size (*) [136], align (*) [8]
+group_source_req: group_source_req, group_source_req*, size (*) [264], align (*) [8]
+hostent: hostent, hostent*, size (*) [32], align (*) [8]
+hsearch_data: hsearch_data, hsearch_data*, size (*) [16], align (*) [8]
+icmp: icmp, icmp*, size (*) [28], align (*) [4]
+icmp6_filter: icmp6_filter, icmp6_filter*, size (*) [32], align (*) [4]
+icmp6_hdr: icmp6_hdr, icmp6_hdr*, size (*) [8], align (*) [4]
+icmp6_router_renum: icmp6_router_renum, icmp6_router_renum*, size (*) [16], align (*) [4]
+icmp_ra_addr: icmp_ra_addr, icmp_ra_addr*, size (*) [8], align (*) [4]
+icmphdr: icmphdr, icmphdr*, size (*) [8], align (*) [4]
+if_nameindex: if_nameindex, if_nameindex*, size (*) [16], align (*) [8]
+ifaddr: ifaddr, ifaddr*, size (*) [48], align (*) [8]
+ifaddrs: ifaddrs, ifaddrs*, size (*) [56], align (*) [8]
+ifconf: ifconf, ifconf*, size (*) [16], align (*) [8]
+ifmap: ifmap, ifmap*, size (*) [24], align (*) [8]
+ifreq: ifreq, ifreq*, size (*) [40], align (*) [8]
+igmp: igmp, igmp*, size (*) [8], align (*) [4]
+in6_addr: in6_addr, in6_addr*, size (*) [16], align (*) [4]
+in6_pktinfo: in6_pktinfo, in6_pktinfo*, size (*) [20], align (*) [4]
+in6_rtmsg: in6_rtmsg, in6_rtmsg*, size (*) [80], align (*) [8]
+in_addr: in_addr, in_addr*, size (*) [4], align (*) [4]
+in_pktinfo: in_pktinfo, in_pktinfo*, size (*) [12], align (*) [4]
+inotify_event: inotify_event, inotify_event*, size (*) [16], align (*) [4]
+iovec: iovec, iovec*, size (*) [16], align (*) [8]
+ip: ip, ip*, size (*) [20], align (*) [4]
+ip6_dest: ip6_dest, ip6_dest*, size (*) [2], align (*) [1]
+ip6_ext: ip6_ext, ip6_ext*, size (*) [2], align (*) [1]
+ip6_frag: ip6_frag, ip6_frag*, size (*) [8], align (*) [4]
+ip6_hbh: ip6_hbh, ip6_hbh*, size (*) [2], align (*) [1]
+ip6_hdr: ip6_hdr, ip6_hdr*, size (*) [40], align (*) [4]
+ip6_mtuinfo: ip6_mtuinfo, ip6_mtuinfo*, size (*) [32], align (*) [4]
+ip6_opt: ip6_opt, ip6_opt*, size (*) [2], align (*) [1]
+ip6_opt_jumbo: ip6_opt_jumbo, ip6_opt_jumbo*, size (*) [6], align (*) [1]
+ip6_opt_nsap: ip6_opt_nsap, ip6_opt_nsap*, size (*) [4], align (*) [1]
+ip6_opt_router: ip6_opt_router, ip6_opt_router*, size (*) [4], align (*) [1]
+ip6_opt_tunnel: ip6_opt_tunnel, ip6_opt_tunnel*, size (*) [3], align (*) [1]
+ip6_rthdr: ip6_rthdr, ip6_rthdr*, size (*) [4], align (*) [1]
+ip6_rthdr0: ip6_rthdr0, ip6_rthdr0*, size (*) [8], align (*) [4]
+ip_mreq: ip_mreq, ip_mreq*, size (*) [8], align (*) [4]
+ip_mreq_source: ip_mreq_source, ip_mreq_source*, size (*) [12], align (*) [4]
+ip_mreqn: ip_mreqn, ip_mreqn*, size (*) [12], align (*) [4]
+ip_msfilter: ip_msfilter, ip_msfilter*, size (*) [20], align (*) [4]
+ip_opts: ip_opts, ip_opts*, size (*) [44], align (*) [4]
+ip_timestamp: ip_timestamp, ip_timestamp*, size (*) [40], align (*) [4]
+ipc_perm: ipc_perm, ipc_perm*, size (*) [48], align (*) [8]
+iphdr: iphdr, iphdr*, size (*) [20], align (*) [4]
+ipv6_mreq: ipv6_mreq, ipv6_mreq*, size (*) [20], align (*) [4]
+itimerspec: itimerspec, itimerspec*, size (*) [32], align (*) [8]
+itimerval: itimerval, itimerval*, size (*) [32], align (*) [8]
+lastlog: lastlog, lastlog*, size (*) [296], align (*) [8]
+lconv: lconv, lconv*, size (*) [96], align (*) [8]
+linger: linger, linger*, size (*) [8], align (*) [4]
+link_map: link_map, link_map*, size (*) [40], align (*) [8]
+mld_hdr: mld_hdr, mld_hdr*, size (*) [24], align (*) [4]
+mmsghdr: mmsghdr, mmsghdr*, size (*) [64], align (*) [8]
+mntent: mntent, mntent*, size (*) [40], align (*) [8]
+mq_attr: mq_attr, mq_attr*, size (*) [64], align (*) [8]
+msgbuf: msgbuf, msgbuf*, size (*) [16], align (*) [8]
+msghdr: msghdr, msghdr*, size (*) [56], align (*) [8]
+msginfo: msginfo, msginfo*, size (*) [32], align (*) [4]
+msqid_ds: msqid_ds, msqid_ds*, size (*) [120], align (*) [8]
+mt_tape_info: mt_tape_info, mt_tape_info*, size (*) [16], align (*) [8]
+mtconfiginfo: mtconfiginfo, mtconfiginfo*, size (*) [48], align (*) [8]
+mtget: mtget, mtget*, size (*) [48], align (*) [8]
+mtop: mtop, mtop*, size (*) [8], align (*) [4]
+mtpos: mtpos, mtpos*, size (*) [8], align (*) [8]
+nd_neighbor_advert: nd_neighbor_advert, nd_neighbor_advert*, size (*) [24], align (*) [4]
+nd_neighbor_solicit: nd_neighbor_solicit, nd_neighbor_solicit*, size (*) [24], align (*) [4]
+nd_opt_adv_interval: nd_opt_adv_interval, nd_opt_adv_interval*, size (*) [8], align (*) [4]
+nd_opt_hdr: nd_opt_hdr, nd_opt_hdr*, size (*) [2], align (*) [1]
+nd_opt_home_agent_info: nd_opt_home_agent_info, nd_opt_home_agent_info*, size (*) [8], align (*) [2]
+nd_opt_mtu: nd_opt_mtu, nd_opt_mtu*, size (*) [8], align (*) [4]
+nd_opt_prefix_info: nd_opt_prefix_info, nd_opt_prefix_info*, size (*) [32], align (*) [4]
+nd_opt_rd_hdr: nd_opt_rd_hdr, nd_opt_rd_hdr*, size (*) [8], align (*) [4]
+nd_redirect: nd_redirect, nd_redirect*, size (*) [40], align (*) [4]
+nd_router_advert: nd_router_advert, nd_router_advert*, size (*) [16], align (*) [4]
+nd_router_solicit: nd_router_solicit, nd_router_solicit*, size (*) [8], align (*) [4]
+netent: netent, netent*, size (*) [24], align (*) [8]
+ns_tcp_tsig_state: ns_tcp_tsig_state, ns_tcp_tsig_state*, size (*) [544], align (*) [8]
+ns_tsig_key: ns_tsig_key, ns_tsig_key*, size (*) [2072], align (*) [8]
+ntptimeval: ntptimeval, ntptimeval*, size (*) [32], align (*) [8]
+option: option, option*, size (*) [32], align (*) [8]
+packet_mreq: packet_mreq, packet_mreq*, size (*) [16], align (*) [4]
+passwd: passwd, passwd*, size (*) [48], align (*) [8]
+pollfd: pollfd, pollfd*, size (*) [8], align (*) [4]
+prctl_mm_map: prctl_mm_map, prctl_mm_map*, size (*) [104], align (*) [8]
+protoent: protoent, protoent*, size (*) [24], align (*) [8]
+qelem: qelem, qelem*, size (*) [24], align (*) [8]
+r_debug: r_debug, r_debug*, size (*) [40], align (*) [8]
+re_pattern_buffer: re_pattern_buffer, re_pattern_buffer*, size (*) [64], align (*) [8]
+res_sym: res_sym, res_sym*, size (*) [24], align (*) [8]
+rlimit: rlimit, rlimit*, size (*) [16], align (*) [8]
+rr_pco_match: rr_pco_match, rr_pco_match*, size (*) [24], align (*) [4]
+rr_pco_use: rr_pco_use, rr_pco_use*, size (*) [32], align (*) [4]
+rr_result: rr_result, rr_result*, size (*) [24], align (*) [4]
+rtentry: rtentry, rtentry*, size (*) [120], align (*) [8]
+rusage: rusage, rusage*, size (*) [272], align (*) [8]
+sched_param: sched_param, sched_param*, size (*) [48], align (*) [8]
+sembuf: sembuf, sembuf*, size (*) [6], align (*) [2]
+semid_ds: semid_ds, semid_ds*, size (*) [104], align (*) [8]
+seminfo: seminfo, seminfo*, size (*) [40], align (*) [4]
+servent: servent, servent*, size (*) [32], align (*) [8]
+sg_header: sg_header, sg_header*, size (*) [36], align (*) [4]
+sg_io_hdr: sg_io_hdr, sg_io_hdr*, size (*) [88], align (*) [8]
+sg_iovec: sg_iovec, sg_iovec*, size (*) [16], align (*) [8]
+sg_req_info: sg_req_info, sg_req_info*, size (*) [24], align (*) [8]
+sg_scsi_id: sg_scsi_id, sg_scsi_id*, size (*) [32], align (*) [4]
+shm_info: shm_info, shm_info*, size (*) [48], align (*) [8]
+shmid_ds: shmid_ds, shmid_ds*, size (*) [112], align (*) [8]
+shminfo: shminfo, shminfo*, size (*) [72], align (*) [8]
+sigaction: sigaction, sigaction*, size (*) [152], align (*) [8]
+sigaltstack: sigaltstack, sigaltstack*, size (*) [24], align (*) [8]
+sigcontext: sigcontext, sigcontext*, size (*) [256], align (*) [8]
+sigevent: sigevent, sigevent*, size (*) [64], align (*) [8]
+signalfd_siginfo: signalfd_siginfo, signalfd_siginfo*, size (*) [128], align (*) [8]
+sockaddr: sockaddr, sockaddr*, size (*) [16], align (*) [2]
+sockaddr_in: sockaddr_in, sockaddr_in*, size (*) [16], align (*) [4]
+sockaddr_in6: sockaddr_in6, sockaddr_in6*, size (*) [28], align (*) [4]
+sockaddr_ll: sockaddr_ll, sockaddr_ll*, size (*) [20], align (*) [4]
+sockaddr_storage: sockaddr_storage, sockaddr_storage*, size (*) [128], align (*) [8]
+sockaddr_un: sockaddr_un, sockaddr_un*, size (*) [110], align (*) [2]
+spwd: spwd, spwd*, size (*) [72], align (*) [8]
+stat: stat, stat*, size (*) [144], align (*) [8]
+statfs: statfs, statfs*, size (*) [120], align (*) [8]
+statvfs: statvfs, statvfs*, size (*) [112], align (*) [8]
+str_list: str_list, str_list*, size (*) [16], align (*) [8]
+str_mlist: str_mlist, str_mlist*, size (*) [9], align (*) [1]
+strbuf: strbuf, strbuf*, size (*) [16], align (*) [8]
+strfdinsert: strfdinsert, strfdinsert*, size (*) [48], align (*) [8]
+strioctl: strioctl, strioctl*, size (*) [24], align (*) [8]
+strpeek: strpeek, strpeek*, size (*) [40], align (*) [8]
+strrecvfd: strrecvfd, strrecvfd*, size (*) [20], align (*) [4]
+sysinfo: sysinfo, sysinfo*, size (*) [368], align (*) [8]
+tcp_info: tcp_info, tcp_info*, size (*) [160], align (*) [8]
+tcp_md5sig: tcp_md5sig, tcp_md5sig*, size (*) [216], align (*) [8]
+tcphdr: tcphdr, tcphdr*, size (*) [20], align (*) [4]
+termios: termios, termios*, size (*) [60], align (*) [4]
+tftphdr: tftphdr, tftphdr*, size (*) [6], align (*) [2]
+timeb: timeb, timeb*, size (*) [16], align (*) [8]
+timespec: timespec, timespec*, size (*) [16], align (*) [8]
+timestamp: timestamp, timestamp*, size (*) [40], align (*) [4]
+timeval: timeval, timeval*, size (*) [16], align (*) [8]
+timex: timex, timex*, size (*) [208], align (*) [8]
+timezone: timezone, timezone*, size (*) [8], align (*) [4]
+tm: tm, tm*, size (*) [56], align (*) [8]
+tms: tms, tms*, size (*) [32], align (*) [8]
+ucred: ucred, ucred*, size (*) [12], align (*) [4]
+udphdr: udphdr, udphdr*, size (*) [8], align (*) [2]
+user: user, user*, size (*) [912], align (*) [8]
+user_fpregs_struct: user_fpregs_struct, user_fpregs_struct*, size (*) [512], align (*) [8]
+user_regs_struct: user_regs_struct, user_regs_struct*, size (*) [216], align (*) [8]
+utimbuf: utimbuf, utimbuf*, size (*) [16], align (*) [8]
+utmpx: utmpx, utmpx*, size (*) [400], align (*) [8]
+utsname: utsname, utsname*, size (*) [390], align (*) [1]
+winsize: winsize, winsize*, size (*) [8], align (*) [2]
+suseconds_t: long, long*, size (*) [8], align (*) [8]
+tcflag_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+thrd_start_t: int (*)(void*), int (**)(void*), size (*) [8], align (*) [8]
+thrd_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+time_t: long, long*, size (*) [8], align (*) [8]
+timer_t: void*, void**, size (*) [8], align (*) [8]
+tss_dtor_t: void (*)(void*), void (**)(void*), size (*) [8], align (*) [8]
+tss_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+u_char: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+u_int: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+u_int16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+u_int32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+u_int64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+u_int8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+u_long: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+u_quad_t: unsigned long long, unsigned long long*, size (*) [8], align (*) [8]
+u_short: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+ucontext_t: ucontext, ucontext*, size (*) [936], align (*) [8]
+uid_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+uint32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uint_fast16_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint_fast32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint_fast64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_fast8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uint_least16_t: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+uint_least32_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+uint_least64_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uint_least8_t: unsigned char, unsigned char*, size (*) [1], align (*) [1]
+uintmax_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+uintptr_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+ulong: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+epoll_data: epoll_data, epoll_data*, size (*) [8], align (*) [8]
+sigval: sigval, sigval*, size (*) [8], align (*) [8]
+useconds_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+ushort: unsigned short, unsigned short*, size (*) [2], align (*) [2]
+va_list: __va_list_tag*, __va_list_tag (*) [1], size (*) [24], align (*) [8]
+wchar_t: wchar_t, wchar_t*, size (*) [4], align (*) [4]
+wctrans_t: int const*, int const**, size (*) [8], align (*) [8]
+wctype_t: unsigned long, unsigned long*, size (*) [8], align (*) [8]
+wint_t: unsigned int, unsigned int*, size (*) [4], align (*) [4]
+wordexp_t: wordexp_t, wordexp_t*, size (*) [24], align (*) [8]
index 375611c..5b80525 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 36
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NREG       bits/user.h     d       14      #define ELF_NREG 34
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESR_MAGIC      bits/signal.h   d       27      #define ESR_MAGIC 0x45535201
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       6       #define FE_ALL_EXCEPT 31
-FE_DFL_ENV     bits/fenv.h     d       19      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       2       #define FE_DIVBYZERO 2
-FE_DOWNWARD    bits/fenv.h     d       8       #define FE_DOWNWARD 0x800000
-FE_INEXACT     bits/fenv.h     d       5       #define FE_INEXACT 16
-FE_INVALID     bits/fenv.h     d       1       #define FE_INVALID 1
-FE_OVERFLOW    bits/fenv.h     d       3       #define FE_OVERFLOW 4
-FE_TONEAREST   bits/fenv.h     d       7       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       10      #define FE_TOWARDZERO 0xc00000
-FE_UNDERFLOW   bits/fenv.h     d       4       #define FE_UNDERFLOW 8
-FE_UPWARD      bits/fenv.h     d       9       #define FE_UPWARD 0x400000
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       359     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       70      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       69      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       147     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       68      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       83      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       145     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-FPSIMD_MAGIC   bits/signal.h   d       26      #define FPSIMD_MAGIC 0x46508001
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       27      #define F_GETLK 5
-F_GETOWN       bits/fcntl.h    d       31      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       38      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       36      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       33      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       28      #define F_SETLK 6
-F_SETLKW       bits/fcntl.h    d       29      #define F_SETLKW 7
-F_SETOWN       bits/fcntl.h    d       30      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       35      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       32      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT64_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT64_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       15      #define IPC_64 0
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 33
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 113
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 4932
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 16384
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-4931)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-16381)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 64
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffffffffffL
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 6144
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       126     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       124     #define N_AX25 5
-N_CAIF bits/ioctl.h    d       139     #define N_CAIF 20
-N_GIGASET_M101 bits/ioctl.h    d       135     #define N_GIGASET_M101 16
-N_GSM0710      bits/ioctl.h    d       140     #define N_GSM0710 21
-N_HCI  bits/ioctl.h    d       134     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       132     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       130     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       127     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       121     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       122     #define N_PPP 3
-N_PPS  bits/ioctl.h    d       137     #define N_PPS 18
-N_PROFIBUS_FDL bits/ioctl.h    d       129     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       128     #define N_R3964 9
-N_SLCAN        bits/ioctl.h    d       136     #define N_SLCAN 17
-N_SLIP bits/ioctl.h    d       120     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       131     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       123     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       133     #define N_SYNC_PPP 14
-N_TI_WL        bits/ioctl.h    d       141     #define N_TI_WL 22
-N_TRACEROUTER  bits/ioctl.h    d       143     #define N_TRACEROUTER 24
-N_TRACESINK    bits/ioctl.h    d       142     #define N_TRACESINK 23
-N_TTY  bits/ioctl.h    d       119     #define N_TTY 0
-N_V253 bits/ioctl.h    d       138     #define N_V253 19
-N_X25  bits/ioctl.h    d       125     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0200000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 040000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0400000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0100000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020040000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT64_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT64_MIN
-SA_NOCLDSTOP   bits/signal.h   d       62      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       63      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       67      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       65      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       68      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       66      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       69      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       64      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       78      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       87      #define SIGALRM 14
-SIGBUS bits/signal.h   d       80      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       90      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       91      #define SIGCONT 18
-SIGFPE bits/signal.h   d       81      #define SIGFPE 8
-SIGHUP bits/signal.h   d       73      #define SIGHUP 1
-SIGILL bits/signal.h   d       76      #define SIGILL 4
-SIGINT bits/signal.h   d       74      #define SIGINT 2
-SIGIO  bits/signal.h   d       102     #define SIGIO 29
-SIGIOT bits/signal.h   d       79      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       82      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       86      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       103     #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       100     #define SIGPROF 27
-SIGPWR bits/signal.h   d       104     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       75      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       84      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       89      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 12288
-SIGSTOP        bits/signal.h   d       92      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       105     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       88      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       77      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       93      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       94      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       95      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       106     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       96      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       83      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       85      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       99      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       101     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       97      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       98      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       209     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       182     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       153     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       149     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       198     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       210     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       183     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       154     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       212     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       188     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       202     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       199     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       162     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       192     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       166     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       159     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       190     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       164     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       177     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       160     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       179     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       184     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       206     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       172     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       170     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       174     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       157     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       168     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       187     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       180     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       195     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       148     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       203     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       150     #define SIOCGSTAMP 0x8906
-SIOCGSTAMPNS   bits/ioctl.h    d       151     #define SIOCGSTAMPNS 0x8907
-SIOCPROTOPRIVATE       bits/ioctl.h    d       213     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       155     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       200     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       163     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       193     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       167     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       165     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       178     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       161     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       176     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       189     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       158     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       207     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       173     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       171     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       175     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       169     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       186     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       181     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       196     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       146     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       204     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       185     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT64_MAX
-SYS_accept     bits/syscall.h  d       475     #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       515     #define SYS_accept4 __NR_accept4
-SYS_acct       bits/syscall.h  d       362     #define SYS_acct __NR_acct
-SYS_add_key    bits/syscall.h  d       490     #define SYS_add_key __NR_add_key
-SYS_adjtimex   bits/syscall.h  d       444     #define SYS_adjtimex __NR_adjtimex
-SYS_bind       bits/syscall.h  d       473     #define SYS_bind __NR_bind
-SYS_bpf        bits/syscall.h  d       538     #define SYS_bpf __NR_bpf
-SYS_brk        bits/syscall.h  d       487     #define SYS_brk __NR_brk
-SYS_capget     bits/syscall.h  d       363     #define SYS_capget __NR_capget
-SYS_capset     bits/syscall.h  d       364     #define SYS_capset __NR_capset
-SYS_chdir      bits/syscall.h  d       322     #define SYS_chdir __NR_chdir
-SYS_chroot     bits/syscall.h  d       324     #define SYS_chroot __NR_chroot
-SYS_clock_adjtime      bits/syscall.h  d       524     #define SYS_clock_adjtime __NR_clock_adjtime
-SYS_clock_getres       bits/syscall.h  d       387     #define SYS_clock_getres __NR_clock_getres
-SYS_clock_gettime      bits/syscall.h  d       386     #define SYS_clock_gettime __NR_clock_gettime
-SYS_clock_nanosleep    bits/syscall.h  d       388     #define SYS_clock_nanosleep __NR_clock_nanosleep
-SYS_clock_settime      bits/syscall.h  d       385     #define SYS_clock_settime __NR_clock_settime
-SYS_clone      bits/syscall.h  d       493     #define SYS_clone __NR_clone
-SYS_close      bits/syscall.h  d       330     #define SYS_close __NR_close
-SYS_connect    bits/syscall.h  d       476     #define SYS_connect __NR_connect
-SYS_copy_file_range    bits/syscall.h  d       543     #define SYS_copy_file_range __NR_copy_file_range
-SYS_delete_module      bits/syscall.h  d       379     #define SYS_delete_module __NR_delete_module
-SYS_dup        bits/syscall.h  d       296     #define SYS_dup __NR_dup
-SYS_dup3       bits/syscall.h  d       297     #define SYS_dup3 __NR_dup3
-SYS_epoll_create1      bits/syscall.h  d       293     #define SYS_epoll_create1 __NR_epoll_create1
-SYS_epoll_ctl  bits/syscall.h  d       294     #define SYS_epoll_ctl __NR_epoll_ctl
-SYS_epoll_pwait        bits/syscall.h  d       295     #define SYS_epoll_pwait __NR_epoll_pwait
-SYS_eventfd2   bits/syscall.h  d       292     #define SYS_eventfd2 __NR_eventfd2
-SYS_execve     bits/syscall.h  d       494     #define SYS_execve __NR_execve
-SYS_execveat   bits/syscall.h  d       539     #define SYS_execveat __NR_execveat
-SYS_exit       bits/syscall.h  d       366     #define SYS_exit __NR_exit
-SYS_exit_group bits/syscall.h  d       367     #define SYS_exit_group __NR_exit_group
-SYS_faccessat  bits/syscall.h  d       321     #define SYS_faccessat __NR_faccessat
-SYS_fadvise64  bits/syscall.h  d       496     #define SYS_fadvise64 __NR_fadvise64
-SYS_fallocate  bits/syscall.h  d       320     #define SYS_fallocate __NR_fallocate
-SYS_fanotify_init      bits/syscall.h  d       520     #define SYS_fanotify_init __NR_fanotify_init
-SYS_fanotify_mark      bits/syscall.h  d       521     #define SYS_fanotify_mark __NR_fanotify_mark
-SYS_fchdir     bits/syscall.h  d       323     #define SYS_fchdir __NR_fchdir
-SYS_fchmod     bits/syscall.h  d       325     #define SYS_fchmod __NR_fchmod
-SYS_fchmodat   bits/syscall.h  d       326     #define SYS_fchmodat __NR_fchmodat
-SYS_fchown     bits/syscall.h  d       328     #define SYS_fchown __NR_fchown
-SYS_fchownat   bits/syscall.h  d       327     #define SYS_fchownat __NR_fchownat
-SYS_fcntl      bits/syscall.h  d       298     #define SYS_fcntl __NR_fcntl
-SYS_fdatasync  bits/syscall.h  d       356     #define SYS_fdatasync __NR_fdatasync
-SYS_fgetxattr  bits/syscall.h  d       283     #define SYS_fgetxattr __NR_fgetxattr
-SYS_finit_module       bits/syscall.h  d       531     #define SYS_finit_module __NR_finit_module
-SYS_flistxattr bits/syscall.h  d       286     #define SYS_flistxattr __NR_flistxattr
-SYS_flock      bits/syscall.h  d       305     #define SYS_flock __NR_flock
-SYS_fremovexattr       bits/syscall.h  d       289     #define SYS_fremovexattr __NR_fremovexattr
-SYS_fsetxattr  bits/syscall.h  d       280     #define SYS_fsetxattr __NR_fsetxattr
-SYS_fstat      bits/syscall.h  d       353     #define SYS_fstat __NR_fstat
-SYS_fstatat    bits/syscall.h  d       352     #define SYS_fstatat __NR_fstatat
-SYS_fstatfs    bits/syscall.h  d       317     #define SYS_fstatfs __NR_fstatfs
-SYS_fsync      bits/syscall.h  d       355     #define SYS_fsync __NR_fsync
-SYS_ftruncate  bits/syscall.h  d       319     #define SYS_ftruncate __NR_ftruncate
-SYS_futex      bits/syscall.h  d       371     #define SYS_futex __NR_futex
-SYS_get_mempolicy      bits/syscall.h  d       509     #define SYS_get_mempolicy __NR_get_mempolicy
-SYS_get_robust_list    bits/syscall.h  d       373     #define SYS_get_robust_list __NR_get_robust_list
-SYS_getcpu     bits/syscall.h  d       441     #define SYS_getcpu __NR_getcpu
-SYS_getcwd     bits/syscall.h  d       290     #define SYS_getcwd __NR_getcwd
-SYS_getdents64 bits/syscall.h  d       334     #define SYS_getdents64 __NR_getdents64
-SYS_getegid    bits/syscall.h  d       450     #define SYS_getegid __NR_getegid
-SYS_geteuid    bits/syscall.h  d       448     #define SYS_geteuid __NR_geteuid
-SYS_getgid     bits/syscall.h  d       449     #define SYS_getgid __NR_getgid
-SYS_getgroups  bits/syscall.h  d       431     #define SYS_getgroups __NR_getgroups
-SYS_getitimer  bits/syscall.h  d       375     #define SYS_getitimer __NR_getitimer
-SYS_getpeername        bits/syscall.h  d       478     #define SYS_getpeername __NR_getpeername
-SYS_getpgid    bits/syscall.h  d       428     #define SYS_getpgid __NR_getpgid
-SYS_getpid     bits/syscall.h  d       445     #define SYS_getpid __NR_getpid
-SYS_getppid    bits/syscall.h  d       446     #define SYS_getppid __NR_getppid
-SYS_getpriority        bits/syscall.h  d       414     #define SYS_getpriority __NR_getpriority
-SYS_getrandom  bits/syscall.h  d       536     #define SYS_getrandom __NR_getrandom
-SYS_getresgid  bits/syscall.h  d       423     #define SYS_getresgid __NR_getresgid
-SYS_getresuid  bits/syscall.h  d       421     #define SYS_getresuid __NR_getresuid
-SYS_getrlimit  bits/syscall.h  d       436     #define SYS_getrlimit __NR_getrlimit
-SYS_getrusage  bits/syscall.h  d       438     #define SYS_getrusage __NR_getrusage
-SYS_getsid     bits/syscall.h  d       429     #define SYS_getsid __NR_getsid
-SYS_getsockname        bits/syscall.h  d       477     #define SYS_getsockname __NR_getsockname
-SYS_getsockopt bits/syscall.h  d       482     #define SYS_getsockopt __NR_getsockopt
-SYS_gettid     bits/syscall.h  d       451     #define SYS_gettid __NR_gettid
-SYS_gettimeofday       bits/syscall.h  d       442     #define SYS_gettimeofday __NR_gettimeofday
-SYS_getuid     bits/syscall.h  d       447     #define SYS_getuid __NR_getuid
-SYS_getxattr   bits/syscall.h  d       281     #define SYS_getxattr __NR_getxattr
-SYS_init_module        bits/syscall.h  d       378     #define SYS_init_module __NR_init_module
-SYS_inotify_add_watch  bits/syscall.h  d       300     #define SYS_inotify_add_watch __NR_inotify_add_watch
-SYS_inotify_init1      bits/syscall.h  d       299     #define SYS_inotify_init1 __NR_inotify_init1
-SYS_inotify_rm_watch   bits/syscall.h  d       301     #define SYS_inotify_rm_watch __NR_inotify_rm_watch
-SYS_io_cancel  bits/syscall.h  d       276     #define SYS_io_cancel __NR_io_cancel
-SYS_io_destroy bits/syscall.h  d       274     #define SYS_io_destroy __NR_io_destroy
-SYS_io_getevents       bits/syscall.h  d       277     #define SYS_io_getevents __NR_io_getevents
-SYS_io_setup   bits/syscall.h  d       273     #define SYS_io_setup __NR_io_setup
-SYS_io_submit  bits/syscall.h  d       275     #define SYS_io_submit __NR_io_submit
-SYS_ioctl      bits/syscall.h  d       302     #define SYS_ioctl __NR_ioctl
-SYS_ioprio_get bits/syscall.h  d       304     #define SYS_ioprio_get __NR_ioprio_get
-SYS_ioprio_set bits/syscall.h  d       303     #define SYS_ioprio_set __NR_ioprio_set
-SYS_kcmp       bits/syscall.h  d       530     #define SYS_kcmp __NR_kcmp
-SYS_kexec_load bits/syscall.h  d       377     #define SYS_kexec_load __NR_kexec_load
-SYS_keyctl     bits/syscall.h  d       492     #define SYS_keyctl __NR_keyctl
-SYS_kill       bits/syscall.h  d       402     #define SYS_kill __NR_kill
-SYS_lgetxattr  bits/syscall.h  d       282     #define SYS_lgetxattr __NR_lgetxattr
-SYS_linkat     bits/syscall.h  d       310     #define SYS_linkat __NR_linkat
-SYS_listen     bits/syscall.h  d       474     #define SYS_listen __NR_listen
-SYS_listxattr  bits/syscall.h  d       284     #define SYS_listxattr __NR_listxattr
-SYS_llistxattr bits/syscall.h  d       285     #define SYS_llistxattr __NR_llistxattr
-SYS_lookup_dcookie     bits/syscall.h  d       291     #define SYS_lookup_dcookie __NR_lookup_dcookie
-SYS_lremovexattr       bits/syscall.h  d       288     #define SYS_lremovexattr __NR_lremovexattr
-SYS_lseek      bits/syscall.h  d       335     #define SYS_lseek __NR_lseek
-SYS_lsetxattr  bits/syscall.h  d       279     #define SYS_lsetxattr __NR_lsetxattr
-SYS_madvise    bits/syscall.h  d       506     #define SYS_madvise __NR_madvise
-SYS_mbind      bits/syscall.h  d       508     #define SYS_mbind __NR_mbind
-SYS_membarrier bits/syscall.h  d       541     #define SYS_membarrier __NR_membarrier
-SYS_memfd_create       bits/syscall.h  d       537     #define SYS_memfd_create __NR_memfd_create
-SYS_migrate_pages      bits/syscall.h  d       511     #define SYS_migrate_pages __NR_migrate_pages
-SYS_mincore    bits/syscall.h  d       505     #define SYS_mincore __NR_mincore
-SYS_mkdirat    bits/syscall.h  d       307     #define SYS_mkdirat __NR_mkdirat
-SYS_mknodat    bits/syscall.h  d       306     #define SYS_mknodat __NR_mknodat
-SYS_mlock      bits/syscall.h  d       501     #define SYS_mlock __NR_mlock
-SYS_mlock2     bits/syscall.h  d       542     #define SYS_mlock2 __NR_mlock2
-SYS_mlockall   bits/syscall.h  d       503     #define SYS_mlockall __NR_mlockall
-SYS_mmap       bits/syscall.h  d       495     #define SYS_mmap __NR_mmap
-SYS_mount      bits/syscall.h  d       313     #define SYS_mount __NR_mount
-SYS_move_pages bits/syscall.h  d       512     #define SYS_move_pages __NR_move_pages
-SYS_mprotect   bits/syscall.h  d       499     #define SYS_mprotect __NR_mprotect
-SYS_mq_getsetattr      bits/syscall.h  d       458     #define SYS_mq_getsetattr __NR_mq_getsetattr
-SYS_mq_notify  bits/syscall.h  d       457     #define SYS_mq_notify __NR_mq_notify
-SYS_mq_open    bits/syscall.h  d       453     #define SYS_mq_open __NR_mq_open
-SYS_mq_timedreceive    bits/syscall.h  d       456     #define SYS_mq_timedreceive __NR_mq_timedreceive
-SYS_mq_timedsend       bits/syscall.h  d       455     #define SYS_mq_timedsend __NR_mq_timedsend
-SYS_mq_unlink  bits/syscall.h  d       454     #define SYS_mq_unlink __NR_mq_unlink
-SYS_mremap     bits/syscall.h  d       489     #define SYS_mremap __NR_mremap
-SYS_msgctl     bits/syscall.h  d       460     #define SYS_msgctl __NR_msgctl
-SYS_msgget     bits/syscall.h  d       459     #define SYS_msgget __NR_msgget
-SYS_msgrcv     bits/syscall.h  d       461     #define SYS_msgrcv __NR_msgrcv
-SYS_msgsnd     bits/syscall.h  d       462     #define SYS_msgsnd __NR_msgsnd
-SYS_msync      bits/syscall.h  d       500     #define SYS_msync __NR_msync
-SYS_munlock    bits/syscall.h  d       502     #define SYS_munlock __NR_munlock
-SYS_munlockall bits/syscall.h  d       504     #define SYS_munlockall __NR_munlockall
-SYS_munmap     bits/syscall.h  d       488     #define SYS_munmap __NR_munmap
-SYS_name_to_handle_at  bits/syscall.h  d       522     #define SYS_name_to_handle_at __NR_name_to_handle_at
-SYS_nanosleep  bits/syscall.h  d       374     #define SYS_nanosleep __NR_nanosleep
-SYS_nfsservctl bits/syscall.h  d       315     #define SYS_nfsservctl __NR_nfsservctl
-SYS_open_by_handle_at  bits/syscall.h  d       523     #define SYS_open_by_handle_at __NR_open_by_handle_at
-SYS_openat     bits/syscall.h  d       329     #define SYS_openat __NR_openat
-SYS_or1k_atomic        bits/syscall.h  d       517     #define SYS_or1k_atomic __NR_or1k_atomic
-SYS_perf_event_open    bits/syscall.h  d       514     #define SYS_perf_event_open __NR_perf_event_open
-SYS_personality        bits/syscall.h  d       365     #define SYS_personality __NR_personality
-SYS_pipe2      bits/syscall.h  d       332     #define SYS_pipe2 __NR_pipe2
-SYS_pivot_root bits/syscall.h  d       314     #define SYS_pivot_root __NR_pivot_root
-SYS_ppoll      bits/syscall.h  d       346     #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       440     #define SYS_prctl __NR_prctl
-SYS_pread64    bits/syscall.h  d       340     #define SYS_pread64 __NR_pread64
-SYS_preadv     bits/syscall.h  d       342     #define SYS_preadv __NR_preadv
-SYS_prlimit64  bits/syscall.h  d       519     #define SYS_prlimit64 __NR_prlimit64
-SYS_process_vm_readv   bits/syscall.h  d       528     #define SYS_process_vm_readv __NR_process_vm_readv
-SYS_process_vm_writev  bits/syscall.h  d       529     #define SYS_process_vm_writev __NR_process_vm_writev
-SYS_pselect6   bits/syscall.h  d       345     #define SYS_pselect6 __NR_pselect6
-SYS_ptrace     bits/syscall.h  d       390     #define SYS_ptrace __NR_ptrace
-SYS_pwrite64   bits/syscall.h  d       341     #define SYS_pwrite64 __NR_pwrite64
-SYS_pwritev    bits/syscall.h  d       343     #define SYS_pwritev __NR_pwritev
-SYS_quotactl   bits/syscall.h  d       333     #define SYS_quotactl __NR_quotactl
-SYS_read       bits/syscall.h  d       336     #define SYS_read __NR_read
-SYS_readahead  bits/syscall.h  d       486     #define SYS_readahead __NR_readahead
-SYS_readlinkat bits/syscall.h  d       351     #define SYS_readlinkat __NR_readlinkat
-SYS_readv      bits/syscall.h  d       338     #define SYS_readv __NR_readv
-SYS_reboot     bits/syscall.h  d       415     #define SYS_reboot __NR_reboot
-SYS_recvfrom   bits/syscall.h  d       480     #define SYS_recvfrom __NR_recvfrom
-SYS_recvmmsg   bits/syscall.h  d       516     #define SYS_recvmmsg __NR_recvmmsg
-SYS_recvmsg    bits/syscall.h  d       485     #define SYS_recvmsg __NR_recvmsg
-SYS_remap_file_pages   bits/syscall.h  d       507     #define SYS_remap_file_pages __NR_remap_file_pages
-SYS_removexattr        bits/syscall.h  d       287     #define SYS_removexattr __NR_removexattr
-SYS_renameat   bits/syscall.h  d       311     #define SYS_renameat __NR_renameat
-SYS_renameat2  bits/syscall.h  d       534     #define SYS_renameat2 __NR_renameat2
-SYS_request_key        bits/syscall.h  d       491     #define SYS_request_key __NR_request_key
-SYS_restart_syscall    bits/syscall.h  d       401     #define SYS_restart_syscall __NR_restart_syscall
-SYS_rt_sigaction       bits/syscall.h  d       407     #define SYS_rt_sigaction __NR_rt_sigaction
-SYS_rt_sigpending      bits/syscall.h  d       409     #define SYS_rt_sigpending __NR_rt_sigpending
-SYS_rt_sigprocmask     bits/syscall.h  d       408     #define SYS_rt_sigprocmask __NR_rt_sigprocmask
-SYS_rt_sigqueueinfo    bits/syscall.h  d       411     #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
-SYS_rt_sigreturn       bits/syscall.h  d       412     #define SYS_rt_sigreturn __NR_rt_sigreturn
-SYS_rt_sigsuspend      bits/syscall.h  d       406     #define SYS_rt_sigsuspend __NR_rt_sigsuspend
-SYS_rt_sigtimedwait    bits/syscall.h  d       410     #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       513     #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
-SYS_sched_get_priority_max     bits/syscall.h  d       398     #define SYS_sched_get_priority_max __NR_sched_get_priority_max
-SYS_sched_get_priority_min     bits/syscall.h  d       399     #define SYS_sched_get_priority_min __NR_sched_get_priority_min
-SYS_sched_getaffinity  bits/syscall.h  d       396     #define SYS_sched_getaffinity __NR_sched_getaffinity
-SYS_sched_getattr      bits/syscall.h  d       533     #define SYS_sched_getattr __NR_sched_getattr
-SYS_sched_getparam     bits/syscall.h  d       394     #define SYS_sched_getparam __NR_sched_getparam
-SYS_sched_getscheduler bits/syscall.h  d       393     #define SYS_sched_getscheduler __NR_sched_getscheduler
-SYS_sched_rr_get_interval      bits/syscall.h  d       400     #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
-SYS_sched_setaffinity  bits/syscall.h  d       395     #define SYS_sched_setaffinity __NR_sched_setaffinity
-SYS_sched_setattr      bits/syscall.h  d       532     #define SYS_sched_setattr __NR_sched_setattr
-SYS_sched_setparam     bits/syscall.h  d       391     #define SYS_sched_setparam __NR_sched_setparam
-SYS_sched_setscheduler bits/syscall.h  d       392     #define SYS_sched_setscheduler __NR_sched_setscheduler
-SYS_sched_yield        bits/syscall.h  d       397     #define SYS_sched_yield __NR_sched_yield
-SYS_seccomp    bits/syscall.h  d       535     #define SYS_seccomp __NR_seccomp
-SYS_semctl     bits/syscall.h  d       464     #define SYS_semctl __NR_semctl
-SYS_semget     bits/syscall.h  d       463     #define SYS_semget __NR_semget
-SYS_semop      bits/syscall.h  d       466     #define SYS_semop __NR_semop
-SYS_semtimedop bits/syscall.h  d       465     #define SYS_semtimedop __NR_semtimedop
-SYS_sendfile   bits/syscall.h  d       344     #define SYS_sendfile __NR_sendfile
-SYS_sendmmsg   bits/syscall.h  d       527     #define SYS_sendmmsg __NR_sendmmsg
-SYS_sendmsg    bits/syscall.h  d       484     #define SYS_sendmsg __NR_sendmsg
-SYS_sendto     bits/syscall.h  d       479     #define SYS_sendto __NR_sendto
-SYS_set_mempolicy      bits/syscall.h  d       510     #define SYS_set_mempolicy __NR_set_mempolicy
-SYS_set_robust_list    bits/syscall.h  d       372     #define SYS_set_robust_list __NR_set_robust_list
-SYS_set_tid_address    bits/syscall.h  d       369     #define SYS_set_tid_address __NR_set_tid_address
-SYS_setdomainname      bits/syscall.h  d       435     #define SYS_setdomainname __NR_setdomainname
-SYS_setfsgid   bits/syscall.h  d       425     #define SYS_setfsgid __NR_setfsgid
-SYS_setfsuid   bits/syscall.h  d       424     #define SYS_setfsuid __NR_setfsuid
-SYS_setgid     bits/syscall.h  d       417     #define SYS_setgid __NR_setgid
-SYS_setgroups  bits/syscall.h  d       432     #define SYS_setgroups __NR_setgroups
-SYS_sethostname        bits/syscall.h  d       434     #define SYS_sethostname __NR_sethostname
-SYS_setitimer  bits/syscall.h  d       376     #define SYS_setitimer __NR_setitimer
-SYS_setns      bits/syscall.h  d       526     #define SYS_setns __NR_setns
-SYS_setpgid    bits/syscall.h  d       427     #define SYS_setpgid __NR_setpgid
-SYS_setpriority        bits/syscall.h  d       413     #define SYS_setpriority __NR_setpriority
-SYS_setregid   bits/syscall.h  d       416     #define SYS_setregid __NR_setregid
-SYS_setresgid  bits/syscall.h  d       422     #define SYS_setresgid __NR_setresgid
-SYS_setresuid  bits/syscall.h  d       420     #define SYS_setresuid __NR_setresuid
-SYS_setreuid   bits/syscall.h  d       418     #define SYS_setreuid __NR_setreuid
-SYS_setrlimit  bits/syscall.h  d       437     #define SYS_setrlimit __NR_setrlimit
-SYS_setsid     bits/syscall.h  d       430     #define SYS_setsid __NR_setsid
-SYS_setsockopt bits/syscall.h  d       481     #define SYS_setsockopt __NR_setsockopt
-SYS_settimeofday       bits/syscall.h  d       443     #define SYS_settimeofday __NR_settimeofday
-SYS_setuid     bits/syscall.h  d       419     #define SYS_setuid __NR_setuid
-SYS_setxattr   bits/syscall.h  d       278     #define SYS_setxattr __NR_setxattr
-SYS_shmat      bits/syscall.h  d       469     #define SYS_shmat __NR_shmat
-SYS_shmctl     bits/syscall.h  d       468     #define SYS_shmctl __NR_shmctl
-SYS_shmdt      bits/syscall.h  d       470     #define SYS_shmdt __NR_shmdt
-SYS_shmget     bits/syscall.h  d       467     #define SYS_shmget __NR_shmget
-SYS_shutdown   bits/syscall.h  d       483     #define SYS_shutdown __NR_shutdown
-SYS_sigaltstack        bits/syscall.h  d       405     #define SYS_sigaltstack __NR_sigaltstack
-SYS_signalfd4  bits/syscall.h  d       347     #define SYS_signalfd4 __NR_signalfd4
-SYS_socket     bits/syscall.h  d       471     #define SYS_socket __NR_socket
-SYS_socketpair bits/syscall.h  d       472     #define SYS_socketpair __NR_socketpair
-SYS_splice     bits/syscall.h  d       349     #define SYS_splice __NR_splice
-SYS_statfs     bits/syscall.h  d       316     #define SYS_statfs __NR_statfs
-SYS_swapoff    bits/syscall.h  d       498     #define SYS_swapoff __NR_swapoff
-SYS_swapon     bits/syscall.h  d       497     #define SYS_swapon __NR_swapon
-SYS_symlinkat  bits/syscall.h  d       309     #define SYS_symlinkat __NR_symlinkat
-SYS_sync       bits/syscall.h  d       354     #define SYS_sync __NR_sync
-SYS_sync_file_range    bits/syscall.h  d       357     #define SYS_sync_file_range __NR_sync_file_range
-SYS_syncfs     bits/syscall.h  d       525     #define SYS_syncfs __NR_syncfs
-SYS_sysinfo    bits/syscall.h  d       452     #define SYS_sysinfo __NR_sysinfo
-SYS_syslog     bits/syscall.h  d       389     #define SYS_syslog __NR_syslog
-SYS_tee        bits/syscall.h  d       350     #define SYS_tee __NR_tee
-SYS_tgkill     bits/syscall.h  d       404     #define SYS_tgkill __NR_tgkill
-SYS_timer_create       bits/syscall.h  d       380     #define SYS_timer_create __NR_timer_create
-SYS_timer_delete       bits/syscall.h  d       384     #define SYS_timer_delete __NR_timer_delete
-SYS_timer_getoverrun   bits/syscall.h  d       382     #define SYS_timer_getoverrun __NR_timer_getoverrun
-SYS_timer_gettime      bits/syscall.h  d       381     #define SYS_timer_gettime __NR_timer_gettime
-SYS_timer_settime      bits/syscall.h  d       383     #define SYS_timer_settime __NR_timer_settime
-SYS_timerfd_create     bits/syscall.h  d       358     #define SYS_timerfd_create __NR_timerfd_create
-SYS_timerfd_gettime    bits/syscall.h  d       360     #define SYS_timerfd_gettime __NR_timerfd_gettime
-SYS_timerfd_settime    bits/syscall.h  d       359     #define SYS_timerfd_settime __NR_timerfd_settime
-SYS_times      bits/syscall.h  d       426     #define SYS_times __NR_times
-SYS_tkill      bits/syscall.h  d       403     #define SYS_tkill __NR_tkill
-SYS_truncate   bits/syscall.h  d       318     #define SYS_truncate __NR_truncate
-SYS_umask      bits/syscall.h  d       439     #define SYS_umask __NR_umask
-SYS_umount2    bits/syscall.h  d       312     #define SYS_umount2 __NR_umount2
-SYS_uname      bits/syscall.h  d       433     #define SYS_uname __NR_uname
-SYS_unlinkat   bits/syscall.h  d       308     #define SYS_unlinkat __NR_unlinkat
-SYS_unshare    bits/syscall.h  d       370     #define SYS_unshare __NR_unshare
-SYS_userfaultfd        bits/syscall.h  d       540     #define SYS_userfaultfd __NR_userfaultfd
-SYS_utimensat  bits/syscall.h  d       361     #define SYS_utimensat __NR_utimensat
-SYS_vhangup    bits/syscall.h  d       331     #define SYS_vhangup __NR_vhangup
-SYS_vmsplice   bits/syscall.h  d       348     #define SYS_vmsplice __NR_vmsplice
-SYS_wait4      bits/syscall.h  d       518     #define SYS_wait4 __NR_wait4
-SYS_waitid     bits/syscall.h  d       368     #define SYS_waitid __NR_waitid
-SYS_write      bits/syscall.h  d       337     #define SYS_write __NR_write
-SYS_writev     bits/syscall.h  d       339     #define SYS_writev __NR_writev
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       58      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       59      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       60      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       61      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGDEV       bits/ioctl.h    d       57      #define TIOCGDEV _IOR('T', 0x32, unsigned int)
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGEXCL      bits/ioctl.h    d       66      #define TIOCGEXCL 0x80045440
-TIOCGICOUNT    bits/ioctl.h    d       82      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       74      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPKT       bits/ioctl.h    d       64      #define TIOCGPKT 0x80045438
-TIOCGPTLCK     bits/ioctl.h    d       65      #define TIOCGPTLCK 0x80045439
-TIOCGPTN       bits/ioctl.h    d       55      #define TIOCGPTN _IOR('T', 0x30, unsigned int)
-TIOCGRS485     bits/ioctl.h    d       53      #define TIOCGRS485 0x542E
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       81      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       109     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       112     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       108     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       111     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       104     #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       103     #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       116     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       117     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       114     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       115     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       113     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       110     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       105     #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       107     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       106     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       85      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       91      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       86      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       87      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       92      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       90      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       89      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       88      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       71      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       77      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       78      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       76      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       72      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       79      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       73      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       94      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSIG        bits/ioctl.h    d       62      #define TIOCSIG 0x40045436
-TIOCSLCKTRMIOS bits/ioctl.h    d       75      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       56      #define TIOCSPTLCK _IOW('T', 0x31, int)
-TIOCSRS485     bits/ioctl.h    d       54      #define TIOCSRS485 0x542F
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TIOCVHANGUP    bits/ioctl.h    d       63      #define TIOCVHANGUP 0x5437
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT64_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr long
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long
-_NSIG  bits/signal.h   d       108     #define _NSIG 65
-_POSIX_V6_LP64_OFF64   bits/posix.h    d       1       #define _POSIX_V6_LP64_OFF64 1
-_POSIX_V7_LP64_OFF64   bits/posix.h    d       2       #define _POSIX_V7_LP64_OFF64 1
-_Reg   bits/alltypes.h d       3       #define _Reg long
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       360     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       227     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       222     #define __DEFINED_blksize_t
-__DEFINED_blksize_t    bits/alltypes.h d       31      #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       264     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       259     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       90      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       217     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       47      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       42      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       232     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       237     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       295     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       285     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       212     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       146     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       151     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       156     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       141     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       161     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       125     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       300     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       372     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       53      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       366     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       197     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       80      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       202     #define __DEFINED_nlink_t
-__DEFINED_nlink_t      bits/alltypes.h d       36      #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       207     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       280     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       70      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       100     #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       349     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       85      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       344     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       329     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       75      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       339     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       324     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       95      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       354     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       334     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       312     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       318     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       115     #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       135     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       130     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       395     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       378     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       105     #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       390     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       120     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       384     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       274     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       269     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       64      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       59      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       254     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       186     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       290     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       171     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       176     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       181     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       166     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       191     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       110     #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       305     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       248     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       243     #define __DEFINED_wint_t
-__DEFINED_wint_t       bits/alltypes.h d       25      #define __DEFINED_wint_t
-__NR_accept    bits/syscall.h  d       203     #define __NR_accept 202
-__NR_accept4   bits/syscall.h  d       243     #define __NR_accept4 242
-__NR_acct      bits/syscall.h  d       90      #define __NR_acct 89
-__NR_add_key   bits/syscall.h  d       218     #define __NR_add_key 217
-__NR_adjtimex  bits/syscall.h  d       172     #define __NR_adjtimex 171
-__NR_bind      bits/syscall.h  d       201     #define __NR_bind 200
-__NR_bpf       bits/syscall.h  d       266     #define __NR_bpf 280
-__NR_brk       bits/syscall.h  d       215     #define __NR_brk 214
-__NR_capget    bits/syscall.h  d       91      #define __NR_capget 90
-__NR_capset    bits/syscall.h  d       92      #define __NR_capset 91
-__NR_chdir     bits/syscall.h  d       50      #define __NR_chdir 49
-__NR_chroot    bits/syscall.h  d       52      #define __NR_chroot 51
-__NR_clock_adjtime     bits/syscall.h  d       252     #define __NR_clock_adjtime 266
-__NR_clock_getres      bits/syscall.h  d       115     #define __NR_clock_getres 114
-__NR_clock_gettime     bits/syscall.h  d       114     #define __NR_clock_gettime 113
-__NR_clock_nanosleep   bits/syscall.h  d       116     #define __NR_clock_nanosleep 115
-__NR_clock_settime     bits/syscall.h  d       113     #define __NR_clock_settime 112
-__NR_clone     bits/syscall.h  d       221     #define __NR_clone 220
-__NR_close     bits/syscall.h  d       58      #define __NR_close 57
-__NR_connect   bits/syscall.h  d       204     #define __NR_connect 203
-__NR_copy_file_range   bits/syscall.h  d       271     #define __NR_copy_file_range 285
-__NR_delete_module     bits/syscall.h  d       107     #define __NR_delete_module 106
-__NR_dup       bits/syscall.h  d       24      #define __NR_dup 23
-__NR_dup3      bits/syscall.h  d       25      #define __NR_dup3 24
-__NR_epoll_create1     bits/syscall.h  d       21      #define __NR_epoll_create1 20
-__NR_epoll_ctl bits/syscall.h  d       22      #define __NR_epoll_ctl 21
-__NR_epoll_pwait       bits/syscall.h  d       23      #define __NR_epoll_pwait 22
-__NR_eventfd2  bits/syscall.h  d       20      #define __NR_eventfd2 19
-__NR_execve    bits/syscall.h  d       222     #define __NR_execve 221
-__NR_execveat  bits/syscall.h  d       267     #define __NR_execveat 281
-__NR_exit      bits/syscall.h  d       94      #define __NR_exit 93
-__NR_exit_group        bits/syscall.h  d       95      #define __NR_exit_group 94
-__NR_faccessat bits/syscall.h  d       49      #define __NR_faccessat 48
-__NR_fadvise64 bits/syscall.h  d       224     #define __NR_fadvise64 223
-__NR_fallocate bits/syscall.h  d       48      #define __NR_fallocate 47
-__NR_fanotify_init     bits/syscall.h  d       248     #define __NR_fanotify_init 262
-__NR_fanotify_mark     bits/syscall.h  d       249     #define __NR_fanotify_mark 263
-__NR_fchdir    bits/syscall.h  d       51      #define __NR_fchdir 50
-__NR_fchmod    bits/syscall.h  d       53      #define __NR_fchmod 52
-__NR_fchmodat  bits/syscall.h  d       54      #define __NR_fchmodat 53
-__NR_fchown    bits/syscall.h  d       56      #define __NR_fchown 55
-__NR_fchownat  bits/syscall.h  d       55      #define __NR_fchownat 54
-__NR_fcntl     bits/syscall.h  d       26      #define __NR_fcntl 25
-__NR_fdatasync bits/syscall.h  d       84      #define __NR_fdatasync 83
-__NR_fgetxattr bits/syscall.h  d       11      #define __NR_fgetxattr 10
-__NR_finit_module      bits/syscall.h  d       259     #define __NR_finit_module 273
-__NR_flistxattr        bits/syscall.h  d       14      #define __NR_flistxattr 13
-__NR_flock     bits/syscall.h  d       33      #define __NR_flock 32
-__NR_fremovexattr      bits/syscall.h  d       17      #define __NR_fremovexattr 16
-__NR_fsetxattr bits/syscall.h  d       8       #define __NR_fsetxattr 7
-__NR_fstat     bits/syscall.h  d       81      #define __NR_fstat 80
-__NR_fstatat   bits/syscall.h  d       80      #define __NR_fstatat 79
-__NR_fstatfs   bits/syscall.h  d       45      #define __NR_fstatfs 44
-__NR_fsync     bits/syscall.h  d       83      #define __NR_fsync 82
-__NR_ftruncate bits/syscall.h  d       47      #define __NR_ftruncate 46
-__NR_futex     bits/syscall.h  d       99      #define __NR_futex 98
-__NR_get_mempolicy     bits/syscall.h  d       237     #define __NR_get_mempolicy 236
-__NR_get_robust_list   bits/syscall.h  d       101     #define __NR_get_robust_list 100
-__NR_getcpu    bits/syscall.h  d       169     #define __NR_getcpu 168
-__NR_getcwd    bits/syscall.h  d       18      #define __NR_getcwd 17
-__NR_getdents64        bits/syscall.h  d       62      #define __NR_getdents64 61
-__NR_getegid   bits/syscall.h  d       178     #define __NR_getegid 177
-__NR_geteuid   bits/syscall.h  d       176     #define __NR_geteuid 175
-__NR_getgid    bits/syscall.h  d       177     #define __NR_getgid 176
-__NR_getgroups bits/syscall.h  d       159     #define __NR_getgroups 158
-__NR_getitimer bits/syscall.h  d       103     #define __NR_getitimer 102
-__NR_getpeername       bits/syscall.h  d       206     #define __NR_getpeername 205
-__NR_getpgid   bits/syscall.h  d       156     #define __NR_getpgid 155
-__NR_getpid    bits/syscall.h  d       173     #define __NR_getpid 172
-__NR_getppid   bits/syscall.h  d       174     #define __NR_getppid 173
-__NR_getpriority       bits/syscall.h  d       142     #define __NR_getpriority 141
-__NR_getrandom bits/syscall.h  d       264     #define __NR_getrandom 278
-__NR_getresgid bits/syscall.h  d       151     #define __NR_getresgid 150
-__NR_getresuid bits/syscall.h  d       149     #define __NR_getresuid 148
-__NR_getrlimit bits/syscall.h  d       164     #define __NR_getrlimit 163
-__NR_getrusage bits/syscall.h  d       166     #define __NR_getrusage 165
-__NR_getsid    bits/syscall.h  d       157     #define __NR_getsid 156
-__NR_getsockname       bits/syscall.h  d       205     #define __NR_getsockname 204
-__NR_getsockopt        bits/syscall.h  d       210     #define __NR_getsockopt 209
-__NR_gettid    bits/syscall.h  d       179     #define __NR_gettid 178
-__NR_gettimeofday      bits/syscall.h  d       170     #define __NR_gettimeofday 169
-__NR_getuid    bits/syscall.h  d       175     #define __NR_getuid 174
-__NR_getxattr  bits/syscall.h  d       9       #define __NR_getxattr 8
-__NR_init_module       bits/syscall.h  d       106     #define __NR_init_module 105
-__NR_inotify_add_watch bits/syscall.h  d       28      #define __NR_inotify_add_watch 27
-__NR_inotify_init1     bits/syscall.h  d       27      #define __NR_inotify_init1 26
-__NR_inotify_rm_watch  bits/syscall.h  d       29      #define __NR_inotify_rm_watch 28
-__NR_io_cancel bits/syscall.h  d       4       #define __NR_io_cancel 3
-__NR_io_destroy        bits/syscall.h  d       2       #define __NR_io_destroy 1
-__NR_io_getevents      bits/syscall.h  d       5       #define __NR_io_getevents 4
-__NR_io_setup  bits/syscall.h  d       1       #define __NR_io_setup 0
-__NR_io_submit bits/syscall.h  d       3       #define __NR_io_submit 2
-__NR_ioctl     bits/syscall.h  d       30      #define __NR_ioctl 29
-__NR_ioprio_get        bits/syscall.h  d       32      #define __NR_ioprio_get 31
-__NR_ioprio_set        bits/syscall.h  d       31      #define __NR_ioprio_set 30
-__NR_kcmp      bits/syscall.h  d       258     #define __NR_kcmp 272
-__NR_kexec_load        bits/syscall.h  d       105     #define __NR_kexec_load 104
-__NR_keyctl    bits/syscall.h  d       220     #define __NR_keyctl 219
-__NR_kill      bits/syscall.h  d       130     #define __NR_kill 129
-__NR_lgetxattr bits/syscall.h  d       10      #define __NR_lgetxattr 9
-__NR_linkat    bits/syscall.h  d       38      #define __NR_linkat 37
-__NR_listen    bits/syscall.h  d       202     #define __NR_listen 201
-__NR_listxattr bits/syscall.h  d       12      #define __NR_listxattr 11
-__NR_llistxattr        bits/syscall.h  d       13      #define __NR_llistxattr 12
-__NR_lookup_dcookie    bits/syscall.h  d       19      #define __NR_lookup_dcookie 18
-__NR_lremovexattr      bits/syscall.h  d       16      #define __NR_lremovexattr 15
-__NR_lseek     bits/syscall.h  d       63      #define __NR_lseek 62
-__NR_lsetxattr bits/syscall.h  d       7       #define __NR_lsetxattr 6
-__NR_madvise   bits/syscall.h  d       234     #define __NR_madvise 233
-__NR_mbind     bits/syscall.h  d       236     #define __NR_mbind 235
-__NR_membarrier        bits/syscall.h  d       269     #define __NR_membarrier 283
-__NR_memfd_create      bits/syscall.h  d       265     #define __NR_memfd_create 279
-__NR_migrate_pages     bits/syscall.h  d       239     #define __NR_migrate_pages 238
-__NR_mincore   bits/syscall.h  d       233     #define __NR_mincore 232
-__NR_mkdirat   bits/syscall.h  d       35      #define __NR_mkdirat 34
-__NR_mknodat   bits/syscall.h  d       34      #define __NR_mknodat 33
-__NR_mlock     bits/syscall.h  d       229     #define __NR_mlock 228
-__NR_mlock2    bits/syscall.h  d       270     #define __NR_mlock2 284
-__NR_mlockall  bits/syscall.h  d       231     #define __NR_mlockall 230
-__NR_mmap      bits/syscall.h  d       223     #define __NR_mmap 222
-__NR_mount     bits/syscall.h  d       41      #define __NR_mount 40
-__NR_move_pages        bits/syscall.h  d       240     #define __NR_move_pages 239
-__NR_mprotect  bits/syscall.h  d       227     #define __NR_mprotect 226
-__NR_mq_getsetattr     bits/syscall.h  d       186     #define __NR_mq_getsetattr 185
-__NR_mq_notify bits/syscall.h  d       185     #define __NR_mq_notify 184
-__NR_mq_open   bits/syscall.h  d       181     #define __NR_mq_open 180
-__NR_mq_timedreceive   bits/syscall.h  d       184     #define __NR_mq_timedreceive 183
-__NR_mq_timedsend      bits/syscall.h  d       183     #define __NR_mq_timedsend 182
-__NR_mq_unlink bits/syscall.h  d       182     #define __NR_mq_unlink 181
-__NR_mremap    bits/syscall.h  d       217     #define __NR_mremap 216
-__NR_msgctl    bits/syscall.h  d       188     #define __NR_msgctl 187
-__NR_msgget    bits/syscall.h  d       187     #define __NR_msgget 186
-__NR_msgrcv    bits/syscall.h  d       189     #define __NR_msgrcv 188
-__NR_msgsnd    bits/syscall.h  d       190     #define __NR_msgsnd 189
-__NR_msync     bits/syscall.h  d       228     #define __NR_msync 227
-__NR_munlock   bits/syscall.h  d       230     #define __NR_munlock 229
-__NR_munlockall        bits/syscall.h  d       232     #define __NR_munlockall 231
-__NR_munmap    bits/syscall.h  d       216     #define __NR_munmap 215
-__NR_name_to_handle_at bits/syscall.h  d       250     #define __NR_name_to_handle_at 264
-__NR_nanosleep bits/syscall.h  d       102     #define __NR_nanosleep 101
-__NR_nfsservctl        bits/syscall.h  d       43      #define __NR_nfsservctl 42
-__NR_open_by_handle_at bits/syscall.h  d       251     #define __NR_open_by_handle_at 265
-__NR_openat    bits/syscall.h  d       57      #define __NR_openat 56
-__NR_or1k_atomic       bits/syscall.h  d       245     #define __NR_or1k_atomic 244
-__NR_perf_event_open   bits/syscall.h  d       242     #define __NR_perf_event_open 241
-__NR_personality       bits/syscall.h  d       93      #define __NR_personality 92
-__NR_pipe2     bits/syscall.h  d       60      #define __NR_pipe2 59
-__NR_pivot_root        bits/syscall.h  d       42      #define __NR_pivot_root 41
-__NR_ppoll     bits/syscall.h  d       74      #define __NR_ppoll 73
-__NR_prctl     bits/syscall.h  d       168     #define __NR_prctl 167
-__NR_pread64   bits/syscall.h  d       68      #define __NR_pread64 67
-__NR_preadv    bits/syscall.h  d       70      #define __NR_preadv 69
-__NR_prlimit64 bits/syscall.h  d       247     #define __NR_prlimit64 261
-__NR_process_vm_readv  bits/syscall.h  d       256     #define __NR_process_vm_readv 270
-__NR_process_vm_writev bits/syscall.h  d       257     #define __NR_process_vm_writev 271
-__NR_pselect6  bits/syscall.h  d       73      #define __NR_pselect6 72
-__NR_ptrace    bits/syscall.h  d       118     #define __NR_ptrace 117
-__NR_pwrite64  bits/syscall.h  d       69      #define __NR_pwrite64 68
-__NR_pwritev   bits/syscall.h  d       71      #define __NR_pwritev 70
-__NR_quotactl  bits/syscall.h  d       61      #define __NR_quotactl 60
-__NR_read      bits/syscall.h  d       64      #define __NR_read 63
-__NR_readahead bits/syscall.h  d       214     #define __NR_readahead 213
-__NR_readlinkat        bits/syscall.h  d       79      #define __NR_readlinkat 78
-__NR_readv     bits/syscall.h  d       66      #define __NR_readv 65
-__NR_reboot    bits/syscall.h  d       143     #define __NR_reboot 142
-__NR_recvfrom  bits/syscall.h  d       208     #define __NR_recvfrom 207
-__NR_recvmmsg  bits/syscall.h  d       244     #define __NR_recvmmsg 243
-__NR_recvmsg   bits/syscall.h  d       213     #define __NR_recvmsg 212
-__NR_remap_file_pages  bits/syscall.h  d       235     #define __NR_remap_file_pages 234
-__NR_removexattr       bits/syscall.h  d       15      #define __NR_removexattr 14
-__NR_renameat  bits/syscall.h  d       39      #define __NR_renameat 38
-__NR_renameat2 bits/syscall.h  d       262     #define __NR_renameat2 276
-__NR_request_key       bits/syscall.h  d       219     #define __NR_request_key 218
-__NR_restart_syscall   bits/syscall.h  d       129     #define __NR_restart_syscall 128
-__NR_rt_sigaction      bits/syscall.h  d       135     #define __NR_rt_sigaction 134
-__NR_rt_sigpending     bits/syscall.h  d       137     #define __NR_rt_sigpending 136
-__NR_rt_sigprocmask    bits/syscall.h  d       136     #define __NR_rt_sigprocmask 135
-__NR_rt_sigqueueinfo   bits/syscall.h  d       139     #define __NR_rt_sigqueueinfo 138
-__NR_rt_sigreturn      bits/syscall.h  d       140     #define __NR_rt_sigreturn 139
-__NR_rt_sigsuspend     bits/syscall.h  d       134     #define __NR_rt_sigsuspend 133
-__NR_rt_sigtimedwait   bits/syscall.h  d       138     #define __NR_rt_sigtimedwait 137
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       241     #define __NR_rt_tgsigqueueinfo 240
-__NR_sched_get_priority_max    bits/syscall.h  d       126     #define __NR_sched_get_priority_max 125
-__NR_sched_get_priority_min    bits/syscall.h  d       127     #define __NR_sched_get_priority_min 126
-__NR_sched_getaffinity bits/syscall.h  d       124     #define __NR_sched_getaffinity 123
-__NR_sched_getattr     bits/syscall.h  d       261     #define __NR_sched_getattr 275
-__NR_sched_getparam    bits/syscall.h  d       122     #define __NR_sched_getparam 121
-__NR_sched_getscheduler        bits/syscall.h  d       121     #define __NR_sched_getscheduler 120
-__NR_sched_rr_get_interval     bits/syscall.h  d       128     #define __NR_sched_rr_get_interval 127
-__NR_sched_setaffinity bits/syscall.h  d       123     #define __NR_sched_setaffinity 122
-__NR_sched_setattr     bits/syscall.h  d       260     #define __NR_sched_setattr 274
-__NR_sched_setparam    bits/syscall.h  d       119     #define __NR_sched_setparam 118
-__NR_sched_setscheduler        bits/syscall.h  d       120     #define __NR_sched_setscheduler 119
-__NR_sched_yield       bits/syscall.h  d       125     #define __NR_sched_yield 124
-__NR_seccomp   bits/syscall.h  d       263     #define __NR_seccomp 277
-__NR_semctl    bits/syscall.h  d       192     #define __NR_semctl 191
-__NR_semget    bits/syscall.h  d       191     #define __NR_semget 190
-__NR_semop     bits/syscall.h  d       194     #define __NR_semop 193
-__NR_semtimedop        bits/syscall.h  d       193     #define __NR_semtimedop 192
-__NR_sendfile  bits/syscall.h  d       72      #define __NR_sendfile 71
-__NR_sendmmsg  bits/syscall.h  d       255     #define __NR_sendmmsg 269
-__NR_sendmsg   bits/syscall.h  d       212     #define __NR_sendmsg 211
-__NR_sendto    bits/syscall.h  d       207     #define __NR_sendto 206
-__NR_set_mempolicy     bits/syscall.h  d       238     #define __NR_set_mempolicy 237
-__NR_set_robust_list   bits/syscall.h  d       100     #define __NR_set_robust_list 99
-__NR_set_tid_address   bits/syscall.h  d       97      #define __NR_set_tid_address 96
-__NR_setdomainname     bits/syscall.h  d       163     #define __NR_setdomainname 162
-__NR_setfsgid  bits/syscall.h  d       153     #define __NR_setfsgid 152
-__NR_setfsuid  bits/syscall.h  d       152     #define __NR_setfsuid 151
-__NR_setgid    bits/syscall.h  d       145     #define __NR_setgid 144
-__NR_setgroups bits/syscall.h  d       160     #define __NR_setgroups 159
-__NR_sethostname       bits/syscall.h  d       162     #define __NR_sethostname 161
-__NR_setitimer bits/syscall.h  d       104     #define __NR_setitimer 103
-__NR_setns     bits/syscall.h  d       254     #define __NR_setns 268
-__NR_setpgid   bits/syscall.h  d       155     #define __NR_setpgid 154
-__NR_setpriority       bits/syscall.h  d       141     #define __NR_setpriority 140
-__NR_setregid  bits/syscall.h  d       144     #define __NR_setregid 143
-__NR_setresgid bits/syscall.h  d       150     #define __NR_setresgid 149
-__NR_setresuid bits/syscall.h  d       148     #define __NR_setresuid 147
-__NR_setreuid  bits/syscall.h  d       146     #define __NR_setreuid 145
-__NR_setrlimit bits/syscall.h  d       165     #define __NR_setrlimit 164
-__NR_setsid    bits/syscall.h  d       158     #define __NR_setsid 157
-__NR_setsockopt        bits/syscall.h  d       209     #define __NR_setsockopt 208
-__NR_settimeofday      bits/syscall.h  d       171     #define __NR_settimeofday 170
-__NR_setuid    bits/syscall.h  d       147     #define __NR_setuid 146
-__NR_setxattr  bits/syscall.h  d       6       #define __NR_setxattr 5
-__NR_shmat     bits/syscall.h  d       197     #define __NR_shmat 196
-__NR_shmctl    bits/syscall.h  d       196     #define __NR_shmctl 195
-__NR_shmdt     bits/syscall.h  d       198     #define __NR_shmdt 197
-__NR_shmget    bits/syscall.h  d       195     #define __NR_shmget 194
-__NR_shutdown  bits/syscall.h  d       211     #define __NR_shutdown 210
-__NR_sigaltstack       bits/syscall.h  d       133     #define __NR_sigaltstack 132
-__NR_signalfd4 bits/syscall.h  d       75      #define __NR_signalfd4 74
-__NR_socket    bits/syscall.h  d       199     #define __NR_socket 198
-__NR_socketpair        bits/syscall.h  d       200     #define __NR_socketpair 199
-__NR_splice    bits/syscall.h  d       77      #define __NR_splice 76
-__NR_statfs    bits/syscall.h  d       44      #define __NR_statfs 43
-__NR_swapoff   bits/syscall.h  d       226     #define __NR_swapoff 225
-__NR_swapon    bits/syscall.h  d       225     #define __NR_swapon 224
-__NR_symlinkat bits/syscall.h  d       37      #define __NR_symlinkat 36
-__NR_sync      bits/syscall.h  d       82      #define __NR_sync 81
-__NR_sync_file_range   bits/syscall.h  d       85      #define __NR_sync_file_range 84
-__NR_syncfs    bits/syscall.h  d       253     #define __NR_syncfs 267
-__NR_sysinfo   bits/syscall.h  d       180     #define __NR_sysinfo 179
-__NR_syslog    bits/syscall.h  d       117     #define __NR_syslog 116
-__NR_tee       bits/syscall.h  d       78      #define __NR_tee 77
-__NR_tgkill    bits/syscall.h  d       132     #define __NR_tgkill 131
-__NR_timer_create      bits/syscall.h  d       108     #define __NR_timer_create 107
-__NR_timer_delete      bits/syscall.h  d       112     #define __NR_timer_delete 111
-__NR_timer_getoverrun  bits/syscall.h  d       110     #define __NR_timer_getoverrun 109
-__NR_timer_gettime     bits/syscall.h  d       109     #define __NR_timer_gettime 108
-__NR_timer_settime     bits/syscall.h  d       111     #define __NR_timer_settime 110
-__NR_timerfd_create    bits/syscall.h  d       86      #define __NR_timerfd_create 85
-__NR_timerfd_gettime   bits/syscall.h  d       88      #define __NR_timerfd_gettime 87
-__NR_timerfd_settime   bits/syscall.h  d       87      #define __NR_timerfd_settime 86
-__NR_times     bits/syscall.h  d       154     #define __NR_times 153
-__NR_tkill     bits/syscall.h  d       131     #define __NR_tkill 130
-__NR_truncate  bits/syscall.h  d       46      #define __NR_truncate 45
-__NR_umask     bits/syscall.h  d       167     #define __NR_umask 166
-__NR_umount2   bits/syscall.h  d       40      #define __NR_umount2 39
-__NR_uname     bits/syscall.h  d       161     #define __NR_uname 160
-__NR_unlinkat  bits/syscall.h  d       36      #define __NR_unlinkat 35
-__NR_unshare   bits/syscall.h  d       98      #define __NR_unshare 97
-__NR_userfaultfd       bits/syscall.h  d       268     #define __NR_userfaultfd 282
-__NR_utimensat bits/syscall.h  d       89      #define __NR_utimensat 88
-__NR_vhangup   bits/syscall.h  d       59      #define __NR_vhangup 58
-__NR_vmsplice  bits/syscall.h  d       76      #define __NR_vmsplice 75
-__NR_wait4     bits/syscall.h  d       246     #define __NR_wait4 260
-__NR_waitid    bits/syscall.h  d       96      #define __NR_waitid 95
-__NR_write     bits/syscall.h  d       65      #define __NR_write 64
-__NR_writev    bits/syscall.h  d       67      #define __NR_writev 66
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 64
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[22];
-blkcnt_t       bits/alltypes.h t       226     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       221     typedef long blksize_t;
-blksize_t      bits/alltypes.h t       30      typedef int blksize_t;
-clock_t        bits/alltypes.h t       263     typedef long clock_t;
-clockid_t      bits/alltypes.h t       258     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       89      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       216     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       46      typedef double double_t;
-elf_fpregset_t bits/user.h     t       16      typedef struct user_fpsimd_struct elf_fpregset_t;
-elf_greg_t     bits/user.h     t       15      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
-elf_gregset_t  bits/user.h     t       15      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
-fenv_t bits/fenv.h     t       17      } fenv_t;
-fexcept_t      bits/fenv.h     t       12      typedef unsigned int fexcept_t;
-float_t        bits/alltypes.h t       41      typedef float float_t;
-fpregset_t     bits/signal.h   t       17      } fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       231     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       236     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       294     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef unsigned long greg_t;
-gregset_t      bits/signal.h   t       11      typedef unsigned long gregset_t[34];
-id_t   bits/alltypes.h t       284     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       211     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       145     typedef short int16_t;
-int32_t        bits/alltypes.h t       150     typedef int int32_t;
-int64_t        bits/alltypes.h t       155     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       140     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       160     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       124     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       299     typedef int key_t;
-locale_t       bits/alltypes.h t       371     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       52      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       365     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       24      } mcontext_t;
-mcontext_t     bits/signal.h   t       45      } mcontext_t;
-mode_t bits/alltypes.h t       196     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       79      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       201     typedef unsigned _Reg nlink_t;
-nlink_t        bits/alltypes.h t       35      typedef unsigned int nlink_t;
-off_t  bits/alltypes.h t       206     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       279     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       69      typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       99      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       348     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       84      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       343     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       328     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       74      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       338     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       323     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       94      typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       353     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       333     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       311     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       317     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       114     typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       134     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       129     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       394     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       377     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       104     typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       389     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       119     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       365     
-struct __sigset_t      bits/alltypes.h s       377     
-struct __ucontext      bits/signal.h   s       54      
-struct _aarch64_ctx    bits/signal.h   s       28      
-struct cmsghdr bits/socket.h   s       24      
-struct esr_context     bits/signal.h   s       38      
-struct fpsimd_context  bits/signal.h   s       32      
-struct iovec   bits/alltypes.h s       383     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       3       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       21      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       17      
-struct sigaltstack     bits/signal.h   s       48      
-struct sigcontext      bits/signal.h   s       18      
-struct stat    bits/stat.h     s       1       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       273     
-struct timeval bits/alltypes.h s       268     
-struct user_fpsimd_struct      bits/user.h     s       8       
-struct user_regs_struct        bits/user.h     s       1       
-struct winsize bits/ioctl.h    s       96      
-suseconds_t    bits/alltypes.h t       63      typedef long suseconds_t;
-time_t bits/alltypes.h t       58      typedef long time_t;
-timer_t        bits/alltypes.h t       253     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       185     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       60      } ucontext_t;
-uid_t  bits/alltypes.h t       289     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       170     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       175     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       180     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       165     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       190     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       109     typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       304     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef unsigned wchar_t;
-wctype_t       bits/alltypes.h t       247     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       24      typedef unsigned wint_t;
-wint_t bits/alltypes.h t       242     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 36
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NREG       bits/user.h     d       #define ELF_NREG 34
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESR_MAGIC      bits/signal.h   d       #define ESR_MAGIC 0x45535201
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 2
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 0x800000
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 16
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 1
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 4
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 0xc00000
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 8
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 0x400000
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+FPSIMD_MAGIC   bits/signal.h   d       #define FPSIMD_MAGIC 0x46508001
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 5
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 6
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 7
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT64_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT64_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 33
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 113
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 64
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffffffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 6144
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_CAIF bits/ioctl.h    d       #define N_CAIF 20
+N_GIGASET_M101 bits/ioctl.h    d       #define N_GIGASET_M101 16
+N_GSM0710      bits/ioctl.h    d       #define N_GSM0710 21
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PPS  bits/ioctl.h    d       #define N_PPS 18
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLCAN        bits/ioctl.h    d       #define N_SLCAN 17
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TI_WL        bits/ioctl.h    d       #define N_TI_WL 22
+N_TRACEROUTER  bits/ioctl.h    d       #define N_TRACEROUTER 24
+N_TRACESINK    bits/ioctl.h    d       #define N_TRACESINK 23
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_V253 bits/ioctl.h    d       #define N_V253 19
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0200000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 040000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0400000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0100000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020040000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 12288
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCGSTAMPNS   bits/ioctl.h    d       #define SIOCGSTAMPNS 0x8907
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT64_MAX
+SYS_accept     bits/syscall.h  d       #define SYS_accept __NR_accept
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 __NR_accept4
+SYS_acct       bits/syscall.h  d       #define SYS_acct __NR_acct
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key __NR_add_key
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex __NR_adjtimex
+SYS_bind       bits/syscall.h  d       #define SYS_bind __NR_bind
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf __NR_bpf
+SYS_brk        bits/syscall.h  d       #define SYS_brk __NR_brk
+SYS_capget     bits/syscall.h  d       #define SYS_capget __NR_capget
+SYS_capset     bits/syscall.h  d       #define SYS_capset __NR_capset
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir __NR_chdir
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot __NR_chroot
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime __NR_clock_adjtime
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres __NR_clock_getres
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime __NR_clock_gettime
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep __NR_clock_nanosleep
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime __NR_clock_settime
+SYS_clone      bits/syscall.h  d       #define SYS_clone __NR_clone
+SYS_close      bits/syscall.h  d       #define SYS_close __NR_close
+SYS_connect    bits/syscall.h  d       #define SYS_connect __NR_connect
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module __NR_delete_module
+SYS_dup        bits/syscall.h  d       #define SYS_dup __NR_dup
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 __NR_dup3
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 __NR_epoll_create1
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl __NR_epoll_ctl
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait __NR_epoll_pwait
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 __NR_eventfd2
+SYS_execve     bits/syscall.h  d       #define SYS_execve __NR_execve
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat __NR_execveat
+SYS_exit       bits/syscall.h  d       #define SYS_exit __NR_exit
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group __NR_exit_group
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat __NR_faccessat
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 __NR_fadvise64
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate __NR_fallocate
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init __NR_fanotify_init
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark __NR_fanotify_mark
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir __NR_fchdir
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod __NR_fchmod
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat __NR_fchmodat
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown __NR_fchown
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat __NR_fchownat
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl __NR_fcntl
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync __NR_fdatasync
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr __NR_fgetxattr
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module __NR_finit_module
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr __NR_flistxattr
+SYS_flock      bits/syscall.h  d       #define SYS_flock __NR_flock
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr __NR_fremovexattr
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr __NR_fsetxattr
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat __NR_fstat
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat __NR_fstatat
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs __NR_fstatfs
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync __NR_fsync
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate __NR_ftruncate
+SYS_futex      bits/syscall.h  d       #define SYS_futex __NR_futex
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy __NR_get_mempolicy
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list __NR_get_robust_list
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu __NR_getcpu
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd __NR_getcwd
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 __NR_getdents64
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid __NR_getegid
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid __NR_geteuid
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid __NR_getgid
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups __NR_getgroups
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer __NR_getitimer
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername __NR_getpeername
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid __NR_getpgid
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid __NR_getpid
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid __NR_getppid
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority __NR_getpriority
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom __NR_getrandom
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid __NR_getresgid
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid __NR_getresuid
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit __NR_getrlimit
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage __NR_getrusage
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid __NR_getsid
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname __NR_getsockname
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt __NR_getsockopt
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid __NR_gettid
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday __NR_gettimeofday
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid __NR_getuid
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr __NR_getxattr
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module __NR_init_module
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch __NR_inotify_add_watch
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 __NR_inotify_init1
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch __NR_inotify_rm_watch
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel __NR_io_cancel
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy __NR_io_destroy
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents __NR_io_getevents
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup __NR_io_setup
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit __NR_io_submit
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl __NR_ioctl
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get __NR_ioprio_get
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set __NR_ioprio_set
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp __NR_kcmp
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load __NR_kexec_load
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl __NR_keyctl
+SYS_kill       bits/syscall.h  d       #define SYS_kill __NR_kill
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr __NR_lgetxattr
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat __NR_linkat
+SYS_listen     bits/syscall.h  d       #define SYS_listen __NR_listen
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr __NR_listxattr
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr __NR_llistxattr
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie __NR_lookup_dcookie
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr __NR_lremovexattr
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek __NR_lseek
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr __NR_lsetxattr
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise __NR_madvise
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind __NR_mbind
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier __NR_membarrier
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create __NR_memfd_create
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages __NR_migrate_pages
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore __NR_mincore
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat __NR_mkdirat
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat __NR_mknodat
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock __NR_mlock
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 __NR_mlock2
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall __NR_mlockall
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap __NR_mmap
+SYS_mount      bits/syscall.h  d       #define SYS_mount __NR_mount
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages __NR_move_pages
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect __NR_mprotect
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr __NR_mq_getsetattr
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify __NR_mq_notify
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open __NR_mq_open
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive __NR_mq_timedreceive
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend __NR_mq_timedsend
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink __NR_mq_unlink
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap __NR_mremap
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl __NR_msgctl
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget __NR_msgget
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv __NR_msgrcv
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd __NR_msgsnd
+SYS_msync      bits/syscall.h  d       #define SYS_msync __NR_msync
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock __NR_munlock
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall __NR_munlockall
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap __NR_munmap
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at __NR_name_to_handle_at
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep __NR_nanosleep
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl __NR_nfsservctl
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at __NR_open_by_handle_at
+SYS_openat     bits/syscall.h  d       #define SYS_openat __NR_openat
+SYS_or1k_atomic        bits/syscall.h  d       #define SYS_or1k_atomic __NR_or1k_atomic
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open __NR_perf_event_open
+SYS_personality        bits/syscall.h  d       #define SYS_personality __NR_personality
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 __NR_pipe2
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root __NR_pivot_root
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll __NR_ppoll
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl __NR_prctl
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 __NR_pread64
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv __NR_preadv
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 __NR_prlimit64
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv __NR_process_vm_readv
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev __NR_process_vm_writev
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 __NR_pselect6
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace __NR_ptrace
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 __NR_pwrite64
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev __NR_pwritev
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl __NR_quotactl
+SYS_read       bits/syscall.h  d       #define SYS_read __NR_read
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead __NR_readahead
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat __NR_readlinkat
+SYS_readv      bits/syscall.h  d       #define SYS_readv __NR_readv
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot __NR_reboot
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom __NR_recvfrom
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg __NR_recvmmsg
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg __NR_recvmsg
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages __NR_remap_file_pages
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr __NR_removexattr
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat __NR_renameat
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 __NR_renameat2
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key __NR_request_key
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall __NR_restart_syscall
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction __NR_rt_sigaction
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending __NR_rt_sigpending
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask __NR_rt_sigprocmask
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn __NR_rt_sigreturn
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend __NR_rt_sigsuspend
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max __NR_sched_get_priority_max
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min __NR_sched_get_priority_min
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity __NR_sched_getaffinity
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr __NR_sched_getattr
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam __NR_sched_getparam
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler __NR_sched_getscheduler
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity __NR_sched_setaffinity
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr __NR_sched_setattr
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam __NR_sched_setparam
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler __NR_sched_setscheduler
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield __NR_sched_yield
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp __NR_seccomp
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl __NR_semctl
+SYS_semget     bits/syscall.h  d       #define SYS_semget __NR_semget
+SYS_semop      bits/syscall.h  d       #define SYS_semop __NR_semop
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop __NR_semtimedop
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile __NR_sendfile
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg __NR_sendmmsg
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg __NR_sendmsg
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto __NR_sendto
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy __NR_set_mempolicy
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list __NR_set_robust_list
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address __NR_set_tid_address
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname __NR_setdomainname
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid __NR_setfsgid
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid __NR_setfsuid
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid __NR_setgid
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups __NR_setgroups
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname __NR_sethostname
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer __NR_setitimer
+SYS_setns      bits/syscall.h  d       #define SYS_setns __NR_setns
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid __NR_setpgid
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority __NR_setpriority
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid __NR_setregid
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid __NR_setresgid
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid __NR_setresuid
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid __NR_setreuid
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit __NR_setrlimit
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid __NR_setsid
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt __NR_setsockopt
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday __NR_settimeofday
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid __NR_setuid
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr __NR_setxattr
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat __NR_shmat
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl __NR_shmctl
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt __NR_shmdt
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget __NR_shmget
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown __NR_shutdown
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack __NR_sigaltstack
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 __NR_signalfd4
+SYS_socket     bits/syscall.h  d       #define SYS_socket __NR_socket
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair __NR_socketpair
+SYS_splice     bits/syscall.h  d       #define SYS_splice __NR_splice
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs __NR_statfs
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff __NR_swapoff
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon __NR_swapon
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat __NR_symlinkat
+SYS_sync       bits/syscall.h  d       #define SYS_sync __NR_sync
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range __NR_sync_file_range
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs __NR_syncfs
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo __NR_sysinfo
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog __NR_syslog
+SYS_tee        bits/syscall.h  d       #define SYS_tee __NR_tee
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill __NR_tgkill
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create __NR_timer_create
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete __NR_timer_delete
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun __NR_timer_getoverrun
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime __NR_timer_gettime
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime __NR_timer_settime
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create __NR_timerfd_create
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime __NR_timerfd_gettime
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime __NR_timerfd_settime
+SYS_times      bits/syscall.h  d       #define SYS_times __NR_times
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill __NR_tkill
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate __NR_truncate
+SYS_umask      bits/syscall.h  d       #define SYS_umask __NR_umask
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 __NR_umount2
+SYS_uname      bits/syscall.h  d       #define SYS_uname __NR_uname
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat __NR_unlinkat
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare __NR_unshare
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd __NR_userfaultfd
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat __NR_utimensat
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup __NR_vhangup
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice __NR_vmsplice
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 __NR_wait4
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid __NR_waitid
+SYS_write      bits/syscall.h  d       #define SYS_write __NR_write
+SYS_writev     bits/syscall.h  d       #define SYS_writev __NR_writev
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 0x32, unsigned int)
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL 0x80045440
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT 0x80045438
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK 0x80045439
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542E
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG 0x40045436
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 0x542F
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT64_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr long
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_LP64_OFF64   bits/posix.h    d       #define _POSIX_V6_LP64_OFF64 1
+_POSIX_V7_LP64_OFF64   bits/posix.h    d       #define _POSIX_V7_LP64_OFF64 1
+_Reg   bits/alltypes.h d       #define _Reg long
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR_accept    bits/syscall.h  d       #define __NR_accept 202
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 242
+__NR_acct      bits/syscall.h  d       #define __NR_acct 89
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 217
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 171
+__NR_bind      bits/syscall.h  d       #define __NR_bind 200
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 280
+__NR_brk       bits/syscall.h  d       #define __NR_brk 214
+__NR_capget    bits/syscall.h  d       #define __NR_capget 90
+__NR_capset    bits/syscall.h  d       #define __NR_capset 91
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 49
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 51
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 266
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 114
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 113
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 115
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 112
+__NR_clone     bits/syscall.h  d       #define __NR_clone 220
+__NR_close     bits/syscall.h  d       #define __NR_close 57
+__NR_connect   bits/syscall.h  d       #define __NR_connect 203
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 106
+__NR_dup       bits/syscall.h  d       #define __NR_dup 23
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 24
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 20
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 21
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 22
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 19
+__NR_execve    bits/syscall.h  d       #define __NR_execve 221
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 281
+__NR_exit      bits/syscall.h  d       #define __NR_exit 93
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 94
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 48
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 223
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 47
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 262
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 263
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 50
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 52
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 53
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 55
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 54
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 25
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 83
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 10
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 273
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 13
+__NR_flock     bits/syscall.h  d       #define __NR_flock 32
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 16
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 7
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 80
+__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 79
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 44
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 82
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 46
+__NR_futex     bits/syscall.h  d       #define __NR_futex 98
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 236
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 100
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 168
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 17
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 61
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 177
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 175
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 176
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 158
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 102
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 205
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 155
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 172
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 173
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 141
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 278
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 150
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 148
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 163
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 165
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 156
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 204
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 209
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 178
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 169
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 174
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 8
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 105
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 27
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 26
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 28
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 3
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 1
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 0
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 2
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 29
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 31
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 30
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 272
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 104
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 219
+__NR_kill      bits/syscall.h  d       #define __NR_kill 129
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 37
+__NR_listen    bits/syscall.h  d       #define __NR_listen 201
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 11
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 12
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 18
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 15
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 62
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 6
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 233
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 235
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 283
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 279
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 238
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 232
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 34
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 33
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 228
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 284
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 230
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 222
+__NR_mount     bits/syscall.h  d       #define __NR_mount 40
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 239
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 226
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 185
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 184
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 180
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 183
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 182
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 181
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 216
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 187
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 186
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 188
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 189
+__NR_msync     bits/syscall.h  d       #define __NR_msync 227
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 229
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 231
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 215
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 264
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 101
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 42
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 265
+__NR_openat    bits/syscall.h  d       #define __NR_openat 56
+__NR_or1k_atomic       bits/syscall.h  d       #define __NR_or1k_atomic 244
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 241
+__NR_personality       bits/syscall.h  d       #define __NR_personality 92
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 73
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 167
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 67
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 69
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 261
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 270
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 271
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 72
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 117
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 68
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 70
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 60
+__NR_read      bits/syscall.h  d       #define __NR_read 63
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 213
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 78
+__NR_readv     bits/syscall.h  d       #define __NR_readv 65
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 142
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 207
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 243
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 212
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 234
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 14
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 38
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 276
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 218
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 128
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 134
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 136
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 135
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 138
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 139
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 133
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 137
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 240
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 125
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 126
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 123
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 275
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 121
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 120
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 127
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 122
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 274
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 118
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 119
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 124
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 277
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 191
+__NR_semget    bits/syscall.h  d       #define __NR_semget 190
+__NR_semop     bits/syscall.h  d       #define __NR_semop 193
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 192
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 71
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 269
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 211
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 206
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 237
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 99
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 96
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 162
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 152
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 151
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 144
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 159
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 161
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 103
+__NR_setns     bits/syscall.h  d       #define __NR_setns 268
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 154
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 140
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 143
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 149
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 147
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 145
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 164
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 157
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 208
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 170
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 146
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 5
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 196
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 195
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 197
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 194
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 210
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 132
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 74
+__NR_socket    bits/syscall.h  d       #define __NR_socket 198
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 199
+__NR_splice    bits/syscall.h  d       #define __NR_splice 76
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 43
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 225
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 224
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 36
+__NR_sync      bits/syscall.h  d       #define __NR_sync 81
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 84
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 267
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 179
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 116
+__NR_tee       bits/syscall.h  d       #define __NR_tee 77
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 131
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 107
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 111
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 109
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 108
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 110
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 85
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 87
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 86
+__NR_times     bits/syscall.h  d       #define __NR_times 153
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 130
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 45
+__NR_umask     bits/syscall.h  d       #define __NR_umask 166
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 39
+__NR_uname     bits/syscall.h  d       #define __NR_uname 160
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 35
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 97
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 282
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 88
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 58
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 75
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 260
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 95
+__NR_write     bits/syscall.h  d       #define __NR_write 64
+__NR_writev    bits/syscall.h  d       #define __NR_writev 66
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 64
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[22];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef int blksize_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpregset_t bits/user.h     t       typedef struct user_fpsimd_struct elf_fpregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned int fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long greg_t;
+gregset_t      bits/signal.h   t       typedef unsigned long gregset_t[34];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+nlink_t        bits/alltypes.h t       typedef unsigned int nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct _aarch64_ctx    bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct esr_context     bits/signal.h   s       
+struct fpsimd_context  bits/signal.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user_fpsimd_struct      bits/user.h     s       
+struct user_regs_struct        bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef unsigned wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index cda2b18..12f609e 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NGREG      bits/user.h     d       20      #define ELF_NGREG 18
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       10      #define FE_ALL_EXCEPT 31
-FE_ALL_EXCEPT  bits/fenv.h     d       2       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       23      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       6       #define FE_DIVBYZERO 2
-FE_DOWNWARD    bits/fenv.h     d       12      #define FE_DOWNWARD 0x800000
-FE_INEXACT     bits/fenv.h     d       9       #define FE_INEXACT 16
-FE_INVALID     bits/fenv.h     d       5       #define FE_INVALID 1
-FE_OVERFLOW    bits/fenv.h     d       7       #define FE_OVERFLOW 4
-FE_TONEAREST   bits/fenv.h     d       11      #define FE_TONEAREST 0
-FE_TONEAREST   bits/fenv.h     d       3       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       14      #define FE_TOWARDZERO 0xc00000
-FE_UNDERFLOW   bits/fenv.h     d       8       #define FE_UNDERFLOW 8
-FE_UPWARD      bits/fenv.h     d       13      #define FE_UPWARD 0x400000
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffL
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0200000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 040000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0400000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0100000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020040000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 4096
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-SA_NOCLDSTOP   bits/signal.h   d       41      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       42      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       46      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       44      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       47      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       45      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       48      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       43      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       57      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       66      #define SIGALRM 14
-SIGBUS bits/signal.h   d       59      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       69      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       70      #define SIGCONT 18
-SIGFPE bits/signal.h   d       60      #define SIGFPE 8
-SIGHUP bits/signal.h   d       52      #define SIGHUP 1
-SIGILL bits/signal.h   d       55      #define SIGILL 4
-SIGINT bits/signal.h   d       53      #define SIGINT 2
-SIGIO  bits/signal.h   d       81      #define SIGIO 29
-SIGIOT bits/signal.h   d       58      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       61      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       65      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       82      #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       79      #define SIGPROF 27
-SIGPWR bits/signal.h   d       83      #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       54      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       63      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       68      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       71      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       84      #define SIGSYS 31
-SIGTERM        bits/signal.h   d       67      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       56      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       72      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       73      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       74      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       85      #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       75      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       62      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       64      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       78      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       80      #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       76      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       77      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SYS__llseek    bits/syscall.h  d       460     #define SYS__llseek 140
-SYS__newselect bits/syscall.h  d       462     #define SYS__newselect 142
-SYS__sysctl    bits/syscall.h  d       469     #define SYS__sysctl 149
-SYS_accept     bits/syscall.h  d       597     #define SYS_accept 285
-SYS_accept4    bits/syscall.h  d       678     #define SYS_accept4 366
-SYS_access     bits/syscall.h  d       379     #define SYS_access 33
-SYS_acct       bits/syscall.h  d       394     #define SYS_acct 51
-SYS_add_key    bits/syscall.h  d       621     #define SYS_add_key 309
-SYS_adjtimex   bits/syscall.h  d       447     #define SYS_adjtimex 124
-SYS_bdflush    bits/syscall.h  d       455     #define SYS_bdflush 134
-SYS_bind       bits/syscall.h  d       594     #define SYS_bind 282
-SYS_bpf        bits/syscall.h  d       698     #define SYS_bpf 386
-SYS_brk        bits/syscall.h  d       389     #define SYS_brk 45
-SYS_capget     bits/syscall.h  d       502     #define SYS_capget 184
-SYS_capset     bits/syscall.h  d       503     #define SYS_capset 185
-SYS_chdir      bits/syscall.h  d       368     #define SYS_chdir 12
-SYS_chmod      bits/syscall.h  d       370     #define SYS_chmod 15
-SYS_chown      bits/syscall.h  d       500     #define SYS_chown 182
-SYS_chown32    bits/syscall.h  d       528     #define SYS_chown32 212
-SYS_chroot     bits/syscall.h  d       400     #define SYS_chroot 61
-SYS_clock_adjtime      bits/syscall.h  d       684     #define SYS_clock_adjtime 372
-SYS_clock_getres       bits/syscall.h  d       576     #define SYS_clock_getres 264
-SYS_clock_gettime      bits/syscall.h  d       575     #define SYS_clock_gettime 263
-SYS_clock_nanosleep    bits/syscall.h  d       577     #define SYS_clock_nanosleep 265
-SYS_clock_settime      bits/syscall.h  d       574     #define SYS_clock_settime 262
-SYS_clone      bits/syscall.h  d       444     #define SYS_clone 120
-SYS_close      bits/syscall.h  d       363     #define SYS_close 6
-SYS_connect    bits/syscall.h  d       595     #define SYS_connect 283
-SYS_copy_file_range    bits/syscall.h  d       703     #define SYS_copy_file_range 391
-SYS_creat      bits/syscall.h  d       364     #define SYS_creat 8
-SYS_delete_module      bits/syscall.h  d       451     #define SYS_delete_module 129
-SYS_dup        bits/syscall.h  d       386     #define SYS_dup 41
-SYS_dup2       bits/syscall.h  d       402     #define SYS_dup2 63
-SYS_dup3       bits/syscall.h  d       670     #define SYS_dup3 358
-SYS_epoll_create       bits/syscall.h  d       564     #define SYS_epoll_create 250
-SYS_epoll_create1      bits/syscall.h  d       669     #define SYS_epoll_create1 357
-SYS_epoll_ctl  bits/syscall.h  d       565     #define SYS_epoll_ctl 251
-SYS_epoll_pwait        bits/syscall.h  d       658     #define SYS_epoll_pwait 346
-SYS_epoll_wait bits/syscall.h  d       566     #define SYS_epoll_wait 252
-SYS_eventfd    bits/syscall.h  d       663     #define SYS_eventfd 351
-SYS_eventfd2   bits/syscall.h  d       668     #define SYS_eventfd2 356
-SYS_execve     bits/syscall.h  d       367     #define SYS_execve 11
-SYS_execveat   bits/syscall.h  d       699     #define SYS_execveat 387
-SYS_exit       bits/syscall.h  d       358     #define SYS_exit 1
-SYS_exit_group bits/syscall.h  d       562     #define SYS_exit_group 248
-SYS_faccessat  bits/syscall.h  d       646     #define SYS_faccessat 334
-SYS_fadvise64_64       bits/syscall.h  d       582     #define SYS_fadvise64_64 270
-SYS_fallocate  bits/syscall.h  d       664     #define SYS_fallocate 352
-SYS_fanotify_init      bits/syscall.h  d       679     #define SYS_fanotify_init 367
-SYS_fanotify_mark      bits/syscall.h  d       680     #define SYS_fanotify_mark 368
-SYS_fchdir     bits/syscall.h  d       454     #define SYS_fchdir 133
-SYS_fchmod     bits/syscall.h  d       426     #define SYS_fchmod 94
-SYS_fchmodat   bits/syscall.h  d       645     #define SYS_fchmodat 333
-SYS_fchown     bits/syscall.h  d       427     #define SYS_fchown 95
-SYS_fchown32   bits/syscall.h  d       523     #define SYS_fchown32 207
-SYS_fchownat   bits/syscall.h  d       637     #define SYS_fchownat 325
-SYS_fcntl      bits/syscall.h  d       397     #define SYS_fcntl 55
-SYS_fcntl64    bits/syscall.h  d       537     #define SYS_fcntl64 221
-SYS_fdatasync  bits/syscall.h  d       468     #define SYS_fdatasync 148
-SYS_fgetxattr  bits/syscall.h  d       545     #define SYS_fgetxattr 231
-SYS_finit_module       bits/syscall.h  d       691     #define SYS_finit_module 379
-SYS_flistxattr bits/syscall.h  d       548     #define SYS_flistxattr 234
-SYS_flock      bits/syscall.h  d       463     #define SYS_flock 143
-SYS_fork       bits/syscall.h  d       359     #define SYS_fork 2
-SYS_fremovexattr       bits/syscall.h  d       551     #define SYS_fremovexattr 237
-SYS_fsetxattr  bits/syscall.h  d       542     #define SYS_fsetxattr 228
-SYS_fstat      bits/syscall.h  d       437     #define SYS_fstat 108
-SYS_fstat64    bits/syscall.h  d       513     #define SYS_fstat64 197
-SYS_fstatat64  bits/syscall.h  d       639     #define SYS_fstatat64 327
-SYS_fstatfs    bits/syscall.h  d       431     #define SYS_fstatfs 100
-SYS_fstatfs64  bits/syscall.h  d       579     #define SYS_fstatfs64 267
-SYS_fsync      bits/syscall.h  d       442     #define SYS_fsync 118
-SYS_ftruncate  bits/syscall.h  d       425     #define SYS_ftruncate 93
-SYS_ftruncate64        bits/syscall.h  d       510     #define SYS_ftruncate64 194
-SYS_futex      bits/syscall.h  d       554     #define SYS_futex 240
-SYS_futimesat  bits/syscall.h  d       638     #define SYS_futimesat 326
-SYS_get_mempolicy      bits/syscall.h  d       632     #define SYS_get_mempolicy 320
-SYS_get_robust_list    bits/syscall.h  d       651     #define SYS_get_robust_list 339
-SYS_getcpu     bits/syscall.h  d       657     #define SYS_getcpu 345
-SYS_getcwd     bits/syscall.h  d       501     #define SYS_getcwd 183
-SYS_getdents   bits/syscall.h  d       461     #define SYS_getdents 141
-SYS_getdents64 bits/syscall.h  d       533     #define SYS_getdents64 217
-SYS_getegid    bits/syscall.h  d       393     #define SYS_getegid 50
-SYS_getegid32  bits/syscall.h  d       518     #define SYS_getegid32 202
-SYS_geteuid    bits/syscall.h  d       392     #define SYS_geteuid 49
-SYS_geteuid32  bits/syscall.h  d       517     #define SYS_geteuid32 201
-SYS_getgid     bits/syscall.h  d       391     #define SYS_getgid 47
-SYS_getgid32   bits/syscall.h  d       516     #define SYS_getgid32 200
-SYS_getgroups  bits/syscall.h  d       416     #define SYS_getgroups 80
-SYS_getgroups32        bits/syscall.h  d       521     #define SYS_getgroups32 205
-SYS_getitimer  bits/syscall.h  d       434     #define SYS_getitimer 105
-SYS_getpeername        bits/syscall.h  d       599     #define SYS_getpeername 287
-SYS_getpgid    bits/syscall.h  d       453     #define SYS_getpgid 132
-SYS_getpgrp    bits/syscall.h  d       404     #define SYS_getpgrp 65
-SYS_getpid     bits/syscall.h  d       373     #define SYS_getpid 20
-SYS_getppid    bits/syscall.h  d       403     #define SYS_getppid 64
-SYS_getpriority        bits/syscall.h  d       428     #define SYS_getpriority 96
-SYS_getrandom  bits/syscall.h  d       696     #define SYS_getrandom 384
-SYS_getresgid  bits/syscall.h  d       489     #define SYS_getresgid 171
-SYS_getresgid32        bits/syscall.h  d       527     #define SYS_getresgid32 211
-SYS_getresuid  bits/syscall.h  d       485     #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       525     #define SYS_getresuid32 209
-SYS_getrusage  bits/syscall.h  d       413     #define SYS_getrusage 77
-SYS_getsid     bits/syscall.h  d       467     #define SYS_getsid 147
-SYS_getsockname        bits/syscall.h  d       598     #define SYS_getsockname 286
-SYS_getsockopt bits/syscall.h  d       607     #define SYS_getsockopt 295
-SYS_gettid     bits/syscall.h  d       538     #define SYS_gettid 224
-SYS_gettimeofday       bits/syscall.h  d       414     #define SYS_gettimeofday 78
-SYS_getuid     bits/syscall.h  d       376     #define SYS_getuid 24
-SYS_getuid32   bits/syscall.h  d       515     #define SYS_getuid32 199
-SYS_getxattr   bits/syscall.h  d       543     #define SYS_getxattr 229
-SYS_init_module        bits/syscall.h  d       450     #define SYS_init_module 128
-SYS_inotify_add_watch  bits/syscall.h  d       629     #define SYS_inotify_add_watch 317
-SYS_inotify_init       bits/syscall.h  d       628     #define SYS_inotify_init 316
-SYS_inotify_init1      bits/syscall.h  d       672     #define SYS_inotify_init1 360
-SYS_inotify_rm_watch   bits/syscall.h  d       630     #define SYS_inotify_rm_watch 318
-SYS_io_cancel  bits/syscall.h  d       561     #define SYS_io_cancel 247
-SYS_io_destroy bits/syscall.h  d       558     #define SYS_io_destroy 244
-SYS_io_getevents       bits/syscall.h  d       559     #define SYS_io_getevents 245
-SYS_io_setup   bits/syscall.h  d       557     #define SYS_io_setup 243
-SYS_io_submit  bits/syscall.h  d       560     #define SYS_io_submit 246
-SYS_ioctl      bits/syscall.h  d       396     #define SYS_ioctl 54
-SYS_ioprio_get bits/syscall.h  d       627     #define SYS_ioprio_get 315
-SYS_ioprio_set bits/syscall.h  d       626     #define SYS_ioprio_set 314
-SYS_kcmp       bits/syscall.h  d       690     #define SYS_kcmp 378
-SYS_kexec_load bits/syscall.h  d       659     #define SYS_kexec_load 347
-SYS_keyctl     bits/syscall.h  d       623     #define SYS_keyctl 311
-SYS_kill       bits/syscall.h  d       382     #define SYS_kill 37
-SYS_lchown     bits/syscall.h  d       371     #define SYS_lchown 16
-SYS_lchown32   bits/syscall.h  d       514     #define SYS_lchown32 198
-SYS_lgetxattr  bits/syscall.h  d       544     #define SYS_lgetxattr 230
-SYS_link       bits/syscall.h  d       365     #define SYS_link 9
-SYS_linkat     bits/syscall.h  d       642     #define SYS_linkat 330
-SYS_listen     bits/syscall.h  d       596     #define SYS_listen 284
-SYS_listxattr  bits/syscall.h  d       546     #define SYS_listxattr 232
-SYS_llistxattr bits/syscall.h  d       547     #define SYS_llistxattr 233
-SYS_lookup_dcookie     bits/syscall.h  d       563     #define SYS_lookup_dcookie 249
-SYS_lremovexattr       bits/syscall.h  d       550     #define SYS_lremovexattr 236
-SYS_lseek      bits/syscall.h  d       372     #define SYS_lseek 19
-SYS_lsetxattr  bits/syscall.h  d       541     #define SYS_lsetxattr 227
-SYS_lstat      bits/syscall.h  d       436     #define SYS_lstat 107
-SYS_lstat64    bits/syscall.h  d       512     #define SYS_lstat64 196
-SYS_madvise    bits/syscall.h  d       536     #define SYS_madvise 220
-SYS_mbind      bits/syscall.h  d       631     #define SYS_mbind 319
-SYS_membarrier bits/syscall.h  d       701     #define SYS_membarrier 389
-SYS_memfd_create       bits/syscall.h  d       697     #define SYS_memfd_create 385
-SYS_mincore    bits/syscall.h  d       535     #define SYS_mincore 219
-SYS_mkdir      bits/syscall.h  d       384     #define SYS_mkdir 39
-SYS_mkdirat    bits/syscall.h  d       635     #define SYS_mkdirat 323
-SYS_mknod      bits/syscall.h  d       369     #define SYS_mknod 14
-SYS_mknodat    bits/syscall.h  d       636     #define SYS_mknodat 324
-SYS_mlock      bits/syscall.h  d       470     #define SYS_mlock 150
-SYS_mlock2     bits/syscall.h  d       702     #define SYS_mlock2 390
-SYS_mlockall   bits/syscall.h  d       472     #define SYS_mlockall 152
-SYS_mmap2      bits/syscall.h  d       508     #define SYS_mmap2 192
-SYS_mount      bits/syscall.h  d       374     #define SYS_mount 21
-SYS_move_pages bits/syscall.h  d       656     #define SYS_move_pages 344
-SYS_mprotect   bits/syscall.h  d       448     #define SYS_mprotect 125
-SYS_mq_getsetattr      bits/syscall.h  d       591     #define SYS_mq_getsetattr 279
-SYS_mq_notify  bits/syscall.h  d       590     #define SYS_mq_notify 278
-SYS_mq_open    bits/syscall.h  d       586     #define SYS_mq_open 274
-SYS_mq_timedreceive    bits/syscall.h  d       589     #define SYS_mq_timedreceive 277
-SYS_mq_timedsend       bits/syscall.h  d       588     #define SYS_mq_timedsend 276
-SYS_mq_unlink  bits/syscall.h  d       587     #define SYS_mq_unlink 275
-SYS_mremap     bits/syscall.h  d       483     #define SYS_mremap 163
-SYS_msgctl     bits/syscall.h  d       616     #define SYS_msgctl 304
-SYS_msgget     bits/syscall.h  d       615     #define SYS_msgget 303
-SYS_msgrcv     bits/syscall.h  d       614     #define SYS_msgrcv 302
-SYS_msgsnd     bits/syscall.h  d       613     #define SYS_msgsnd 301
-SYS_msync      bits/syscall.h  d       464     #define SYS_msync 144
-SYS_munlock    bits/syscall.h  d       471     #define SYS_munlock 151
-SYS_munlockall bits/syscall.h  d       473     #define SYS_munlockall 153
-SYS_munmap     bits/syscall.h  d       423     #define SYS_munmap 91
-SYS_name_to_handle_at  bits/syscall.h  d       682     #define SYS_name_to_handle_at 370
-SYS_nanosleep  bits/syscall.h  d       482     #define SYS_nanosleep 162
-SYS_nfsservctl bits/syscall.h  d       487     #define SYS_nfsservctl 169
-SYS_nice       bits/syscall.h  d       380     #define SYS_nice 34
-SYS_open       bits/syscall.h  d       362     #define SYS_open 5
-SYS_open_by_handle_at  bits/syscall.h  d       683     #define SYS_open_by_handle_at 371
-SYS_openat     bits/syscall.h  d       634     #define SYS_openat 322
-SYS_pause      bits/syscall.h  d       378     #define SYS_pause 29
-SYS_pciconfig_iobase   bits/syscall.h  d       583     #define SYS_pciconfig_iobase 271
-SYS_pciconfig_read     bits/syscall.h  d       584     #define SYS_pciconfig_read 272
-SYS_pciconfig_write    bits/syscall.h  d       585     #define SYS_pciconfig_write 273
-SYS_perf_event_open    bits/syscall.h  d       676     #define SYS_perf_event_open 364
-SYS_personality        bits/syscall.h  d       457     #define SYS_personality 136
-SYS_pipe       bits/syscall.h  d       387     #define SYS_pipe 42
-SYS_pipe2      bits/syscall.h  d       671     #define SYS_pipe2 359
-SYS_pivot_root bits/syscall.h  d       534     #define SYS_pivot_root 218
-SYS_poll       bits/syscall.h  d       486     #define SYS_poll 168
-SYS_ppoll      bits/syscall.h  d       648     #define SYS_ppoll 336
-SYS_prctl      bits/syscall.h  d       490     #define SYS_prctl 172
-SYS_pread64    bits/syscall.h  d       498     #define SYS_pread64 180
-SYS_preadv     bits/syscall.h  d       673     #define SYS_preadv 361
-SYS_prlimit64  bits/syscall.h  d       681     #define SYS_prlimit64 369
-SYS_process_vm_readv   bits/syscall.h  d       688     #define SYS_process_vm_readv 376
-SYS_process_vm_writev  bits/syscall.h  d       689     #define SYS_process_vm_writev 377
-SYS_pselect6   bits/syscall.h  d       647     #define SYS_pselect6 335
-SYS_ptrace     bits/syscall.h  d       377     #define SYS_ptrace 26
-SYS_pwrite64   bits/syscall.h  d       499     #define SYS_pwrite64 181
-SYS_pwritev    bits/syscall.h  d       674     #define SYS_pwritev 362
-SYS_quotactl   bits/syscall.h  d       452     #define SYS_quotactl 131
-SYS_read       bits/syscall.h  d       360     #define SYS_read 3
-SYS_readahead  bits/syscall.h  d       539     #define SYS_readahead 225
-SYS_readlink   bits/syscall.h  d       419     #define SYS_readlink 85
-SYS_readlinkat bits/syscall.h  d       644     #define SYS_readlinkat 332
-SYS_readv      bits/syscall.h  d       465     #define SYS_readv 145
-SYS_reboot     bits/syscall.h  d       422     #define SYS_reboot 88
-SYS_recv       bits/syscall.h  d       603     #define SYS_recv 291
-SYS_recvfrom   bits/syscall.h  d       604     #define SYS_recvfrom 292
-SYS_recvmmsg   bits/syscall.h  d       677     #define SYS_recvmmsg 365
-SYS_recvmsg    bits/syscall.h  d       609     #define SYS_recvmsg 297
-SYS_remap_file_pages   bits/syscall.h  d       567     #define SYS_remap_file_pages 253
-SYS_removexattr        bits/syscall.h  d       549     #define SYS_removexattr 235
-SYS_rename     bits/syscall.h  d       383     #define SYS_rename 38
-SYS_renameat   bits/syscall.h  d       641     #define SYS_renameat 329
-SYS_renameat2  bits/syscall.h  d       694     #define SYS_renameat2 382
-SYS_request_key        bits/syscall.h  d       622     #define SYS_request_key 310
-SYS_restart_syscall    bits/syscall.h  d       357     #define SYS_restart_syscall 0
-SYS_rmdir      bits/syscall.h  d       385     #define SYS_rmdir 40
-SYS_rt_sigaction       bits/syscall.h  d       492     #define SYS_rt_sigaction 174
-SYS_rt_sigpending      bits/syscall.h  d       494     #define SYS_rt_sigpending 176
-SYS_rt_sigprocmask     bits/syscall.h  d       493     #define SYS_rt_sigprocmask 175
-SYS_rt_sigqueueinfo    bits/syscall.h  d       496     #define SYS_rt_sigqueueinfo 178
-SYS_rt_sigreturn       bits/syscall.h  d       491     #define SYS_rt_sigreturn 173
-SYS_rt_sigsuspend      bits/syscall.h  d       497     #define SYS_rt_sigsuspend 179
-SYS_rt_sigtimedwait    bits/syscall.h  d       495     #define SYS_rt_sigtimedwait 177
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       675     #define SYS_rt_tgsigqueueinfo 363
-SYS_sched_get_priority_max     bits/syscall.h  d       479     #define SYS_sched_get_priority_max 159
-SYS_sched_get_priority_min     bits/syscall.h  d       480     #define SYS_sched_get_priority_min 160
-SYS_sched_getaffinity  bits/syscall.h  d       556     #define SYS_sched_getaffinity 242
-SYS_sched_getattr      bits/syscall.h  d       693     #define SYS_sched_getattr 381
-SYS_sched_getparam     bits/syscall.h  d       475     #define SYS_sched_getparam 155
-SYS_sched_getscheduler bits/syscall.h  d       477     #define SYS_sched_getscheduler 157
-SYS_sched_rr_get_interval      bits/syscall.h  d       481     #define SYS_sched_rr_get_interval 161
-SYS_sched_setaffinity  bits/syscall.h  d       555     #define SYS_sched_setaffinity 241
-SYS_sched_setattr      bits/syscall.h  d       692     #define SYS_sched_setattr 380
-SYS_sched_setparam     bits/syscall.h  d       474     #define SYS_sched_setparam 154
-SYS_sched_setscheduler bits/syscall.h  d       476     #define SYS_sched_setscheduler 156
-SYS_sched_yield        bits/syscall.h  d       478     #define SYS_sched_yield 158
-SYS_seccomp    bits/syscall.h  d       695     #define SYS_seccomp 383
-SYS_semctl     bits/syscall.h  d       612     #define SYS_semctl 300
-SYS_semget     bits/syscall.h  d       611     #define SYS_semget 299
-SYS_semop      bits/syscall.h  d       610     #define SYS_semop 298
-SYS_semtimedop bits/syscall.h  d       624     #define SYS_semtimedop 312
-SYS_send       bits/syscall.h  d       601     #define SYS_send 289
-SYS_sendfile   bits/syscall.h  d       505     #define SYS_sendfile 187
-SYS_sendfile64 bits/syscall.h  d       553     #define SYS_sendfile64 239
-SYS_sendmmsg   bits/syscall.h  d       686     #define SYS_sendmmsg 374
-SYS_sendmsg    bits/syscall.h  d       608     #define SYS_sendmsg 296
-SYS_sendto     bits/syscall.h  d       602     #define SYS_sendto 290
-SYS_set_mempolicy      bits/syscall.h  d       633     #define SYS_set_mempolicy 321
-SYS_set_robust_list    bits/syscall.h  d       650     #define SYS_set_robust_list 338
-SYS_set_tid_address    bits/syscall.h  d       568     #define SYS_set_tid_address 256
-SYS_setdomainname      bits/syscall.h  d       445     #define SYS_setdomainname 121
-SYS_setfsgid   bits/syscall.h  d       459     #define SYS_setfsgid 139
-SYS_setfsgid32 bits/syscall.h  d       532     #define SYS_setfsgid32 216
-SYS_setfsuid   bits/syscall.h  d       458     #define SYS_setfsuid 138
-SYS_setfsuid32 bits/syscall.h  d       531     #define SYS_setfsuid32 215
-SYS_setgid     bits/syscall.h  d       390     #define SYS_setgid 46
-SYS_setgid32   bits/syscall.h  d       530     #define SYS_setgid32 214
-SYS_setgroups  bits/syscall.h  d       417     #define SYS_setgroups 81
-SYS_setgroups32        bits/syscall.h  d       522     #define SYS_setgroups32 206
-SYS_sethostname        bits/syscall.h  d       411     #define SYS_sethostname 74
-SYS_setitimer  bits/syscall.h  d       433     #define SYS_setitimer 104
-SYS_setns      bits/syscall.h  d       687     #define SYS_setns 375
-SYS_setpgid    bits/syscall.h  d       398     #define SYS_setpgid 57
-SYS_setpriority        bits/syscall.h  d       429     #define SYS_setpriority 97
-SYS_setregid   bits/syscall.h  d       408     #define SYS_setregid 71
-SYS_setregid32 bits/syscall.h  d       520     #define SYS_setregid32 204
-SYS_setresgid  bits/syscall.h  d       488     #define SYS_setresgid 170
-SYS_setresgid32        bits/syscall.h  d       526     #define SYS_setresgid32 210
-SYS_setresuid  bits/syscall.h  d       484     #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       524     #define SYS_setresuid32 208
-SYS_setreuid   bits/syscall.h  d       407     #define SYS_setreuid 70
-SYS_setreuid32 bits/syscall.h  d       519     #define SYS_setreuid32 203
-SYS_setrlimit  bits/syscall.h  d       412     #define SYS_setrlimit 75
-SYS_setsid     bits/syscall.h  d       405     #define SYS_setsid 66
-SYS_setsockopt bits/syscall.h  d       606     #define SYS_setsockopt 294
-SYS_settimeofday       bits/syscall.h  d       415     #define SYS_settimeofday 79
-SYS_setuid     bits/syscall.h  d       375     #define SYS_setuid 23
-SYS_setuid32   bits/syscall.h  d       529     #define SYS_setuid32 213
-SYS_setxattr   bits/syscall.h  d       540     #define SYS_setxattr 226
-SYS_shmat      bits/syscall.h  d       617     #define SYS_shmat 305
-SYS_shmctl     bits/syscall.h  d       620     #define SYS_shmctl 308
-SYS_shmdt      bits/syscall.h  d       618     #define SYS_shmdt 306
-SYS_shmget     bits/syscall.h  d       619     #define SYS_shmget 307
-SYS_shutdown   bits/syscall.h  d       605     #define SYS_shutdown 293
-SYS_sigaction  bits/syscall.h  d       406     #define SYS_sigaction 67
-SYS_sigaltstack        bits/syscall.h  d       504     #define SYS_sigaltstack 186
-SYS_signalfd   bits/syscall.h  d       661     #define SYS_signalfd 349
-SYS_signalfd4  bits/syscall.h  d       667     #define SYS_signalfd4 355
-SYS_sigpending bits/syscall.h  d       410     #define SYS_sigpending 73
-SYS_sigprocmask        bits/syscall.h  d       449     #define SYS_sigprocmask 126
-SYS_sigreturn  bits/syscall.h  d       443     #define SYS_sigreturn 119
-SYS_sigsuspend bits/syscall.h  d       409     #define SYS_sigsuspend 72
-SYS_socket     bits/syscall.h  d       593     #define SYS_socket 281
-SYS_socketpair bits/syscall.h  d       600     #define SYS_socketpair 288
-SYS_splice     bits/syscall.h  d       652     #define SYS_splice 340
-SYS_stat       bits/syscall.h  d       435     #define SYS_stat 106
-SYS_stat64     bits/syscall.h  d       511     #define SYS_stat64 195
-SYS_statfs     bits/syscall.h  d       430     #define SYS_statfs 99
-SYS_statfs64   bits/syscall.h  d       578     #define SYS_statfs64 266
-SYS_swapoff    bits/syscall.h  d       440     #define SYS_swapoff 115
-SYS_swapon     bits/syscall.h  d       421     #define SYS_swapon 87
-SYS_symlink    bits/syscall.h  d       418     #define SYS_symlink 83
-SYS_symlinkat  bits/syscall.h  d       643     #define SYS_symlinkat 331
-SYS_sync       bits/syscall.h  d       381     #define SYS_sync 36
-SYS_sync_file_range2   bits/syscall.h  d       653     #define SYS_sync_file_range2 341
-SYS_syncfs     bits/syscall.h  d       685     #define SYS_syncfs 373
-SYS_sysfs      bits/syscall.h  d       456     #define SYS_sysfs 135
-SYS_sysinfo    bits/syscall.h  d       441     #define SYS_sysinfo 116
-SYS_syslog     bits/syscall.h  d       432     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       654     #define SYS_tee 342
-SYS_tgkill     bits/syscall.h  d       580     #define SYS_tgkill 268
-SYS_timer_create       bits/syscall.h  d       569     #define SYS_timer_create 257
-SYS_timer_delete       bits/syscall.h  d       573     #define SYS_timer_delete 261
-SYS_timer_getoverrun   bits/syscall.h  d       572     #define SYS_timer_getoverrun 260
-SYS_timer_gettime      bits/syscall.h  d       571     #define SYS_timer_gettime 259
-SYS_timer_settime      bits/syscall.h  d       570     #define SYS_timer_settime 258
-SYS_timerfd_create     bits/syscall.h  d       662     #define SYS_timerfd_create 350
-SYS_timerfd_gettime    bits/syscall.h  d       666     #define SYS_timerfd_gettime 354
-SYS_timerfd_settime    bits/syscall.h  d       665     #define SYS_timerfd_settime 353
-SYS_times      bits/syscall.h  d       388     #define SYS_times 43
-SYS_tkill      bits/syscall.h  d       552     #define SYS_tkill 238
-SYS_truncate   bits/syscall.h  d       424     #define SYS_truncate 92
-SYS_truncate64 bits/syscall.h  d       509     #define SYS_truncate64 193
-SYS_ugetrlimit bits/syscall.h  d       507     #define SYS_ugetrlimit 191
-SYS_umask      bits/syscall.h  d       399     #define SYS_umask 60
-SYS_umount2    bits/syscall.h  d       395     #define SYS_umount2 52
-SYS_uname      bits/syscall.h  d       446     #define SYS_uname 122
-SYS_unlink     bits/syscall.h  d       366     #define SYS_unlink 10
-SYS_unlinkat   bits/syscall.h  d       640     #define SYS_unlinkat 328
-SYS_unshare    bits/syscall.h  d       649     #define SYS_unshare 337
-SYS_uselib     bits/syscall.h  d       420     #define SYS_uselib 86
-SYS_userfaultfd        bits/syscall.h  d       700     #define SYS_userfaultfd 388
-SYS_ustat      bits/syscall.h  d       401     #define SYS_ustat 62
-SYS_utimensat  bits/syscall.h  d       660     #define SYS_utimensat 348
-SYS_utimes     bits/syscall.h  d       581     #define SYS_utimes 269
-SYS_vfork      bits/syscall.h  d       506     #define SYS_vfork 190
-SYS_vhangup    bits/syscall.h  d       438     #define SYS_vhangup 111
-SYS_vmsplice   bits/syscall.h  d       655     #define SYS_vmsplice 343
-SYS_vserver    bits/syscall.h  d       625     #define SYS_vserver 313
-SYS_wait4      bits/syscall.h  d       439     #define SYS_wait4 114
-SYS_waitid     bits/syscall.h  d       592     #define SYS_waitid 280
-SYS_write      bits/syscall.h  d       361     #define SYS_write 4
-SYS_writev     bits/syscall.h  d       466     #define SYS_writev 146
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       87      #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__ARM_NR_breakpoint    bits/syscall.h  d       349     #define __ARM_NR_breakpoint 0x0f0001
-__ARM_NR_cacheflush    bits/syscall.h  d       350     #define __ARM_NR_cacheflush 0x0f0002
-__ARM_NR_set_tls       bits/syscall.h  d       353     #define __ARM_NR_set_tls 0x0f0005
-__ARM_NR_usr26 bits/syscall.h  d       351     #define __ARM_NR_usr26 0x0f0003
-__ARM_NR_usr32 bits/syscall.h  d       352     #define __ARM_NR_usr32 0x0f0004
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       104     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       106     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       113     #define __NR__sysctl 149
-__NR_accept    bits/syscall.h  d       241     #define __NR_accept 285
-__NR_accept4   bits/syscall.h  d       322     #define __NR_accept4 366
-__NR_access    bits/syscall.h  d       23      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       38      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       265     #define __NR_add_key 309
-__NR_adjtimex  bits/syscall.h  d       91      #define __NR_adjtimex 124
-__NR_bdflush   bits/syscall.h  d       99      #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       238     #define __NR_bind 282
-__NR_bpf       bits/syscall.h  d       342     #define __NR_bpf 386
-__NR_brk       bits/syscall.h  d       33      #define __NR_brk 45
-__NR_capget    bits/syscall.h  d       146     #define __NR_capget 184
-__NR_capset    bits/syscall.h  d       147     #define __NR_capset 185
-__NR_chdir     bits/syscall.h  d       12      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       14      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       144     #define __NR_chown 182
-__NR_chown32   bits/syscall.h  d       172     #define __NR_chown32 212
-__NR_chroot    bits/syscall.h  d       44      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       328     #define __NR_clock_adjtime 372
-__NR_clock_getres      bits/syscall.h  d       220     #define __NR_clock_getres 264
-__NR_clock_gettime     bits/syscall.h  d       219     #define __NR_clock_gettime 263
-__NR_clock_nanosleep   bits/syscall.h  d       221     #define __NR_clock_nanosleep 265
-__NR_clock_settime     bits/syscall.h  d       218     #define __NR_clock_settime 262
-__NR_clone     bits/syscall.h  d       88      #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       239     #define __NR_connect 283
-__NR_copy_file_range   bits/syscall.h  d       347     #define __NR_copy_file_range 391
-__NR_creat     bits/syscall.h  d       8       #define __NR_creat 8
-__NR_delete_module     bits/syscall.h  d       95      #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       30      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       46      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       314     #define __NR_dup3 358
-__NR_epoll_create      bits/syscall.h  d       208     #define __NR_epoll_create 250
-__NR_epoll_create1     bits/syscall.h  d       313     #define __NR_epoll_create1 357
-__NR_epoll_ctl bits/syscall.h  d       209     #define __NR_epoll_ctl 251
-__NR_epoll_pwait       bits/syscall.h  d       302     #define __NR_epoll_pwait 346
-__NR_epoll_wait        bits/syscall.h  d       210     #define __NR_epoll_wait 252
-__NR_eventfd   bits/syscall.h  d       307     #define __NR_eventfd 351
-__NR_eventfd2  bits/syscall.h  d       312     #define __NR_eventfd2 356
-__NR_execve    bits/syscall.h  d       11      #define __NR_execve 11
-__NR_execveat  bits/syscall.h  d       343     #define __NR_execveat 387
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       206     #define __NR_exit_group 248
-__NR_faccessat bits/syscall.h  d       290     #define __NR_faccessat 334
-__NR_fadvise64_64      bits/syscall.h  d       226     #define __NR_fadvise64_64 270
-__NR_fallocate bits/syscall.h  d       308     #define __NR_fallocate 352
-__NR_fanotify_init     bits/syscall.h  d       323     #define __NR_fanotify_init 367
-__NR_fanotify_mark     bits/syscall.h  d       324     #define __NR_fanotify_mark 368
-__NR_fchdir    bits/syscall.h  d       98      #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       70      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       289     #define __NR_fchmodat 333
-__NR_fchown    bits/syscall.h  d       71      #define __NR_fchown 95
-__NR_fchown32  bits/syscall.h  d       167     #define __NR_fchown32 207
-__NR_fchownat  bits/syscall.h  d       281     #define __NR_fchownat 325
-__NR_fcntl     bits/syscall.h  d       41      #define __NR_fcntl 55
-__NR_fcntl64   bits/syscall.h  d       181     #define __NR_fcntl64 221
-__NR_fdatasync bits/syscall.h  d       112     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       189     #define __NR_fgetxattr 231
-__NR_finit_module      bits/syscall.h  d       335     #define __NR_finit_module 379
-__NR_flistxattr        bits/syscall.h  d       192     #define __NR_flistxattr 234
-__NR_flock     bits/syscall.h  d       107     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       195     #define __NR_fremovexattr 237
-__NR_fsetxattr bits/syscall.h  d       186     #define __NR_fsetxattr 228
-__NR_fstat     bits/syscall.h  d       81      #define __NR_fstat 108
-__NR_fstat64   bits/syscall.h  d       157     #define __NR_fstat64 197
-__NR_fstatat64 bits/syscall.h  d       283     #define __NR_fstatat64 327
-__NR_fstatfs   bits/syscall.h  d       75      #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       223     #define __NR_fstatfs64 267
-__NR_fsync     bits/syscall.h  d       86      #define __NR_fsync 118
-__NR_ftruncate bits/syscall.h  d       69      #define __NR_ftruncate 93
-__NR_ftruncate64       bits/syscall.h  d       154     #define __NR_ftruncate64 194
-__NR_futex     bits/syscall.h  d       198     #define __NR_futex 240
-__NR_futimesat bits/syscall.h  d       282     #define __NR_futimesat 326
-__NR_get_mempolicy     bits/syscall.h  d       276     #define __NR_get_mempolicy 320
-__NR_get_robust_list   bits/syscall.h  d       295     #define __NR_get_robust_list 339
-__NR_getcpu    bits/syscall.h  d       301     #define __NR_getcpu 345
-__NR_getcwd    bits/syscall.h  d       145     #define __NR_getcwd 183
-__NR_getdents  bits/syscall.h  d       105     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       177     #define __NR_getdents64 217
-__NR_getegid   bits/syscall.h  d       37      #define __NR_getegid 50
-__NR_getegid32 bits/syscall.h  d       162     #define __NR_getegid32 202
-__NR_geteuid   bits/syscall.h  d       36      #define __NR_geteuid 49
-__NR_geteuid32 bits/syscall.h  d       161     #define __NR_geteuid32 201
-__NR_getgid    bits/syscall.h  d       35      #define __NR_getgid 47
-__NR_getgid32  bits/syscall.h  d       160     #define __NR_getgid32 200
-__NR_getgroups bits/syscall.h  d       60      #define __NR_getgroups 80
-__NR_getgroups32       bits/syscall.h  d       165     #define __NR_getgroups32 205
-__NR_getitimer bits/syscall.h  d       78      #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       243     #define __NR_getpeername 287
-__NR_getpgid   bits/syscall.h  d       97      #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       48      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       17      #define __NR_getpid 20
-__NR_getppid   bits/syscall.h  d       47      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       72      #define __NR_getpriority 96
-__NR_getrandom bits/syscall.h  d       340     #define __NR_getrandom 384
-__NR_getresgid bits/syscall.h  d       133     #define __NR_getresgid 171
-__NR_getresgid32       bits/syscall.h  d       171     #define __NR_getresgid32 211
-__NR_getresuid bits/syscall.h  d       129     #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       169     #define __NR_getresuid32 209
-__NR_getrusage bits/syscall.h  d       57      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       111     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       242     #define __NR_getsockname 286
-__NR_getsockopt        bits/syscall.h  d       251     #define __NR_getsockopt 295
-__NR_gettid    bits/syscall.h  d       182     #define __NR_gettid 224
-__NR_gettimeofday      bits/syscall.h  d       58      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       20      #define __NR_getuid 24
-__NR_getuid32  bits/syscall.h  d       159     #define __NR_getuid32 199
-__NR_getxattr  bits/syscall.h  d       187     #define __NR_getxattr 229
-__NR_init_module       bits/syscall.h  d       94      #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       273     #define __NR_inotify_add_watch 317
-__NR_inotify_init      bits/syscall.h  d       272     #define __NR_inotify_init 316
-__NR_inotify_init1     bits/syscall.h  d       316     #define __NR_inotify_init1 360
-__NR_inotify_rm_watch  bits/syscall.h  d       274     #define __NR_inotify_rm_watch 318
-__NR_io_cancel bits/syscall.h  d       205     #define __NR_io_cancel 247
-__NR_io_destroy        bits/syscall.h  d       202     #define __NR_io_destroy 244
-__NR_io_getevents      bits/syscall.h  d       203     #define __NR_io_getevents 245
-__NR_io_setup  bits/syscall.h  d       201     #define __NR_io_setup 243
-__NR_io_submit bits/syscall.h  d       204     #define __NR_io_submit 246
-__NR_ioctl     bits/syscall.h  d       40      #define __NR_ioctl 54
-__NR_ioprio_get        bits/syscall.h  d       271     #define __NR_ioprio_get 315
-__NR_ioprio_set        bits/syscall.h  d       270     #define __NR_ioprio_set 314
-__NR_kcmp      bits/syscall.h  d       334     #define __NR_kcmp 378
-__NR_kexec_load        bits/syscall.h  d       303     #define __NR_kexec_load 347
-__NR_keyctl    bits/syscall.h  d       267     #define __NR_keyctl 311
-__NR_kill      bits/syscall.h  d       26      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       15      #define __NR_lchown 16
-__NR_lchown32  bits/syscall.h  d       158     #define __NR_lchown32 198
-__NR_lgetxattr bits/syscall.h  d       188     #define __NR_lgetxattr 230
-__NR_link      bits/syscall.h  d       9       #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       286     #define __NR_linkat 330
-__NR_listen    bits/syscall.h  d       240     #define __NR_listen 284
-__NR_listxattr bits/syscall.h  d       190     #define __NR_listxattr 232
-__NR_llistxattr        bits/syscall.h  d       191     #define __NR_llistxattr 233
-__NR_lookup_dcookie    bits/syscall.h  d       207     #define __NR_lookup_dcookie 249
-__NR_lremovexattr      bits/syscall.h  d       194     #define __NR_lremovexattr 236
-__NR_lseek     bits/syscall.h  d       16      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       185     #define __NR_lsetxattr 227
-__NR_lstat     bits/syscall.h  d       80      #define __NR_lstat 107
-__NR_lstat64   bits/syscall.h  d       156     #define __NR_lstat64 196
-__NR_madvise   bits/syscall.h  d       180     #define __NR_madvise 220
-__NR_mbind     bits/syscall.h  d       275     #define __NR_mbind 319
-__NR_membarrier        bits/syscall.h  d       345     #define __NR_membarrier 389
-__NR_memfd_create      bits/syscall.h  d       341     #define __NR_memfd_create 385
-__NR_mincore   bits/syscall.h  d       179     #define __NR_mincore 219
-__NR_mkdir     bits/syscall.h  d       28      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       279     #define __NR_mkdirat 323
-__NR_mknod     bits/syscall.h  d       13      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       280     #define __NR_mknodat 324
-__NR_mlock     bits/syscall.h  d       114     #define __NR_mlock 150
-__NR_mlock2    bits/syscall.h  d       346     #define __NR_mlock2 390
-__NR_mlockall  bits/syscall.h  d       116     #define __NR_mlockall 152
-__NR_mmap2     bits/syscall.h  d       152     #define __NR_mmap2 192
-__NR_mount     bits/syscall.h  d       18      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       300     #define __NR_move_pages 344
-__NR_mprotect  bits/syscall.h  d       92      #define __NR_mprotect 125
-__NR_mq_getsetattr     bits/syscall.h  d       235     #define __NR_mq_getsetattr 279
-__NR_mq_notify bits/syscall.h  d       234     #define __NR_mq_notify 278
-__NR_mq_open   bits/syscall.h  d       230     #define __NR_mq_open 274
-__NR_mq_timedreceive   bits/syscall.h  d       233     #define __NR_mq_timedreceive 277
-__NR_mq_timedsend      bits/syscall.h  d       232     #define __NR_mq_timedsend 276
-__NR_mq_unlink bits/syscall.h  d       231     #define __NR_mq_unlink 275
-__NR_mremap    bits/syscall.h  d       127     #define __NR_mremap 163
-__NR_msgctl    bits/syscall.h  d       260     #define __NR_msgctl 304
-__NR_msgget    bits/syscall.h  d       259     #define __NR_msgget 303
-__NR_msgrcv    bits/syscall.h  d       258     #define __NR_msgrcv 302
-__NR_msgsnd    bits/syscall.h  d       257     #define __NR_msgsnd 301
-__NR_msync     bits/syscall.h  d       108     #define __NR_msync 144
-__NR_munlock   bits/syscall.h  d       115     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       117     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       67      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       326     #define __NR_name_to_handle_at 370
-__NR_nanosleep bits/syscall.h  d       126     #define __NR_nanosleep 162
-__NR_nfsservctl        bits/syscall.h  d       131     #define __NR_nfsservctl 169
-__NR_nice      bits/syscall.h  d       24      #define __NR_nice 34
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       327     #define __NR_open_by_handle_at 371
-__NR_openat    bits/syscall.h  d       278     #define __NR_openat 322
-__NR_pause     bits/syscall.h  d       22      #define __NR_pause 29
-__NR_pciconfig_iobase  bits/syscall.h  d       227     #define __NR_pciconfig_iobase 271
-__NR_pciconfig_read    bits/syscall.h  d       228     #define __NR_pciconfig_read 272
-__NR_pciconfig_write   bits/syscall.h  d       229     #define __NR_pciconfig_write 273
-__NR_perf_event_open   bits/syscall.h  d       320     #define __NR_perf_event_open 364
-__NR_personality       bits/syscall.h  d       101     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       31      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       315     #define __NR_pipe2 359
-__NR_pivot_root        bits/syscall.h  d       178     #define __NR_pivot_root 218
-__NR_poll      bits/syscall.h  d       130     #define __NR_poll 168
-__NR_ppoll     bits/syscall.h  d       292     #define __NR_ppoll 336
-__NR_prctl     bits/syscall.h  d       134     #define __NR_prctl 172
-__NR_pread64   bits/syscall.h  d       142     #define __NR_pread64 180
-__NR_preadv    bits/syscall.h  d       317     #define __NR_preadv 361
-__NR_prlimit64 bits/syscall.h  d       325     #define __NR_prlimit64 369
-__NR_process_vm_readv  bits/syscall.h  d       332     #define __NR_process_vm_readv 376
-__NR_process_vm_writev bits/syscall.h  d       333     #define __NR_process_vm_writev 377
-__NR_pselect6  bits/syscall.h  d       291     #define __NR_pselect6 335
-__NR_ptrace    bits/syscall.h  d       21      #define __NR_ptrace 26
-__NR_pwrite64  bits/syscall.h  d       143     #define __NR_pwrite64 181
-__NR_pwritev   bits/syscall.h  d       318     #define __NR_pwritev 362
-__NR_quotactl  bits/syscall.h  d       96      #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       183     #define __NR_readahead 225
-__NR_readlink  bits/syscall.h  d       63      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       288     #define __NR_readlinkat 332
-__NR_readv     bits/syscall.h  d       109     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       66      #define __NR_reboot 88
-__NR_recv      bits/syscall.h  d       247     #define __NR_recv 291
-__NR_recvfrom  bits/syscall.h  d       248     #define __NR_recvfrom 292
-__NR_recvmmsg  bits/syscall.h  d       321     #define __NR_recvmmsg 365
-__NR_recvmsg   bits/syscall.h  d       253     #define __NR_recvmsg 297
-__NR_remap_file_pages  bits/syscall.h  d       211     #define __NR_remap_file_pages 253
-__NR_removexattr       bits/syscall.h  d       193     #define __NR_removexattr 235
-__NR_rename    bits/syscall.h  d       27      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       285     #define __NR_renameat 329
-__NR_renameat2 bits/syscall.h  d       338     #define __NR_renameat2 382
-__NR_request_key       bits/syscall.h  d       266     #define __NR_request_key 310
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       29      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       136     #define __NR_rt_sigaction 174
-__NR_rt_sigpending     bits/syscall.h  d       138     #define __NR_rt_sigpending 176
-__NR_rt_sigprocmask    bits/syscall.h  d       137     #define __NR_rt_sigprocmask 175
-__NR_rt_sigqueueinfo   bits/syscall.h  d       140     #define __NR_rt_sigqueueinfo 178
-__NR_rt_sigreturn      bits/syscall.h  d       135     #define __NR_rt_sigreturn 173
-__NR_rt_sigsuspend     bits/syscall.h  d       141     #define __NR_rt_sigsuspend 179
-__NR_rt_sigtimedwait   bits/syscall.h  d       139     #define __NR_rt_sigtimedwait 177
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       319     #define __NR_rt_tgsigqueueinfo 363
-__NR_sched_get_priority_max    bits/syscall.h  d       123     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       124     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       200     #define __NR_sched_getaffinity 242
-__NR_sched_getattr     bits/syscall.h  d       337     #define __NR_sched_getattr 381
-__NR_sched_getparam    bits/syscall.h  d       119     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       121     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       125     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       199     #define __NR_sched_setaffinity 241
-__NR_sched_setattr     bits/syscall.h  d       336     #define __NR_sched_setattr 380
-__NR_sched_setparam    bits/syscall.h  d       118     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       120     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       122     #define __NR_sched_yield 158
-__NR_seccomp   bits/syscall.h  d       339     #define __NR_seccomp 383
-__NR_semctl    bits/syscall.h  d       256     #define __NR_semctl 300
-__NR_semget    bits/syscall.h  d       255     #define __NR_semget 299
-__NR_semop     bits/syscall.h  d       254     #define __NR_semop 298
-__NR_semtimedop        bits/syscall.h  d       268     #define __NR_semtimedop 312
-__NR_send      bits/syscall.h  d       245     #define __NR_send 289
-__NR_sendfile  bits/syscall.h  d       149     #define __NR_sendfile 187
-__NR_sendfile64        bits/syscall.h  d       197     #define __NR_sendfile64 239
-__NR_sendmmsg  bits/syscall.h  d       330     #define __NR_sendmmsg 374
-__NR_sendmsg   bits/syscall.h  d       252     #define __NR_sendmsg 296
-__NR_sendto    bits/syscall.h  d       246     #define __NR_sendto 290
-__NR_set_mempolicy     bits/syscall.h  d       277     #define __NR_set_mempolicy 321
-__NR_set_robust_list   bits/syscall.h  d       294     #define __NR_set_robust_list 338
-__NR_set_tid_address   bits/syscall.h  d       212     #define __NR_set_tid_address 256
-__NR_setdomainname     bits/syscall.h  d       89      #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       103     #define __NR_setfsgid 139
-__NR_setfsgid32        bits/syscall.h  d       176     #define __NR_setfsgid32 216
-__NR_setfsuid  bits/syscall.h  d       102     #define __NR_setfsuid 138
-__NR_setfsuid32        bits/syscall.h  d       175     #define __NR_setfsuid32 215
-__NR_setgid    bits/syscall.h  d       34      #define __NR_setgid 46
-__NR_setgid32  bits/syscall.h  d       174     #define __NR_setgid32 214
-__NR_setgroups bits/syscall.h  d       61      #define __NR_setgroups 81
-__NR_setgroups32       bits/syscall.h  d       166     #define __NR_setgroups32 206
-__NR_sethostname       bits/syscall.h  d       55      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       77      #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       331     #define __NR_setns 375
-__NR_setpgid   bits/syscall.h  d       42      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       73      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       52      #define __NR_setregid 71
-__NR_setregid32        bits/syscall.h  d       164     #define __NR_setregid32 204
-__NR_setresgid bits/syscall.h  d       132     #define __NR_setresgid 170
-__NR_setresgid32       bits/syscall.h  d       170     #define __NR_setresgid32 210
-__NR_setresuid bits/syscall.h  d       128     #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       168     #define __NR_setresuid32 208
-__NR_setreuid  bits/syscall.h  d       51      #define __NR_setreuid 70
-__NR_setreuid32        bits/syscall.h  d       163     #define __NR_setreuid32 203
-__NR_setrlimit bits/syscall.h  d       56      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       49      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       250     #define __NR_setsockopt 294
-__NR_settimeofday      bits/syscall.h  d       59      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       19      #define __NR_setuid 23
-__NR_setuid32  bits/syscall.h  d       173     #define __NR_setuid32 213
-__NR_setxattr  bits/syscall.h  d       184     #define __NR_setxattr 226
-__NR_shmat     bits/syscall.h  d       261     #define __NR_shmat 305
-__NR_shmctl    bits/syscall.h  d       264     #define __NR_shmctl 308
-__NR_shmdt     bits/syscall.h  d       262     #define __NR_shmdt 306
-__NR_shmget    bits/syscall.h  d       263     #define __NR_shmget 307
-__NR_shutdown  bits/syscall.h  d       249     #define __NR_shutdown 293
-__NR_sigaction bits/syscall.h  d       50      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       148     #define __NR_sigaltstack 186
-__NR_signalfd  bits/syscall.h  d       305     #define __NR_signalfd 349
-__NR_signalfd4 bits/syscall.h  d       311     #define __NR_signalfd4 355
-__NR_sigpending        bits/syscall.h  d       54      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       93      #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       87      #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       53      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       237     #define __NR_socket 281
-__NR_socketpair        bits/syscall.h  d       244     #define __NR_socketpair 288
-__NR_splice    bits/syscall.h  d       296     #define __NR_splice 340
-__NR_stat      bits/syscall.h  d       79      #define __NR_stat 106
-__NR_stat64    bits/syscall.h  d       155     #define __NR_stat64 195
-__NR_statfs    bits/syscall.h  d       74      #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       222     #define __NR_statfs64 266
-__NR_swapoff   bits/syscall.h  d       84      #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       65      #define __NR_swapon 87
-__NR_symlink   bits/syscall.h  d       62      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       287     #define __NR_symlinkat 331
-__NR_sync      bits/syscall.h  d       25      #define __NR_sync 36
-__NR_sync_file_range2  bits/syscall.h  d       297     #define __NR_sync_file_range2 341
-__NR_syncfs    bits/syscall.h  d       329     #define __NR_syncfs 373
-__NR_sysfs     bits/syscall.h  d       100     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       85      #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       76      #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       298     #define __NR_tee 342
-__NR_tgkill    bits/syscall.h  d       224     #define __NR_tgkill 268
-__NR_timer_create      bits/syscall.h  d       213     #define __NR_timer_create 257
-__NR_timer_delete      bits/syscall.h  d       217     #define __NR_timer_delete 261
-__NR_timer_getoverrun  bits/syscall.h  d       216     #define __NR_timer_getoverrun 260
-__NR_timer_gettime     bits/syscall.h  d       215     #define __NR_timer_gettime 259
-__NR_timer_settime     bits/syscall.h  d       214     #define __NR_timer_settime 258
-__NR_timerfd_create    bits/syscall.h  d       306     #define __NR_timerfd_create 350
-__NR_timerfd_gettime   bits/syscall.h  d       310     #define __NR_timerfd_gettime 354
-__NR_timerfd_settime   bits/syscall.h  d       309     #define __NR_timerfd_settime 353
-__NR_times     bits/syscall.h  d       32      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       196     #define __NR_tkill 238
-__NR_truncate  bits/syscall.h  d       68      #define __NR_truncate 92
-__NR_truncate64        bits/syscall.h  d       153     #define __NR_truncate64 193
-__NR_ugetrlimit        bits/syscall.h  d       151     #define __NR_ugetrlimit 191
-__NR_umask     bits/syscall.h  d       43      #define __NR_umask 60
-__NR_umount2   bits/syscall.h  d       39      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       90      #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       10      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       284     #define __NR_unlinkat 328
-__NR_unshare   bits/syscall.h  d       293     #define __NR_unshare 337
-__NR_uselib    bits/syscall.h  d       64      #define __NR_uselib 86
-__NR_userfaultfd       bits/syscall.h  d       344     #define __NR_userfaultfd 388
-__NR_ustat     bits/syscall.h  d       45      #define __NR_ustat 62
-__NR_utimensat bits/syscall.h  d       304     #define __NR_utimensat 348
-__NR_utimes    bits/syscall.h  d       225     #define __NR_utimes 269
-__NR_vfork     bits/syscall.h  d       150     #define __NR_vfork 190
-__NR_vhangup   bits/syscall.h  d       82      #define __NR_vhangup 111
-__NR_vmsplice  bits/syscall.h  d       299     #define __NR_vmsplice 343
-__NR_vserver   bits/syscall.h  d       269     #define __NR_vserver 313
-__NR_wait4     bits/syscall.h  d       83      #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       236     #define __NR_waitid 280
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       110     #define __NR_writev 146
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[32];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpregset_t bits/user.h     t       15      } elf_fpregset_t;
-elf_greg_t     bits/user.h     t       21      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       21      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       21      } fenv_t;
-fexcept_t      bits/fenv.h     t       17      typedef unsigned long fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef int greg_t, gregset_t[18];
-gregset_t      bits/signal.h   t       10      typedef int greg_t, gregset_t[18];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       19      } mcontext_t;
-mcontext_t     bits/signal.h   t       23      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       32      
-struct cmsghdr bits/socket.h   s       12      
-struct fp_reg  bits/user.h     s       2       
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       20      
-struct sigaltstack     bits/signal.h   s       26      
-struct sigcontext      bits/signal.h   s       11      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct user    bits/user.h     s       23      
-struct user_fpregs     bits/user.h     s       1       
-struct user_regs       bits/user.h     s       17      
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       39      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef unsigned wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 18
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 2
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 0x800000
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 16
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 1
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 4
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 0xc00000
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 8
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 0x400000
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0200000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 040000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0400000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0100000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020040000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept     bits/syscall.h  d       #define SYS_accept 285
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 366
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 309
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 282
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 386
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_capget     bits/syscall.h  d       #define SYS_capget 184
+SYS_capset     bits/syscall.h  d       #define SYS_capset 185
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 182
+SYS_chown32    bits/syscall.h  d       #define SYS_chown32 212
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 372
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 264
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 263
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 265
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 262
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 283
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 358
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 250
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 357
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 251
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 346
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 252
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 351
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 356
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 387
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 248
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 334
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 270
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 352
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 367
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 368
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 333
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchown32   bits/syscall.h  d       #define SYS_fchown32 207
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 325
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 221
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 231
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 379
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 234
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 237
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 228
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 327
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 267
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
+SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 326
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 320
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 339
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 345
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 183
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 217
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_getegid32  bits/syscall.h  d       #define SYS_getegid32 202
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_geteuid32  bits/syscall.h  d       #define SYS_geteuid32 201
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgid32   bits/syscall.h  d       #define SYS_getgid32 200
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getgroups32        bits/syscall.h  d       #define SYS_getgroups32 205
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 287
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 384
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 171
+SYS_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 211
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 209
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 286
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 295
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 224
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getuid32   bits/syscall.h  d       #define SYS_getuid32 199
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 229
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 317
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 316
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 360
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 318
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 247
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 244
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 245
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 243
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 246
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 315
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 314
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 378
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 347
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 311
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lchown32   bits/syscall.h  d       #define SYS_lchown32 198
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 230
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 330
+SYS_listen     bits/syscall.h  d       #define SYS_listen 284
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 232
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 233
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 249
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 236
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 227
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 220
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 319
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 389
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 385
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 219
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 323
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 324
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 390
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 192
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 344
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 279
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 278
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 274
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 277
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 276
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 275
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 304
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 303
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 302
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 301
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 370
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 169
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 371
+SYS_openat     bits/syscall.h  d       #define SYS_openat 322
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_pciconfig_iobase   bits/syscall.h  d       #define SYS_pciconfig_iobase 271
+SYS_pciconfig_read     bits/syscall.h  d       #define SYS_pciconfig_read 272
+SYS_pciconfig_write    bits/syscall.h  d       #define SYS_pciconfig_write 273
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 364
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 359
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 218
+SYS_poll       bits/syscall.h  d       #define SYS_poll 168
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 336
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 361
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 369
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 376
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 377
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 335
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 362
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 225
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 332
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recv       bits/syscall.h  d       #define SYS_recv 291
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 292
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 365
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 297
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 253
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 329
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 382
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 310
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 363
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 242
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 381
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 380
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 383
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 300
+SYS_semget     bits/syscall.h  d       #define SYS_semget 299
+SYS_semop      bits/syscall.h  d       #define SYS_semop 298
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 312
+SYS_send       bits/syscall.h  d       #define SYS_send 289
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 374
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 296
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 290
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 321
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 338
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 256
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsgid32 bits/syscall.h  d       #define SYS_setfsgid32 216
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setfsuid32 bits/syscall.h  d       #define SYS_setfsuid32 215
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgid32   bits/syscall.h  d       #define SYS_setgid32 214
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_setgroups32        bits/syscall.h  d       #define SYS_setgroups32 206
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 375
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setregid32 bits/syscall.h  d       #define SYS_setregid32 204
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 170
+SYS_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 210
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 208
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setreuid32 bits/syscall.h  d       #define SYS_setreuid32 203
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 294
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 305
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 308
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 306
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 307
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 293
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 349
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 355
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 281
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 288
+SYS_splice     bits/syscall.h  d       #define SYS_splice 340
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 266
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 331
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range2   bits/syscall.h  d       #define SYS_sync_file_range2 341
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 373
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 342
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 268
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 257
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 261
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 260
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 259
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 258
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 350
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 354
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 353
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 193
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 191
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 328
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 337
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 388
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 348
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 269
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 343
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 313
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 280
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__ARM_NR_breakpoint    bits/syscall.h  d       #define __ARM_NR_breakpoint 0x0f0001
+__ARM_NR_cacheflush    bits/syscall.h  d       #define __ARM_NR_cacheflush 0x0f0002
+__ARM_NR_set_tls       bits/syscall.h  d       #define __ARM_NR_set_tls 0x0f0005
+__ARM_NR_usr26 bits/syscall.h  d       #define __ARM_NR_usr26 0x0f0003
+__ARM_NR_usr32 bits/syscall.h  d       #define __ARM_NR_usr32 0x0f0004
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept    bits/syscall.h  d       #define __NR_accept 285
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 366
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 309
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 282
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 386
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_capget    bits/syscall.h  d       #define __NR_capget 184
+__NR_capset    bits/syscall.h  d       #define __NR_capset 185
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 182
+__NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 372
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 264
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 263
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 265
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 262
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 283
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 358
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 250
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 357
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 251
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 346
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 252
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 351
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 356
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 387
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 248
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 334
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 270
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 352
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 367
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 368
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 333
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchown32  bits/syscall.h  d       #define __NR_fchown32 207
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 325
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 221
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 231
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 379
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 234
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 237
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 228
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 327
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 267
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
+__NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 326
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 320
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 339
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 345
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 183
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 217
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_getegid32 bits/syscall.h  d       #define __NR_getegid32 202
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_geteuid32 bits/syscall.h  d       #define __NR_geteuid32 201
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgid32  bits/syscall.h  d       #define __NR_getgid32 200
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getgroups32       bits/syscall.h  d       #define __NR_getgroups32 205
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 287
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 384
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 171
+__NR_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 211
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 209
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 286
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 295
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 224
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getuid32  bits/syscall.h  d       #define __NR_getuid32 199
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 229
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 317
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 316
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 360
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 318
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 247
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 244
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 245
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 243
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 246
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 315
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 314
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 378
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 347
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 311
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lchown32  bits/syscall.h  d       #define __NR_lchown32 198
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 230
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 330
+__NR_listen    bits/syscall.h  d       #define __NR_listen 284
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 232
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 233
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 249
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 236
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 227
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 220
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 319
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 389
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 385
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 219
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 323
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 324
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 390
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 192
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 344
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 279
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 278
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 274
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 277
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 276
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 275
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 304
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 303
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 302
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 301
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 370
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 169
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 371
+__NR_openat    bits/syscall.h  d       #define __NR_openat 322
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_pciconfig_iobase  bits/syscall.h  d       #define __NR_pciconfig_iobase 271
+__NR_pciconfig_read    bits/syscall.h  d       #define __NR_pciconfig_read 272
+__NR_pciconfig_write   bits/syscall.h  d       #define __NR_pciconfig_write 273
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 364
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 359
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 218
+__NR_poll      bits/syscall.h  d       #define __NR_poll 168
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 336
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 361
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 369
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 376
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 377
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 335
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 362
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 225
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 332
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recv      bits/syscall.h  d       #define __NR_recv 291
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 292
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 365
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 297
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 253
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 329
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 382
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 310
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 363
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 242
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 381
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 380
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 383
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 300
+__NR_semget    bits/syscall.h  d       #define __NR_semget 299
+__NR_semop     bits/syscall.h  d       #define __NR_semop 298
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 312
+__NR_send      bits/syscall.h  d       #define __NR_send 289
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 374
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 296
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 290
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 321
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 338
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 256
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsgid32        bits/syscall.h  d       #define __NR_setfsgid32 216
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setfsuid32        bits/syscall.h  d       #define __NR_setfsuid32 215
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgid32  bits/syscall.h  d       #define __NR_setgid32 214
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_setgroups32       bits/syscall.h  d       #define __NR_setgroups32 206
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 375
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setregid32        bits/syscall.h  d       #define __NR_setregid32 204
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 170
+__NR_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 210
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 208
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setreuid32        bits/syscall.h  d       #define __NR_setreuid32 203
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 294
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 305
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 308
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 306
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 307
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 293
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 349
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 355
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 281
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 288
+__NR_splice    bits/syscall.h  d       #define __NR_splice 340
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 266
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 331
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range2  bits/syscall.h  d       #define __NR_sync_file_range2 341
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 373
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 342
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 268
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 257
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 261
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 260
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 259
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 258
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 350
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 354
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 353
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 193
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 191
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 328
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 337
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 388
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 348
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 269
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 343
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 313
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 280
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[32];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpregset_t bits/user.h     t       } elf_fpregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned long fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef int greg_t, gregset_t[18];
+gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[18];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct fp_reg  bits/user.h     s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct user_fpregs     bits/user.h     s       
+struct user_regs       bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef unsigned wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index dd15061..1fc46ae 100644 (file)
-ABDAY_1        langinfo.h      d       15      #define ABDAY_1 0x20000
-ABDAY_2        langinfo.h      d       16      #define ABDAY_2 0x20001
-ABDAY_3        langinfo.h      d       17      #define ABDAY_3 0x20002
-ABDAY_4        langinfo.h      d       18      #define ABDAY_4 0x20003
-ABDAY_5        langinfo.h      d       19      #define ABDAY_5 0x20004
-ABDAY_6        langinfo.h      d       20      #define ABDAY_6 0x20005
-ABDAY_7        langinfo.h      d       21      #define ABDAY_7 0x20006
-ABMON_1        langinfo.h      d       31      #define ABMON_1 0x2000E
-ABMON_10       langinfo.h      d       40      #define ABMON_10 0x20017
-ABMON_11       langinfo.h      d       41      #define ABMON_11 0x20018
-ABMON_12       langinfo.h      d       42      #define ABMON_12 0x20019
-ABMON_2        langinfo.h      d       32      #define ABMON_2 0x2000F
-ABMON_3        langinfo.h      d       33      #define ABMON_3 0x20010
-ABMON_4        langinfo.h      d       34      #define ABMON_4 0x20011
-ABMON_5        langinfo.h      d       35      #define ABMON_5 0x20012
-ABMON_6        langinfo.h      d       36      #define ABMON_6 0x20013
-ABMON_7        langinfo.h      d       37      #define ABMON_7 0x20014
-ABMON_8        langinfo.h      d       38      #define ABMON_8 0x20015
-ABMON_9        langinfo.h      d       39      #define ABMON_9 0x20016
-ABORT  arpa/telnet.h   d       21      #define ABORT 238
-ABORT  scsi/scsi.h     d       116     #define ABORT 0x06
-ABORTED_COMMAND        scsi/scsi.h     d       93      #define ABORTED_COMMAND 0x0b
-ACCOUNTING     utmp.h  d       10      #define ACCOUNTING 9
-ACCT_BYTEORDER sys/acct.h      d       66      #define ACCT_BYTEORDER (128*(__BYTE_ORDER==__BIG_ENDIAN))
-ACCT_COMM      sys/acct.h      d       13      #define ACCT_COMM 16
-ACK    arpa/tftp.h     d       7       #define ACK 04
-ACORE  sys/acct.h      d       64      #define ACORE 8
-ACTION search.h        t       13      typedef enum { FIND, ENTER } ACTION;
-ADD    arpa/nameser.h  d       394     #define ADD ns_uop_add
-ADDR_COMPAT_LAYOUT     sys/personality.h       d       10      #define ADDR_COMPAT_LAYOUT 0x0200000
-ADDR_LIMIT_32BIT       sys/personality.h       d       12      #define ADDR_LIMIT_32BIT 0x0800000
-ADDR_LIMIT_3GB sys/personality.h       d       16      #define ADDR_LIMIT_3GB 0x8000000
-ADDR_NO_RANDOMIZE      sys/personality.h       d       8       #define ADDR_NO_RANDOMIZE 0x0040000
-ADJ_ESTERROR   sys/timex.h     d       35      #define ADJ_ESTERROR 0x0008
-ADJ_FREQUENCY  sys/timex.h     d       33      #define ADJ_FREQUENCY 0x0002
-ADJ_MAXERROR   sys/timex.h     d       34      #define ADJ_MAXERROR 0x0004
-ADJ_MICRO      sys/timex.h     d       40      #define ADJ_MICRO 0x1000
-ADJ_NANO       sys/timex.h     d       41      #define ADJ_NANO 0x2000
-ADJ_OFFSET     sys/timex.h     d       32      #define ADJ_OFFSET 0x0001
-ADJ_OFFSET_SINGLESHOT  sys/timex.h     d       43      #define ADJ_OFFSET_SINGLESHOT 0x8001
-ADJ_OFFSET_SS_READ     sys/timex.h     d       44      #define ADJ_OFFSET_SS_READ 0xa001
-ADJ_SETOFFSET  sys/timex.h     d       39      #define ADJ_SETOFFSET 0x0100
-ADJ_STATUS     sys/timex.h     d       36      #define ADJ_STATUS 0x0010
-ADJ_TAI        sys/timex.h     d       38      #define ADJ_TAI 0x0080
-ADJ_TICK       sys/timex.h     d       42      #define ADJ_TICK 0x4000
-ADJ_TIMECONST  sys/timex.h     d       37      #define ADJ_TIMECONST 0x0020
-AFORK  sys/acct.h      d       62      #define AFORK 1
-AF_ALG sys/socket.h    d       155     #define AF_ALG PF_ALG
-AF_APPLETALK   sys/socket.h    d       121     #define AF_APPLETALK PF_APPLETALK
-AF_ASH sys/socket.h    d       135     #define AF_ASH PF_ASH
-AF_ATMPVC      sys/socket.h    d       124     #define AF_ATMPVC PF_ATMPVC
-AF_ATMSVC      sys/socket.h    d       137     #define AF_ATMSVC PF_ATMSVC
-AF_AX25        sys/socket.h    d       119     #define AF_AX25 PF_AX25
-AF_BLUETOOTH   sys/socket.h    d       148     #define AF_BLUETOOTH PF_BLUETOOTH
-AF_BRIDGE      sys/socket.h    d       123     #define AF_BRIDGE PF_BRIDGE
-AF_CAIF        sys/socket.h    d       154     #define AF_CAIF PF_CAIF
-AF_CAN sys/socket.h    d       146     #define AF_CAN PF_CAN
-AF_DECnet      sys/socket.h    d       128     #define AF_DECnet PF_DECnet
-AF_ECONET      sys/socket.h    d       136     #define AF_ECONET PF_ECONET
-AF_FILE        sys/socket.h    d       117     #define AF_FILE AF_LOCAL
-AF_IB  sys/socket.h    d       144     #define AF_IB PF_IB
-AF_IEEE802154  sys/socket.h    d       153     #define AF_IEEE802154 PF_IEEE802154
-AF_INET        sys/socket.h    d       118     #define AF_INET PF_INET
-AF_INET6       sys/socket.h    d       126     #define AF_INET6 PF_INET6
-AF_IPX sys/socket.h    d       120     #define AF_IPX PF_IPX
-AF_IRDA        sys/socket.h    d       140     #define AF_IRDA PF_IRDA
-AF_ISDN        sys/socket.h    d       151     #define AF_ISDN PF_ISDN
-AF_IUCV        sys/socket.h    d       149     #define AF_IUCV PF_IUCV
-AF_KEY sys/socket.h    d       131     #define AF_KEY PF_KEY
-AF_LLC sys/socket.h    d       143     #define AF_LLC PF_LLC
-AF_LOCAL       sys/socket.h    d       115     #define AF_LOCAL PF_LOCAL
-AF_MAX sys/socket.h    d       158     #define AF_MAX PF_MAX
-AF_MPLS        sys/socket.h    d       145     #define AF_MPLS PF_MPLS
-AF_NETBEUI     sys/socket.h    d       129     #define AF_NETBEUI PF_NETBEUI
-AF_NETLINK     sys/socket.h    d       132     #define AF_NETLINK PF_NETLINK
-AF_NETROM      sys/socket.h    d       122     #define AF_NETROM PF_NETROM
-AF_NFC sys/socket.h    d       156     #define AF_NFC PF_NFC
-AF_PACKET      sys/socket.h    d       134     #define AF_PACKET PF_PACKET
-AF_PHONET      sys/socket.h    d       152     #define AF_PHONET PF_PHONET
-AF_PPPOX       sys/socket.h    d       141     #define AF_PPPOX PF_PPPOX
-AF_RDS sys/socket.h    d       138     #define AF_RDS PF_RDS
-AF_ROSE        sys/socket.h    d       127     #define AF_ROSE PF_ROSE
-AF_ROUTE       sys/socket.h    d       133     #define AF_ROUTE PF_ROUTE
-AF_RXRPC       sys/socket.h    d       150     #define AF_RXRPC PF_RXRPC
-AF_SECURITY    sys/socket.h    d       130     #define AF_SECURITY PF_SECURITY
-AF_SNA sys/socket.h    d       139     #define AF_SNA PF_SNA
-AF_TIPC        sys/socket.h    d       147     #define AF_TIPC PF_TIPC
-AF_UNIX        sys/socket.h    d       116     #define AF_UNIX AF_LOCAL
-AF_UNSPEC      sys/socket.h    d       114     #define AF_UNSPEC PF_UNSPEC
-AF_VSOCK       sys/socket.h    d       157     #define AF_VSOCK PF_VSOCK
-AF_WANPIPE     sys/socket.h    d       142     #define AF_WANPIPE PF_WANPIPE
-AF_X25 sys/socket.h    d       125     #define AF_X25 PF_X25
-AHZ    sys/acct.h      d       67      #define AHZ 100
-AIO_ALLDONE    aio.h   d       33      #define AIO_ALLDONE 2
-AIO_CANCELED   aio.h   d       31      #define AIO_CANCELED 0
-AIO_NOTCANCELED        aio.h   d       32      #define AIO_NOTCANCELED 1
-AI_ADDRCONFIG  netdb.h d       35      #define AI_ADDRCONFIG 0x20
-AI_ALL netdb.h d       34      #define AI_ALL 0x10
-AI_CANONNAME   netdb.h d       31      #define AI_CANONNAME 0x02
-AI_NUMERICHOST netdb.h d       32      #define AI_NUMERICHOST 0x04
-AI_NUMERICSERV netdb.h d       36      #define AI_NUMERICSERV 0x400
-AI_PASSIVE     netdb.h d       30      #define AI_PASSIVE 0x01
-AI_V4MAPPED    netdb.h d       33      #define AI_V4MAPPED 0x08
-ALLOW_MEDIUM_REMOVAL   scsi/scsi.h     d       27      #define ALLOW_MEDIUM_REMOVAL 0x1e
-ALT_DIGITS     langinfo.h      d       67      #define ALT_DIGITS 0x2002F
-AM_STR langinfo.h      d       57      #define AM_STR 0x20026
-ANYMARK        stropts.h       d       72      #define ANYMARK 0x01
-AO     arpa/telnet.h   d       14      #define AO 245
-AREGTYPE       tar.h   d       18      #define AREGTYPE '\0'
-ARFMAG ar.h    d       10      #define ARFMAG "`\n"
-ARG_MAX        limits.h        d       52      #define ARG_MAX 131072
-ARMAG  ar.h    d       8       #define ARMAG "!<arch>\n"
-ARPD_FLUSH     net/if_arp.h    d       123     #define ARPD_FLUSH 0x03
-ARPD_LOOKUP    net/if_arp.h    d       122     #define ARPD_LOOKUP 0x02
-ARPD_UPDATE    net/if_arp.h    d       121     #define ARPD_UPDATE 0x01
-ARPHRD_ADAPT   net/if_arp.h    d       51      #define ARPHRD_ADAPT 264
-ARPHRD_APPLETLK        net/if_arp.h    d       39      #define ARPHRD_APPLETLK 8
-ARPHRD_ARCNET  net/if_arp.h    d       38      #define ARPHRD_ARCNET 7
-ARPHRD_ASH     net/if_arp.h    d       76      #define ARPHRD_ASH 781
-ARPHRD_ATM     net/if_arp.h    d       41      #define ARPHRD_ATM 19
-ARPHRD_AX25    net/if_arp.h    d       34      #define ARPHRD_AX25 3
-ARPHRD_BIF     net/if_arp.h    d       70      #define ARPHRD_BIF 775
-ARPHRD_CAIF    net/if_arp.h    d       91      #define ARPHRD_CAIF 822
-ARPHRD_CAN     net/if_arp.h    d       55      #define ARPHRD_CAN 280
-ARPHRD_CHAOS   net/if_arp.h    d       36      #define ARPHRD_CHAOS 5
-ARPHRD_CISCO   net/if_arp.h    d       57      #define ARPHRD_CISCO 513
-ARPHRD_CSLIP   net/if_arp.h    d       47      #define ARPHRD_CSLIP 257
-ARPHRD_CSLIP6  net/if_arp.h    d       49      #define ARPHRD_CSLIP6 259
-ARPHRD_DDCMP   net/if_arp.h    d       60      #define ARPHRD_DDCMP 517
-ARPHRD_DLCI    net/if_arp.h    d       40      #define ARPHRD_DLCI 15
-ARPHRD_ECONET  net/if_arp.h    d       77      #define ARPHRD_ECONET 782
-ARPHRD_EETHER  net/if_arp.h    d       33      #define ARPHRD_EETHER 2
-ARPHRD_ETHER   net/if_arp.h    d       32      #define ARPHRD_ETHER 1
-ARPHRD_EUI64   net/if_arp.h    d       44      #define ARPHRD_EUI64 27
-ARPHRD_FCAL    net/if_arp.h    d       80      #define ARPHRD_FCAL 785
-ARPHRD_FCFABRIC        net/if_arp.h    d       82      #define ARPHRD_FCFABRIC 787
-ARPHRD_FCPL    net/if_arp.h    d       81      #define ARPHRD_FCPL 786
-ARPHRD_FCPP    net/if_arp.h    d       79      #define ARPHRD_FCPP 784
-ARPHRD_FDDI    net/if_arp.h    d       69      #define ARPHRD_FDDI 774
-ARPHRD_FRAD    net/if_arp.h    d       65      #define ARPHRD_FRAD 770
-ARPHRD_HDLC    net/if_arp.h    d       58      #define ARPHRD_HDLC ARPHRD_CISCO
-ARPHRD_HIPPI   net/if_arp.h    d       75      #define ARPHRD_HIPPI 780
-ARPHRD_HWX25   net/if_arp.h    d       54      #define ARPHRD_HWX25 272
-ARPHRD_IEEE1394        net/if_arp.h    d       43      #define ARPHRD_IEEE1394 24
-ARPHRD_IEEE802 net/if_arp.h    d       37      #define ARPHRD_IEEE802 6
-ARPHRD_IEEE80211       net/if_arp.h    d       84      #define ARPHRD_IEEE80211 801
-ARPHRD_IEEE80211_PRISM net/if_arp.h    d       85      #define ARPHRD_IEEE80211_PRISM 802
-ARPHRD_IEEE80211_RADIOTAP      net/if_arp.h    d       86      #define ARPHRD_IEEE80211_RADIOTAP 803
-ARPHRD_IEEE802154      net/if_arp.h    d       87      #define ARPHRD_IEEE802154 804
-ARPHRD_IEEE802154_MONITOR      net/if_arp.h    d       88      #define ARPHRD_IEEE802154_MONITOR 805
-ARPHRD_IEEE802_TR      net/if_arp.h    d       83      #define ARPHRD_IEEE802_TR 800
-ARPHRD_INFINIBAND      net/if_arp.h    d       45      #define ARPHRD_INFINIBAND 32
-ARPHRD_IP6GRE  net/if_arp.h    d       92      #define ARPHRD_IP6GRE 823
-ARPHRD_IPDDP   net/if_arp.h    d       72      #define ARPHRD_IPDDP 777
-ARPHRD_IPGRE   net/if_arp.h    d       73      #define ARPHRD_IPGRE 778
-ARPHRD_IRDA    net/if_arp.h    d       78      #define ARPHRD_IRDA 783
-ARPHRD_LAPB    net/if_arp.h    d       59      #define ARPHRD_LAPB 516
-ARPHRD_LOCALTLK        net/if_arp.h    d       68      #define ARPHRD_LOCALTLK 773
-ARPHRD_LOOPBACK        net/if_arp.h    d       67      #define ARPHRD_LOOPBACK 772
-ARPHRD_METRICOM        net/if_arp.h    d       42      #define ARPHRD_METRICOM 23
-ARPHRD_NETLINK net/if_arp.h    d       93      #define ARPHRD_NETLINK 824
-ARPHRD_NETROM  net/if_arp.h    d       31      #define ARPHRD_NETROM 0
-ARPHRD_NONE    net/if_arp.h    d       96      #define ARPHRD_NONE 0xFFFE
-ARPHRD_PHONET  net/if_arp.h    d       89      #define ARPHRD_PHONET 820
-ARPHRD_PHONET_PIPE     net/if_arp.h    d       90      #define ARPHRD_PHONET_PIPE 821
-ARPHRD_PIMREG  net/if_arp.h    d       74      #define ARPHRD_PIMREG 779
-ARPHRD_PPP     net/if_arp.h    d       56      #define ARPHRD_PPP 512
-ARPHRD_PRONET  net/if_arp.h    d       35      #define ARPHRD_PRONET 4
-ARPHRD_RAWHDLC net/if_arp.h    d       61      #define ARPHRD_RAWHDLC 518
-ARPHRD_ROSE    net/if_arp.h    d       52      #define ARPHRD_ROSE 270
-ARPHRD_RSRVD   net/if_arp.h    d       50      #define ARPHRD_RSRVD 260
-ARPHRD_SIT     net/if_arp.h    d       71      #define ARPHRD_SIT 776
-ARPHRD_SKIP    net/if_arp.h    d       66      #define ARPHRD_SKIP 771
-ARPHRD_SLIP    net/if_arp.h    d       46      #define ARPHRD_SLIP 256
-ARPHRD_SLIP6   net/if_arp.h    d       48      #define ARPHRD_SLIP6 258
-ARPHRD_TUNNEL  net/if_arp.h    d       63      #define ARPHRD_TUNNEL 768
-ARPHRD_TUNNEL6 net/if_arp.h    d       64      #define ARPHRD_TUNNEL6 769
-ARPHRD_VOID    net/if_arp.h    d       95      #define ARPHRD_VOID 0xFFFF
-ARPHRD_X25     net/if_arp.h    d       53      #define ARPHRD_X25 271
-ARPOP_InREPLY  net/if_arp.h    d       19      #define ARPOP_InREPLY 9
-ARPOP_InREQUEST        net/if_arp.h    d       18      #define ARPOP_InREQUEST 8
-ARPOP_NAK      net/if_arp.h    d       20      #define ARPOP_NAK 10
-ARPOP_REPLY    net/if_arp.h    d       15      #define ARPOP_REPLY 2
-ARPOP_REQUEST  net/if_arp.h    d       14      #define ARPOP_REQUEST 1
-ARPOP_RREPLY   net/if_arp.h    d       17      #define ARPOP_RREPLY 4
-ARPOP_RREQUEST net/if_arp.h    d       16      #define ARPOP_RREQUEST 3
-ASU    sys/acct.h      d       63      #define ASU 2
-ATF_COM        net/if_arp.h    d       113     #define ATF_COM 0x02
-ATF_DONTPUB    net/if_arp.h    d       118     #define ATF_DONTPUB 0x40
-ATF_MAGIC      net/if_arp.h    d       119     #define ATF_MAGIC 0x80
-ATF_NETMASK    net/if_arp.h    d       117     #define ATF_NETMASK 0x20
-ATF_PERM       net/if_arp.h    d       114     #define ATF_PERM 0x04
-ATF_PUBL       net/if_arp.h    d       115     #define ATF_PUBL 0x08
-ATF_USETRAILERS        net/if_arp.h    d       116     #define ATF_USETRAILERS 0x10
-AT_BASE        elf.h   d       835     #define AT_BASE 7
-AT_BASE_PLATFORM       elf.h   d       865     #define AT_BASE_PLATFORM 24
-AT_CLKTCK      elf.h   d       843     #define AT_CLKTCK 17
-AT_DCACHEBSIZE elf.h   d       855     #define AT_DCACHEBSIZE 19
-AT_EACCESS     fcntl.h d       64      #define AT_EACCESS 0x200
-AT_EGID        elf.h   d       842     #define AT_EGID 14
-AT_EMPTY_PATH  fcntl.h d       100     #define AT_EMPTY_PATH 0x1000
-AT_ENTRY       elf.h   d       837     #define AT_ENTRY 9
-AT_EUID        elf.h   d       840     #define AT_EUID 12
-AT_EXECFD      elf.h   d       830     #define AT_EXECFD 2
-AT_EXECFN      elf.h   d       871     #define AT_EXECFN 31
-AT_FDCWD       fcntl.h d       60      #define AT_FDCWD (-100)
-AT_FLAGS       elf.h   d       836     #define AT_FLAGS 8
-AT_FPUCW       elf.h   d       852     #define AT_FPUCW 18
-AT_GID elf.h   d       841     #define AT_GID 13
-AT_HWCAP       elf.h   d       847     #define AT_HWCAP 16
-AT_HWCAP2      elf.h   d       869     #define AT_HWCAP2 26
-AT_ICACHEBSIZE elf.h   d       856     #define AT_ICACHEBSIZE 20
-AT_IGNORE      elf.h   d       829     #define AT_IGNORE 1
-AT_IGNOREPPC   elf.h   d       861     #define AT_IGNOREPPC 22
-AT_L1D_CACHESHAPE      elf.h   d       881     #define AT_L1D_CACHESHAPE 35
-AT_L1I_CACHESHAPE      elf.h   d       880     #define AT_L1I_CACHESHAPE 34
-AT_L2_CACHESHAPE       elf.h   d       882     #define AT_L2_CACHESHAPE 36
-AT_L3_CACHESHAPE       elf.h   d       883     #define AT_L3_CACHESHAPE 37
-AT_NOTELF      elf.h   d       838     #define AT_NOTELF 10
-AT_NO_AUTOMOUNT        fcntl.h d       99      #define AT_NO_AUTOMOUNT 0x800
-AT_NULL        elf.h   d       828     #define AT_NULL 0
-AT_PAGESZ      elf.h   d       834     #define AT_PAGESZ 6
-AT_PHDR        elf.h   d       831     #define AT_PHDR 3
-AT_PHENT       elf.h   d       832     #define AT_PHENT 4
-AT_PHNUM       elf.h   d       833     #define AT_PHNUM 5
-AT_PLATFORM    elf.h   d       846     #define AT_PLATFORM 15
-AT_RANDOM      elf.h   d       867     #define AT_RANDOM 25
-AT_REMOVEDIR   fcntl.h d       62      #define AT_REMOVEDIR 0x200
-AT_SECURE      elf.h   d       863     #define AT_SECURE 23
-AT_SYMLINK_FOLLOW      fcntl.h d       63      #define AT_SYMLINK_FOLLOW 0x400
-AT_SYMLINK_NOFOLLOW    fcntl.h d       61      #define AT_SYMLINK_NOFOLLOW 0x100
-AT_SYSINFO     elf.h   d       875     #define AT_SYSINFO 32
-AT_SYSINFO_EHDR        elf.h   d       876     #define AT_SYSINFO_EHDR 33
-AT_UCACHEBSIZE elf.h   d       857     #define AT_UCACHEBSIZE 21
-AT_UID elf.h   d       839     #define AT_UID 11
-AUTHTYPE_CNT   arpa/telnet.h   d       199     #define AUTHTYPE_CNT 5
-AUTHTYPE_KERBEROS_V4   arpa/telnet.h   d       195     #define AUTHTYPE_KERBEROS_V4 1
-AUTHTYPE_KERBEROS_V5   arpa/telnet.h   d       196     #define AUTHTYPE_KERBEROS_V5 2
-AUTHTYPE_MINK  arpa/telnet.h   d       198     #define AUTHTYPE_MINK 4
-AUTHTYPE_NAME  arpa/telnet.h   d       212     #define AUTHTYPE_NAME(x) authtype_names[x]
-AUTHTYPE_NAME_OK       arpa/telnet.h   d       211     #define AUTHTYPE_NAME_OK(x) ((unsigned int)(x) < AUTHTYPE_CNT)
-AUTHTYPE_NULL  arpa/telnet.h   d       194     #define AUTHTYPE_NULL 0
-AUTHTYPE_SPX   arpa/telnet.h   d       197     #define AUTHTYPE_SPX 3
-AUTHTYPE_TEST  arpa/telnet.h   d       201     #define AUTHTYPE_TEST 99
-AUTH_HOW_MASK  arpa/telnet.h   d       192     #define AUTH_HOW_MASK 2
-AUTH_HOW_MUTUAL        arpa/telnet.h   d       191     #define AUTH_HOW_MUTUAL 2
-AUTH_HOW_ONE_WAY       arpa/telnet.h   d       190     #define AUTH_HOW_ONE_WAY 0
-AUTH_WHO_CLIENT        arpa/telnet.h   d       186     #define AUTH_WHO_CLIENT 0
-AUTH_WHO_MASK  arpa/telnet.h   d       188     #define AUTH_WHO_MASK 1
-AUTH_WHO_SERVER        arpa/telnet.h   d       187     #define AUTH_WHO_SERVER 1
-AXSIG  sys/acct.h      d       65      #define AXSIG 16
-AYT    arpa/telnet.h   d       13      #define AYT 246
-BCACHE sys/cachectl.h  d       10      #define BCACHE (ICACHE|DCACHE)
-BC_BASE_MAX    limits.h        d       74      #define BC_BASE_MAX 99
-BC_DIM_MAX     limits.h        d       75      #define BC_DIM_MAX 2048
-BC_SCALE_MAX   limits.h        d       76      #define BC_SCALE_MAX 99
-BC_STRING_MAX  limits.h        d       77      #define BC_STRING_MAX 1000
-BIG_ENDIAN     endian.h        d       18      #define BIG_ENDIAN __BIG_ENDIAN
-BITSPERBYTE    values.h        d       37      #define BITSPERBYTE CHAR_BIT
-BLANK_CHECK    scsi/scsi.h     d       91      #define BLANK_CHECK 0x08
-BLKBSZGET      sys/mount.h     d       22      #define BLKBSZGET _IOR(0x12,112,size_t)
-BLKBSZSET      sys/mount.h     d       23      #define BLKBSZSET _IOW(0x12,113,size_t)
-BLKFLSBUF      sys/mount.h     d       14      #define BLKFLSBUF _IO(0x12, 97)
-BLKFRAGET      sys/mount.h     d       18      #define BLKFRAGET _IO(0x12,101)
-BLKFRASET      sys/mount.h     d       17      #define BLKFRASET _IO(0x12,100)
-BLKGETSIZE     sys/mount.h     d       13      #define BLKGETSIZE _IO(0x12, 96)
-BLKGETSIZE64   sys/mount.h     d       24      #define BLKGETSIZE64 _IOR(0x12,114,size_t)
-BLKRAGET       sys/mount.h     d       16      #define BLKRAGET _IO(0x12, 99)
-BLKRASET       sys/mount.h     d       15      #define BLKRASET _IO(0x12, 98)
-BLKROGET       sys/mount.h     d       11      #define BLKROGET _IO(0x12, 94)
-BLKROSET       sys/mount.h     d       10      #define BLKROSET _IO(0x12, 93)
-BLKRRPART      sys/mount.h     d       12      #define BLKRRPART _IO(0x12, 95)
-BLKSECTGET     sys/mount.h     d       20      #define BLKSECTGET _IO(0x12,103)
-BLKSECTSET     sys/mount.h     d       19      #define BLKSECTSET _IO(0x12,102)
-BLKSSZGET      sys/mount.h     d       21      #define BLKSSZGET _IO(0x12,104)
-BLKTYPE        tar.h   d       22      #define BLKTYPE '4'
-BLK_BYTECOUNT  arpa/ftp.h      d       28      #define BLK_BYTECOUNT 2
-BLK_EOF        arpa/ftp.h      d       25      #define BLK_EOF 0x40
-BLK_EOR        arpa/ftp.h      d       24      #define BLK_EOR 0x80
-BLK_ERRORS     arpa/ftp.h      d       26      #define BLK_ERRORS 0x20
-BLK_RESTART    arpa/ftp.h      d       27      #define BLK_RESTART 0x10
-BOOT_TIME      utmpx.h d       51      #define BOOT_TIME 2
-BREAK  arpa/telnet.h   d       16      #define BREAK 243
-BUFSIZ stdio.h d       44      #define BUFSIZ 1024
-BUSY   scsi/scsi.h     d       76      #define BUSY 0x04
-BUS_ADRALN     signal.h        d       78      #define BUS_ADRALN 1
-BUS_ADRERR     signal.h        d       79      #define BUS_ADRERR 2
-BUS_DEVICE_RESET       scsi/scsi.h     d       122     #define BUS_DEVICE_RESET 0x0c
-BUS_MCEERR_AO  signal.h        d       82      #define BUS_MCEERR_AO 5
-BUS_MCEERR_AR  signal.h        d       81      #define BUS_MCEERR_AR 4
-BUS_OBJERR     signal.h        d       80      #define BUS_OBJERR 3
-BYTE_ORDER     endian.h        d       21      #define BYTE_ORDER __BYTE_ORDER
-CACHEABLE      sys/cachectl.h  d       11      #define CACHEABLE 0
-CANBSIZE       sys/param.h     d       10      #define CANBSIZE 255
-CBRK   sys/ttydefaults.h       d       35      #define CBRK CEOL
-CDISCARD       sys/ttydefaults.h       d       31      #define CDISCARD CTRL('o')
-CDSUSP sys/ttydefaults.h       d       27      #define CDSUSP CTRL('y')
-CEOF   sys/ttydefaults.h       d       10      #define CEOF CTRL('d')
-CEOL   sys/ttydefaults.h       d       13      #define CEOL _POSIX_VDISABLE
-CEOL   sys/ttydefaults.h       d       16      #define CEOL '\0'
-CEOT   sys/ttydefaults.h       d       34      #define CEOT CEOF
-CERASE sys/ttydefaults.h       d       20      #define CERASE 0177
-CFLUSH sys/ttydefaults.h       d       37      #define CFLUSH CDISCARD
-CHANGE_DEFINITION      scsi/scsi.h     d       52      #define CHANGE_DEFINITION 0x40
-CHARBITS       values.h        d       6       #define CHARBITS (sizeof(char) * 8)
-CHARCLASS_NAME_MAX     limits.h        d       78      #define CHARCLASS_NAME_MAX 14
-CHAR_BIT       limits.h        d       22      #define CHAR_BIT 8
-CHAR_MAX       limits.h        d       14      #define CHAR_MAX 255
-CHAR_MAX       limits.h        d       17      #define CHAR_MAX 127
-CHAR_MIN       limits.h        d       13      #define CHAR_MIN 0
-CHAR_MIN       limits.h        d       16      #define CHAR_MIN (-128)
-CHECK_CONDITION        scsi/scsi.h     d       74      #define CHECK_CONDITION 0x01
-CHRTYPE        tar.h   d       21      #define CHRTYPE '3'
-CINTR  sys/ttydefaults.h       d       21      #define CINTR CTRL('c')
-CKILL  sys/ttydefaults.h       d       22      #define CKILL CTRL('u')
-CLD_CONTINUED  signal.h        d       89      #define CLD_CONTINUED 6
-CLD_DUMPED     signal.h        d       86      #define CLD_DUMPED 3
-CLD_EXITED     signal.h        d       84      #define CLD_EXITED 1
-CLD_KILLED     signal.h        d       85      #define CLD_KILLED 2
-CLD_STOPPED    signal.h        d       88      #define CLD_STOPPED 5
-CLD_TRAPPED    signal.h        d       87      #define CLD_TRAPPED 4
-CLNEXT sys/ttydefaults.h       d       30      #define CLNEXT CTRL('v')
-CLOCKS_PER_SEC time.h  d       64      #define CLOCKS_PER_SEC 1000000L
-CLOCK_BOOTTIME time.h  d       94      #define CLOCK_BOOTTIME 7
-CLOCK_BOOTTIME_ALARM   time.h  d       96      #define CLOCK_BOOTTIME_ALARM 9
-CLOCK_MONOTONIC        time.h  d       88      #define CLOCK_MONOTONIC 1
-CLOCK_MONOTONIC_COARSE time.h  d       93      #define CLOCK_MONOTONIC_COARSE 6
-CLOCK_MONOTONIC_RAW    time.h  d       91      #define CLOCK_MONOTONIC_RAW 4
-CLOCK_PROCESS_CPUTIME_ID       time.h  d       89      #define CLOCK_PROCESS_CPUTIME_ID 2
-CLOCK_REALTIME time.h  d       87      #define CLOCK_REALTIME 0
-CLOCK_REALTIME_ALARM   time.h  d       95      #define CLOCK_REALTIME_ALARM 8
-CLOCK_REALTIME_COARSE  time.h  d       92      #define CLOCK_REALTIME_COARSE 5
-CLOCK_SGI_CYCLE        time.h  d       97      #define CLOCK_SGI_CYCLE 10
-CLOCK_TAI      time.h  d       98      #define CLOCK_TAI 11
-CLOCK_THREAD_CPUTIME_ID        time.h  d       90      #define CLOCK_THREAD_CPUTIME_ID 3
-CLONE_CHILD_CLEARTID   sched.h d       58      #define CLONE_CHILD_CLEARTID 0x00200000
-CLONE_CHILD_SETTID     sched.h d       61      #define CLONE_CHILD_SETTID 0x01000000
-CLONE_DETACHED sched.h d       59      #define CLONE_DETACHED 0x00400000
-CLONE_FILES    sched.h d       48      #define CLONE_FILES 0x00000400
-CLONE_FS       sched.h d       47      #define CLONE_FS 0x00000200
-CLONE_IO       sched.h d       67      #define CLONE_IO 0x80000000
-CLONE_NEWIPC   sched.h d       63      #define CLONE_NEWIPC 0x08000000
-CLONE_NEWNET   sched.h d       66      #define CLONE_NEWNET 0x40000000
-CLONE_NEWNS    sched.h d       54      #define CLONE_NEWNS 0x00020000
-CLONE_NEWPID   sched.h d       65      #define CLONE_NEWPID 0x20000000
-CLONE_NEWUSER  sched.h d       64      #define CLONE_NEWUSER 0x10000000
-CLONE_NEWUTS   sched.h d       62      #define CLONE_NEWUTS 0x04000000
-CLONE_PARENT   sched.h d       52      #define CLONE_PARENT 0x00008000
-CLONE_PARENT_SETTID    sched.h d       57      #define CLONE_PARENT_SETTID 0x00100000
-CLONE_PTRACE   sched.h d       50      #define CLONE_PTRACE 0x00002000
-CLONE_SETTLS   sched.h d       56      #define CLONE_SETTLS 0x00080000
-CLONE_SIGHAND  sched.h d       49      #define CLONE_SIGHAND 0x00000800
-CLONE_SYSVSEM  sched.h d       55      #define CLONE_SYSVSEM 0x00040000
-CLONE_THREAD   sched.h d       53      #define CLONE_THREAD 0x00010000
-CLONE_UNTRACED sched.h d       60      #define CLONE_UNTRACED 0x00800000
-CLONE_VFORK    sched.h d       51      #define CLONE_VFORK 0x00004000
-CLONE_VM       sched.h d       46      #define CLONE_VM 0x00000100
-CMIN   sys/ttydefaults.h       d       23      #define CMIN 1
-CMPLX  complex.h       d       125     #define CMPLX(x, y) __CMPLX(x, y, double)
-CMPLXF complex.h       d       126     #define CMPLXF(x, y) __CMPLX(x, y, float)
-CMPLXL complex.h       d       127     #define CMPLXL(x, y) __CMPLX(x, y, long double)
-CMSG_ALIGN     sys/socket.h    d       274     #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1))
-CMSG_DATA      sys/socket.h    d       268     #define CMSG_DATA(cmsg) ((unsigned char *) (((struct cmsghdr *)(cmsg)) + 1))
-CMSG_FIRSTHDR  sys/socket.h    d       272     #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
-CMSG_LEN       sys/socket.h    d       276     #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
-CMSG_NXTHDR    sys/socket.h    d       269     #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) ? (struct cmsghdr *)0 : (__CMSG_NEXT(cmsg) + sizeof (struct cmsghdr) >= __MHDR_END(mhdr) ? (struct cmsghdr *)0 : ((struct cmsghdr *)__CMSG_NEXT(cmsg))))
-CMSG_SPACE     sys/socket.h    d       275     #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr)))
-CODE   syslog.h        t       75      } CODE;
-CODESET        langinfo.h      d       71      #define CODESET 14
-COLL_WEIGHTS_MAX       limits.h        d       79      #define COLL_WEIGHTS_MAX 2
-COMMAND_COMPLETE       scsi/scsi.h     d       106     #define COMMAND_COMPLETE 0x00
-COMMAND_TERMINATED     scsi/scsi.h     d       80      #define COMMAND_TERMINATED 0x11
-COMPARE        scsi/scsi.h     d       45      #define COMPARE 0x39
-COMPLETE       arpa/ftp.h      d       4       #define COMPLETE 2
-CONDITION_GOOD scsi/scsi.h     d       75      #define CONDITION_GOOD 0x02
-CONTINUE       arpa/ftp.h      d       5       #define CONTINUE 3
-CONTTYPE       tar.h   d       25      #define CONTTYPE '7'
-COPY   scsi/scsi.h     d       21      #define COPY 0x18
-COPY_ABORTED   scsi/scsi.h     d       92      #define COPY_ABORTED 0x0a
-COPY_VERIFY    scsi/scsi.h     d       46      #define COPY_VERIFY 0x3a
-CPU_ALLOC      sched.h d       114     #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n)))
-CPU_ALLOC_SIZE sched.h d       112     #define CPU_ALLOC_SIZE(n) (sizeof(long) * ( (n)/(8*sizeof(long)) + ((n)%(8*sizeof(long)) + 8*sizeof(long)-1)/(8*sizeof(long)) ) )
-CPU_AND        sched.h d       122     #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2)
-CPU_AND_S      sched.h d       104     #define CPU_AND_S(a,b,c,d) __CPU_AND_S(a,b,c,d)
-CPU_CLR        sched.h d       120     #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set)
-CPU_CLR_S      sched.h d       87      #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~)
-CPU_COUNT      sched.h d       125     #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t),set)
-CPU_COUNT_S    sched.h d       108     #define CPU_COUNT_S(size,set) __sched_cpucount(size,set)
-CPU_EQUAL      sched.h d       127     #define CPU_EQUAL(s1,s2) CPU_EQUAL_S(sizeof(cpu_set_t),s1,s2)
-CPU_EQUAL_S    sched.h d       110     #define CPU_EQUAL_S(size,set1,set2) (!memcmp(set1,set2,size))
-CPU_FREE       sched.h d       115     #define CPU_FREE(set) free(set)
-CPU_ISSET      sched.h d       121     #define CPU_ISSET(i, set) CPU_ISSET_S(i,sizeof(cpu_set_t),set)
-CPU_ISSET_S    sched.h d       88      #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &)
-CPU_OR sched.h d       123     #define CPU_OR(d,s1,s2) CPU_OR_S(sizeof(cpu_set_t),d,s1,s2)
-CPU_OR_S       sched.h d       105     #define CPU_OR_S(a,b,c,d) __CPU_OR_S(a,b,c,d)
-CPU_SET        sched.h d       119     #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
-CPU_SETSIZE    sched.h d       117     #define CPU_SETSIZE 128
-CPU_SET_S      sched.h d       86      #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=)
-CPU_XOR        sched.h d       124     #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
-CPU_XOR_S      sched.h d       106     #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d)
-CPU_ZERO       sched.h d       126     #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
-CPU_ZERO_S     sched.h d       109     #define CPU_ZERO_S(size,set) memset(set,0,size)
-CQUIT  sys/ttydefaults.h       d       24      #define CQUIT 034
-CREPRINT       sys/ttydefaults.h       d       33      #define CREPRINT CTRL('r')
-CRNCYSTR       langinfo.h      d       73      #define CRNCYSTR 0x4000F
-CRPRNT sys/ttydefaults.h       d       36      #define CRPRNT CREPRINT
-CSIGNAL        sched.h d       45      #define CSIGNAL 0x000000ff
-CSTART sys/ttydefaults.h       d       28      #define CSTART CTRL('q')
-CSTATUS        sys/ttydefaults.h       d       14      #define CSTATUS _POSIX_VDISABLE
-CSTATUS        sys/ttydefaults.h       d       17      #define CSTATUS '\0'
-CSTOP  sys/ttydefaults.h       d       29      #define CSTOP CTRL('s')
-CSUSP  sys/ttydefaults.h       d       25      #define CSUSP CTRL('z')
-CTIME  sys/ttydefaults.h       d       26      #define CTIME 0
-CTRL   sys/ttydefaults.h       d       9       #define CTRL(x) (x&037)
-CWERASE        sys/ttydefaults.h       d       32      #define CWERASE CTRL('w')
-C_ANY  arpa/nameser.h  d       444     #define C_ANY ns_c_any
-C_CHAOS        arpa/nameser.h  d       441     #define C_CHAOS ns_c_chaos
-C_HS   arpa/nameser.h  d       442     #define C_HS ns_c_hs
-C_IN   arpa/nameser.h  d       440     #define C_IN ns_c_in
-C_IRGRP        cpio.h  d       9       #define C_IRGRP 000040
-C_IROTH        cpio.h  d       12      #define C_IROTH 000004
-C_IRUSR        cpio.h  d       6       #define C_IRUSR 000400
-C_ISBLK        cpio.h  d       20      #define C_ISBLK 060000
-C_ISCHR        cpio.h  d       21      #define C_ISCHR 020000
-C_ISCTG        cpio.h  d       26      #define C_ISCTG 0110000
-C_ISDIR        cpio.h  d       22      #define C_ISDIR 040000
-C_ISFIFO       cpio.h  d       23      #define C_ISFIFO 010000
-C_ISGID        cpio.h  d       17      #define C_ISGID 002000
-C_ISLNK        cpio.h  d       25      #define C_ISLNK 0120000
-C_ISREG        cpio.h  d       27      #define C_ISREG 0100000
-C_ISSOCK       cpio.h  d       24      #define C_ISSOCK 0140000
-C_ISUID        cpio.h  d       16      #define C_ISUID 004000
-C_ISVTX        cpio.h  d       18      #define C_ISVTX 001000
-C_IWGRP        cpio.h  d       10      #define C_IWGRP 000020
-C_IWOTH        cpio.h  d       13      #define C_IWOTH 000002
-C_IWUSR        cpio.h  d       7       #define C_IWUSR 000200
-C_IXGRP        cpio.h  d       11      #define C_IXGRP 000010
-C_IXOTH        cpio.h  d       14      #define C_IXOTH 000001
-C_IXUSR        cpio.h  d       8       #define C_IXUSR 000100
-C_NONE arpa/nameser.h  d       443     #define C_NONE ns_c_none
-DATA   arpa/tftp.h     d       6       #define DATA 03
-DATA_PROTECT   scsi/scsi.h     d       90      #define DATA_PROTECT 0x07
-DAY_1  langinfo.h      d       23      #define DAY_1 0x20007
-DAY_2  langinfo.h      d       24      #define DAY_2 0x20008
-DAY_3  langinfo.h      d       25      #define DAY_3 0x20009
-DAY_4  langinfo.h      d       26      #define DAY_4 0x2000A
-DAY_5  langinfo.h      d       27      #define DAY_5 0x2000B
-DAY_6  langinfo.h      d       28      #define DAY_6 0x2000C
-DAY_7  langinfo.h      d       29      #define DAY_7 0x2000D
-DBL_DECIMAL_DIG        float.h d       39      #define DBL_DECIMAL_DIG 17
-DBL_DIG        float.h d       38      #define DBL_DIG 15
-DBL_EPSILON    float.h d       31      #define DBL_EPSILON 2.22044604925031308085e-16
-DBL_HAS_SUBNORM        float.h d       36      #define DBL_HAS_SUBNORM 1
-DBL_MANT_DIG   float.h d       33      #define DBL_MANT_DIG 53
-DBL_MAX        float.h d       30      #define DBL_MAX 1.79769313486231570815e+308
-DBL_MAX_10_EXP float.h d       41      #define DBL_MAX_10_EXP 308
-DBL_MAX_EXP    float.h d       35      #define DBL_MAX_EXP 1024
-DBL_MIN        float.h d       29      #define DBL_MIN 2.22507385850720138309e-308
-DBL_MIN_10_EXP float.h d       40      #define DBL_MIN_10_EXP (-307)
-DBL_MIN_EXP    float.h d       34      #define DBL_MIN_EXP (-1021)
-DBL_TRUE_MIN   float.h d       28      #define DBL_TRUE_MIN 4.94065645841246544177e-324
-DCACHE sys/cachectl.h  d       9       #define DCACHE (1<<1)
-DEAD_PROCESS   utmpx.h d       57      #define DEAD_PROCESS 8
-DEFTAPE        sys/mtio.h      d       185     # define DEFTAPE "/dev/tape"
-DELAYTIMER_MAX limits.h        d       68      #define DELAYTIMER_MAX 0x7fffffff
-DELETE arpa/nameser.h  d       393     #define DELETE ns_uop_delete
-DEV_BSIZE      sys/param.h     d       13      #define DEV_BSIZE 512
-DF_1_CONFALT   elf.h   d       691     #define DF_1_CONFALT 0x00002000
-DF_1_DIRECT    elf.h   d       686     #define DF_1_DIRECT 0x00000100
-DF_1_DISPRELDNE        elf.h   d       693     #define DF_1_DISPRELDNE 0x00008000
-DF_1_DISPRELPND        elf.h   d       694     #define DF_1_DISPRELPND 0x00010000
-DF_1_EDITED    elf.h   d       699     #define DF_1_EDITED 0x00200000
-DF_1_ENDFILTEE elf.h   d       692     #define DF_1_ENDFILTEE 0x00004000
-DF_1_GLOBAL    elf.h   d       679     #define DF_1_GLOBAL 0x00000002
-DF_1_GLOBAUDIT elf.h   d       702     #define DF_1_GLOBAUDIT 0x01000000
-DF_1_GROUP     elf.h   d       680     #define DF_1_GROUP 0x00000004
-DF_1_IGNMULDEF elf.h   d       696     #define DF_1_IGNMULDEF 0x00040000
-DF_1_INITFIRST elf.h   d       683     #define DF_1_INITFIRST 0x00000020
-DF_1_INTERPOSE elf.h   d       688     #define DF_1_INTERPOSE 0x00000400
-DF_1_LOADFLTR  elf.h   d       682     #define DF_1_LOADFLTR 0x00000010
-DF_1_NODEFLIB  elf.h   d       689     #define DF_1_NODEFLIB 0x00000800
-DF_1_NODELETE  elf.h   d       681     #define DF_1_NODELETE 0x00000008
-DF_1_NODIRECT  elf.h   d       695     #define DF_1_NODIRECT 0x00020000
-DF_1_NODUMP    elf.h   d       690     #define DF_1_NODUMP 0x00001000
-DF_1_NOHDR     elf.h   d       698     #define DF_1_NOHDR 0x00100000
-DF_1_NOKSYMS   elf.h   d       697     #define DF_1_NOKSYMS 0x00080000
-DF_1_NOOPEN    elf.h   d       684     #define DF_1_NOOPEN 0x00000040
-DF_1_NORELOC   elf.h   d       700     #define DF_1_NORELOC 0x00400000
-DF_1_NOW       elf.h   d       678     #define DF_1_NOW 0x00000001
-DF_1_ORIGIN    elf.h   d       685     #define DF_1_ORIGIN 0x00000080
-DF_1_SINGLETON elf.h   d       703     #define DF_1_SINGLETON 0x02000000
-DF_1_SYMINTPOSE        elf.h   d       701     #define DF_1_SYMINTPOSE 0x00800000
-DF_1_TRANS     elf.h   d       687     #define DF_1_TRANS 0x00000200
-DF_BIND_NOW    elf.h   d       673     #define DF_BIND_NOW 0x00000008
-DF_ORIGIN      elf.h   d       670     #define DF_ORIGIN 0x00000001
-DF_P1_GROUPPERM        elf.h   d       710     #define DF_P1_GROUPPERM 0x00000002
-DF_P1_LAZYLOAD elf.h   d       709     #define DF_P1_LAZYLOAD 0x00000001
-DF_STATIC_TLS  elf.h   d       674     #define DF_STATIC_TLS 0x00000010
-DF_SYMBOLIC    elf.h   d       671     #define DF_SYMBOLIC 0x00000002
-DF_TEXTREL     elf.h   d       672     #define DF_TEXTREL 0x00000004
-DIR    dirent.h        T       18      typedef struct __dirstream DIR;
-DIRTYPE        tar.h   d       23      #define DIRTYPE '5'
-DISCONNECT     scsi/scsi.h     d       114     #define DISCONNECT 0x04
-DM     arpa/telnet.h   d       17      #define DM 242
-DMAXEXP        values.h        d       34      #define DMAXEXP DBL_MAX_EXP
-DMINEXP        values.h        d       32      #define DMINEXP DBL_MIN_EXP
-DN_ACCESS      fcntl.h d       131     #define DN_ACCESS 0x00000001
-DN_ATTRIB      fcntl.h d       136     #define DN_ATTRIB 0x00000020
-DN_CREATE      fcntl.h d       133     #define DN_CREATE 0x00000004
-DN_DELETE      fcntl.h d       134     #define DN_DELETE 0x00000008
-DN_MODIFY      fcntl.h d       132     #define DN_MODIFY 0x00000002
-DN_MULTISHOT   fcntl.h d       137     #define DN_MULTISHOT 0x80000000
-DN_RENAME      fcntl.h d       135     #define DN_RENAME 0x00000010
-DO     arpa/telnet.h   d       6       #define DO 253
-DONT   arpa/telnet.h   d       5       #define DONT 254
-DOUBLEBITS     values.h        d       11      #define DOUBLEBITS (sizeof(double) * 8)
-DTF_1_CONFEXP  elf.h   d       706     #define DTF_1_CONFEXP 0x00000002
-DTF_1_PARINIT  elf.h   d       705     #define DTF_1_PARINIT 0x00000001
-DTTOIF dirent.h        d       55      #define DTTOIF(x) ((x)<<12)
-DT_ADDRNUM     elf.h   d       642     #define DT_ADDRNUM 11
-DT_ADDRRNGHI   elf.h   d       640     #define DT_ADDRRNGHI 0x6ffffeff
-DT_ADDRRNGLO   elf.h   d       628     #define DT_ADDRRNGLO 0x6ffffe00
-DT_ADDRTAGIDX  elf.h   d       641     #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag))
-DT_ALPHA_NUM   elf.h   d       1780    #define DT_ALPHA_NUM 1
-DT_ALPHA_PLTRO elf.h   d       1779    #define DT_ALPHA_PLTRO (DT_LOPROC + 0)
-DT_AUDIT       elf.h   d       636     #define DT_AUDIT 0x6ffffefc
-DT_AUXILIARY   elf.h   d       664     #define DT_AUXILIARY 0x7ffffffd
-DT_BIND_NOW    elf.h   d       594     #define DT_BIND_NOW 24
-DT_BLK dirent.h        d       49      #define DT_BLK 6
-DT_CHECKSUM    elf.h   d       615     #define DT_CHECKSUM 0x6ffffdf8
-DT_CHR dirent.h        d       47      #define DT_CHR 2
-DT_CONFIG      elf.h   d       634     #define DT_CONFIG 0x6ffffefa
-DT_DEBUG       elf.h   d       591     #define DT_DEBUG 21
-DT_DEPAUDIT    elf.h   d       635     #define DT_DEPAUDIT 0x6ffffefb
-DT_DIR dirent.h        d       48      #define DT_DIR 4
-DT_ENCODING    elf.h   d       601     #define DT_ENCODING 32
-DT_EXTRANUM    elf.h   d       667     #define DT_EXTRANUM 3
-DT_EXTRATAGIDX elf.h   d       666     #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
-DT_FEATURE_1   elf.h   d       619     #define DT_FEATURE_1 0x6ffffdfc
-DT_FIFO        dirent.h        d       46      #define DT_FIFO 1
-DT_FILTER      elf.h   d       665     #define DT_FILTER 0x7fffffff
-DT_FINI        elf.h   d       583     #define DT_FINI 13
-DT_FINI_ARRAY  elf.h   d       596     #define DT_FINI_ARRAY 26
-DT_FINI_ARRAYSZ        elf.h   d       598     #define DT_FINI_ARRAYSZ 28
-DT_FLAGS       elf.h   d       600     #define DT_FLAGS 30
-DT_FLAGS_1     elf.h   d       652     #define DT_FLAGS_1 0x6ffffffb
-DT_GNU_CONFLICT        elf.h   d       632     #define DT_GNU_CONFLICT 0x6ffffef8
-DT_GNU_CONFLICTSZ      elf.h   d       613     #define DT_GNU_CONFLICTSZ 0x6ffffdf6
-DT_GNU_HASH    elf.h   d       629     #define DT_GNU_HASH 0x6ffffef5
-DT_GNU_LIBLIST elf.h   d       633     #define DT_GNU_LIBLIST 0x6ffffef9
-DT_GNU_LIBLISTSZ       elf.h   d       614     #define DT_GNU_LIBLISTSZ 0x6ffffdf7
-DT_GNU_PRELINKED       elf.h   d       612     #define DT_GNU_PRELINKED 0x6ffffdf5
-DT_HASH        elf.h   d       574     #define DT_HASH 4
-DT_HIOS        elf.h   d       606     #define DT_HIOS 0x6ffff000
-DT_HIPROC      elf.h   d       608     #define DT_HIPROC 0x7fffffff
-DT_IA_64_NUM   elf.h   d       2376    #define DT_IA_64_NUM 1
-DT_IA_64_PLT_RESERVE   elf.h   d       2375    #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
-DT_INIT        elf.h   d       582     #define DT_INIT 12
-DT_INIT_ARRAY  elf.h   d       595     #define DT_INIT_ARRAY 25
-DT_INIT_ARRAYSZ        elf.h   d       597     #define DT_INIT_ARRAYSZ 27
-DT_JMPREL      elf.h   d       593     #define DT_JMPREL 23
-DT_LNK dirent.h        d       51      #define DT_LNK 10
-DT_LOOS        elf.h   d       605     #define DT_LOOS 0x6000000d
-DT_LOPROC      elf.h   d       607     #define DT_LOPROC 0x70000000
-DT_MIPS_AUX_DYNAMIC    elf.h   d       1458    #define DT_MIPS_AUX_DYNAMIC 0x70000031
-DT_MIPS_BASE_ADDRESS   elf.h   d       1412    #define DT_MIPS_BASE_ADDRESS 0x70000006
-DT_MIPS_COMPACT_SIZE   elf.h   d       1456    #define DT_MIPS_COMPACT_SIZE 0x7000002f
-DT_MIPS_CONFLICT       elf.h   d       1414    #define DT_MIPS_CONFLICT 0x70000008
-DT_MIPS_CONFLICTNO     elf.h   d       1417    #define DT_MIPS_CONFLICTNO 0x7000000b
-DT_MIPS_CXX_FLAGS      elf.h   d       1441    #define DT_MIPS_CXX_FLAGS 0x70000022
-DT_MIPS_DELTA_CLASS    elf.h   d       1424    #define DT_MIPS_DELTA_CLASS 0x70000017
-DT_MIPS_DELTA_CLASSSYM elf.h   d       1437    #define DT_MIPS_DELTA_CLASSSYM 0x70000020
-DT_MIPS_DELTA_CLASSSYM_NO      elf.h   d       1439    #define DT_MIPS_DELTA_CLASSSYM_NO 0x70000021
-DT_MIPS_DELTA_CLASS_NO elf.h   d       1425    #define DT_MIPS_DELTA_CLASS_NO 0x70000018
-DT_MIPS_DELTA_INSTANCE elf.h   d       1427    #define DT_MIPS_DELTA_INSTANCE 0x70000019
-DT_MIPS_DELTA_INSTANCE_NO      elf.h   d       1428    #define DT_MIPS_DELTA_INSTANCE_NO 0x7000001a
-DT_MIPS_DELTA_RELOC    elf.h   d       1430    #define DT_MIPS_DELTA_RELOC 0x7000001b
-DT_MIPS_DELTA_RELOC_NO elf.h   d       1431    #define DT_MIPS_DELTA_RELOC_NO 0x7000001c
-DT_MIPS_DELTA_SYM      elf.h   d       1433    #define DT_MIPS_DELTA_SYM 0x7000001d
-DT_MIPS_DELTA_SYM_NO   elf.h   d       1435    #define DT_MIPS_DELTA_SYM_NO 0x7000001e
-DT_MIPS_DYNSTR_ALIGN   elf.h   d       1450    #define DT_MIPS_DYNSTR_ALIGN 0x7000002b
-DT_MIPS_FLAGS  elf.h   d       1411    #define DT_MIPS_FLAGS 0x70000005
-DT_MIPS_GOTSYM elf.h   d       1421    #define DT_MIPS_GOTSYM 0x70000013
-DT_MIPS_GP_VALUE       elf.h   d       1457    #define DT_MIPS_GP_VALUE 0x70000030
-DT_MIPS_HIDDEN_GOTIDX  elf.h   d       1446    #define DT_MIPS_HIDDEN_GOTIDX 0x70000027
-DT_MIPS_HIPAGENO       elf.h   d       1422    #define DT_MIPS_HIPAGENO 0x70000014
-DT_MIPS_ICHECKSUM      elf.h   d       1409    #define DT_MIPS_ICHECKSUM 0x70000003
-DT_MIPS_INTERFACE      elf.h   d       1449    #define DT_MIPS_INTERFACE 0x7000002a
-DT_MIPS_INTERFACE_SIZE elf.h   d       1451    #define DT_MIPS_INTERFACE_SIZE 0x7000002c
-DT_MIPS_IVERSION       elf.h   d       1410    #define DT_MIPS_IVERSION 0x70000004
-DT_MIPS_LIBLIST        elf.h   d       1415    #define DT_MIPS_LIBLIST 0x70000009
-DT_MIPS_LIBLISTNO      elf.h   d       1418    #define DT_MIPS_LIBLISTNO 0x70000010
-DT_MIPS_LOCALPAGE_GOTIDX       elf.h   d       1444    #define DT_MIPS_LOCALPAGE_GOTIDX 0x70000025
-DT_MIPS_LOCAL_GOTIDX   elf.h   d       1445    #define DT_MIPS_LOCAL_GOTIDX 0x70000026
-DT_MIPS_LOCAL_GOTNO    elf.h   d       1416    #define DT_MIPS_LOCAL_GOTNO 0x7000000a
-DT_MIPS_MSYM   elf.h   d       1413    #define DT_MIPS_MSYM 0x70000007
-DT_MIPS_NUM    elf.h   d       1463    #define DT_MIPS_NUM 0x35
-DT_MIPS_OPTIONS        elf.h   d       1448    #define DT_MIPS_OPTIONS 0x70000029
-DT_MIPS_PERF_SUFFIX    elf.h   d       1454    #define DT_MIPS_PERF_SUFFIX 0x7000002e
-DT_MIPS_PIXIE_INIT     elf.h   d       1442    #define DT_MIPS_PIXIE_INIT 0x70000023
-DT_MIPS_PLTGOT elf.h   d       1460    #define DT_MIPS_PLTGOT 0x70000032
-DT_MIPS_PROTECTED_GOTIDX       elf.h   d       1447    #define DT_MIPS_PROTECTED_GOTIDX 0x70000028
-DT_MIPS_RLD_MAP        elf.h   d       1423    #define DT_MIPS_RLD_MAP 0x70000016
-DT_MIPS_RLD_TEXT_RESOLVE_ADDR  elf.h   d       1452    #define DT_MIPS_RLD_TEXT_RESOLVE_ADDR 0x7000002d
-DT_MIPS_RLD_VERSION    elf.h   d       1407    #define DT_MIPS_RLD_VERSION 0x70000001
-DT_MIPS_RWPLT  elf.h   d       1462    #define DT_MIPS_RWPLT 0x70000034
-DT_MIPS_SYMBOL_LIB     elf.h   d       1443    #define DT_MIPS_SYMBOL_LIB 0x70000024
-DT_MIPS_SYMTABNO       elf.h   d       1419    #define DT_MIPS_SYMTABNO 0x70000011
-DT_MIPS_TIME_STAMP     elf.h   d       1408    #define DT_MIPS_TIME_STAMP 0x70000002
-DT_MIPS_UNREFEXTNO     elf.h   d       1420    #define DT_MIPS_UNREFEXTNO 0x70000012
-DT_MOVEENT     elf.h   d       617     #define DT_MOVEENT 0x6ffffdfa
-DT_MOVESZ      elf.h   d       618     #define DT_MOVESZ 0x6ffffdfb
-DT_MOVETAB     elf.h   d       638     #define DT_MOVETAB 0x6ffffefe
-DT_NEEDED      elf.h   d       571     #define DT_NEEDED 1
-DT_NULL        elf.h   d       570     #define DT_NULL 0
-DT_NUM elf.h   d       604     #define DT_NUM 34
-DT_PLTGOT      elf.h   d       573     #define DT_PLTGOT 3
-DT_PLTPAD      elf.h   d       637     #define DT_PLTPAD 0x6ffffefd
-DT_PLTPADSZ    elf.h   d       616     #define DT_PLTPADSZ 0x6ffffdf9
-DT_PLTREL      elf.h   d       590     #define DT_PLTREL 20
-DT_PLTRELSZ    elf.h   d       572     #define DT_PLTRELSZ 2
-DT_POSFLAG_1   elf.h   d       620     #define DT_POSFLAG_1 0x6ffffdfd
-DT_PPC64_GLINK elf.h   d       2026    #define DT_PPC64_GLINK (DT_LOPROC + 0)
-DT_PPC64_NUM   elf.h   d       2029    #define DT_PPC64_NUM 3
-DT_PPC64_OPD   elf.h   d       2027    #define DT_PPC64_OPD (DT_LOPROC + 1)
-DT_PPC64_OPDSZ elf.h   d       2028    #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
-DT_PPC_GOT     elf.h   d       1902    #define DT_PPC_GOT (DT_LOPROC + 0)
-DT_PPC_NUM     elf.h   d       1903    #define DT_PPC_NUM 1
-DT_PREINIT_ARRAY       elf.h   d       602     #define DT_PREINIT_ARRAY 32
-DT_PREINIT_ARRAYSZ     elf.h   d       603     #define DT_PREINIT_ARRAYSZ 33
-DT_PROCNUM     elf.h   d       609     #define DT_PROCNUM DT_MIPS_NUM
-DT_REG dirent.h        d       50      #define DT_REG 8
-DT_REL elf.h   d       587     #define DT_REL 17
-DT_RELA        elf.h   d       577     #define DT_RELA 7
-DT_RELACOUNT   elf.h   d       648     #define DT_RELACOUNT 0x6ffffff9
-DT_RELAENT     elf.h   d       579     #define DT_RELAENT 9
-DT_RELASZ      elf.h   d       578     #define DT_RELASZ 8
-DT_RELCOUNT    elf.h   d       649     #define DT_RELCOUNT 0x6ffffffa
-DT_RELENT      elf.h   d       589     #define DT_RELENT 19
-DT_RELSZ       elf.h   d       588     #define DT_RELSZ 18
-DT_RPATH       elf.h   d       585     #define DT_RPATH 15
-DT_RUNPATH     elf.h   d       599     #define DT_RUNPATH 29
-DT_SOCK        dirent.h        d       52      #define DT_SOCK 12
-DT_SONAME      elf.h   d       584     #define DT_SONAME 14
-DT_SPARC_NUM   elf.h   d       1146    #define DT_SPARC_NUM 2
-DT_SPARC_REGISTER      elf.h   d       1145    #define DT_SPARC_REGISTER 0x70000001
-DT_STRSZ       elf.h   d       580     #define DT_STRSZ 10
-DT_STRTAB      elf.h   d       575     #define DT_STRTAB 5
-DT_SYMBOLIC    elf.h   d       586     #define DT_SYMBOLIC 16
-DT_SYMENT      elf.h   d       581     #define DT_SYMENT 11
-DT_SYMINENT    elf.h   d       623     #define DT_SYMINENT 0x6ffffdff
-DT_SYMINFO     elf.h   d       639     #define DT_SYMINFO 0x6ffffeff
-DT_SYMINSZ     elf.h   d       622     #define DT_SYMINSZ 0x6ffffdfe
-DT_SYMTAB      elf.h   d       576     #define DT_SYMTAB 6
-DT_TEXTREL     elf.h   d       592     #define DT_TEXTREL 22
-DT_TLSDESC_GOT elf.h   d       631     #define DT_TLSDESC_GOT 0x6ffffef7
-DT_TLSDESC_PLT elf.h   d       630     #define DT_TLSDESC_PLT 0x6ffffef6
-DT_UNKNOWN     dirent.h        d       45      #define DT_UNKNOWN 0
-DT_VALNUM      elf.h   d       626     #define DT_VALNUM 12
-DT_VALRNGHI    elf.h   d       624     #define DT_VALRNGHI 0x6ffffdff
-DT_VALRNGLO    elf.h   d       611     #define DT_VALRNGLO 0x6ffffd00
-DT_VALTAGIDX   elf.h   d       625     #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag))
-DT_VERDEF      elf.h   d       653     #define DT_VERDEF 0x6ffffffc
-DT_VERDEFNUM   elf.h   d       655     #define DT_VERDEFNUM 0x6ffffffd
-DT_VERNEED     elf.h   d       656     #define DT_VERNEED 0x6ffffffe
-DT_VERNEEDNUM  elf.h   d       658     #define DT_VERNEEDNUM 0x6fffffff
-DT_VERSIONTAGIDX       elf.h   d       659     #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag))
-DT_VERSIONTAGNUM       elf.h   d       660     #define DT_VERSIONTAGNUM 16
-DT_VERSYM      elf.h   d       646     #define DT_VERSYM 0x6ffffff0
-DT_WHT dirent.h        d       53      #define DT_WHT 14
-D_FMT  langinfo.h      d       61      #define D_FMT 0x20029
-D_T_FMT        langinfo.h      d       60      #define D_T_FMT 0x20028
-Dl_info        dlfcn.h t       33      } Dl_info;
-EACCESS        arpa/tftp.h     d       24      #define EACCESS 2
-EAI_ADDRFAMILY netdb.h d       144     #define EAI_ADDRFAMILY -9
-EAI_AGAIN      netdb.h d       48      #define EAI_AGAIN -3
-EAI_ALLDONE    netdb.h d       148     #define EAI_ALLDONE -103
-EAI_BADFLAGS   netdb.h d       46      #define EAI_BADFLAGS -1
-EAI_CANCELED   netdb.h d       146     #define EAI_CANCELED -101
-EAI_FAIL       netdb.h d       49      #define EAI_FAIL -4
-EAI_FAMILY     netdb.h d       50      #define EAI_FAMILY -6
-EAI_IDN_ENCODE netdb.h d       150     #define EAI_IDN_ENCODE -105
-EAI_INPROGRESS netdb.h d       145     #define EAI_INPROGRESS -100
-EAI_INTR       netdb.h d       149     #define EAI_INTR -104
-EAI_MEMORY     netdb.h d       53      #define EAI_MEMORY -10
-EAI_NODATA     netdb.h d       143     #define EAI_NODATA -5
-EAI_NONAME     netdb.h d       47      #define EAI_NONAME -2
-EAI_NOTCANCELED        netdb.h d       147     #define EAI_NOTCANCELED -102
-EAI_OVERFLOW   netdb.h d       55      #define EAI_OVERFLOW -12
-EAI_SERVICE    netdb.h d       52      #define EAI_SERVICE -8
-EAI_SOCKTYPE   netdb.h d       51      #define EAI_SOCKTYPE -7
-EAI_SYSTEM     netdb.h d       54      #define EAI_SYSTEM -11
-EBADID arpa/tftp.h     d       27      #define EBADID 5
-EBADOP arpa/tftp.h     d       26      #define EBADOP 4
-EC     arpa/telnet.h   d       12      #define EC 247
-EEXISTS        arpa/tftp.h     d       28      #define EEXISTS 6
-EFA_PARISC_1_0 elf.h   d       1535    #define EFA_PARISC_1_0 0x020b
-EFA_PARISC_1_1 elf.h   d       1536    #define EFA_PARISC_1_1 0x0210
-EFA_PARISC_2_0 elf.h   d       1537    #define EFA_PARISC_2_0 0x0214
-EFD_CLOEXEC    sys/eventfd.h   d       14      #define EFD_CLOEXEC O_CLOEXEC
-EFD_NONBLOCK   sys/eventfd.h   d       15      #define EFD_NONBLOCK O_NONBLOCK
-EFD_SEMAPHORE  sys/eventfd.h   d       13      #define EFD_SEMAPHORE 1
-EF_ALPHA_32BIT elf.h   d       1715    #define EF_ALPHA_32BIT 1
-EF_ALPHA_CANRELAX      elf.h   d       1716    #define EF_ALPHA_CANRELAX 2
-EF_ARM_ABI_FLOAT_HARD  elf.h   d       2049    #define EF_ARM_ABI_FLOAT_HARD 0x400
-EF_ARM_ABI_FLOAT_SOFT  elf.h   d       2048    #define EF_ARM_ABI_FLOAT_SOFT 0x200
-EF_ARM_ALIGN8  elf.h   d       2041    #define EF_ARM_ALIGN8 0x40
-EF_ARM_APCS_26 elf.h   d       2038    #define EF_ARM_APCS_26 0x08
-EF_ARM_APCS_FLOAT      elf.h   d       2039    #define EF_ARM_APCS_FLOAT 0x10
-EF_ARM_BE8     elf.h   d       2058    #define EF_ARM_BE8 0x00800000
-EF_ARM_DYNSYMSUSESEGIDX        elf.h   d       2053    #define EF_ARM_DYNSYMSUSESEGIDX 0x08
-EF_ARM_EABIMASK        elf.h   d       2055    #define EF_ARM_EABIMASK 0XFF000000
-EF_ARM_EABI_UNKNOWN    elf.h   d       2062    #define EF_ARM_EABI_UNKNOWN 0x00000000
-EF_ARM_EABI_VER1       elf.h   d       2063    #define EF_ARM_EABI_VER1 0x01000000
-EF_ARM_EABI_VER2       elf.h   d       2064    #define EF_ARM_EABI_VER2 0x02000000
-EF_ARM_EABI_VER3       elf.h   d       2065    #define EF_ARM_EABI_VER3 0x03000000
-EF_ARM_EABI_VER4       elf.h   d       2066    #define EF_ARM_EABI_VER4 0x04000000
-EF_ARM_EABI_VER5       elf.h   d       2067    #define EF_ARM_EABI_VER5 0x05000000
-EF_ARM_EABI_VERSION    elf.h   d       2061    #define EF_ARM_EABI_VERSION(flags) ((flags) & EF_ARM_EABIMASK)
-EF_ARM_HASENTRY        elf.h   d       2036    #define EF_ARM_HASENTRY 0x02
-EF_ARM_INTERWORK       elf.h   d       2037    #define EF_ARM_INTERWORK 0x04
-EF_ARM_LE8     elf.h   d       2059    #define EF_ARM_LE8 0x00400000
-EF_ARM_MAPSYMSFIRST    elf.h   d       2054    #define EF_ARM_MAPSYMSFIRST 0x10
-EF_ARM_MAVERICK_FLOAT  elf.h   d       2046    #define EF_ARM_MAVERICK_FLOAT 0x800
-EF_ARM_NEW_ABI elf.h   d       2042    #define EF_ARM_NEW_ABI 0x80
-EF_ARM_OLD_ABI elf.h   d       2043    #define EF_ARM_OLD_ABI 0x100
-EF_ARM_PIC     elf.h   d       2040    #define EF_ARM_PIC 0x20
-EF_ARM_RELEXEC elf.h   d       2035    #define EF_ARM_RELEXEC 0x01
-EF_ARM_SOFT_FLOAT      elf.h   d       2044    #define EF_ARM_SOFT_FLOAT 0x200
-EF_ARM_SYMSARESORTED   elf.h   d       2052    #define EF_ARM_SYMSARESORTED 0x04
-EF_ARM_VFP_FLOAT       elf.h   d       2045    #define EF_ARM_VFP_FLOAT 0x400
-EF_CPU32       elf.h   d       955     #define EF_CPU32 0x00810000
-EF_IA_64_ABI64 elf.h   d       2353    #define EF_IA_64_ABI64 0x00000010
-EF_IA_64_ARCH  elf.h   d       2354    #define EF_IA_64_ARCH 0xff000000
-EF_IA_64_MASKOS        elf.h   d       2352    #define EF_IA_64_MASKOS 0x0000000f
-EF_MIPS_64BIT_WHIRL    elf.h   d       1153    #define EF_MIPS_64BIT_WHIRL 16
-EF_MIPS_ABI2   elf.h   d       1154    #define EF_MIPS_ABI2 32
-EF_MIPS_ABI_ON32       elf.h   d       1155    #define EF_MIPS_ABI_ON32 64
-EF_MIPS_ARCH   elf.h   d       1157    #define EF_MIPS_ARCH 0xf0000000
-EF_MIPS_ARCH_1 elf.h   d       1161    #define EF_MIPS_ARCH_1 0x00000000
-EF_MIPS_ARCH_2 elf.h   d       1162    #define EF_MIPS_ARCH_2 0x10000000
-EF_MIPS_ARCH_3 elf.h   d       1163    #define EF_MIPS_ARCH_3 0x20000000
-EF_MIPS_ARCH_32        elf.h   d       1166    #define EF_MIPS_ARCH_32 0x50000000
-EF_MIPS_ARCH_32R2      elf.h   d       1168    #define EF_MIPS_ARCH_32R2 0x70000000
-EF_MIPS_ARCH_4 elf.h   d       1164    #define EF_MIPS_ARCH_4 0x30000000
-EF_MIPS_ARCH_5 elf.h   d       1165    #define EF_MIPS_ARCH_5 0x40000000
-EF_MIPS_ARCH_64        elf.h   d       1167    #define EF_MIPS_ARCH_64 0x60000000
-EF_MIPS_ARCH_64R2      elf.h   d       1169    #define EF_MIPS_ARCH_64R2 0x80000000
-EF_MIPS_CPIC   elf.h   d       1151    #define EF_MIPS_CPIC 4
-EF_MIPS_NAN2008        elf.h   d       1156    #define EF_MIPS_NAN2008 1024
-EF_MIPS_NOREORDER      elf.h   d       1149    #define EF_MIPS_NOREORDER 1
-EF_MIPS_PIC    elf.h   d       1150    #define EF_MIPS_PIC 2
-EF_MIPS_XGOT   elf.h   d       1152    #define EF_MIPS_XGOT 8
-EF_PARISC_ARCH elf.h   d       1531    #define EF_PARISC_ARCH 0x0000ffff
-EF_PARISC_EXT  elf.h   d       1525    #define EF_PARISC_EXT 0x00020000
-EF_PARISC_LAZYSWAP     elf.h   d       1530    #define EF_PARISC_LAZYSWAP 0x00400000
-EF_PARISC_LSB  elf.h   d       1526    #define EF_PARISC_LSB 0x00040000
-EF_PARISC_NO_KABP      elf.h   d       1528    #define EF_PARISC_NO_KABP 0x00100000
-EF_PARISC_TRAPNIL      elf.h   d       1524    #define EF_PARISC_TRAPNIL 0x00010000
-EF_PARISC_WIDE elf.h   d       1527    #define EF_PARISC_WIDE 0x00080000
-EF_PPC_EMB     elf.h   d       1785    #define EF_PPC_EMB 0x80000000
-EF_PPC_RELOCATABLE     elf.h   d       1788    #define EF_PPC_RELOCATABLE 0x00010000
-EF_PPC_RELOCATABLE_LIB elf.h   d       1789    #define EF_PPC_RELOCATABLE_LIB 0x00008000
-EF_SPARCV9_MM  elf.h   d       1033    #define EF_SPARCV9_MM 3
-EF_SPARCV9_PSO elf.h   d       1035    #define EF_SPARCV9_PSO 1
-EF_SPARCV9_RMO elf.h   d       1036    #define EF_SPARCV9_RMO 2
-EF_SPARCV9_TSO elf.h   d       1034    #define EF_SPARCV9_TSO 0
-EF_SPARC_32PLUS        elf.h   d       1039    #define EF_SPARC_32PLUS 0x000100
-EF_SPARC_EXT_MASK      elf.h   d       1038    #define EF_SPARC_EXT_MASK 0xFFFF00
-EF_SPARC_HAL_R1        elf.h   d       1041    #define EF_SPARC_HAL_R1 0x000400
-EF_SPARC_LEDATA        elf.h   d       1037    #define EF_SPARC_LEDATA 0x800000
-EF_SPARC_SUN_US1       elf.h   d       1040    #define EF_SPARC_SUN_US1 0x000200
-EF_SPARC_SUN_US3       elf.h   d       1042    #define EF_SPARC_SUN_US3 0x000800
-EI_ABIVERSION  elf.h   d       119     #define EI_ABIVERSION 8
-EI_CLASS       elf.h   d       87      #define EI_CLASS 4
-EI_DATA        elf.h   d       93      #define EI_DATA 5
-EI_MAG0        elf.h   d       71      #define EI_MAG0 0
-EI_MAG1        elf.h   d       74      #define EI_MAG1 1
-EI_MAG2        elf.h   d       77      #define EI_MAG2 2
-EI_MAG3        elf.h   d       80      #define EI_MAG3 3
-EI_NIDENT      elf.h   d       35      #define EI_NIDENT (16)
-EI_OSABI       elf.h   d       102     #define EI_OSABI 7
-EI_PAD elf.h   d       121     #define EI_PAD 9
-EI_VERSION     elf.h   d       99      #define EI_VERSION 6
-EL     arpa/telnet.h   d       11      #define EL 248
-ELF32_M_INFO   elf.h   d       949     #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size))
-ELF32_M_SIZE   elf.h   d       948     #define ELF32_M_SIZE(info) ((unsigned char) (info))
-ELF32_M_SYM    elf.h   d       947     #define ELF32_M_SYM(info) ((info) >> 8)
-ELF32_R_INFO   elf.h   d       441     #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
-ELF32_R_SYM    elf.h   d       439     #define ELF32_R_SYM(val) ((val) >> 8)
-ELF32_R_TYPE   elf.h   d       440     #define ELF32_R_TYPE(val) ((val) & 0xff)
-ELF32_ST_BIND  elf.h   d       367     #define ELF32_ST_BIND(val) (((unsigned char) (val)) >> 4)
-ELF32_ST_INFO  elf.h   d       369     #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
-ELF32_ST_TYPE  elf.h   d       368     #define ELF32_ST_TYPE(val) ((val) & 0xf)
-ELF32_ST_VISIBILITY    elf.h   d       401     #define ELF32_ST_VISIBILITY(o) ((o) & 0x03)
-ELF64_M_INFO   elf.h   d       953     #define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size)
-ELF64_M_SIZE   elf.h   d       952     #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
-ELF64_M_SYM    elf.h   d       951     #define ELF64_M_SYM(info) ELF32_M_SYM (info)
-ELF64_R_INFO   elf.h   d       445     #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
-ELF64_R_SYM    elf.h   d       443     #define ELF64_R_SYM(i) ((i) >> 32)
-ELF64_R_TYPE   elf.h   d       444     #define ELF64_R_TYPE(i) ((i) & 0xffffffff)
-ELF64_ST_BIND  elf.h   d       371     #define ELF64_ST_BIND(val) ELF32_ST_BIND (val)
-ELF64_ST_INFO  elf.h   d       373     #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
-ELF64_ST_TYPE  elf.h   d       372     #define ELF64_ST_TYPE(val) ELF32_ST_TYPE (val)
-ELF64_ST_VISIBILITY    elf.h   d       402     #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
-ELFCLASS32     elf.h   d       89      #define ELFCLASS32 1
-ELFCLASS64     elf.h   d       90      #define ELFCLASS64 2
-ELFCLASSNONE   elf.h   d       88      #define ELFCLASSNONE 0
-ELFCLASSNUM    elf.h   d       91      #define ELFCLASSNUM 3
-ELFDATA2LSB    elf.h   d       95      #define ELFDATA2LSB 1
-ELFDATA2MSB    elf.h   d       96      #define ELFDATA2MSB 2
-ELFDATANONE    elf.h   d       94      #define ELFDATANONE 0
-ELFDATANUM     elf.h   d       97      #define ELFDATANUM 3
-ELFMAG elf.h   d       84      #define ELFMAG "\177ELF"
-ELFMAG0        elf.h   d       72      #define ELFMAG0 0x7f
-ELFMAG1        elf.h   d       75      #define ELFMAG1 'E'
-ELFMAG2        elf.h   d       78      #define ELFMAG2 'L'
-ELFMAG3        elf.h   d       81      #define ELFMAG3 'F'
-ELFOSABI_AIX   elf.h   d       110     #define ELFOSABI_AIX 7
-ELFOSABI_ARM   elf.h   d       116     #define ELFOSABI_ARM 97
-ELFOSABI_FREEBSD       elf.h   d       112     #define ELFOSABI_FREEBSD 9
-ELFOSABI_GNU   elf.h   d       108     #define ELFOSABI_GNU 3
-ELFOSABI_HPUX  elf.h   d       105     #define ELFOSABI_HPUX 1
-ELFOSABI_IRIX  elf.h   d       111     #define ELFOSABI_IRIX 8
-ELFOSABI_LINUX elf.h   d       107     #define ELFOSABI_LINUX 3
-ELFOSABI_MODESTO       elf.h   d       114     #define ELFOSABI_MODESTO 11
-ELFOSABI_NETBSD        elf.h   d       106     #define ELFOSABI_NETBSD 2
-ELFOSABI_NONE  elf.h   d       103     #define ELFOSABI_NONE 0
-ELFOSABI_OPENBSD       elf.h   d       115     #define ELFOSABI_OPENBSD 12
-ELFOSABI_SOLARIS       elf.h   d       109     #define ELFOSABI_SOLARIS 6
-ELFOSABI_STANDALONE    elf.h   d       117     #define ELFOSABI_STANDALONE 255
-ELFOSABI_SYSV  elf.h   d       104     #define ELFOSABI_SYSV 0
-ELFOSABI_TRU64 elf.h   d       113     #define ELFOSABI_TRU64 10
-ELF_NOTE_ABI   elf.h   d       916     #define ELF_NOTE_ABI NT_GNU_ABI_TAG
-ELF_NOTE_GNU   elf.h   d       906     #define ELF_NOTE_GNU "GNU"
-ELF_NOTE_OS_FREEBSD    elf.h   d       923     #define ELF_NOTE_OS_FREEBSD 3
-ELF_NOTE_OS_GNU        elf.h   d       921     #define ELF_NOTE_OS_GNU 1
-ELF_NOTE_OS_LINUX      elf.h   d       920     #define ELF_NOTE_OS_LINUX 0
-ELF_NOTE_OS_SOLARIS2   elf.h   d       922     #define ELF_NOTE_OS_SOLARIS2 2
-ELF_NOTE_PAGESIZE_HINT elf.h   d       912     #define ELF_NOTE_PAGESIZE_HINT 1
-ELF_NOTE_SOLARIS       elf.h   d       903     #define ELF_NOTE_SOLARIS "SUNW Solaris"
-ELF_PRARGSZ    sys/procfs.h    d       34      #define ELF_PRARGSZ 80
-EMPTY  utmpx.h d       49      #define EMPTY 0
-EM_386 elf.h   d       141     #define EM_386 3
-EM_68HC05      elf.h   d       192     #define EM_68HC05 72
-EM_68HC08      elf.h   d       191     #define EM_68HC08 71
-EM_68HC11      elf.h   d       190     #define EM_68HC11 70
-EM_68HC12      elf.h   d       174     #define EM_68HC12 53
-EM_68HC16      elf.h   d       189     #define EM_68HC16 69
-EM_68K elf.h   d       142     #define EM_68K 4
-EM_860 elf.h   d       144     #define EM_860 7
-EM_88K elf.h   d       143     #define EM_88K 5
-EM_960 elf.h   d       152     #define EM_960 19
-EM_AARCH64     elf.h   d       215     #define EM_AARCH64 183
-EM_ALPHA       elf.h   d       220     #define EM_ALPHA 0x9026
-EM_ARC elf.h   d       166     #define EM_ARC 45
-EM_ARC_A5      elf.h   d       213     #define EM_ARC_A5 93
-EM_ARM elf.h   d       161     #define EM_ARM 40
-EM_AVR elf.h   d       203     #define EM_AVR 83
-EM_COLDFIRE    elf.h   d       173     #define EM_COLDFIRE 52
-EM_CRIS        elf.h   d       196     #define EM_CRIS 76
-EM_D10V        elf.h   d       205     #define EM_D10V 85
-EM_D30V        elf.h   d       206     #define EM_D30V 86
-EM_FAKE_ALPHA  elf.h   d       162     #define EM_FAKE_ALPHA 41
-EM_FIREPATH    elf.h   d       198     #define EM_FIREPATH 78
-EM_FR20        elf.h   d       158     #define EM_FR20 37
-EM_FR30        elf.h   d       204     #define EM_FR30 84
-EM_FX66        elf.h   d       186     #define EM_FX66 66
-EM_H8S elf.h   d       169     #define EM_H8S 48
-EM_H8_300      elf.h   d       167     #define EM_H8_300 46
-EM_H8_300H     elf.h   d       168     #define EM_H8_300H 47
-EM_H8_500      elf.h   d       170     #define EM_H8_500 49
-EM_HUANY       elf.h   d       201     #define EM_HUANY 81
-EM_IA_64       elf.h   d       171     #define EM_IA_64 50
-EM_JAVELIN     elf.h   d       197     #define EM_JAVELIN 77
-EM_M32 elf.h   d       139     #define EM_M32 1
-EM_M32R        elf.h   d       208     #define EM_M32R 88
-EM_ME16        elf.h   d       180     #define EM_ME16 59
-EM_MICROBLAZE  elf.h   d       217     #define EM_MICROBLAZE 189
-EM_MIPS        elf.h   d       145     #define EM_MIPS 8
-EM_MIPS_RS3_LE elf.h   d       147     #define EM_MIPS_RS3_LE 10
-EM_MIPS_X      elf.h   d       172     #define EM_MIPS_X 51
-EM_MMA elf.h   d       175     #define EM_MMA 54
-EM_MMIX        elf.h   d       200     #define EM_MMIX 80
-EM_MN10200     elf.h   d       210     #define EM_MN10200 90
-EM_MN10300     elf.h   d       209     #define EM_MN10300 89
-EM_NCPU        elf.h   d       177     #define EM_NCPU 56
-EM_NDR1        elf.h   d       178     #define EM_NDR1 57
-EM_NONE        elf.h   d       138     #define EM_NONE 0
-EM_NUM elf.h   d       219     #define EM_NUM 192
-EM_OR1K        elf.h   d       212     #define EM_OR1K 92
-EM_PARISC      elf.h   d       149     #define EM_PARISC 15
-EM_PCP elf.h   d       176     #define EM_PCP 55
-EM_PDSP        elf.h   d       184     #define EM_PDSP 63
-EM_PJ  elf.h   d       211     #define EM_PJ 91
-EM_PPC elf.h   d       153     #define EM_PPC 20
-EM_PPC64       elf.h   d       154     #define EM_PPC64 21
-EM_PRISM       elf.h   d       202     #define EM_PRISM 82
-EM_RCE elf.h   d       160     #define EM_RCE 39
-EM_RH32        elf.h   d       159     #define EM_RH32 38
-EM_S370        elf.h   d       146     #define EM_S370 9
-EM_S390        elf.h   d       155     #define EM_S390 22
-EM_SH  elf.h   d       163     #define EM_SH 42
-EM_SPARC       elf.h   d       140     #define EM_SPARC 2
-EM_SPARC32PLUS elf.h   d       151     #define EM_SPARC32PLUS 18
-EM_SPARCV9     elf.h   d       164     #define EM_SPARCV9 43
-EM_ST100       elf.h   d       181     #define EM_ST100 60
-EM_ST19        elf.h   d       194     #define EM_ST19 74
-EM_ST7 elf.h   d       188     #define EM_ST7 68
-EM_ST9PLUS     elf.h   d       187     #define EM_ST9PLUS 67
-EM_STARCORE    elf.h   d       179     #define EM_STARCORE 58
-EM_SVX elf.h   d       193     #define EM_SVX 73
-EM_TILEGX      elf.h   d       218     #define EM_TILEGX 191
-EM_TILEPRO     elf.h   d       216     #define EM_TILEPRO 188
-EM_TINYJ       elf.h   d       182     #define EM_TINYJ 61
-EM_TRICORE     elf.h   d       165     #define EM_TRICORE 44
-EM_V800        elf.h   d       157     #define EM_V800 36
-EM_V850        elf.h   d       207     #define EM_V850 87
-EM_VAX elf.h   d       195     #define EM_VAX 75
-EM_VPP500      elf.h   d       150     #define EM_VPP500 17
-EM_X86_64      elf.h   d       183     #define EM_X86_64 62
-EM_XTENSA      elf.h   d       214     #define EM_XTENSA 94
-EM_ZSP elf.h   d       199     #define EM_ZSP 79
-ENCRYPT_CNT    arpa/telnet.h   d       223     #define ENCRYPT_CNT 9
-ENCRYPT_DEC_KEYID      arpa/telnet.h   d       222     #define ENCRYPT_DEC_KEYID 8
-ENCRYPT_ENC_KEYID      arpa/telnet.h   d       221     #define ENCRYPT_ENC_KEYID 7
-ENCRYPT_END    arpa/telnet.h   d       218     #define ENCRYPT_END 4
-ENCRYPT_IS     arpa/telnet.h   d       214     #define ENCRYPT_IS 0
-ENCRYPT_NAME   arpa/telnet.h   d       246     #define ENCRYPT_NAME(x) encrypt_names[x]
-ENCRYPT_NAME_OK        arpa/telnet.h   d       245     #define ENCRYPT_NAME_OK(x) ((unsigned int)(x) < ENCRYPT_CNT)
-ENCRYPT_REPLY  arpa/telnet.h   d       216     #define ENCRYPT_REPLY 2
-ENCRYPT_REQEND arpa/telnet.h   d       220     #define ENCRYPT_REQEND 6
-ENCRYPT_REQSTART       arpa/telnet.h   d       219     #define ENCRYPT_REQSTART 5
-ENCRYPT_START  arpa/telnet.h   d       217     #define ENCRYPT_START 3
-ENCRYPT_SUPPORT        arpa/telnet.h   d       215     #define ENCRYPT_SUPPORT 1
-ENCTYPE_ANY    arpa/telnet.h   d       225     #define ENCTYPE_ANY 0
-ENCTYPE_CNT    arpa/telnet.h   d       228     #define ENCTYPE_CNT 3
-ENCTYPE_DES_CFB64      arpa/telnet.h   d       226     #define ENCTYPE_DES_CFB64 1
-ENCTYPE_DES_OFB64      arpa/telnet.h   d       227     #define ENCTYPE_DES_OFB64 2
-ENCTYPE_NAME   arpa/telnet.h   d       249     #define ENCTYPE_NAME(x) enctype_names[x]
-ENCTYPE_NAME_OK        arpa/telnet.h   d       248     #define ENCTYPE_NAME_OK(x) ((unsigned int)(x) < ENCTYPE_CNT)
-ENOSPACE       arpa/tftp.h     d       25      #define ENOSPACE 3
-ENOTFOUND      arpa/tftp.h     d       23      #define ENOTFOUND 1
-ENOUSER        arpa/tftp.h     d       29      #define ENOUSER 7
-ENTER  search.h        e       13      
-ENTRY  search.h        t       19      } ENTRY;
-ENV_ESC        arpa/telnet.h   d       183     #define ENV_ESC 2
-ENV_USERVAR    arpa/telnet.h   d       184     #define ENV_USERVAR 3
-EOF    stdio.h d       31      #define EOF (-1)
-EOR    arpa/telnet.h   d       20      #define EOR 239
-EPOLLERR       sys/epoll.h     d       28      #define EPOLLERR 0x008
-EPOLLET        sys/epoll.h     d       34      #define EPOLLET (1U<<31)
-EPOLLEXCLUSIVE sys/epoll.h     d       31      #define EPOLLEXCLUSIVE (1U<<28)
-EPOLLHUP       sys/epoll.h     d       29      #define EPOLLHUP 0x010
-EPOLLIN        sys/epoll.h     d       20      #define EPOLLIN 0x001
-EPOLLMSG       sys/epoll.h     d       27      #define EPOLLMSG 0x400
-EPOLLONESHOT   sys/epoll.h     d       33      #define EPOLLONESHOT (1U<<30)
-EPOLLOUT       sys/epoll.h     d       22      #define EPOLLOUT 0x004
-EPOLLPRI       sys/epoll.h     d       21      #define EPOLLPRI 0x002
-EPOLLRDBAND    sys/epoll.h     d       24      #define EPOLLRDBAND 0x080
-EPOLLRDHUP     sys/epoll.h     d       30      #define EPOLLRDHUP 0x2000
-EPOLLRDNORM    sys/epoll.h     d       23      #define EPOLLRDNORM 0x040
-EPOLLWAKEUP    sys/epoll.h     d       32      #define EPOLLWAKEUP (1U<<29)
-EPOLLWRBAND    sys/epoll.h     d       26      #define EPOLLWRBAND 0x200
-EPOLLWRNORM    sys/epoll.h     d       25      #define EPOLLWRNORM 0x100
-EPOLL_CLOEXEC  sys/epoll.h     d       16      #define EPOLL_CLOEXEC O_CLOEXEC
-EPOLL_CTL_ADD  sys/epoll.h     d       36      #define EPOLL_CTL_ADD 1
-EPOLL_CTL_DEL  sys/epoll.h     d       37      #define EPOLL_CTL_DEL 2
-EPOLL_CTL_MOD  sys/epoll.h     d       38      #define EPOLL_CTL_MOD 3
-EPOLL_NONBLOCK sys/epoll.h     d       17      #define EPOLL_NONBLOCK O_NONBLOCK
-ERA    langinfo.h      d       65      #define ERA 0x2002C
-ERASE  scsi/scsi.h     d       22      #define ERASE 0x19
-ERA_D_FMT      langinfo.h      d       66      #define ERA_D_FMT 0x2002E
-ERA_D_T_FMT    langinfo.h      d       68      #define ERA_D_T_FMT 0x20030
-ERA_T_FMT      langinfo.h      d       69      #define ERA_T_FMT 0x20031
-ERROR  arpa/ftp.h      d       7       #define ERROR 5
-ERROR  arpa/tftp.h     d       8       #define ERROR 05
-ETHERMIN       net/ethernet.h  d       49      #define ETHERMIN (ETHER_MIN_LEN - ETHER_HDR_LEN - ETHER_CRC_LEN)
-ETHERMTU       net/ethernet.h  d       48      #define ETHERMTU ETH_DATA_LEN
-ETHERTYPE_AARP net/ethernet.h  d       28      #define ETHERTYPE_AARP 0x80F3
-ETHERTYPE_ARP  net/ethernet.h  d       25      #define ETHERTYPE_ARP 0x0806
-ETHERTYPE_AT   net/ethernet.h  d       27      #define ETHERTYPE_AT 0x809B
-ETHERTYPE_IP   net/ethernet.h  d       24      #define ETHERTYPE_IP 0x0800
-ETHERTYPE_IPV6 net/ethernet.h  d       31      #define ETHERTYPE_IPV6 0x86dd
-ETHERTYPE_IPX  net/ethernet.h  d       30      #define ETHERTYPE_IPX 0x8137
-ETHERTYPE_LOOPBACK     net/ethernet.h  d       32      #define ETHERTYPE_LOOPBACK 0x9000
-ETHERTYPE_NTRAILER     net/ethernet.h  d       46      #define ETHERTYPE_NTRAILER 16
-ETHERTYPE_PUP  net/ethernet.h  d       22      #define ETHERTYPE_PUP 0x0200
-ETHERTYPE_REVARP       net/ethernet.h  d       26      #define ETHERTYPE_REVARP 0x8035
-ETHERTYPE_SPRITE       net/ethernet.h  d       23      #define ETHERTYPE_SPRITE 0x0500
-ETHERTYPE_TRAIL        net/ethernet.h  d       45      #define ETHERTYPE_TRAIL 0x1000
-ETHERTYPE_VLAN net/ethernet.h  d       29      #define ETHERTYPE_VLAN 0x8100
-ETHER_ADDR_LEN net/ethernet.h  d       35      #define ETHER_ADDR_LEN ETH_ALEN
-ETHER_CRC_LEN  net/ethernet.h  d       37      #define ETHER_CRC_LEN 4
-ETHER_HDR_LEN  net/ethernet.h  d       38      #define ETHER_HDR_LEN ETH_HLEN
-ETHER_IS_VALID_LEN     net/ethernet.h  d       42      #define ETHER_IS_VALID_LEN(foo) ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
-ETHER_MAP_IP_MULTICAST netinet/if_ether.h      d       118     #define ETHER_MAP_IP_MULTICAST(ipaddr, enaddr) do { (enaddr)[0] = 0x01; (enaddr)[1] = 0x00; (enaddr)[2] = 0x5e; (enaddr)[3] = ((uint8_t *)ipaddr)[1] & 0x7f; (enaddr)[4] = ((uint8_t *)ipaddr)[2]; (enaddr)[5] = ((uint8_t *)ipaddr)[3]; } while(0)
-ETHER_MAX_LEN  net/ethernet.h  d       40      #define ETHER_MAX_LEN (ETH_FRAME_LEN + ETHER_CRC_LEN)
-ETHER_MIN_LEN  net/ethernet.h  d       39      #define ETHER_MIN_LEN (ETH_ZLEN + ETHER_CRC_LEN)
-ETHER_TYPE_LEN net/ethernet.h  d       36      #define ETHER_TYPE_LEN 2
-ETH_ALEN       netinet/if_ether.h      d       7       #define ETH_ALEN 6
-ETH_DATA_LEN   netinet/if_ether.h      d       10      #define ETH_DATA_LEN 1500
-ETH_FCS_LEN    netinet/if_ether.h      d       12      #define ETH_FCS_LEN 4
-ETH_FRAME_LEN  netinet/if_ether.h      d       11      #define ETH_FRAME_LEN 1514
-ETH_HLEN       netinet/if_ether.h      d       8       #define ETH_HLEN 14
-ETH_P_1588     netinet/if_ether.h      d       56      #define ETH_P_1588 0x88F7
-ETH_P_8021AD   netinet/if_ether.h      d       51      #define ETH_P_8021AD 0x88A8
-ETH_P_8021AH   netinet/if_ether.h      d       54      #define ETH_P_8021AH 0x88E7
-ETH_P_8021Q    netinet/if_ether.h      d       36      #define ETH_P_8021Q 0x8100
-ETH_P_80221    netinet/if_ether.h      d       61      #define ETH_P_80221 0x8917
-ETH_P_802_2    netinet/if_ether.h      d       74      #define ETH_P_802_2 0x0004
-ETH_P_802_3    netinet/if_ether.h      d       71      #define ETH_P_802_3 0x0001
-ETH_P_802_3_MIN        netinet/if_ether.h      d       69      #define ETH_P_802_3_MIN 0x0600
-ETH_P_802_EX1  netinet/if_ether.h      d       52      #define ETH_P_802_EX1 0x88B5
-ETH_P_AARP     netinet/if_ether.h      d       35      #define ETH_P_AARP 0x80F3
-ETH_P_AF_IUCV  netinet/if_ether.h      d       67      #define ETH_P_AF_IUCV 0xFBFB
-ETH_P_ALL      netinet/if_ether.h      d       73      #define ETH_P_ALL 0x0003
-ETH_P_AOE      netinet/if_ether.h      d       50      #define ETH_P_AOE 0x88A2
-ETH_P_ARCNET   netinet/if_ether.h      d       89      #define ETH_P_ARCNET 0x001A
-ETH_P_ARP      netinet/if_ether.h      d       19      #define ETH_P_ARP 0x0806
-ETH_P_ATALK    netinet/if_ether.h      d       34      #define ETH_P_ATALK 0x809B
-ETH_P_ATMFATE  netinet/if_ether.h      d       48      #define ETH_P_ATMFATE 0x8884
-ETH_P_ATMMPOA  netinet/if_ether.h      d       44      #define ETH_P_ATMMPOA 0x884c
-ETH_P_AX25     netinet/if_ether.h      d       72      #define ETH_P_AX25 0x0002
-ETH_P_BATMAN   netinet/if_ether.h      d       23      #define ETH_P_BATMAN 0x4305
-ETH_P_BPQ      netinet/if_ether.h      d       20      #define ETH_P_BPQ 0x08FF
-ETH_P_CAIF     netinet/if_ether.h      d       94      #define ETH_P_CAIF 0x00F7
-ETH_P_CAN      netinet/if_ether.h      d       80      #define ETH_P_CAN 0x000C
-ETH_P_CANFD    netinet/if_ether.h      d       81      #define ETH_P_CANFD 0x000D
-ETH_P_CONTROL  netinet/if_ether.h      d       85      #define ETH_P_CONTROL 0x0016
-ETH_P_CUST     netinet/if_ether.h      d       30      #define ETH_P_CUST 0x6006
-ETH_P_DDCMP    netinet/if_ether.h      d       76      #define ETH_P_DDCMP 0x0006
-ETH_P_DEC      netinet/if_ether.h      d       24      #define ETH_P_DEC 0x6000
-ETH_P_DIAG     netinet/if_ether.h      d       29      #define ETH_P_DIAG 0x6005
-ETH_P_DNA_DL   netinet/if_ether.h      d       25      #define ETH_P_DNA_DL 0x6001
-ETH_P_DNA_RC   netinet/if_ether.h      d       26      #define ETH_P_DNA_RC 0x6002
-ETH_P_DNA_RT   netinet/if_ether.h      d       27      #define ETH_P_DNA_RT 0x6003
-ETH_P_DSA      netinet/if_ether.h      d       90      #define ETH_P_DSA 0x001B
-ETH_P_ECONET   netinet/if_ether.h      d       87      #define ETH_P_ECONET 0x0018
-ETH_P_EDSA     netinet/if_ether.h      d       66      #define ETH_P_EDSA 0xDADA
-ETH_P_FCOE     netinet/if_ether.h      d       58      #define ETH_P_FCOE 0x8906
-ETH_P_FIP      netinet/if_ether.h      d       60      #define ETH_P_FIP 0x8914
-ETH_P_HDLC     netinet/if_ether.h      d       88      #define ETH_P_HDLC 0x0019
-ETH_P_IEEE802154       netinet/if_ether.h      d       93      #define ETH_P_IEEE802154 0x00F6
-ETH_P_IEEEPUP  netinet/if_ether.h      d       21      #define ETH_P_IEEEPUP 0x0a00
-ETH_P_IEEEPUPAT        netinet/if_ether.h      d       22      #define ETH_P_IEEEPUPAT 0x0a01
-ETH_P_IP       netinet/if_ether.h      d       17      #define ETH_P_IP 0x0800
-ETH_P_IPV6     netinet/if_ether.h      d       38      #define ETH_P_IPV6 0x86DD
-ETH_P_IPX      netinet/if_ether.h      d       37      #define ETH_P_IPX 0x8137
-ETH_P_IRDA     netinet/if_ether.h      d       86      #define ETH_P_IRDA 0x0017
-ETH_P_LAT      netinet/if_ether.h      d       28      #define ETH_P_LAT 0x6004
-ETH_P_LINK_CTL netinet/if_ether.h      d       47      #define ETH_P_LINK_CTL 0x886c
-ETH_P_LOCALTALK        netinet/if_ether.h      d       79      #define ETH_P_LOCALTALK 0x0009
-ETH_P_LOOP     netinet/if_ether.h      d       14      #define ETH_P_LOOP 0x0060
-ETH_P_LOOPBACK netinet/if_ether.h      d       62      #define ETH_P_LOOPBACK 0x9000
-ETH_P_MOBITEX  netinet/if_ether.h      d       84      #define ETH_P_MOBITEX 0x0015
-ETH_P_MPLS_MC  netinet/if_ether.h      d       43      #define ETH_P_MPLS_MC 0x8848
-ETH_P_MPLS_UC  netinet/if_ether.h      d       42      #define ETH_P_MPLS_UC 0x8847
-ETH_P_MVRP     netinet/if_ether.h      d       55      #define ETH_P_MVRP 0x88F5
-ETH_P_PAE      netinet/if_ether.h      d       49      #define ETH_P_PAE 0x888E
-ETH_P_PAUSE    netinet/if_ether.h      d       39      #define ETH_P_PAUSE 0x8808
-ETH_P_PHONET   netinet/if_ether.h      d       92      #define ETH_P_PHONET 0x00F5
-ETH_P_PPPTALK  netinet/if_ether.h      d       82      #define ETH_P_PPPTALK 0x0010
-ETH_P_PPP_DISC netinet/if_ether.h      d       45      #define ETH_P_PPP_DISC 0x8863
-ETH_P_PPP_MP   netinet/if_ether.h      d       78      #define ETH_P_PPP_MP 0x0008
-ETH_P_PPP_SES  netinet/if_ether.h      d       46      #define ETH_P_PPP_SES 0x8864
-ETH_P_PRP      netinet/if_ether.h      d       57      #define ETH_P_PRP 0x88FB
-ETH_P_PUP      netinet/if_ether.h      d       15      #define ETH_P_PUP 0x0200
-ETH_P_PUPAT    netinet/if_ether.h      d       16      #define ETH_P_PUPAT 0x0201
-ETH_P_QINQ1    netinet/if_ether.h      d       63      #define ETH_P_QINQ1 0x9100
-ETH_P_QINQ2    netinet/if_ether.h      d       64      #define ETH_P_QINQ2 0x9200
-ETH_P_QINQ3    netinet/if_ether.h      d       65      #define ETH_P_QINQ3 0x9300
-ETH_P_RARP     netinet/if_ether.h      d       33      #define ETH_P_RARP 0x8035
-ETH_P_SCA      netinet/if_ether.h      d       31      #define ETH_P_SCA 0x6007
-ETH_P_SLOW     netinet/if_ether.h      d       40      #define ETH_P_SLOW 0x8809
-ETH_P_SNAP     netinet/if_ether.h      d       75      #define ETH_P_SNAP 0x0005
-ETH_P_TDLS     netinet/if_ether.h      d       59      #define ETH_P_TDLS 0x890D
-ETH_P_TEB      netinet/if_ether.h      d       32      #define ETH_P_TEB 0x6558
-ETH_P_TIPC     netinet/if_ether.h      d       53      #define ETH_P_TIPC 0x88CA
-ETH_P_TRAILER  netinet/if_ether.h      d       91      #define ETH_P_TRAILER 0x001C
-ETH_P_TR_802_2 netinet/if_ether.h      d       83      #define ETH_P_TR_802_2 0x0011
-ETH_P_WAN_PPP  netinet/if_ether.h      d       77      #define ETH_P_WAN_PPP 0x0007
-ETH_P_WCCP     netinet/if_ether.h      d       41      #define ETH_P_WCCP 0x883E
-ETH_P_X25      netinet/if_ether.h      d       18      #define ETH_P_X25 0x0805
-ETH_ZLEN       netinet/if_ether.h      d       9       #define ETH_ZLEN 60
-ET_CORE        elf.h   d       129     #define ET_CORE 4
-ET_DYN elf.h   d       128     #define ET_DYN 3
-ET_EXEC        elf.h   d       127     #define ET_EXEC 2
-ET_HIOS        elf.h   d       132     #define ET_HIOS 0xfeff
-ET_HIPROC      elf.h   d       134     #define ET_HIPROC 0xffff
-ET_LOOS        elf.h   d       131     #define ET_LOOS 0xfe00
-ET_LOPROC      elf.h   d       133     #define ET_LOPROC 0xff00
-ET_NONE        elf.h   d       125     #define ET_NONE 0
-ET_NUM elf.h   d       130     #define ET_NUM 5
-ET_REL elf.h   d       126     #define ET_REL 1
-EUNDEF arpa/tftp.h     d       22      #define EUNDEF 0
-EV_CURRENT     elf.h   d       223     #define EV_CURRENT 1
-EV_NONE        elf.h   d       222     #define EV_NONE 0
-EV_NUM elf.h   d       224     #define EV_NUM 2
-EXIT_FAILURE   stdlib.h        d       76      #define EXIT_FAILURE 1
-EXIT_SUCCESS   stdlib.h        d       77      #define EXIT_SUCCESS 0
-EXPR_NEST_MAX  limits.h        d       80      #define EXPR_NEST_MAX 32
-EXTENDED_EXTENDED_IDENTIFY     scsi/scsi.h     d       110     #define EXTENDED_EXTENDED_IDENTIFY 0x02
-EXTENDED_MESSAGE       scsi/scsi.h     d       107     #define EXTENDED_MESSAGE 0x01
-EXTENDED_MODIFY_DATA_POINTER   scsi/scsi.h     d       108     #define EXTENDED_MODIFY_DATA_POINTER 0x00
-EXTENDED_SDTR  scsi/scsi.h     d       109     #define EXTENDED_SDTR 0x01
-EXTENDED_WDTR  scsi/scsi.h     d       111     #define EXTENDED_WDTR 0x03
-EX_CANTCREAT   sysexits.h      d       14      #define EX_CANTCREAT 73
-EX_CONFIG      sysexits.h      d       19      #define EX_CONFIG 78
-EX_DATAERR     sysexits.h      d       6       #define EX_DATAERR 65
-EX_IOERR       sysexits.h      d       15      #define EX_IOERR 74
-EX_NOHOST      sysexits.h      d       9       #define EX_NOHOST 68
-EX_NOINPUT     sysexits.h      d       7       #define EX_NOINPUT 66
-EX_NOPERM      sysexits.h      d       18      #define EX_NOPERM 77
-EX_NOUSER      sysexits.h      d       8       #define EX_NOUSER 67
-EX_OK  sysexits.h      d       3       #define EX_OK 0
-EX_OSERR       sysexits.h      d       12      #define EX_OSERR 71
-EX_OSFILE      sysexits.h      d       13      #define EX_OSFILE 72
-EX_PROTOCOL    sysexits.h      d       17      #define EX_PROTOCOL 76
-EX_SOFTWARE    sysexits.h      d       11      #define EX_SOFTWARE 70
-EX_TEMPFAIL    sysexits.h      d       16      #define EX_TEMPFAIL 75
-EX_UNAVAILABLE sysexits.h      d       10      #define EX_UNAVAILABLE 69
-EX_USAGE       sysexits.h      d       5       #define EX_USAGE 64
-EX__BASE       sysexits.h      d       4       #define EX__BASE 64
-EX__MAX        sysexits.h      d       20      #define EX__MAX 78
-E_MIPS_ARCH_1  elf.h   d       1172    #define E_MIPS_ARCH_1 0x00000000
-E_MIPS_ARCH_2  elf.h   d       1173    #define E_MIPS_ARCH_2 0x10000000
-E_MIPS_ARCH_3  elf.h   d       1174    #define E_MIPS_ARCH_3 0x20000000
-E_MIPS_ARCH_32 elf.h   d       1177    #define E_MIPS_ARCH_32 0x50000000
-E_MIPS_ARCH_4  elf.h   d       1175    #define E_MIPS_ARCH_4 0x30000000
-E_MIPS_ARCH_5  elf.h   d       1176    #define E_MIPS_ARCH_5 0x40000000
-E_MIPS_ARCH_64 elf.h   d       1178    #define E_MIPS_ARCH_64 0x60000000
-Elf32_Addr     elf.h   t       23      typedef uint32_t Elf32_Addr;
-Elf32_Conflict elf.h   t       1517    typedef Elf32_Addr Elf32_Conflict;
-Elf32_Dyn      elf.h   t       558     } Elf32_Dyn;
-Elf32_Ehdr     elf.h   t       52      } Elf32_Ehdr;
-Elf32_Half     elf.h   t       10      typedef uint16_t Elf32_Half;
-Elf32_Lib      elf.h   t       1493    } Elf32_Lib;
-Elf32_Move     elf.h   t       936     } Elf32_Move;
-Elf32_Nhdr     elf.h   t       892     } Elf32_Nhdr;
-Elf32_Off      elf.h   t       26      typedef uint32_t Elf32_Off;
-Elf32_Phdr     elf.h   t       458     } Elf32_Phdr;
-Elf32_RegInfo  elf.h   t       1274    } Elf32_RegInfo;
-Elf32_Rel      elf.h   t       416     } Elf32_Rel;
-Elf32_Rela     elf.h   t       429     } Elf32_Rela;
-Elf32_Section  elf.h   t       29      typedef uint16_t Elf32_Section;
-Elf32_Shdr     elf.h   t       237     } Elf32_Shdr;
-Elf32_Sword    elf.h   t       14      typedef int32_t Elf32_Sword;
-Elf32_Sxword   elf.h   t       19      typedef int64_t Elf32_Sxword;
-Elf32_Sym      elf.h   t       333     } Elf32_Sym;
-Elf32_Syminfo  elf.h   t       347     } Elf32_Syminfo;
-Elf32_Verdaux  elf.h   t       756     } Elf32_Verdaux;
-Elf32_Verdef   elf.h   t       723     } Elf32_Verdef;
-Elf32_Vernaux  elf.h   t       796     } Elf32_Vernaux;
-Elf32_Verneed  elf.h   t       772     } Elf32_Verneed;
-Elf32_Versym   elf.h   t       32      typedef Elf32_Half Elf32_Versym;
-Elf32_Word     elf.h   t       13      typedef uint32_t Elf32_Word;
-Elf32_Xword    elf.h   t       18      typedef uint64_t Elf32_Xword;
-Elf32_auxv_t   elf.h   t       817     } Elf32_auxv_t;
-Elf32_gptab    elf.h   t       1266    } Elf32_gptab;
-Elf64_Addr     elf.h   t       24      typedef uint64_t Elf64_Addr;
-Elf64_Dyn      elf.h   t       566     } Elf64_Dyn;
-Elf64_Ehdr     elf.h   t       69      } Elf64_Ehdr;
-Elf64_Half     elf.h   t       11      typedef uint16_t Elf64_Half;
-Elf64_Lib      elf.h   t       1502    } Elf64_Lib;
-Elf64_Move     elf.h   t       944     } Elf64_Move;
-Elf64_Nhdr     elf.h   t       898     } Elf64_Nhdr;
-Elf64_Off      elf.h   t       27      typedef uint64_t Elf64_Off;
-Elf64_Phdr     elf.h   t       469     } Elf64_Phdr;
-Elf64_Rel      elf.h   t       421     } Elf64_Rel;
-Elf64_Rela     elf.h   t       435     } Elf64_Rela;
-Elf64_Section  elf.h   t       30      typedef uint16_t Elf64_Section;
-Elf64_Shdr     elf.h   t       250     } Elf64_Shdr;
-Elf64_Sword    elf.h   t       16      typedef int32_t Elf64_Sword;
-Elf64_Sxword   elf.h   t       21      typedef int64_t Elf64_Sxword;
-Elf64_Sym      elf.h   t       342     } Elf64_Sym;
-Elf64_Syminfo  elf.h   t       352     } Elf64_Syminfo;
-Elf64_Verdaux  elf.h   t       761     } Elf64_Verdaux;
-Elf64_Verdef   elf.h   t       733     } Elf64_Verdef;
-Elf64_Vernaux  elf.h   t       804     } Elf64_Vernaux;
-Elf64_Verneed  elf.h   t       780     } Elf64_Verneed;
-Elf64_Versym   elf.h   t       33      typedef Elf64_Half Elf64_Versym;
-Elf64_Word     elf.h   t       15      typedef uint32_t Elf64_Word;
-Elf64_Xword    elf.h   t       20      typedef uint64_t Elf64_Xword;
-Elf64_auxv_t   elf.h   t       824     } Elf64_auxv_t;
-ElfW   link.h  d       14      #define ElfW(type) Elf64_ ## type
-ElfW   link.h  d       16      #define ElfW(type) Elf32_ ## type
-ElfW   link.h  p       23       ElfW(Addr) dlpi_addr;
-ElfW   link.h  p       25       const ElfW(Phdr) *dlpi_phdr;
-ElfW   link.h  p       26       ElfW(Half) dlpi_phnum;
-ElfW   link.h  p       34       ElfW(Addr) l_addr;
-ElfW   link.h  p       36       ElfW(Dyn) *l_ld;
-ElfW   link.h  p       43       ElfW(Addr) r_brk;
-ElfW   link.h  p       45       ElfW(Addr) r_ldbase;
-Elf_Options    elf.h   t       1285    } Elf_Options;
-Elf_Options_Hw elf.h   t       1331    } Elf_Options_Hw;
-Elf_Symndx     link.h  t       20      typedef uint32_t Elf_Symndx;
-FALLOC_FL_KEEP_SIZE    fcntl.h d       151     #define FALLOC_FL_KEEP_SIZE 1
-FALLOC_FL_PUNCH_HOLE   fcntl.h d       152     #define FALLOC_FL_PUNCH_HOLE 2
-FANOTIFY_METADATA_VERSION      sys/fanotify.h  d       59      #define FANOTIFY_METADATA_VERSION 3
-FAN_ACCESS     sys/fanotify.h  d       27      #define FAN_ACCESS 0x01
-FAN_ACCESS_PERM        sys/fanotify.h  d       34      #define FAN_ACCESS_PERM 0x20000
-FAN_ALLOW      sys/fanotify.h  d       60      #define FAN_ALLOW 0x01
-FAN_ALL_CLASS_BITS     sys/fanotify.h  d       43      #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
-FAN_ALL_EVENTS sys/fanotify.h  d       56      #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
-FAN_ALL_INIT_FLAGS     sys/fanotify.h  d       46      #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
-FAN_ALL_MARK_FLAGS     sys/fanotify.h  d       55      #define FAN_ALL_MARK_FLAGS (FAN_MARK_ADD | FAN_MARK_REMOVE | FAN_MARK_DONT_FOLLOW | FAN_MARK_ONLYDIR | FAN_MARK_MOUNT | FAN_MARK_IGNORED_MASK | FAN_MARK_IGNORED_SURV_MODIFY | FAN_MARK_FLUSH)
-FAN_ALL_OUTGOING_EVENTS        sys/fanotify.h  d       58      #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
-FAN_ALL_PERM_EVENTS    sys/fanotify.h  d       57      #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM | FAN_ACCESS_PERM)
-FAN_CLASS_CONTENT      sys/fanotify.h  d       41      #define FAN_CLASS_CONTENT 0x04
-FAN_CLASS_NOTIF        sys/fanotify.h  d       40      #define FAN_CLASS_NOTIF 0
-FAN_CLASS_PRE_CONTENT  sys/fanotify.h  d       42      #define FAN_CLASS_PRE_CONTENT 0x08
-FAN_CLOEXEC    sys/fanotify.h  d       38      #define FAN_CLOEXEC 0x01
-FAN_CLOSE      sys/fanotify.h  d       37      #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
-FAN_CLOSE_NOWRITE      sys/fanotify.h  d       30      #define FAN_CLOSE_NOWRITE 0x10
-FAN_CLOSE_WRITE        sys/fanotify.h  d       29      #define FAN_CLOSE_WRITE 0x08
-FAN_DENY       sys/fanotify.h  d       61      #define FAN_DENY 0x02
-FAN_EVENT_METADATA_LEN sys/fanotify.h  d       63      #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
-FAN_EVENT_NEXT sys/fanotify.h  d       64      #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((char *)(meta)) + (meta)->event_len))
-FAN_EVENT_OK   sys/fanotify.h  d       65      #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
-FAN_EVENT_ON_CHILD     sys/fanotify.h  d       36      #define FAN_EVENT_ON_CHILD 0x08000000
-FAN_MARK_ADD   sys/fanotify.h  d       47      #define FAN_MARK_ADD 0x01
-FAN_MARK_DONT_FOLLOW   sys/fanotify.h  d       49      #define FAN_MARK_DONT_FOLLOW 0x04
-FAN_MARK_FLUSH sys/fanotify.h  d       54      #define FAN_MARK_FLUSH 0x80
-FAN_MARK_IGNORED_MASK  sys/fanotify.h  d       52      #define FAN_MARK_IGNORED_MASK 0x20
-FAN_MARK_IGNORED_SURV_MODIFY   sys/fanotify.h  d       53      #define FAN_MARK_IGNORED_SURV_MODIFY 0x40
-FAN_MARK_MOUNT sys/fanotify.h  d       51      #define FAN_MARK_MOUNT 0x10
-FAN_MARK_ONLYDIR       sys/fanotify.h  d       50      #define FAN_MARK_ONLYDIR 0x08
-FAN_MARK_REMOVE        sys/fanotify.h  d       48      #define FAN_MARK_REMOVE 0x02
-FAN_MODIFY     sys/fanotify.h  d       28      #define FAN_MODIFY 0x02
-FAN_NOFD       sys/fanotify.h  d       62      #define FAN_NOFD -1
-FAN_NONBLOCK   sys/fanotify.h  d       39      #define FAN_NONBLOCK 0x02
-FAN_ONDIR      sys/fanotify.h  d       35      #define FAN_ONDIR 0x40000000
-FAN_OPEN       sys/fanotify.h  d       31      #define FAN_OPEN 0x20
-FAN_OPEN_PERM  sys/fanotify.h  d       33      #define FAN_OPEN_PERM 0x10000
-FAN_Q_OVERFLOW sys/fanotify.h  d       32      #define FAN_Q_OVERFLOW 0x4000
-FAN_UNLIMITED_MARKS    sys/fanotify.h  d       45      #define FAN_UNLIMITED_MARKS 0x20
-FAN_UNLIMITED_QUEUE    sys/fanotify.h  d       44      #define FAN_UNLIMITED_QUEUE 0x10
-FAPPEND        fcntl.h d       102     #define FAPPEND O_APPEND
-FASYNC fcntl.h d       104     #define FASYNC O_ASYNC
-FD_CLOEXEC     fcntl.h d       58      #define FD_CLOEXEC 1
-FD_CLR sys/select.h    d       29      #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long)))))
-FD_ISSET       sys/select.h    d       30      #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long)))))
-FD_SET sys/select.h    d       28      #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long)))))
-FD_SETSIZE     sys/select.h    d       18      #define FD_SETSIZE 1024
-FD_ZERO        sys/select.h    d       27      #define FD_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); __i; __i--) *__b++=0; } while(0)
-FFSYNC fcntl.h d       103     #define FFSYNC O_FSYNC
-FIFOTYPE       tar.h   d       24      #define FIFOTYPE '6'
-FILENAME_MAX   stdio.h d       45      #define FILENAME_MAX 4096
-FILESIZEBITS   limits.h        d       46      #define FILESIZEBITS 64
-FIND   search.h        e       13      
-FLOATBITS      values.h        d       12      #define FLOATBITS (sizeof(float) * 8)
-FLT_DECIMAL_DIG        float.h d       24      #define FLT_DECIMAL_DIG 9
-FLT_DIG        float.h d       23      #define FLT_DIG 6
-FLT_EPSILON    float.h d       16      #define FLT_EPSILON 1.1920928955078125e-07F
-FLT_HAS_SUBNORM        float.h d       21      #define FLT_HAS_SUBNORM 1
-FLT_MANT_DIG   float.h d       18      #define FLT_MANT_DIG 24
-FLT_MAX        float.h d       15      #define FLT_MAX 3.40282346638528859812e+38F
-FLT_MAX_10_EXP float.h d       26      #define FLT_MAX_10_EXP 38
-FLT_MAX_EXP    float.h d       20      #define FLT_MAX_EXP 128
-FLT_MIN        float.h d       14      #define FLT_MIN 1.17549435082228750797e-38F
-FLT_MIN_10_EXP float.h d       25      #define FLT_MIN_10_EXP (-37)
-FLT_MIN_EXP    float.h d       19      #define FLT_MIN_EXP (-125)
-FLT_RADIX      float.h d       11      #define FLT_RADIX 2
-FLT_ROUNDS     float.h d       9       #define FLT_ROUNDS (__flt_rounds())
-FLT_TRUE_MIN   float.h d       13      #define FLT_TRUE_MIN 1.40129846432481707092e-45F
-FLUSHBAND      stropts.h       d       45      #define FLUSHBAND 0x04
-FLUSHR stropts.h       d       42      #define FLUSHR 0x01
-FLUSHRW        stropts.h       d       44      #define FLUSHRW 0x03
-FLUSHW stropts.h       d       43      #define FLUSHW 0x02
-FMAXEXP        values.h        d       35      #define FMAXEXP FLT_MAX_EXP
-FMINEXP        values.h        d       33      #define FMINEXP FLT_MIN_EXP
-FMNAMESZ       stropts.h       d       40      #define FMNAMESZ 8
-FNDELAY        fcntl.h d       106     #define FNDELAY O_NDELAY
-FNM_CASEFOLD   fnmatch.h       d       12      #define FNM_CASEFOLD 0x10
-FNM_FILE_NAME  fnmatch.h       d       13      #define FNM_FILE_NAME FNM_PATHNAME
-FNM_LEADING_DIR        fnmatch.h       d       11      #define FNM_LEADING_DIR 0x8 
-FNM_NOESCAPE   fnmatch.h       d       9       #define FNM_NOESCAPE 0x2
-FNM_NOMATCH    fnmatch.h       d       15      #define FNM_NOMATCH 1
-FNM_NOSYS      fnmatch.h       d       16      #define FNM_NOSYS (-1)
-FNM_PATHNAME   fnmatch.h       d       8       #define FNM_PATHNAME 0x1
-FNM_PERIOD     fnmatch.h       d       10      #define FNM_PERIOD 0x4
-FNONBLOCK      fcntl.h d       105     #define FNONBLOCK O_NONBLOCK
-FOPEN_MAX      stdio.h d       46      #define FOPEN_MAX 1000
-FORMAT_UNIT    scsi/scsi.h     d       7       #define FORMAT_UNIT 0x04
-FORMERR        arpa/nameser.h  d       382     #define FORMERR ns_r_formerr
-FORM_C arpa/ftp.h      d       14      #define FORM_C 3
-FORM_N arpa/ftp.h      d       12      #define FORM_N 1
-FORM_T arpa/ftp.h      d       13      #define FORM_T 2
-FPE_FLTDIV     signal.h        d       58      #define FPE_FLTDIV 3
-FPE_FLTINV     signal.h        d       62      #define FPE_FLTINV 7
-FPE_FLTOVF     signal.h        d       59      #define FPE_FLTOVF 4
-FPE_FLTRES     signal.h        d       61      #define FPE_FLTRES 6
-FPE_FLTSUB     signal.h        d       63      #define FPE_FLTSUB 8
-FPE_FLTUND     signal.h        d       60      #define FPE_FLTUND 5
-FPE_INTDIV     signal.h        d       56      #define FPE_INTDIV 1
-FPE_INTOVF     signal.h        d       57      #define FPE_INTOVF 2
-FP_ILOGB0      math.h  d       31      #define FP_ILOGB0 FP_ILOGBNAN
-FP_ILOGBNAN    math.h  d       30      #define FP_ILOGBNAN (-1-(int)(((unsigned)-1)>>1))
-FP_INFINITE    math.h  d       34      #define FP_INFINITE 1
-FP_NAN math.h  d       33      #define FP_NAN 0
-FP_NORMAL      math.h  d       37      #define FP_NORMAL 4
-FP_SUBNORMAL   math.h  d       36      #define FP_SUBNORMAL 3
-FP_ZERO        math.h  d       35      #define FP_ZERO 2
-FSETLOCKING_BYCALLER   stdio_ext.h     d       12      #define FSETLOCKING_BYCALLER 2
-FSETLOCKING_INTERNAL   stdio_ext.h     d       11      #define FSETLOCKING_INTERNAL 1
-FSETLOCKING_QUERY      stdio_ext.h     d       10      #define FSETLOCKING_QUERY 0
-FTW_CHDIR      ftw.h   d       21      #define FTW_CHDIR 4
-FTW_D  ftw.h   d       12      #define FTW_D 2
-FTW_DEPTH      ftw.h   d       22      #define FTW_DEPTH 8
-FTW_DNR        ftw.h   d       13      #define FTW_DNR 3
-FTW_DP ftw.h   d       16      #define FTW_DP 6
-FTW_F  ftw.h   d       11      #define FTW_F 1
-FTW_MOUNT      ftw.h   d       20      #define FTW_MOUNT 2
-FTW_NS ftw.h   d       14      #define FTW_NS 4
-FTW_PHYS       ftw.h   d       19      #define FTW_PHYS 1
-FTW_SL ftw.h   d       15      #define FTW_SL 5
-FTW_SLN        ftw.h   d       17      #define FTW_SLN 7
-F_ADD_SEALS    fcntl.h d       123     #define F_ADD_SEALS 1033
-F_CANCELLK     fcntl.h d       120     #define F_CANCELLK 1029
-F_DUPFD_CLOEXEC        fcntl.h d       52      #define F_DUPFD_CLOEXEC 1030
-F_GETLEASE     fcntl.h d       118     #define F_GETLEASE 1025
-F_GETLK64      fcntl.h d       171     #define F_GETLK64 F_GETLK
-F_GETPIPE_SZ   fcntl.h d       122     #define F_GETPIPE_SZ 1032
-F_GET_SEALS    fcntl.h d       124     #define F_GET_SEALS 1034
-F_LOCK fcntl.h d       113     #define F_LOCK 1
-F_LOCK unistd.h        d       134     #define F_LOCK 1
-F_NOTIFY       fcntl.h d       119     #define F_NOTIFY 1026
-F_OFD_GETLK    fcntl.h d       48      #define F_OFD_GETLK 36
-F_OFD_SETLK    fcntl.h d       49      #define F_OFD_SETLK 37
-F_OFD_SETLKW   fcntl.h d       50      #define F_OFD_SETLKW 38
-F_OK   fcntl.h d       108     #define F_OK 0
-F_OK   unistd.h        d       68      #define F_OK 0
-F_OWNER_GID    fcntl.h d       146     #define F_OWNER_GID 2
-F_OWNER_PGRP   fcntl.h d       145     #define F_OWNER_PGRP 2
-F_OWNER_PID    fcntl.h d       144     #define F_OWNER_PID 1
-F_OWNER_TID    fcntl.h d       143     #define F_OWNER_TID 0
-F_RDLCK        fcntl.h d       54      #define F_RDLCK 0
-F_SEAL_GROW    fcntl.h d       128     #define F_SEAL_GROW 0x0004
-F_SEAL_SEAL    fcntl.h d       126     #define F_SEAL_SEAL 0x0001
-F_SEAL_SHRINK  fcntl.h d       127     #define F_SEAL_SHRINK 0x0002
-F_SEAL_WRITE   fcntl.h d       129     #define F_SEAL_WRITE 0x0008
-F_SETLEASE     fcntl.h d       117     #define F_SETLEASE 1024
-F_SETLK64      fcntl.h d       172     #define F_SETLK64 F_SETLK
-F_SETLKW64     fcntl.h d       173     #define F_SETLKW64 F_SETLKW
-F_SETPIPE_SZ   fcntl.h d       121     #define F_SETPIPE_SZ 1031
-F_TEST fcntl.h d       115     #define F_TEST 3
-F_TEST unistd.h        d       136     #define F_TEST 3
-F_TLOCK        fcntl.h d       114     #define F_TLOCK 2
-F_TLOCK        unistd.h        d       135     #define F_TLOCK 2
-F_ULOCK        fcntl.h d       112     #define F_ULOCK 0
-F_ULOCK        unistd.h        d       133     #define F_ULOCK 0
-F_UNLCK        fcntl.h d       56      #define F_UNLCK 2
-F_WRLCK        fcntl.h d       55      #define F_WRLCK 1
-GA     arpa/telnet.h   d       10      #define GA 249
-GETALL sys/sem.h       d       22      #define GETALL 13
-GETLONG        arpa/nameser.h  d       447     #define GETLONG NS_GET32
-GETNCNT        sys/sem.h       d       23      #define GETNCNT 14
-GETPID sys/sem.h       d       20      #define GETPID 11
-GETSHORT       arpa/nameser.h  d       446     #define GETSHORT NS_GET16
-GETVAL sys/sem.h       d       21      #define GETVAL 12
-GETZCNT        sys/sem.h       d       24      #define GETZCNT 15
-GLOB_ABORTED   glob.h  d       35      #define GLOB_ABORTED 2
-GLOB_APPEND    glob.h  d       30      #define GLOB_APPEND 0x20
-GLOB_DOOFFS    glob.h  d       28      #define GLOB_DOOFFS 0x08
-GLOB_ERR       glob.h  d       25      #define GLOB_ERR 0x01
-GLOB_MARK      glob.h  d       26      #define GLOB_MARK 0x02
-GLOB_NOCHECK   glob.h  d       29      #define GLOB_NOCHECK 0x10
-GLOB_NOESCAPE  glob.h  d       31      #define GLOB_NOESCAPE 0x40
-GLOB_NOMATCH   glob.h  d       36      #define GLOB_NOMATCH 3
-GLOB_NOSORT    glob.h  d       27      #define GLOB_NOSORT 0x04
-GLOB_NOSPACE   glob.h  d       34      #define GLOB_NOSPACE 1
-GLOB_NOSYS     glob.h  d       37      #define GLOB_NOSYS 4
-GLOB_PERIOD    glob.h  d       32      #define GLOB_PERIOD 0x80
-GMT_BOT        sys/mtio.h      d       142     #define GMT_BOT(x) ((x) & 0x40000000)
-GMT_DR_OPEN    sys/mtio.h      d       151     #define GMT_DR_OPEN(x) ((x) & 0x00040000)
-GMT_D_1600     sys/mtio.h      d       149     #define GMT_D_1600(x) ((x) & 0x00400000)
-GMT_D_6250     sys/mtio.h      d       148     #define GMT_D_6250(x) ((x) & 0x00800000)
-GMT_D_800      sys/mtio.h      d       150     #define GMT_D_800(x) ((x) & 0x00200000)
-GMT_EOD        sys/mtio.h      d       145     #define GMT_EOD(x) ((x) & 0x08000000)
-GMT_EOF        sys/mtio.h      d       141     #define GMT_EOF(x) ((x) & 0x80000000)
-GMT_EOT        sys/mtio.h      d       143     #define GMT_EOT(x) ((x) & 0x20000000)
-GMT_IM_REP_EN  sys/mtio.h      d       152     #define GMT_IM_REP_EN(x) ((x) & 0x00010000)
-GMT_ONLINE     sys/mtio.h      d       147     #define GMT_ONLINE(x) ((x) & 0x01000000)
-GMT_SM sys/mtio.h      d       144     #define GMT_SM(x) ((x) & 0x10000000)
-GMT_WR_PROT    sys/mtio.h      d       146     #define GMT_WR_PROT(x) ((x) & 0x04000000)
-GOOD   scsi/scsi.h     d       73      #define GOOD 0x00
-GROUP_FILTER_SIZE      netinet/in.h    d       298     #define GROUP_FILTER_SIZE(numsrc) (sizeof(struct group_filter) - sizeof(struct sockaddr_storage) + (numsrc) * sizeof(struct sockaddr_storage))
-GRPQUOTA       sys/quota.h     d       21      #define GRPQUOTA 1
-GRP_COMDAT     elf.h   d       324     #define GRP_COMDAT 0x1
-HARDWARE_ERROR scsi/scsi.h     d       87      #define HARDWARE_ERROR 0x04
-HEADER arpa/nameser.h  t       353     } HEADER;
-HEAD_OF_QUEUE_TAG      scsi/scsi.h     d       126     #define HEAD_OF_QUEUE_TAG 0x21
-HFIXEDSZ       arpa/nameser.h  d       359     #define HFIXEDSZ NS_HFIXEDSZ
-HIBITL values.h        d       23      #define HIBITL MINLONG
-HIBITS values.h        d       22      #define HIBITS MINSHORT
-HOST_NAME_MAX  limits.h        d       59      #define HOST_NAME_MAX 255
-HOST_NOT_FOUND netdb.h d       127     #define HOST_NOT_FOUND 1
-HUGE   math.h  d       384     #define HUGE 3.40282346638528859812e+38F
-HUGE_VAL       math.h  d       23      #define HUGE_VAL ((double)INFINITY)
-HUGE_VALF      math.h  d       22      #define HUGE_VALF INFINITY
-HUGE_VALL      math.h  d       24      #define HUGE_VALL ((long double)INFINITY)
-I      complex.h       d       14      #define I _Complex_I
-IAC    arpa/telnet.h   d       4       #define IAC 255
-ICACHE sys/cachectl.h  d       8       #define ICACHE (1<<0)
-ICMP6_DST_UNREACH      netinet/icmp6.h d       44      #define ICMP6_DST_UNREACH 1
-ICMP6_DST_UNREACH_ADDR netinet/icmp6.h d       60      #define ICMP6_DST_UNREACH_ADDR 3
-ICMP6_DST_UNREACH_ADMIN        netinet/icmp6.h d       58      #define ICMP6_DST_UNREACH_ADMIN 1
-ICMP6_DST_UNREACH_BEYONDSCOPE  netinet/icmp6.h d       59      #define ICMP6_DST_UNREACH_BEYONDSCOPE 2
-ICMP6_DST_UNREACH_NOPORT       netinet/icmp6.h d       61      #define ICMP6_DST_UNREACH_NOPORT 4
-ICMP6_DST_UNREACH_NOROUTE      netinet/icmp6.h d       57      #define ICMP6_DST_UNREACH_NOROUTE 0
-ICMP6_ECHO_REPLY       netinet/icmp6.h d       52      #define ICMP6_ECHO_REPLY 129
-ICMP6_ECHO_REQUEST     netinet/icmp6.h d       51      #define ICMP6_ECHO_REQUEST 128
-ICMP6_FILTER   netinet/icmp6.h d       13      #define ICMP6_FILTER 1
-ICMP6_FILTER_BLOCK     netinet/icmp6.h d       15      #define ICMP6_FILTER_BLOCK 1
-ICMP6_FILTER_BLOCKOTHERS       netinet/icmp6.h d       17      #define ICMP6_FILTER_BLOCKOTHERS 3
-ICMP6_FILTER_PASS      netinet/icmp6.h d       16      #define ICMP6_FILTER_PASS 2
-ICMP6_FILTER_PASSONLY  netinet/icmp6.h d       18      #define ICMP6_FILTER_PASSONLY 4
-ICMP6_FILTER_SETBLOCK  netinet/icmp6.h d       79      #define ICMP6_FILTER_SETBLOCK(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))))
-ICMP6_FILTER_SETBLOCKALL       netinet/icmp6.h d       85      #define ICMP6_FILTER_SETBLOCKALL(filterp) memset (filterp, 0xFF, sizeof (struct icmp6_filter));
-ICMP6_FILTER_SETPASS   netinet/icmp6.h d       76      #define ICMP6_FILTER_SETPASS(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))))
-ICMP6_FILTER_SETPASSALL        netinet/icmp6.h d       82      #define ICMP6_FILTER_SETPASSALL(filterp) memset (filterp, 0, sizeof (struct icmp6_filter));
-ICMP6_FILTER_WILLBLOCK netinet/icmp6.h d       73      #define ICMP6_FILTER_WILLBLOCK(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
-ICMP6_FILTER_WILLPASS  netinet/icmp6.h d       70      #define ICMP6_FILTER_WILLPASS(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
-ICMP6_INFOMSG_MASK     netinet/icmp6.h d       49      #define ICMP6_INFOMSG_MASK 0x80
-ICMP6_PACKET_TOO_BIG   netinet/icmp6.h d       45      #define ICMP6_PACKET_TOO_BIG 2
-ICMP6_PARAMPROB_HEADER netinet/icmp6.h d       66      #define ICMP6_PARAMPROB_HEADER 0
-ICMP6_PARAMPROB_NEXTHEADER     netinet/icmp6.h d       67      #define ICMP6_PARAMPROB_NEXTHEADER 1
-ICMP6_PARAMPROB_OPTION netinet/icmp6.h d       68      #define ICMP6_PARAMPROB_OPTION 2
-ICMP6_PARAM_PROB       netinet/icmp6.h d       47      #define ICMP6_PARAM_PROB 4
-ICMP6_ROUTER_RENUMBERING       netinet/icmp6.h d       212     #define ICMP6_ROUTER_RENUMBERING 138
-ICMP6_RR_FLAGS_FORCEAPPLY      netinet/icmp6.h d       229     #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
-ICMP6_RR_FLAGS_PREVDONE        netinet/icmp6.h d       231     #define ICMP6_RR_FLAGS_PREVDONE 0x08
-ICMP6_RR_FLAGS_REQRESULT       netinet/icmp6.h d       228     #define ICMP6_RR_FLAGS_REQRESULT 0x40
-ICMP6_RR_FLAGS_SPECSITE        netinet/icmp6.h d       230     #define ICMP6_RR_FLAGS_SPECSITE 0x10
-ICMP6_RR_FLAGS_TEST    netinet/icmp6.h d       227     #define ICMP6_RR_FLAGS_TEST 0x80
-ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME       netinet/icmp6.h d       264     #define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40000000
-ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME       netinet/icmp6.h d       267     #define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40
-ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME       netinet/icmp6.h d       263     #define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80000000
-ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME       netinet/icmp6.h d       266     #define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80
-ICMP6_RR_PCOUSE_RAFLAGS_AUTO   netinet/icmp6.h d       260     #define ICMP6_RR_PCOUSE_RAFLAGS_AUTO 0x10
-ICMP6_RR_PCOUSE_RAFLAGS_ONLINK netinet/icmp6.h d       259     #define ICMP6_RR_PCOUSE_RAFLAGS_ONLINK 0x20
-ICMP6_RR_RESULT_FLAGS_FORBIDDEN        netinet/icmp6.h d       280     #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0001
-ICMP6_RR_RESULT_FLAGS_FORBIDDEN        netinet/icmp6.h d       283     #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0100
-ICMP6_RR_RESULT_FLAGS_OOB      netinet/icmp6.h d       279     #define ICMP6_RR_RESULT_FLAGS_OOB 0x0002
-ICMP6_RR_RESULT_FLAGS_OOB      netinet/icmp6.h d       282     #define ICMP6_RR_RESULT_FLAGS_OOB 0x0200
-ICMP6_TIME_EXCEEDED    netinet/icmp6.h d       46      #define ICMP6_TIME_EXCEEDED 3
-ICMP6_TIME_EXCEED_REASSEMBLY   netinet/icmp6.h d       64      #define ICMP6_TIME_EXCEED_REASSEMBLY 1
-ICMP6_TIME_EXCEED_TRANSIT      netinet/icmp6.h d       63      #define ICMP6_TIME_EXCEED_TRANSIT 0
-ICMP_ADDRESS   netinet/ip_icmp.h       d       40      #define ICMP_ADDRESS 17
-ICMP_ADDRESSREPLY      netinet/ip_icmp.h       d       41      #define ICMP_ADDRESSREPLY 18
-ICMP_ADVLEN    netinet/ip_icmp.h       d       138     #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
-ICMP_ADVLENMIN netinet/ip_icmp.h       d       137     #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8)
-ICMP_DEST_UNREACH      netinet/ip_icmp.h       d       30      #define ICMP_DEST_UNREACH 3
-ICMP_ECHO      netinet/ip_icmp.h       d       33      #define ICMP_ECHO 8
-ICMP_ECHOREPLY netinet/ip_icmp.h       d       29      #define ICMP_ECHOREPLY 0
-ICMP_EXC_FRAGTIME      netinet/ip_icmp.h       d       69      #define ICMP_EXC_FRAGTIME 1
-ICMP_EXC_TTL   netinet/ip_icmp.h       d       68      #define ICMP_EXC_TTL 0
-ICMP_FRAG_NEEDED       netinet/ip_icmp.h       d       49      #define ICMP_FRAG_NEEDED 4
-ICMP_HOST_ANO  netinet/ip_icmp.h       d       55      #define ICMP_HOST_ANO 10
-ICMP_HOST_ISOLATED     netinet/ip_icmp.h       d       53      #define ICMP_HOST_ISOLATED 8
-ICMP_HOST_UNKNOWN      netinet/ip_icmp.h       d       52      #define ICMP_HOST_UNKNOWN 7
-ICMP_HOST_UNREACH      netinet/ip_icmp.h       d       46      #define ICMP_HOST_UNREACH 1
-ICMP_HOST_UNR_TOS      netinet/ip_icmp.h       d       57      #define ICMP_HOST_UNR_TOS 12
-ICMP_INFOTYPE  netinet/ip_icmp.h       d       181     #define ICMP_INFOTYPE(type) ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
-ICMP_INFO_REPLY        netinet/ip_icmp.h       d       39      #define ICMP_INFO_REPLY 16
-ICMP_INFO_REQUEST      netinet/ip_icmp.h       d       38      #define ICMP_INFO_REQUEST 15
-ICMP_IREQ      netinet/ip_icmp.h       d       148     #define ICMP_IREQ 15
-ICMP_IREQREPLY netinet/ip_icmp.h       d       149     #define ICMP_IREQREPLY 16
-ICMP_MASKLEN   netinet/ip_icmp.h       d       136     #define ICMP_MASKLEN 12
-ICMP_MASKREPLY netinet/ip_icmp.h       d       151     #define ICMP_MASKREPLY 18
-ICMP_MASKREQ   netinet/ip_icmp.h       d       150     #define ICMP_MASKREQ 17
-ICMP_MAXTYPE   netinet/ip_icmp.h       d       152     #define ICMP_MAXTYPE 18
-ICMP_MINLEN    netinet/ip_icmp.h       d       134     #define ICMP_MINLEN 8
-ICMP_NET_ANO   netinet/ip_icmp.h       d       54      #define ICMP_NET_ANO 9
-ICMP_NET_UNKNOWN       netinet/ip_icmp.h       d       51      #define ICMP_NET_UNKNOWN 6
-ICMP_NET_UNREACH       netinet/ip_icmp.h       d       45      #define ICMP_NET_UNREACH 0
-ICMP_NET_UNR_TOS       netinet/ip_icmp.h       d       56      #define ICMP_NET_UNR_TOS 11
-ICMP_PARAMETERPROB     netinet/ip_icmp.h       d       35      #define ICMP_PARAMETERPROB 12
-ICMP_PARAMPROB netinet/ip_icmp.h       d       145     #define ICMP_PARAMPROB 12
-ICMP_PARAMPROB_OPTABSENT       netinet/ip_icmp.h       d       179     #define ICMP_PARAMPROB_OPTABSENT 1
-ICMP_PKT_FILTERED      netinet/ip_icmp.h       d       58      #define ICMP_PKT_FILTERED 13
-ICMP_PORT_UNREACH      netinet/ip_icmp.h       d       48      #define ICMP_PORT_UNREACH 3
-ICMP_PREC_CUTOFF       netinet/ip_icmp.h       d       60      #define ICMP_PREC_CUTOFF 15
-ICMP_PREC_VIOLATION    netinet/ip_icmp.h       d       59      #define ICMP_PREC_VIOLATION 14
-ICMP_PROT_UNREACH      netinet/ip_icmp.h       d       47      #define ICMP_PROT_UNREACH 2
-ICMP_REDIRECT  netinet/ip_icmp.h       d       32      #define ICMP_REDIRECT 5
-ICMP_REDIRECT_HOST     netinet/ip_icmp.h       d       172     #define ICMP_REDIRECT_HOST 1
-ICMP_REDIRECT_NET      netinet/ip_icmp.h       d       171     #define ICMP_REDIRECT_NET 0
-ICMP_REDIRECT_TOSHOST  netinet/ip_icmp.h       d       174     #define ICMP_REDIRECT_TOSHOST 3
-ICMP_REDIRECT_TOSNET   netinet/ip_icmp.h       d       173     #define ICMP_REDIRECT_TOSNET 2
-ICMP_REDIR_HOST        netinet/ip_icmp.h       d       64      #define ICMP_REDIR_HOST 1
-ICMP_REDIR_HOSTTOS     netinet/ip_icmp.h       d       66      #define ICMP_REDIR_HOSTTOS 3
-ICMP_REDIR_NET netinet/ip_icmp.h       d       63      #define ICMP_REDIR_NET 0
-ICMP_REDIR_NETTOS      netinet/ip_icmp.h       d       65      #define ICMP_REDIR_NETTOS 2
-ICMP_ROUTERADVERT      netinet/ip_icmp.h       d       142     #define ICMP_ROUTERADVERT 9
-ICMP_ROUTERSOLICIT     netinet/ip_icmp.h       d       143     #define ICMP_ROUTERSOLICIT 10
-ICMP_SOURCEQUENCH      netinet/ip_icmp.h       d       141     #define ICMP_SOURCEQUENCH 4
-ICMP_SOURCE_QUENCH     netinet/ip_icmp.h       d       31      #define ICMP_SOURCE_QUENCH 4
-ICMP_SR_FAILED netinet/ip_icmp.h       d       50      #define ICMP_SR_FAILED 5
-ICMP_TIMESTAMP netinet/ip_icmp.h       d       36      #define ICMP_TIMESTAMP 13
-ICMP_TIMESTAMPREPLY    netinet/ip_icmp.h       d       37      #define ICMP_TIMESTAMPREPLY 14
-ICMP_TIME_EXCEEDED     netinet/ip_icmp.h       d       34      #define ICMP_TIME_EXCEEDED 11
-ICMP_TIMXCEED  netinet/ip_icmp.h       d       144     #define ICMP_TIMXCEED 11
-ICMP_TIMXCEED_INTRANS  netinet/ip_icmp.h       d       176     #define ICMP_TIMXCEED_INTRANS 0
-ICMP_TIMXCEED_REASS    netinet/ip_icmp.h       d       177     #define ICMP_TIMXCEED_REASS 1
-ICMP_TSLEN     netinet/ip_icmp.h       d       135     #define ICMP_TSLEN (8 + 3 * sizeof (n_time))
-ICMP_TSTAMP    netinet/ip_icmp.h       d       146     #define ICMP_TSTAMP 13
-ICMP_TSTAMPREPLY       netinet/ip_icmp.h       d       147     #define ICMP_TSTAMPREPLY 14
-ICMP_UNREACH   netinet/ip_icmp.h       d       140     #define ICMP_UNREACH 3
-ICMP_UNREACH_FILTER_PROHIB     netinet/ip_icmp.h       d       167     #define ICMP_UNREACH_FILTER_PROHIB 13
-ICMP_UNREACH_HOST      netinet/ip_icmp.h       d       155     #define ICMP_UNREACH_HOST 1
-ICMP_UNREACH_HOST_PRECEDENCE   netinet/ip_icmp.h       d       168     #define ICMP_UNREACH_HOST_PRECEDENCE 14
-ICMP_UNREACH_HOST_PROHIB       netinet/ip_icmp.h       d       164     #define ICMP_UNREACH_HOST_PROHIB 10
-ICMP_UNREACH_HOST_UNKNOWN      netinet/ip_icmp.h       d       161     #define ICMP_UNREACH_HOST_UNKNOWN 7
-ICMP_UNREACH_ISOLATED  netinet/ip_icmp.h       d       162     #define ICMP_UNREACH_ISOLATED 8
-ICMP_UNREACH_NEEDFRAG  netinet/ip_icmp.h       d       158     #define ICMP_UNREACH_NEEDFRAG 4
-ICMP_UNREACH_NET       netinet/ip_icmp.h       d       154     #define ICMP_UNREACH_NET 0
-ICMP_UNREACH_NET_PROHIB        netinet/ip_icmp.h       d       163     #define ICMP_UNREACH_NET_PROHIB 9
-ICMP_UNREACH_NET_UNKNOWN       netinet/ip_icmp.h       d       160     #define ICMP_UNREACH_NET_UNKNOWN 6
-ICMP_UNREACH_PORT      netinet/ip_icmp.h       d       157     #define ICMP_UNREACH_PORT 3
-ICMP_UNREACH_PRECEDENCE_CUTOFF netinet/ip_icmp.h       d       169     #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15
-ICMP_UNREACH_PROTOCOL  netinet/ip_icmp.h       d       156     #define ICMP_UNREACH_PROTOCOL 2
-ICMP_UNREACH_SRCFAIL   netinet/ip_icmp.h       d       159     #define ICMP_UNREACH_SRCFAIL 5
-ICMP_UNREACH_TOSHOST   netinet/ip_icmp.h       d       166     #define ICMP_UNREACH_TOSHOST 12
-ICMP_UNREACH_TOSNET    netinet/ip_icmp.h       d       165     #define ICMP_UNREACH_TOSNET 11
-IFF_ALLMULTI   net/if.h        d       39      #define IFF_ALLMULTI 0x200
-IFF_AUTOMEDIA  net/if.h        d       44      #define IFF_AUTOMEDIA 0x4000
-IFF_BROADCAST  net/if.h        d       31      #define IFF_BROADCAST 0x2
-IFF_DEBUG      net/if.h        d       32      #define IFF_DEBUG 0x4
-IFF_DORMANT    net/if.h        d       47      #define IFF_DORMANT 0x20000
-IFF_DYNAMIC    net/if.h        d       45      #define IFF_DYNAMIC 0x8000
-IFF_ECHO       net/if.h        d       48      #define IFF_ECHO 0x40000
-IFF_LOOPBACK   net/if.h        d       33      #define IFF_LOOPBACK 0x8
-IFF_LOWER_UP   net/if.h        d       46      #define IFF_LOWER_UP 0x10000
-IFF_MASTER     net/if.h        d       40      #define IFF_MASTER 0x400
-IFF_MULTICAST  net/if.h        d       42      #define IFF_MULTICAST 0x1000
-IFF_NOARP      net/if.h        d       37      #define IFF_NOARP 0x80
-IFF_NOTRAILERS net/if.h        d       35      #define IFF_NOTRAILERS 0x20
-IFF_POINTOPOINT        net/if.h        d       34      #define IFF_POINTOPOINT 0x10
-IFF_PORTSEL    net/if.h        d       43      #define IFF_PORTSEL 0x2000
-IFF_PROMISC    net/if.h        d       38      #define IFF_PROMISC 0x100
-IFF_RUNNING    net/if.h        d       36      #define IFF_RUNNING 0x40
-IFF_SLAVE      net/if.h        d       41      #define IFF_SLAVE 0x800
-IFF_UP net/if.h        d       30      #define IFF_UP 0x1
-IFF_VOLATILE   net/if.h        d       49      #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
-IFHWADDRLEN    net/if.h        d       74      #define IFHWADDRLEN 6
-IFNAMSIZ       net/if.h        d       75      #define IFNAMSIZ IF_NAMESIZE
-IFTODT dirent.h        d       54      #define IFTODT(x) ((x)>>12 & 017)
-IF_NAMESIZE    net/if.h        d       10      #define IF_NAMESIZE 16
-IGMP_AWAKENING_MEMBER  netinet/igmp.h  d       35      #define IGMP_AWAKENING_MEMBER 5
-IGMP_DELAYING_MEMBER   netinet/igmp.h  d       31      #define IGMP_DELAYING_MEMBER 1
-IGMP_DVMRP     netinet/igmp.h  d       21      #define IGMP_DVMRP 0x13
-IGMP_HOST_LEAVE_MESSAGE        netinet/igmp.h  d       43      #define IGMP_HOST_LEAVE_MESSAGE IGMP_V2_LEAVE_GROUP
-IGMP_HOST_MEMBERSHIP_QUERY     netinet/igmp.h  d       40      #define IGMP_HOST_MEMBERSHIP_QUERY IGMP_MEMBERSHIP_QUERY
-IGMP_HOST_MEMBERSHIP_REPORT    netinet/igmp.h  d       41      #define IGMP_HOST_MEMBERSHIP_REPORT IGMP_V1_MEMBERSHIP_REPORT
-IGMP_HOST_NEW_MEMBERSHIP_REPORT        netinet/igmp.h  d       42      #define IGMP_HOST_NEW_MEMBERSHIP_REPORT IGMP_V2_MEMBERSHIP_REPORT
-IGMP_IDLE_MEMBER       netinet/igmp.h  d       32      #define IGMP_IDLE_MEMBER 2
-IGMP_LAZY_MEMBER       netinet/igmp.h  d       33      #define IGMP_LAZY_MEMBER 3
-IGMP_MAX_HOST_REPORT_DELAY     netinet/igmp.h  d       28      #define IGMP_MAX_HOST_REPORT_DELAY 10
-IGMP_MEMBERSHIP_QUERY  netinet/igmp.h  d       16      #define IGMP_MEMBERSHIP_QUERY 0x11
-IGMP_MINLEN    netinet/igmp.h  d       14      #define IGMP_MINLEN 8
-IGMP_MTRACE    netinet/igmp.h  d       26      #define IGMP_MTRACE 0x1f
-IGMP_MTRACE_RESP       netinet/igmp.h  d       25      #define IGMP_MTRACE_RESP 0x1e
-IGMP_PIM       netinet/igmp.h  d       22      #define IGMP_PIM 0x14
-IGMP_SLEEPING_MEMBER   netinet/igmp.h  d       34      #define IGMP_SLEEPING_MEMBER 4
-IGMP_TIMER_SCALE       netinet/igmp.h  d       29      #define IGMP_TIMER_SCALE 10
-IGMP_TRACE     netinet/igmp.h  d       23      #define IGMP_TRACE 0x15
-IGMP_V1_MEMBERSHIP_REPORT      netinet/igmp.h  d       17      #define IGMP_V1_MEMBERSHIP_REPORT 0x12
-IGMP_V2_LEAVE_GROUP    netinet/igmp.h  d       19      #define IGMP_V2_LEAVE_GROUP 0x17
-IGMP_V2_MEMBERSHIP_REPORT      netinet/igmp.h  d       18      #define IGMP_V2_MEMBERSHIP_REPORT 0x16
-IGMP_v1_ROUTER netinet/igmp.h  d       37      #define IGMP_v1_ROUTER 1
-IGMP_v2_ROUTER netinet/igmp.h  d       38      #define IGMP_v2_ROUTER 2
-IIF_ALL        sys/quota.h     d       88      #define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
-IIF_BGRACE     sys/quota.h     d       85      #define IIF_BGRACE 1
-IIF_FLAGS      sys/quota.h     d       87      #define IIF_FLAGS 4
-IIF_IGRACE     sys/quota.h     d       86      #define IIF_IGRACE 2
-ILLEGAL_REQUEST        scsi/scsi.h     d       88      #define ILLEGAL_REQUEST 0x05
-ILL_BADSTK     signal.h        d       72      #define ILL_BADSTK 8
-ILL_COPROC     signal.h        d       71      #define ILL_COPROC 7
-ILL_ILLADR     signal.h        d       67      #define ILL_ILLADR 3
-ILL_ILLOPC     signal.h        d       65      #define ILL_ILLOPC 1
-ILL_ILLOPN     signal.h        d       66      #define ILL_ILLOPN 2
-ILL_ILLTRP     signal.h        d       68      #define ILL_ILLTRP 4
-ILL_PRVOPC     signal.h        d       69      #define ILL_PRVOPC 5
-ILL_PRVREG     signal.h        d       70      #define ILL_PRVREG 6
-IN6ADDRSZ      arpa/nameser.h  d       366     #define IN6ADDRSZ NS_IN6ADDRSZ
-IN6ADDR_ANY_INIT       netinet/in.h    d       61      #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
-IN6ADDR_LOOPBACK_INIT  netinet/in.h    d       62      #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
-IN6_ARE_ADDR_EQUAL     netinet/in.h    d       154     #define IN6_ARE_ADDR_EQUAL(a,b) __ARE_4_EQUAL((const uint32_t *)(a), (const uint32_t *)(b))
-IN6_IS_ADDR_LINKLOCAL  netinet/in.h    d       122     #define IN6_IS_ADDR_LINKLOCAL(a) ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)
-IN6_IS_ADDR_LOOPBACK   netinet/in.h    d       114     #define IN6_IS_ADDR_LOOPBACK(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint8_t *) (a))[12] == 0 && ((uint8_t *) (a))[13] == 0 && ((uint8_t *) (a))[14] == 0 && ((uint8_t *) (a))[15] == 1 )
-IN6_IS_ADDR_MC_GLOBAL  netinet/in.h    d       149     #define IN6_IS_ADDR_MC_GLOBAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0xe))
-IN6_IS_ADDR_MC_LINKLOCAL       netinet/in.h    d       140     #define IN6_IS_ADDR_MC_LINKLOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))
-IN6_IS_ADDR_MC_NODELOCAL       netinet/in.h    d       137     #define IN6_IS_ADDR_MC_NODELOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x1))
-IN6_IS_ADDR_MC_ORGLOCAL        netinet/in.h    d       146     #define IN6_IS_ADDR_MC_ORGLOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x8))
-IN6_IS_ADDR_MC_SITELOCAL       netinet/in.h    d       143     #define IN6_IS_ADDR_MC_SITELOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x5))
-IN6_IS_ADDR_MULTICAST  netinet/in.h    d       120     #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)
-IN6_IS_ADDR_SITELOCAL  netinet/in.h    d       125     #define IN6_IS_ADDR_SITELOCAL(a) ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0xc0)
-IN6_IS_ADDR_UNSPECIFIED        netinet/in.h    d       110     #define IN6_IS_ADDR_UNSPECIFIED(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint32_t *) (a))[3] == 0)
-IN6_IS_ADDR_V4COMPAT   netinet/in.h    d       133     #define IN6_IS_ADDR_V4COMPAT(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint8_t *) (a))[15] > 1)
-IN6_IS_ADDR_V4MAPPED   netinet/in.h    d       128     #define IN6_IS_ADDR_V4MAPPED(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)
-INADDRSZ       arpa/nameser.h  d       365     #define INADDRSZ NS_INADDRSZ
-INADDR_ALLHOSTS_GROUP  netinet/in.h    d       57      #define INADDR_ALLHOSTS_GROUP ((in_addr_t) 0xe0000001)
-INADDR_ALLRTRS_GROUP   netinet/in.h    d       58      #define INADDR_ALLRTRS_GROUP ((in_addr_t) 0xe0000002)
-INADDR_ANY     netinet/in.h    d       51      #define INADDR_ANY ((in_addr_t) 0x00000000)
-INADDR_BROADCAST       netinet/in.h    d       52      #define INADDR_BROADCAST ((in_addr_t) 0xffffffff)
-INADDR_LOOPBACK        netinet/in.h    d       54      #define INADDR_LOOPBACK ((in_addr_t) 0x7f000001)
-INADDR_MAX_LOCAL_GROUP netinet/in.h    d       59      #define INADDR_MAX_LOCAL_GROUP ((in_addr_t) 0xe00000ff)
-INADDR_NONE    netinet/in.h    d       53      #define INADDR_NONE ((in_addr_t) 0xffffffff)
-INADDR_UNSPEC_GROUP    netinet/in.h    d       56      #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000)
-INDIR_MASK     arpa/nameser.h  d       367     #define INDIR_MASK NS_CMPRSFLGS
-INET6_ADDRSTRLEN       arpa/inet.h     d       30      #define INET6_ADDRSTRLEN 46
-INET6_ADDRSTRLEN       netinet/in.h    d       69      #define INET6_ADDRSTRLEN 46
-INET_ADDRSTRLEN        arpa/inet.h     d       29      #define INET_ADDRSTRLEN 16
-INET_ADDRSTRLEN        netinet/in.h    d       68      #define INET_ADDRSTRLEN 16
-INFINITY       math.h  d       16      #define INFINITY __builtin_inff()
-INFINITY       math.h  d       19      #define INFINITY 1e5000f
-INITIATE_RECOVERY      scsi/scsi.h     d       123     #define INITIATE_RECOVERY 0x0f
-INITIATOR_ERROR        scsi/scsi.h     d       115     #define INITIATOR_ERROR 0x05
-INITQFNAMES    sys/quota.h     d       23      #define INITQFNAMES { "user", "group", "undefined" };
-INIT_PROCESS   utmpx.h d       54      #define INIT_PROCESS 5
-INQUIRY        scsi/scsi.h     d       16      #define INQUIRY 0x12
-INT16SZ        arpa/nameser.h  d       363     #define INT16SZ NS_INT16SZ
-INT16_C        stdint.h        d       98      #define INT16_C(c) c
-INT16_MAX      stdint.h        d       44      #define INT16_MAX (0x7fff)
-INT16_MIN      stdint.h        d       39      #define INT16_MIN (-1-0x7fff)
-INT32SZ        arpa/nameser.h  d       362     #define INT32SZ NS_INT32SZ
-INT32_C        stdint.h        d       99      #define INT32_C(c) c
-INT32_MAX      stdint.h        d       45      #define INT32_MAX (0x7fffffff)
-INT32_MIN      stdint.h        d       40      #define INT32_MIN (-1-0x7fffffff)
-INT64_C        stdint.h        d       106     #define INT64_C(c) c ## L
-INT64_C        stdint.h        d       111     #define INT64_C(c) c ## LL
-INT64_MAX      stdint.h        d       46      #define INT64_MAX (0x7fffffffffffffff)
-INT64_MIN      stdint.h        d       41      #define INT64_MIN (-1-0x7fffffffffffffff)
-INT8SZ arpa/nameser.h  d       364     #define INT8SZ NS_INT8SZ
-INT8_C stdint.h        d       97      #define INT8_C(c) c
-INT8_MAX       stdint.h        d       43      #define INT8_MAX (0x7f)
-INT8_MIN       stdint.h        d       38      #define INT8_MIN (-1-0x7f)
-INTBITS        values.h        d       8       #define INTBITS (sizeof(int) * 8)
-INTERMEDIATE_C_GOOD    scsi/scsi.h     d       78      #define INTERMEDIATE_C_GOOD 0x0a
-INTERMEDIATE_GOOD      scsi/scsi.h     d       77      #define INTERMEDIATE_GOOD 0x08
-INTERNAL_MARK  syslog.h        d       71      #define INTERNAL_MARK (LOG_NFACILITIES<<3)
-INTERNAL_NOPRI syslog.h        d       70      #define INTERNAL_NOPRI 0x10
-INTMAX_C       stdint.h        d       108     #define INTMAX_C(c) c ## L
-INTMAX_C       stdint.h        d       113     #define INTMAX_C(c) c ## LL
-INTMAX_MAX     stdint.h        d       78      #define INTMAX_MAX INT64_MAX
-INTMAX_MIN     stdint.h        d       77      #define INTMAX_MIN INT64_MIN
-INT_FAST64_MAX stdint.h        d       62      #define INT_FAST64_MAX INT64_MAX
-INT_FAST64_MIN stdint.h        d       54      #define INT_FAST64_MIN INT64_MIN
-INT_FAST8_MAX  stdint.h        d       61      #define INT_FAST8_MAX INT8_MAX
-INT_FAST8_MIN  stdint.h        d       53      #define INT_FAST8_MIN INT8_MIN
-INT_LEAST16_MAX        stdint.h        d       65      #define INT_LEAST16_MAX INT16_MAX
-INT_LEAST16_MIN        stdint.h        d       57      #define INT_LEAST16_MIN INT16_MIN
-INT_LEAST32_MAX        stdint.h        d       66      #define INT_LEAST32_MAX INT32_MAX
-INT_LEAST32_MIN        stdint.h        d       58      #define INT_LEAST32_MIN INT32_MIN
-INT_LEAST64_MAX        stdint.h        d       67      #define INT_LEAST64_MAX INT64_MAX
-INT_LEAST64_MIN        stdint.h        d       59      #define INT_LEAST64_MIN INT64_MIN
-INT_LEAST8_MAX stdint.h        d       64      #define INT_LEAST8_MAX INT8_MAX
-INT_LEAST8_MIN stdint.h        d       56      #define INT_LEAST8_MIN INT8_MIN
-INT_MAX        limits.h        d       30      #define INT_MAX 0x7fffffff
-INT_MIN        limits.h        d       29      #define INT_MIN (-1-0x7fffffff)
-IN_ACCESS      sys/inotify.h   d       20      #define IN_ACCESS 0x00000001
-IN_ALL_EVENTS  sys/inotify.h   d       34      #define IN_ALL_EVENTS 0x00000fff
-IN_ATTRIB      sys/inotify.h   d       22      #define IN_ATTRIB 0x00000004
-IN_BADCLASS    netinet/in.h    d       174     #define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
-IN_CLASSA      netinet/in.h    d       157     #define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0)
-IN_CLASSA_HOST netinet/in.h    d       160     #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
-IN_CLASSA_MAX  netinet/in.h    d       161     #define IN_CLASSA_MAX 128
-IN_CLASSA_NET  netinet/in.h    d       158     #define IN_CLASSA_NET 0xff000000
-IN_CLASSA_NSHIFT       netinet/in.h    d       159     #define IN_CLASSA_NSHIFT 24
-IN_CLASSB      netinet/in.h    d       162     #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000)
-IN_CLASSB_HOST netinet/in.h    d       165     #define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET)
-IN_CLASSB_MAX  netinet/in.h    d       166     #define IN_CLASSB_MAX 65536
-IN_CLASSB_NET  netinet/in.h    d       163     #define IN_CLASSB_NET 0xffff0000
-IN_CLASSB_NSHIFT       netinet/in.h    d       164     #define IN_CLASSB_NSHIFT 16
-IN_CLASSC      netinet/in.h    d       167     #define IN_CLASSC(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xc0000000)
-IN_CLASSC_HOST netinet/in.h    d       170     #define IN_CLASSC_HOST (0xffffffff & ~IN_CLASSC_NET)
-IN_CLASSC_NET  netinet/in.h    d       168     #define IN_CLASSC_NET 0xffffff00
-IN_CLASSC_NSHIFT       netinet/in.h    d       169     #define IN_CLASSC_NSHIFT 8
-IN_CLASSD      netinet/in.h    d       171     #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000)
-IN_CLOEXEC     sys/inotify.h   d       17      #define IN_CLOEXEC O_CLOEXEC
-IN_CLOSE       sys/inotify.h   d       25      #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
-IN_CLOSE_NOWRITE       sys/inotify.h   d       24      #define IN_CLOSE_NOWRITE 0x00000010
-IN_CLOSE_WRITE sys/inotify.h   d       23      #define IN_CLOSE_WRITE 0x00000008
-IN_CREATE      sys/inotify.h   d       30      #define IN_CREATE 0x00000100
-IN_DELETE      sys/inotify.h   d       31      #define IN_DELETE 0x00000200
-IN_DELETE_SELF sys/inotify.h   d       32      #define IN_DELETE_SELF 0x00000400
-IN_DONT_FOLLOW sys/inotify.h   d       41      #define IN_DONT_FOLLOW 0x02000000
-IN_EXCL_UNLINK sys/inotify.h   d       42      #define IN_EXCL_UNLINK 0x04000000
-IN_EXPERIMENTAL        netinet/in.h    d       173     #define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
-IN_IGNORED     sys/inotify.h   d       38      #define IN_IGNORED 0x00008000
-IN_ISDIR       sys/inotify.h   d       45      #define IN_ISDIR 0x40000000
-IN_LOOPBACKNET netinet/in.h    d       176     #define IN_LOOPBACKNET 127
-IN_MASK_ADD    sys/inotify.h   d       43      #define IN_MASK_ADD 0x20000000
-IN_MODIFY      sys/inotify.h   d       21      #define IN_MODIFY 0x00000002
-IN_MOVE        sys/inotify.h   d       29      #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
-IN_MOVED_FROM  sys/inotify.h   d       27      #define IN_MOVED_FROM 0x00000040
-IN_MOVED_TO    sys/inotify.h   d       28      #define IN_MOVED_TO 0x00000080
-IN_MOVE_SELF   sys/inotify.h   d       33      #define IN_MOVE_SELF 0x00000800
-IN_MULTICAST   netinet/in.h    d       172     #define IN_MULTICAST(a) IN_CLASSD(a)
-IN_NONBLOCK    sys/inotify.h   d       18      #define IN_NONBLOCK O_NONBLOCK
-IN_ONESHOT     sys/inotify.h   d       46      #define IN_ONESHOT 0x80000000
-IN_ONLYDIR     sys/inotify.h   d       40      #define IN_ONLYDIR 0x01000000
-IN_OPEN        sys/inotify.h   d       26      #define IN_OPEN 0x00000020
-IN_Q_OVERFLOW  sys/inotify.h   d       37      #define IN_Q_OVERFLOW 0x00004000
-IN_UNMOUNT     sys/inotify.h   d       36      #define IN_UNMOUNT 0x00002000
-IOV_MAX        limits.h        d       53      #define IOV_MAX 1024
-IP     arpa/telnet.h   d       15      #define IP 244
-IP6F_MORE_FRAG netinet/ip6.h   d       75      #define IP6F_MORE_FRAG 0x0001
-IP6F_MORE_FRAG netinet/ip6.h   d       79      #define IP6F_MORE_FRAG 0x0100
-IP6F_OFF_MASK  netinet/ip6.h   d       73      #define IP6F_OFF_MASK 0xfff8
-IP6F_OFF_MASK  netinet/ip6.h   d       77      #define IP6F_OFF_MASK 0xf8ff
-IP6F_RESERVED_MASK     netinet/ip6.h   d       74      #define IP6F_RESERVED_MASK 0x0006
-IP6F_RESERVED_MASK     netinet/ip6.h   d       78      #define IP6F_RESERVED_MASK 0x0600
-IP6OPT_JUMBO   netinet/ip6.h   d       97      #define IP6OPT_JUMBO 0xc2
-IP6OPT_JUMBO_LEN       netinet/ip6.h   d       107     #define IP6OPT_JUMBO_LEN 6
-IP6OPT_NSAP_ADDR       netinet/ip6.h   d       98      #define IP6OPT_NSAP_ADDR 0xc3
-IP6OPT_PAD1    netinet/ip6.h   d       94      #define IP6OPT_PAD1 0
-IP6OPT_PADN    netinet/ip6.h   d       95      #define IP6OPT_PADN 1
-IP6OPT_ROUTER_ALERT    netinet/ip6.h   d       100     #define IP6OPT_ROUTER_ALERT 0x05
-IP6OPT_TUNNEL_LIMIT    netinet/ip6.h   d       99      #define IP6OPT_TUNNEL_LIMIT 0x04
-IP6OPT_TYPE    netinet/ip6.h   d       87      #define IP6OPT_TYPE(o) ((o) & 0xc0)
-IP6OPT_TYPE_DISCARD    netinet/ip6.h   d       89      #define IP6OPT_TYPE_DISCARD 0x40
-IP6OPT_TYPE_FORCEICMP  netinet/ip6.h   d       90      #define IP6OPT_TYPE_FORCEICMP 0x80
-IP6OPT_TYPE_ICMP       netinet/ip6.h   d       91      #define IP6OPT_TYPE_ICMP 0xc0
-IP6OPT_TYPE_MUTABLE    netinet/ip6.h   d       92      #define IP6OPT_TYPE_MUTABLE 0x20
-IP6OPT_TYPE_SKIP       netinet/ip6.h   d       88      #define IP6OPT_TYPE_SKIP 0x00
-IP6_ALERT_AN   netinet/ip6.h   d       131     #define IP6_ALERT_AN 0x0002
-IP6_ALERT_AN   netinet/ip6.h   d       135     #define IP6_ALERT_AN 0x0200
-IP6_ALERT_MLD  netinet/ip6.h   d       129     #define IP6_ALERT_MLD 0x0000
-IP6_ALERT_MLD  netinet/ip6.h   d       133     #define IP6_ALERT_MLD 0x0000
-IP6_ALERT_RSVP netinet/ip6.h   d       130     #define IP6_ALERT_RSVP 0x0001
-IP6_ALERT_RSVP netinet/ip6.h   d       134     #define IP6_ALERT_RSVP 0x0100
-IPC_CREAT      sys/ipc.h       d       26      #define IPC_CREAT 01000
-IPC_EXCL       sys/ipc.h       d       27      #define IPC_EXCL 02000
-IPC_INFO       sys/ipc.h       d       33      #define IPC_INFO 3
-IPC_NOWAIT     sys/ipc.h       d       28      #define IPC_NOWAIT 04000
-IPC_PRIVATE    sys/ipc.h       d       35      #define IPC_PRIVATE ((key_t) 0)
-IPC_RMID       sys/ipc.h       d       30      #define IPC_RMID 0
-IPC_SET        sys/ipc.h       d       31      #define IPC_SET 1
-IPC_STAT       sys/ipc.h       d       32      #define IPC_STAT 2
-IPDEFTTL       netinet/ip.h    d       188     #define IPDEFTTL 64
-IPFRAGTTL      netinet/ip.h    d       189     #define IPFRAGTTL 60
-IPOPT_CLASS    netinet/ip.h    d       143     #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK)
-IPOPT_CLASS_MASK       netinet/ip.h    d       139     #define IPOPT_CLASS_MASK 0x60
-IPOPT_CONTROL  netinet/ip.h    d       146     #define IPOPT_CONTROL 0x00
-IPOPT_COPIED   netinet/ip.h    d       142     #define IPOPT_COPIED(o) ((o) & IPOPT_COPY)
-IPOPT_COPY     netinet/ip.h    d       138     #define IPOPT_COPY 0x80
-IPOPT_DEBMEAS  netinet/ip.h    d       148     #define IPOPT_DEBMEAS 0x40
-IPOPT_END      netinet/ip.h    d       153     #define IPOPT_END IPOPT_EOL
-IPOPT_EOL      netinet/ip.h    d       152     #define IPOPT_EOL 0
-IPOPT_LSRR     netinet/ip.h    d       162     #define IPOPT_LSRR 131
-IPOPT_MEASUREMENT      netinet/ip.h    d       149     #define IPOPT_MEASUREMENT IPOPT_DEBMEAS
-IPOPT_MINOFF   netinet/ip.h    d       171     #define IPOPT_MINOFF 4
-IPOPT_NOOP     netinet/ip.h    d       155     #define IPOPT_NOOP IPOPT_NOP
-IPOPT_NOP      netinet/ip.h    d       154     #define IPOPT_NOP 1
-IPOPT_NUMBER   netinet/ip.h    d       144     #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK)
-IPOPT_NUMBER_MASK      netinet/ip.h    d       140     #define IPOPT_NUMBER_MASK 0x1f
-IPOPT_OFFSET   netinet/ip.h    d       170     #define IPOPT_OFFSET 2
-IPOPT_OLEN     netinet/ip.h    d       169     #define IPOPT_OLEN 1
-IPOPT_OPTVAL   netinet/ip.h    d       168     #define IPOPT_OPTVAL 0
-IPOPT_RA       netinet/ip.h    d       166     #define IPOPT_RA 148
-IPOPT_RESERVED1        netinet/ip.h    d       147     #define IPOPT_RESERVED1 0x20
-IPOPT_RESERVED2        netinet/ip.h    d       150     #define IPOPT_RESERVED2 0x60
-IPOPT_RR       netinet/ip.h    d       157     #define IPOPT_RR 7
-IPOPT_SATID    netinet/ip.h    d       163     #define IPOPT_SATID 136
-IPOPT_SEC      netinet/ip.h    d       161     #define IPOPT_SEC IPOPT_SECURITY
-IPOPT_SECURITY netinet/ip.h    d       160     #define IPOPT_SECURITY 130
-IPOPT_SECUR_CONFID     netinet/ip.h    d       180     #define IPOPT_SECUR_CONFID 0xf135
-IPOPT_SECUR_EFTO       netinet/ip.h    d       181     #define IPOPT_SECUR_EFTO 0x789a
-IPOPT_SECUR_MMMM       netinet/ip.h    d       182     #define IPOPT_SECUR_MMMM 0xbc4d
-IPOPT_SECUR_RESTR      netinet/ip.h    d       183     #define IPOPT_SECUR_RESTR 0xaf13
-IPOPT_SECUR_SECRET     netinet/ip.h    d       184     #define IPOPT_SECUR_SECRET 0xd788
-IPOPT_SECUR_TOPSECRET  netinet/ip.h    d       185     #define IPOPT_SECUR_TOPSECRET 0x6bc5
-IPOPT_SECUR_UNCLASS    netinet/ip.h    d       179     #define IPOPT_SECUR_UNCLASS 0x0000
-IPOPT_SID      netinet/ip.h    d       164     #define IPOPT_SID IPOPT_SATID
-IPOPT_SSRR     netinet/ip.h    d       165     #define IPOPT_SSRR 137
-IPOPT_TIMESTAMP        netinet/ip.h    d       159     #define IPOPT_TIMESTAMP IPOPT_TS
-IPOPT_TS       netinet/ip.h    d       158     #define IPOPT_TS 68
-IPOPT_TS_PRESPEC       netinet/ip.h    d       177     #define IPOPT_TS_PRESPEC 3
-IPOPT_TS_TSANDADDR     netinet/ip.h    d       176     #define IPOPT_TS_TSANDADDR 1
-IPOPT_TS_TSONLY        netinet/ip.h    d       175     #define IPOPT_TS_TSONLY 0
-IPPORT_RESERVED        netdb.h d       28      #define IPPORT_RESERVED 1024
-IPPROTO_AH     netinet/in.h    d       94      #define IPPROTO_AH 51
-IPPROTO_BEETPH netinet/in.h    d       99      #define IPPROTO_BEETPH 94
-IPPROTO_COMP   netinet/in.h    d       102     #define IPPROTO_COMP 108
-IPPROTO_DCCP   netinet/in.h    d       87      #define IPPROTO_DCCP 33
-IPPROTO_DSTOPTS        netinet/in.h    d       97      #define IPPROTO_DSTOPTS 60
-IPPROTO_EGP    netinet/in.h    d       82      #define IPPROTO_EGP 8
-IPPROTO_ENCAP  netinet/in.h    d       100     #define IPPROTO_ENCAP 98
-IPPROTO_ESP    netinet/in.h    d       93      #define IPPROTO_ESP 50
-IPPROTO_FRAGMENT       netinet/in.h    d       90      #define IPPROTO_FRAGMENT 44
-IPPROTO_GRE    netinet/in.h    d       92      #define IPPROTO_GRE 47
-IPPROTO_HOPOPTS        netinet/in.h    d       77      #define IPPROTO_HOPOPTS 0
-IPPROTO_ICMP   netinet/in.h    d       78      #define IPPROTO_ICMP 1
-IPPROTO_ICMPV6 netinet/in.h    d       95      #define IPPROTO_ICMPV6 58
-IPPROTO_IDP    netinet/in.h    d       85      #define IPPROTO_IDP 22
-IPPROTO_IGMP   netinet/in.h    d       79      #define IPPROTO_IGMP 2
-IPPROTO_IP     netinet/in.h    d       76      #define IPPROTO_IP 0
-IPPROTO_IPIP   netinet/in.h    d       80      #define IPPROTO_IPIP 4
-IPPROTO_IPV6   netinet/in.h    d       88      #define IPPROTO_IPV6 41
-IPPROTO_MAX    netinet/in.h    d       108     #define IPPROTO_MAX 256
-IPPROTO_MH     netinet/in.h    d       104     #define IPPROTO_MH 135
-IPPROTO_MPLS   netinet/in.h    d       106     #define IPPROTO_MPLS 137
-IPPROTO_MTP    netinet/in.h    d       98      #define IPPROTO_MTP 92
-IPPROTO_NONE   netinet/in.h    d       96      #define IPPROTO_NONE 59
-IPPROTO_PIM    netinet/in.h    d       101     #define IPPROTO_PIM 103
-IPPROTO_PUP    netinet/in.h    d       83      #define IPPROTO_PUP 12
-IPPROTO_RAW    netinet/in.h    d       107     #define IPPROTO_RAW 255
-IPPROTO_ROUTING        netinet/in.h    d       89      #define IPPROTO_ROUTING 43
-IPPROTO_RSVP   netinet/in.h    d       91      #define IPPROTO_RSVP 46
-IPPROTO_SCTP   netinet/in.h    d       103     #define IPPROTO_SCTP 132
-IPPROTO_TCP    netinet/in.h    d       81      #define IPPROTO_TCP 6
-IPPROTO_TP     netinet/in.h    d       86      #define IPPROTO_TP 29
-IPPROTO_UDP    netinet/in.h    d       84      #define IPPROTO_UDP 17
-IPPROTO_UDPLITE        netinet/in.h    d       105     #define IPPROTO_UDPLITE 136
-IPTOS_CLASS    netinet/ip.h    d       108     #define IPTOS_CLASS(x) ((x) & IPTOS_CLASS_MASK)
-IPTOS_CLASS_CS0        netinet/ip.h    d       109     #define IPTOS_CLASS_CS0 0x00
-IPTOS_CLASS_CS1        netinet/ip.h    d       110     #define IPTOS_CLASS_CS1 0x20
-IPTOS_CLASS_CS2        netinet/ip.h    d       111     #define IPTOS_CLASS_CS2 0x40
-IPTOS_CLASS_CS3        netinet/ip.h    d       112     #define IPTOS_CLASS_CS3 0x60
-IPTOS_CLASS_CS4        netinet/ip.h    d       113     #define IPTOS_CLASS_CS4 0x80
-IPTOS_CLASS_CS5        netinet/ip.h    d       114     #define IPTOS_CLASS_CS5 0xa0
-IPTOS_CLASS_CS6        netinet/ip.h    d       115     #define IPTOS_CLASS_CS6 0xc0
-IPTOS_CLASS_CS7        netinet/ip.h    d       116     #define IPTOS_CLASS_CS7 0xe0
-IPTOS_CLASS_DEFAULT    netinet/ip.h    d       117     #define IPTOS_CLASS_DEFAULT IPTOS_CLASS_CS0
-IPTOS_CLASS_MASK       netinet/ip.h    d       107     #define IPTOS_CLASS_MASK 0xe0
-IPTOS_DSCP     netinet/ip.h    d       92      #define IPTOS_DSCP(x) ((x) & IPTOS_DSCP_MASK)
-IPTOS_DSCP_AF11        netinet/ip.h    d       93      #define IPTOS_DSCP_AF11 0x28
-IPTOS_DSCP_AF12        netinet/ip.h    d       94      #define IPTOS_DSCP_AF12 0x30
-IPTOS_DSCP_AF13        netinet/ip.h    d       95      #define IPTOS_DSCP_AF13 0x38
-IPTOS_DSCP_AF21        netinet/ip.h    d       96      #define IPTOS_DSCP_AF21 0x48
-IPTOS_DSCP_AF22        netinet/ip.h    d       97      #define IPTOS_DSCP_AF22 0x50
-IPTOS_DSCP_AF23        netinet/ip.h    d       98      #define IPTOS_DSCP_AF23 0x58
-IPTOS_DSCP_AF31        netinet/ip.h    d       99      #define IPTOS_DSCP_AF31 0x68
-IPTOS_DSCP_AF32        netinet/ip.h    d       100     #define IPTOS_DSCP_AF32 0x70
-IPTOS_DSCP_AF33        netinet/ip.h    d       101     #define IPTOS_DSCP_AF33 0x78
-IPTOS_DSCP_AF41        netinet/ip.h    d       102     #define IPTOS_DSCP_AF41 0x88
-IPTOS_DSCP_AF42        netinet/ip.h    d       103     #define IPTOS_DSCP_AF42 0x90
-IPTOS_DSCP_AF43        netinet/ip.h    d       104     #define IPTOS_DSCP_AF43 0x98
-IPTOS_DSCP_EF  netinet/ip.h    d       105     #define IPTOS_DSCP_EF 0xb8
-IPTOS_DSCP_MASK        netinet/ip.h    d       91      #define IPTOS_DSCP_MASK 0xfc
-IPTOS_ECN      netinet/ip.h    d       85      #define IPTOS_ECN(x) ((x) & IPTOS_ECN_MASK)
-IPTOS_ECN_CE   netinet/ip.h    d       89      #define IPTOS_ECN_CE 0x03
-IPTOS_ECN_ECT0 netinet/ip.h    d       88      #define IPTOS_ECN_ECT0 0x02
-IPTOS_ECN_ECT1 netinet/ip.h    d       87      #define IPTOS_ECN_ECT1 0x01
-IPTOS_ECN_MASK netinet/ip.h    d       84      #define IPTOS_ECN_MASK 0x03
-IPTOS_ECN_NOT_ECT      netinet/ip.h    d       86      #define IPTOS_ECN_NOT_ECT 0x00
-IPTOS_LOWCOST  netinet/ip.h    d       124     #define IPTOS_LOWCOST 0x02
-IPTOS_LOWDELAY netinet/ip.h    d       121     #define IPTOS_LOWDELAY 0x10
-IPTOS_MINCOST  netinet/ip.h    d       125     #define IPTOS_MINCOST IPTOS_LOWCOST
-IPTOS_PREC     netinet/ip.h    d       128     #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
-IPTOS_PREC_CRITIC_ECP  netinet/ip.h    d       131     #define IPTOS_PREC_CRITIC_ECP 0xa0
-IPTOS_PREC_FLASH       netinet/ip.h    d       133     #define IPTOS_PREC_FLASH 0x60
-IPTOS_PREC_FLASHOVERRIDE       netinet/ip.h    d       132     #define IPTOS_PREC_FLASHOVERRIDE 0x80
-IPTOS_PREC_IMMEDIATE   netinet/ip.h    d       134     #define IPTOS_PREC_IMMEDIATE 0x40
-IPTOS_PREC_INTERNETCONTROL     netinet/ip.h    d       130     #define IPTOS_PREC_INTERNETCONTROL 0xc0
-IPTOS_PREC_MASK        netinet/ip.h    d       127     #define IPTOS_PREC_MASK 0xe0
-IPTOS_PREC_NETCONTROL  netinet/ip.h    d       129     #define IPTOS_PREC_NETCONTROL 0xe0
-IPTOS_PREC_PRIORITY    netinet/ip.h    d       135     #define IPTOS_PREC_PRIORITY 0x20
-IPTOS_PREC_ROUTINE     netinet/ip.h    d       136     #define IPTOS_PREC_ROUTINE 0x00
-IPTOS_RELIABILITY      netinet/ip.h    d       123     #define IPTOS_RELIABILITY 0x04
-IPTOS_THROUGHPUT       netinet/ip.h    d       122     #define IPTOS_THROUGHPUT 0x08
-IPTOS_TOS      netinet/ip.h    d       120     #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
-IPTOS_TOS_MASK netinet/ip.h    d       119     #define IPTOS_TOS_MASK 0x1E
-IPTTLDEC       netinet/ip.h    d       190     #define IPTTLDEC 1
-IPV6_2292DSTOPTS       netinet/in.h    d       325     #define IPV6_2292DSTOPTS 4
-IPV6_2292HOPLIMIT      netinet/in.h    d       329     #define IPV6_2292HOPLIMIT 8
-IPV6_2292HOPOPTS       netinet/in.h    d       324     #define IPV6_2292HOPOPTS 3
-IPV6_2292PKTINFO       netinet/in.h    d       323     #define IPV6_2292PKTINFO 2
-IPV6_2292PKTOPTIONS    netinet/in.h    d       327     #define IPV6_2292PKTOPTIONS 6
-IPV6_2292RTHDR netinet/in.h    d       326     #define IPV6_2292RTHDR 5
-IPV6_ADDRFORM  netinet/in.h    d       322     #define IPV6_ADDRFORM 1
-IPV6_ADDR_PREFERENCES  netinet/in.h    d       366     #define IPV6_ADDR_PREFERENCES 72
-IPV6_ADD_MEMBERSHIP    netinet/in.h    d       373     #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
-IPV6_AUTHHDR   netinet/in.h    d       331     #define IPV6_AUTHHDR 10
-IPV6_AUTOFLOWLABEL     netinet/in.h    d       365     #define IPV6_AUTOFLOWLABEL 70
-IPV6_CHECKSUM  netinet/in.h    d       328     #define IPV6_CHECKSUM 7
-IPV6_DONTFRAG  netinet/in.h    d       362     #define IPV6_DONTFRAG 62
-IPV6_DROP_MEMBERSHIP   netinet/in.h    d       374     #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
-IPV6_DSTOPTS   netinet/in.h    d       359     #define IPV6_DSTOPTS 59
-IPV6_HDRINCL   netinet/in.h    d       347     #define IPV6_HDRINCL 36
-IPV6_HOPLIMIT  netinet/in.h    d       352     #define IPV6_HOPLIMIT 52
-IPV6_HOPOPTS   netinet/in.h    d       354     #define IPV6_HOPOPTS 54
-IPV6_IPSEC_POLICY      netinet/in.h    d       345     #define IPV6_IPSEC_POLICY 34
-IPV6_JOIN_ANYCAST      netinet/in.h    d       343     #define IPV6_JOIN_ANYCAST 27
-IPV6_JOIN_GROUP        netinet/in.h    d       336     #define IPV6_JOIN_GROUP 20
-IPV6_LEAVE_ANYCAST     netinet/in.h    d       344     #define IPV6_LEAVE_ANYCAST 28
-IPV6_LEAVE_GROUP       netinet/in.h    d       337     #define IPV6_LEAVE_GROUP 21
-IPV6_MINHOPCOUNT       netinet/in.h    d       367     #define IPV6_MINHOPCOUNT 73
-IPV6_MTU       netinet/in.h    d       340     #define IPV6_MTU 24
-IPV6_MTU_DISCOVER      netinet/in.h    d       339     #define IPV6_MTU_DISCOVER 23
-IPV6_MULTICAST_HOPS    netinet/in.h    d       334     #define IPV6_MULTICAST_HOPS 18
-IPV6_MULTICAST_IF      netinet/in.h    d       333     #define IPV6_MULTICAST_IF 17
-IPV6_MULTICAST_LOOP    netinet/in.h    d       335     #define IPV6_MULTICAST_LOOP 19
-IPV6_NEXTHOP   netinet/in.h    d       330     #define IPV6_NEXTHOP 9
-IPV6_ORIGDSTADDR       netinet/in.h    d       368     #define IPV6_ORIGDSTADDR 74
-IPV6_PATHMTU   netinet/in.h    d       361     #define IPV6_PATHMTU 61
-IPV6_PKTINFO   netinet/in.h    d       350     #define IPV6_PKTINFO 50
-IPV6_PMTUDISC_DO       netinet/in.h    d       380     #define IPV6_PMTUDISC_DO 2
-IPV6_PMTUDISC_DONT     netinet/in.h    d       378     #define IPV6_PMTUDISC_DONT 0
-IPV6_PMTUDISC_INTERFACE        netinet/in.h    d       382     #define IPV6_PMTUDISC_INTERFACE 4
-IPV6_PMTUDISC_OMIT     netinet/in.h    d       383     #define IPV6_PMTUDISC_OMIT 5
-IPV6_PMTUDISC_PROBE    netinet/in.h    d       381     #define IPV6_PMTUDISC_PROBE 3
-IPV6_PMTUDISC_WANT     netinet/in.h    d       379     #define IPV6_PMTUDISC_WANT 1
-IPV6_PREFER_SRC_CGA    netinet/in.h    d       390     #define IPV6_PREFER_SRC_CGA 0x0008
-IPV6_PREFER_SRC_COA    netinet/in.h    d       388     #define IPV6_PREFER_SRC_COA 0x0004
-IPV6_PREFER_SRC_HOME   netinet/in.h    d       389     #define IPV6_PREFER_SRC_HOME 0x0400
-IPV6_PREFER_SRC_NONCGA netinet/in.h    d       391     #define IPV6_PREFER_SRC_NONCGA 0x0800
-IPV6_PREFER_SRC_PUBLIC netinet/in.h    d       386     #define IPV6_PREFER_SRC_PUBLIC 0x0002
-IPV6_PREFER_SRC_PUBTMP_DEFAULT netinet/in.h    d       387     #define IPV6_PREFER_SRC_PUBTMP_DEFAULT 0x0100
-IPV6_PREFER_SRC_TMP    netinet/in.h    d       385     #define IPV6_PREFER_SRC_TMP 0x0001
-IPV6_RECVDSTOPTS       netinet/in.h    d       358     #define IPV6_RECVDSTOPTS 58
-IPV6_RECVERR   netinet/in.h    d       341     #define IPV6_RECVERR 25
-IPV6_RECVHOPLIMIT      netinet/in.h    d       351     #define IPV6_RECVHOPLIMIT 51
-IPV6_RECVHOPOPTS       netinet/in.h    d       353     #define IPV6_RECVHOPOPTS 53
-IPV6_RECVORIGDSTADDR   netinet/in.h    d       369     #define IPV6_RECVORIGDSTADDR IPV6_ORIGDSTADDR
-IPV6_RECVPATHMTU       netinet/in.h    d       360     #define IPV6_RECVPATHMTU 60
-IPV6_RECVPKTINFO       netinet/in.h    d       349     #define IPV6_RECVPKTINFO 49
-IPV6_RECVRTHDR netinet/in.h    d       356     #define IPV6_RECVRTHDR 56
-IPV6_RECVTCLASS        netinet/in.h    d       363     #define IPV6_RECVTCLASS 66
-IPV6_ROUTER_ALERT      netinet/in.h    d       338     #define IPV6_ROUTER_ALERT 22
-IPV6_RTHDR     netinet/in.h    d       357     #define IPV6_RTHDR 57
-IPV6_RTHDRDSTOPTS      netinet/in.h    d       355     #define IPV6_RTHDRDSTOPTS 55
-IPV6_RTHDR_LOOSE       netinet/in.h    d       393     #define IPV6_RTHDR_LOOSE 0
-IPV6_RTHDR_STRICT      netinet/in.h    d       394     #define IPV6_RTHDR_STRICT 1
-IPV6_RTHDR_TYPE_0      netinet/in.h    d       396     #define IPV6_RTHDR_TYPE_0 0
-IPV6_RXDSTOPTS netinet/in.h    d       376     #define IPV6_RXDSTOPTS IPV6_DSTOPTS
-IPV6_RXHOPOPTS netinet/in.h    d       375     #define IPV6_RXHOPOPTS IPV6_HOPOPTS
-IPV6_TCLASS    netinet/in.h    d       364     #define IPV6_TCLASS 67
-IPV6_TRANSPARENT       netinet/in.h    d       370     #define IPV6_TRANSPARENT 75
-IPV6_UNICAST_HOPS      netinet/in.h    d       332     #define IPV6_UNICAST_HOPS 16
-IPV6_UNICAST_IF        netinet/in.h    d       371     #define IPV6_UNICAST_IF 76
-IPV6_V6ONLY    netinet/in.h    d       342     #define IPV6_V6ONLY 26
-IPV6_XFRM_POLICY       netinet/in.h    d       346     #define IPV6_XFRM_POLICY 35
-IPVERSION      netinet/ip.h    d       81      #define IPVERSION 4
-IP_ADD_MEMBERSHIP      netinet/in.h    d       208     #define IP_ADD_MEMBERSHIP 35
-IP_ADD_SOURCE_MEMBERSHIP       netinet/in.h    d       212     #define IP_ADD_SOURCE_MEMBERSHIP 39
-IP_BIND_ADDRESS_NO_PORT        netinet/in.h    d       204     #define IP_BIND_ADDRESS_NO_PORT 24
-IP_BLOCK_SOURCE        netinet/in.h    d       211     #define IP_BLOCK_SOURCE 38
-IP_CHECKSUM    netinet/in.h    d       203     #define IP_CHECKSUM 23
-IP_DEFAULT_MULTICAST_LOOP      netinet/in.h    d       228     #define IP_DEFAULT_MULTICAST_LOOP 1
-IP_DEFAULT_MULTICAST_TTL       netinet/in.h    d       227     #define IP_DEFAULT_MULTICAST_TTL 1
-IP_DF  netinet/ip.h    d       63      #define IP_DF 0x4000
-IP_DROP_MEMBERSHIP     netinet/in.h    d       209     #define IP_DROP_MEMBERSHIP 36
-IP_DROP_SOURCE_MEMBERSHIP      netinet/in.h    d       213     #define IP_DROP_SOURCE_MEMBERSHIP 40
-IP_FREEBIND    netinet/in.h    d       194     #define IP_FREEBIND 15
-IP_HDRINCL     netinet/in.h    d       181     #define IP_HDRINCL 3
-IP_IPSEC_POLICY        netinet/in.h    d       195     #define IP_IPSEC_POLICY 16
-IP_MAXPACKET   netinet/ip.h    d       82      #define IP_MAXPACKET 65535
-IP_MAX_MEMBERSHIPS     netinet/in.h    d       229     #define IP_MAX_MEMBERSHIPS 20
-IP_MF  netinet/ip.h    d       64      #define IP_MF 0x2000
-IP_MINTTL      netinet/in.h    d       201     #define IP_MINTTL 21
-IP_MSFILTER    netinet/in.h    d       214     #define IP_MSFILTER 41
-IP_MSFILTER_SIZE       netinet/in.h    d       276     #define IP_MSFILTER_SIZE(numsrc) (sizeof(struct ip_msfilter) - sizeof(struct in_addr) + (numsrc) * sizeof(struct in_addr))
-IP_MSS netinet/ip.h    d       192     #define IP_MSS 576
-IP_MTU netinet/in.h    d       193     #define IP_MTU 14
-IP_MTU_DISCOVER        netinet/in.h    d       189     #define IP_MTU_DISCOVER 10
-IP_MULTICAST_ALL       netinet/in.h    d       215     #define IP_MULTICAST_ALL 49
-IP_MULTICAST_IF        netinet/in.h    d       205     #define IP_MULTICAST_IF 32
-IP_MULTICAST_LOOP      netinet/in.h    d       207     #define IP_MULTICAST_LOOP 34
-IP_MULTICAST_TTL       netinet/in.h    d       206     #define IP_MULTICAST_TTL 33
-IP_NODEFRAG    netinet/in.h    d       202     #define IP_NODEFRAG 22
-IP_OFFMASK     netinet/ip.h    d       65      #define IP_OFFMASK 0x1fff
-IP_OPTIONS     netinet/in.h    d       182     #define IP_OPTIONS 4
-IP_ORIGDSTADDR netinet/in.h    d       199     #define IP_ORIGDSTADDR 20
-IP_PASSSEC     netinet/in.h    d       197     #define IP_PASSSEC 18
-IP_PKTINFO     netinet/in.h    d       186     #define IP_PKTINFO 8
-IP_PKTOPTIONS  netinet/in.h    d       187     #define IP_PKTOPTIONS 9
-IP_PMTUDISC    netinet/in.h    d       188     #define IP_PMTUDISC 10
-IP_PMTUDISC_DO netinet/in.h    d       222     #define IP_PMTUDISC_DO 2
-IP_PMTUDISC_DONT       netinet/in.h    d       220     #define IP_PMTUDISC_DONT 0
-IP_PMTUDISC_INTERFACE  netinet/in.h    d       224     #define IP_PMTUDISC_INTERFACE 4
-IP_PMTUDISC_OMIT       netinet/in.h    d       225     #define IP_PMTUDISC_OMIT 5
-IP_PMTUDISC_PROBE      netinet/in.h    d       223     #define IP_PMTUDISC_PROBE 3
-IP_PMTUDISC_WANT       netinet/in.h    d       221     #define IP_PMTUDISC_WANT 1
-IP_RECVERR     netinet/in.h    d       190     #define IP_RECVERR 11
-IP_RECVOPTS    netinet/in.h    d       184     #define IP_RECVOPTS 6
-IP_RECVORIGDSTADDR     netinet/in.h    d       200     #define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
-IP_RECVRETOPTS netinet/in.h    d       218     #define IP_RECVRETOPTS IP_RETOPTS
-IP_RECVTOS     netinet/in.h    d       192     #define IP_RECVTOS 13
-IP_RECVTTL     netinet/in.h    d       191     #define IP_RECVTTL 12
-IP_RETOPTS     netinet/in.h    d       185     #define IP_RETOPTS 7
-IP_RF  netinet/ip.h    d       62      #define IP_RF 0x8000
-IP_ROUTER_ALERT        netinet/in.h    d       183     #define IP_ROUTER_ALERT 5
-IP_TOS netinet/in.h    d       179     #define IP_TOS 1
-IP_TRANSPARENT netinet/in.h    d       198     #define IP_TRANSPARENT 19
-IP_TTL netinet/in.h    d       180     #define IP_TTL 2
-IP_UNBLOCK_SOURCE      netinet/in.h    d       210     #define IP_UNBLOCK_SOURCE 37
-IP_UNICAST_IF  netinet/in.h    d       216     #define IP_UNICAST_IF 50
-IP_XFRM_POLICY netinet/in.h    d       196     #define IP_XFRM_POLICY 17
-IQUERY arpa/nameser.h  d       376     #define IQUERY ns_o_iquery
-ITIMER_PROF    sys/time.h      d       18      #define ITIMER_PROF 2
-ITIMER_REAL    sys/time.h      d       16      #define ITIMER_REAL 0
-ITIMER_VIRTUAL sys/time.h      d       17      #define ITIMER_VIRTUAL 1
-I_ATMARK       stropts.h       d       35      #define I_ATMARK (__SID |31)
-I_CANPUT       stropts.h       d       38      #define I_CANPUT (__SID |34)
-I_CKBAND       stropts.h       d       33      #define I_CKBAND (__SID |29)
-I_FDINSERT     stropts.h       d       24      #define I_FDINSERT (__SID |16)
-I_FIND stropts.h       d       20      #define I_FIND (__SID |11)
-I_FLUSH        stropts.h       d       14      #define I_FLUSH (__SID | 5)
-I_FLUSHBAND    stropts.h       d       32      #define I_FLUSHBAND (__SID |28)
-I_GETBAND      stropts.h       d       34      #define I_GETBAND (__SID |30)
-I_GETCLTIME    stropts.h       d       37      #define I_GETCLTIME (__SID |33)
-I_GETSIG       stropts.h       d       19      #define I_GETSIG (__SID |10)
-I_GRDOPT       stropts.h       d       16      #define I_GRDOPT (__SID | 7)
-I_GWROPT       stropts.h       d       28      #define I_GWROPT (__SID |20)
-I_LINK stropts.h       d       21      #define I_LINK (__SID |12)
-I_LIST stropts.h       d       29      #define I_LIST (__SID |21)
-I_LOOK stropts.h       d       13      #define I_LOOK (__SID | 4)
-I_NREAD        stropts.h       d       10      #define I_NREAD (__SID | 1)
-I_PEEK stropts.h       d       23      #define I_PEEK (__SID |15)
-I_PLINK        stropts.h       d       30      #define I_PLINK (__SID |22)
-I_POP  stropts.h       d       12      #define I_POP (__SID | 3)
-I_PUNLINK      stropts.h       d       31      #define I_PUNLINK (__SID |23)
-I_PUSH stropts.h       d       11      #define I_PUSH (__SID | 2)
-I_RECVFD       stropts.h       d       26      #define I_RECVFD (__SID |14)
-I_SENDFD       stropts.h       d       25      #define I_SENDFD (__SID |17)
-I_SETCLTIME    stropts.h       d       36      #define I_SETCLTIME (__SID |32)
-I_SETSIG       stropts.h       d       18      #define I_SETSIG (__SID | 9)
-I_SRDOPT       stropts.h       d       15      #define I_SRDOPT (__SID | 6)
-I_STR  stropts.h       d       17      #define I_STR (__SID | 8)
-I_SWROPT       stropts.h       d       27      #define I_SWROPT (__SID |19)
-I_UNLINK       stropts.h       d       22      #define I_UNLINK (__SID |13)
-LASTMARK       stropts.h       d       73      #define LASTMARK 0x02
-LC_ALL locale.h        d       22      #define LC_ALL 6
-LC_ALL_MASK    locale.h        d       72      #define LC_ALL_MASK 0x7fffffff
-LC_COLLATE     locale.h        d       19      #define LC_COLLATE 3
-LC_COLLATE_MASK        locale.h        d       69      #define LC_COLLATE_MASK (1<<LC_COLLATE)
-LC_CTYPE       locale.h        d       16      #define LC_CTYPE 0
-LC_CTYPE_MASK  locale.h        d       66      #define LC_CTYPE_MASK (1<<LC_CTYPE)
-LC_GLOBAL_LOCALE       locale.h        d       64      #define LC_GLOBAL_LOCALE ((locale_t)-1)
-LC_MESSAGES    locale.h        d       21      #define LC_MESSAGES 5
-LC_MESSAGES_MASK       locale.h        d       71      #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
-LC_MONETARY    locale.h        d       20      #define LC_MONETARY 4
-LC_MONETARY_MASK       locale.h        d       70      #define LC_MONETARY_MASK (1<<LC_MONETARY)
-LC_NUMERIC     locale.h        d       17      #define LC_NUMERIC 1
-LC_NUMERIC_MASK        locale.h        d       67      #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
-LC_TIME        locale.h        d       18      #define LC_TIME 2
-LC_TIME_MASK   locale.h        d       68      #define LC_TIME_MASK (1<<LC_TIME)
-LDBL_DECIMAL_DIG       float.h d       44      #define LDBL_DECIMAL_DIG DECIMAL_DIG
-LDBL_HAS_SUBNORM       float.h d       43      #define LDBL_HAS_SUBNORM 1
-LFLOW_OFF      arpa/telnet.h   d       105     #define LFLOW_OFF 0
-LFLOW_ON       arpa/telnet.h   d       106     #define LFLOW_ON 1
-LFLOW_RESTART_ANY      arpa/telnet.h   d       107     #define LFLOW_RESTART_ANY 2
-LFLOW_RESTART_XON      arpa/telnet.h   d       108     #define LFLOW_RESTART_XON 3
-LINE_MAX       limits.h        d       81      #define LINE_MAX 4096
-LINKED_CMD_COMPLETE    scsi/scsi.h     d       120     #define LINKED_CMD_COMPLETE 0x0a
-LINKED_FLG_CMD_COMPLETE        scsi/scsi.h     d       121     #define LINKED_FLG_CMD_COMPLETE 0x0b
-LIO_NOP        aio.h   d       37      #define LIO_NOP 2
-LIO_NOWAIT     aio.h   d       40      #define LIO_NOWAIT 1
-LIO_READ       aio.h   d       35      #define LIO_READ 0
-LIO_WAIT       aio.h   d       39      #define LIO_WAIT 0
-LIO_WRITE      aio.h   d       36      #define LIO_WRITE 1
-LITTLE_ENDIAN  endian.h        d       19      #define LITTLE_ENDIAN __LITTLE_ENDIAN
-LITUSE_ALPHA_ADDR      elf.h   d       1771    #define LITUSE_ALPHA_ADDR 0
-LITUSE_ALPHA_BASE      elf.h   d       1772    #define LITUSE_ALPHA_BASE 1
-LITUSE_ALPHA_BYTOFF    elf.h   d       1773    #define LITUSE_ALPHA_BYTOFF 2
-LITUSE_ALPHA_JSR       elf.h   d       1774    #define LITUSE_ALPHA_JSR 3
-LITUSE_ALPHA_TLS_GD    elf.h   d       1775    #define LITUSE_ALPHA_TLS_GD 4
-LITUSE_ALPHA_TLS_LDM   elf.h   d       1776    #define LITUSE_ALPHA_TLS_LDM 5
-LLONG_MIN      limits.h        d       34      #define LLONG_MIN (-LLONG_MAX-1)
-LL_DELAY_LOAD  elf.h   d       1512    #define LL_DELAY_LOAD (1 << 4)
-LL_DELTA       elf.h   d       1513    #define LL_DELTA (1 << 5)
-LL_EXACT_MATCH elf.h   d       1508    #define LL_EXACT_MATCH (1 << 0)
-LL_EXPORTS     elf.h   d       1511    #define LL_EXPORTS (1 << 3)
-LL_IGNORE_INT_VER      elf.h   d       1509    #define LL_IGNORE_INT_VER (1 << 1)
-LL_NONE        elf.h   d       1507    #define LL_NONE 0
-LL_REQUIRE_MINOR       elf.h   d       1510    #define LL_REQUIRE_MINOR (1 << 2)
-LM_FORWARDMASK arpa/telnet.h   d       112     #define LM_FORWARDMASK 2
-LM_MODE        arpa/telnet.h   d       111     #define LM_MODE 1
-LM_SLC arpa/telnet.h   d       113     #define LM_SLC 3
-LNKTYPE        tar.h   d       19      #define LNKTYPE '1'
-LOCALDOMAINPARTS       resolv.h        d       15      #define LOCALDOMAINPARTS 2
-LOCK_EX        sys/file.h      d       8       #define LOCK_EX 2
-LOCK_NB        sys/file.h      d       9       #define LOCK_NB 4
-LOCK_SH        sys/file.h      d       7       #define LOCK_SH 1
-LOCK_UN        sys/file.h      d       10      #define LOCK_UN 8
-LOCK_UNLOCK_CACHE      scsi/scsi.h     d       42      #define LOCK_UNLOCK_CACHE 0x36
-LOGIN_NAME_MAX limits.h        d       70      #define LOGIN_NAME_MAX 256
-LOGIN_PROCESS  utmpx.h d       55      #define LOGIN_PROCESS 6
-LOG_ALERT      syslog.h        d       11      #define LOG_ALERT 1
-LOG_AUTH       syslog.h        d       30      #define LOG_AUTH (4<<3)
-LOG_AUTHPRIV   syslog.h        d       36      #define LOG_AUTHPRIV (10<<3)
-LOG_CONS       syslog.h        d       53      #define LOG_CONS 0x02
-LOG_CRIT       syslog.h        d       12      #define LOG_CRIT 2
-LOG_CRON       syslog.h        d       35      #define LOG_CRON (9<<3)
-LOG_DAEMON     syslog.h        d       29      #define LOG_DAEMON (3<<3)
-LOG_DEBUG      syslog.h        d       17      #define LOG_DEBUG 7
-LOG_EMERG      syslog.h        d       10      #define LOG_EMERG 0
-LOG_ERR        syslog.h        d       13      #define LOG_ERR 3
-LOG_FAC        syslog.h        d       50      #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
-LOG_FACMASK    syslog.h        d       49      #define LOG_FACMASK 0x3f8
-LOG_FTP        syslog.h        d       37      #define LOG_FTP (11<<3)
-LOG_INFO       syslog.h        d       16      #define LOG_INFO 6
-LOG_KERN       syslog.h        d       26      #define LOG_KERN (0<<3)
-LOG_LOCAL0     syslog.h        d       39      #define LOG_LOCAL0 (16<<3)
-LOG_LOCAL1     syslog.h        d       40      #define LOG_LOCAL1 (17<<3)
-LOG_LOCAL2     syslog.h        d       41      #define LOG_LOCAL2 (18<<3)
-LOG_LOCAL3     syslog.h        d       42      #define LOG_LOCAL3 (19<<3)
-LOG_LOCAL4     syslog.h        d       43      #define LOG_LOCAL4 (20<<3)
-LOG_LOCAL5     syslog.h        d       44      #define LOG_LOCAL5 (21<<3)
-LOG_LOCAL6     syslog.h        d       45      #define LOG_LOCAL6 (22<<3)
-LOG_LOCAL7     syslog.h        d       46      #define LOG_LOCAL7 (23<<3)
-LOG_LPR        syslog.h        d       32      #define LOG_LPR (6<<3)
-LOG_MAIL       syslog.h        d       28      #define LOG_MAIL (2<<3)
-LOG_MAKEPRI    syslog.h        d       21      #define LOG_MAKEPRI(f, p) (((f)<<3)|(p))
-LOG_MASK       syslog.h        d       23      #define LOG_MASK(p) (1<<(p))
-LOG_NDELAY     syslog.h        d       55      #define LOG_NDELAY 0x08
-LOG_NEWS       syslog.h        d       33      #define LOG_NEWS (7<<3)
-LOG_NFACILITIES        syslog.h        d       48      #define LOG_NFACILITIES 24
-LOG_NOTICE     syslog.h        d       15      #define LOG_NOTICE 5
-LOG_NOWAIT     syslog.h        d       56      #define LOG_NOWAIT 0x10
-LOG_ODELAY     syslog.h        d       54      #define LOG_ODELAY 0x04
-LOG_PERROR     syslog.h        d       57      #define LOG_PERROR 0x20
-LOG_PID        syslog.h        d       52      #define LOG_PID 0x01
-LOG_PRI        syslog.h        d       20      #define LOG_PRI(p) ((p)&LOG_PRIMASK)
-LOG_PRIMASK    syslog.h        d       19      #define LOG_PRIMASK 7
-LOG_SELECT     scsi/scsi.h     d       55      #define LOG_SELECT 0x4c
-LOG_SENSE      scsi/scsi.h     d       56      #define LOG_SENSE 0x4d
-LOG_SYSLOG     syslog.h        d       31      #define LOG_SYSLOG (5<<3)
-LOG_UPTO       syslog.h        d       24      #define LOG_UPTO(p) ((1<<((p)+1))-1)
-LOG_USER       syslog.h        d       27      #define LOG_USER (1<<3)
-LOG_UUCP       syslog.h        d       34      #define LOG_UUCP (8<<3)
-LOG_WARNING    syslog.h        d       14      #define LOG_WARNING 4
-LONGBITS       values.h        d       9       #define LONGBITS (sizeof(long) * 8)
-LONG_MIN       limits.h        d       32      #define LONG_MIN (-LONG_MAX-1)
-L_INCR sys/file.h      d       13      #define L_INCR 1
-L_INCR unistd.h        d       157     #define L_INCR 1
-L_SET  sys/file.h      d       12      #define L_SET 0
-L_SET  unistd.h        d       156     #define L_SET 0
-L_XTND sys/file.h      d       14      #define L_XTND 2
-L_XTND unistd.h        d       158     #define L_XTND 2
-L_ctermid      stdio.h d       151     #define L_ctermid 20
-L_cuserid      stdio.h d       162     #define L_cuserid 20
-L_tmpnam       stdio.h d       48      #define L_tmpnam 20
-MADV_DODUMP    sys/mman.h      d       74      #define MADV_DODUMP 17
-MADV_DOFORK    sys/mman.h      d       68      #define MADV_DOFORK 11
-MADV_DONTDUMP  sys/mman.h      d       73      #define MADV_DONTDUMP 16
-MADV_DONTFORK  sys/mman.h      d       67      #define MADV_DONTFORK 10
-MADV_DONTNEED  sys/mman.h      d       64      #define MADV_DONTNEED 4
-MADV_FREE      sys/mman.h      d       65      #define MADV_FREE 8
-MADV_HUGEPAGE  sys/mman.h      d       71      #define MADV_HUGEPAGE 14
-MADV_HWPOISON  sys/mman.h      d       75      #define MADV_HWPOISON 100
-MADV_MERGEABLE sys/mman.h      d       69      #define MADV_MERGEABLE 12
-MADV_NOHUGEPAGE        sys/mman.h      d       72      #define MADV_NOHUGEPAGE 15
-MADV_NORMAL    sys/mman.h      d       60      #define MADV_NORMAL 0
-MADV_RANDOM    sys/mman.h      d       61      #define MADV_RANDOM 1
-MADV_REMOVE    sys/mman.h      d       66      #define MADV_REMOVE 9
-MADV_SEQUENTIAL        sys/mman.h      d       62      #define MADV_SEQUENTIAL 2
-MADV_SOFT_OFFLINE      sys/mman.h      d       76      #define MADV_SOFT_OFFLINE 101
-MADV_UNMERGEABLE       sys/mman.h      d       70      #define MADV_UNMERGEABLE 13
-MADV_WILLNEED  sys/mman.h      d       63      #define MADV_WILLNEED 3
-MAGIC  cpio.h  d       4       #define MAGIC "070707"
-MAP_ANON       sys/mman.h      d       25      #define MAP_ANON 0x20
-MAP_ANONYMOUS  sys/mman.h      d       26      #define MAP_ANONYMOUS MAP_ANON
-MAP_DENYWRITE  sys/mman.h      d       29      #define MAP_DENYWRITE 0x0800
-MAP_EXECUTABLE sys/mman.h      d       30      #define MAP_EXECUTABLE 0x1000
-MAP_FAILED     sys/mman.h      d       19      #define MAP_FAILED ((void *) -1)
-MAP_FILE       sys/mman.h      d       36      #define MAP_FILE 0
-MAP_FIXED      sys/mman.h      d       24      #define MAP_FIXED 0x10
-MAP_GROWSDOWN  sys/mman.h      d       28      #define MAP_GROWSDOWN 0x0100
-MAP_HUGETLB    sys/mman.h      d       35      #define MAP_HUGETLB 0x40000
-MAP_LOCKED     sys/mman.h      d       31      #define MAP_LOCKED 0x2000
-MAP_NONBLOCK   sys/mman.h      d       33      #define MAP_NONBLOCK 0x10000
-MAP_NORESERVE  sys/mman.h      d       27      #define MAP_NORESERVE 0x4000
-MAP_POPULATE   sys/mman.h      d       32      #define MAP_POPULATE 0x8000
-MAP_PRIVATE    sys/mman.h      d       22      #define MAP_PRIVATE 0x02
-MAP_SHARED     sys/mman.h      d       21      #define MAP_SHARED 0x01
-MAP_STACK      sys/mman.h      d       34      #define MAP_STACK 0x20000
-MAP_TYPE       sys/mman.h      d       23      #define MAP_TYPE 0x0f
-MATH_ERREXCEPT math.h  d       27      #define MATH_ERREXCEPT 2
-MATH_ERRNO     math.h  d       26      #define MATH_ERRNO 1
-MAX    sys/param.h     d       19      #define MAX(a,b) (((a)>(b))?(a):(b))
-MAXCDNAME      arpa/nameser.h  d       357     #define MAXCDNAME NS_MAXCDNAME
-MAXDFLSRCH     resolv.h        d       13      #define MAXDFLSRCH 3
-MAXDNAME       arpa/nameser.h  d       356     #define MAXDNAME NS_MAXDNAME
-MAXDNSRCH      resolv.h        d       14      #define MAXDNSRCH 6
-MAXDOUBLE      values.h        d       27      #define MAXDOUBLE DBL_MAX
-MAXFLOAT       math.h  d       354     #define MAXFLOAT 3.40282346638528859812e+38F
-MAXFLOAT       values.h        d       29      #define MAXFLOAT FLT_MAX
-MAXHOSTNAMELEN sys/param.h     d       5       #define MAXHOSTNAMELEN 64
-MAXINT values.h        d       19      #define MAXINT INT_MAX
-MAXLABEL       arpa/nameser.h  d       358     #define MAXLABEL NS_MAXLABEL
-MAXLONG        values.h        d       20      #define MAXLONG LONG_MAX
-MAXNAMLEN      sys/param.h     d       6       #define MAXNAMLEN 255
-MAXNS  resolv.h        d       12      #define MAXNS 3
-MAXPATHLEN     sys/param.h     d       7       #define MAXPATHLEN 4096
-MAXQUOTAS      sys/quota.h     d       19      #define MAXQUOTAS 2
-MAXRESOLVSORT  resolv.h        d       18      #define MAXRESOLVSORT 10
-MAXSHORT       values.h        d       18      #define MAXSHORT SHRT_MAX
-MAXSYMLINKS    sys/param.h     d       4       #define MAXSYMLINKS 20
-MAXTC  sys/timex.h     d       89      #define MAXTC 6
-MAXTTL netinet/ip.h    d       187     #define MAXTTL 255
-MAX_ADDR_LEN   net/if_arp.h    d       12      #define MAX_ADDR_LEN 7
-MAX_DQ_TIME    sys/quota.h     d       17      #define MAX_DQ_TIME 604800
-MAX_IPOPTLEN   netinet/ip.h    d       173     #define MAX_IPOPTLEN 40
-MAX_IQ_TIME    sys/quota.h     d       16      #define MAX_IQ_TIME 604800
-MB_CUR_MAX     stdlib.h        d       80      #define MB_CUR_MAX (__ctype_get_mb_cur_max())
-MB_LEN_MAX     limits.h        d       37      #define MB_LEN_MAX 4
-MCAST_BLOCK_SOURCE     netinet/in.h    d       240     #define MCAST_BLOCK_SOURCE 43
-MCAST_EXCLUDE  netinet/in.h    d       247     #define MCAST_EXCLUDE 0
-MCAST_INCLUDE  netinet/in.h    d       248     #define MCAST_INCLUDE 1
-MCAST_JOIN_GROUP       netinet/in.h    d       239     #define MCAST_JOIN_GROUP 42
-MCAST_JOIN_SOURCE_GROUP        netinet/in.h    d       243     #define MCAST_JOIN_SOURCE_GROUP 46
-MCAST_LEAVE_GROUP      netinet/in.h    d       242     #define MCAST_LEAVE_GROUP 45
-MCAST_LEAVE_SOURCE_GROUP       netinet/in.h    d       244     #define MCAST_LEAVE_SOURCE_GROUP 47
-MCAST_MSFILTER netinet/in.h    d       245     #define MCAST_MSFILTER 48
-MCAST_UNBLOCK_SOURCE   netinet/in.h    d       241     #define MCAST_UNBLOCK_SOURCE 44
-MCL_CURRENT    sys/mman.h      d       49      #define MCL_CURRENT 1
-MCL_FUTURE     sys/mman.h      d       50      #define MCL_FUTURE 2
-MCL_ONFAULT    sys/mman.h      d       51      #define MCL_ONFAULT 4
-MEDIUM_ERROR   scsi/scsi.h     d       86      #define MEDIUM_ERROR 0x03
-MEDIUM_SCAN    scsi/scsi.h     d       44      #define MEDIUM_SCAN 0x38
-MESSAGE_REJECT scsi/scsi.h     d       117     #define MESSAGE_REJECT 0x07
-MIN    sys/param.h     d       18      #define MIN(a,b) (((a)<(b))?(a):(b))
-MINDOUBLE      values.h        d       30      #define MINDOUBLE DBL_MIN
-MINFLOAT       values.h        d       31      #define MINFLOAT FLT_MIN
-MININT values.h        d       15      #define MININT INT_MIN
-MINLONG        values.h        d       16      #define MINLONG LONG_MIN
-MINSHORT       values.h        d       14      #define MINSHORT SHRT_MIN
-MISCOMPARE     scsi/scsi.h     d       95      #define MISCOMPARE 0x0e
-MLD_LISTENER_QUERY     netinet/icmp6.h d       53      #define MLD_LISTENER_QUERY 130
-MLD_LISTENER_REDUCTION netinet/icmp6.h d       55      #define MLD_LISTENER_REDUCTION 132
-MLD_LISTENER_REPORT    netinet/icmp6.h d       54      #define MLD_LISTENER_REPORT 131
-MLOCK_ONFAULT  sys/mman.h      d       102     #define MLOCK_ONFAULT 0x01
-MMAP_PAGE_ZERO sys/personality.h       d       9       #define MMAP_PAGE_ZERO 0x0100000
-MM_APPL        fmtmsg.h        d       12      #define MM_APPL 8
-MM_CONSOLE     fmtmsg.h        d       20      #define MM_CONSOLE 512
-MM_ERROR       fmtmsg.h        d       25      #define MM_ERROR 2
-MM_FIRM        fmtmsg.h        d       10      #define MM_FIRM 4
-MM_HALT        fmtmsg.h        d       24      #define MM_HALT 1
-MM_HARD        fmtmsg.h        d       8       #define MM_HARD 1
-MM_INFO        fmtmsg.h        d       27      #define MM_INFO 4
-MM_NOCON       fmtmsg.h        d       33      #define MM_NOCON 4
-MM_NOMSG       fmtmsg.h        d       32      #define MM_NOMSG 1
-MM_NOSEV       fmtmsg.h        d       28      #define MM_NOSEV 0
-MM_NOTOK       fmtmsg.h        d       31      #define MM_NOTOK (-1)
-MM_NRECOV      fmtmsg.h        d       17      #define MM_NRECOV 128
-MM_NULLACT     fmtmsg.h        d       37      #define MM_NULLACT ((char*)0)
-MM_NULLLBL     fmtmsg.h        d       35      #define MM_NULLLBL ((char*)0)
-MM_NULLMC      fmtmsg.h        d       22      #define MM_NULLMC 0L
-MM_NULLSEV     fmtmsg.h        d       39      #define MM_NULLSEV 0
-MM_NULLTAG     fmtmsg.h        d       38      #define MM_NULLTAG ((char*)0)
-MM_NULLTXT     fmtmsg.h        d       36      #define MM_NULLTXT ((char*)0)
-MM_OK  fmtmsg.h        d       30      #define MM_OK 0
-MM_OPSYS       fmtmsg.h        d       14      #define MM_OPSYS 32
-MM_PRINT       fmtmsg.h        d       19      #define MM_PRINT 256
-MM_RECOVER     fmtmsg.h        d       16      #define MM_RECOVER 64
-MM_SOFT        fmtmsg.h        d       9       #define MM_SOFT 2
-MM_UTIL        fmtmsg.h        d       13      #define MM_UTIL 16
-MM_WARNING     fmtmsg.h        d       26      #define MM_WARNING 3
-MNTOPT_DEFAULTS        mntent.h        d       16      #define MNTOPT_DEFAULTS "defaults"
-MNTOPT_NOAUTO  mntent.h        d       21      #define MNTOPT_NOAUTO "noauto"
-MNTOPT_NOSUID  mntent.h        d       20      #define MNTOPT_NOSUID "nosuid"
-MNTOPT_RO      mntent.h        d       17      #define MNTOPT_RO "ro"
-MNTOPT_RW      mntent.h        d       18      #define MNTOPT_RW "rw"
-MNTOPT_SUID    mntent.h        d       19      #define MNTOPT_SUID "suid"
-MNTTYPE_IGNORE mntent.h        d       13      #define MNTTYPE_IGNORE "ignore"
-MNTTYPE_NFS    mntent.h        d       14      #define MNTTYPE_NFS "nfs"
-MNTTYPE_SWAP   mntent.h        d       15      #define MNTTYPE_SWAP "swap"
-MNT_DETACH     sys/mount.h     d       61      #define MNT_DETACH 2
-MNT_EXPIRE     sys/mount.h     d       62      #define MNT_EXPIRE 4
-MNT_FORCE      sys/mount.h     d       60      #define MNT_FORCE 1
-MODE_ACK       arpa/telnet.h   d       117     #define MODE_ACK 0x04
-MODE_B arpa/ftp.h      d       19      #define MODE_B 2
-MODE_C arpa/ftp.h      d       20      #define MODE_C 3
-MODE_ECHO      arpa/telnet.h   d       124     #define MODE_ECHO 0x0200
-MODE_EDIT      arpa/telnet.h   d       115     #define MODE_EDIT 0x01
-MODE_FLOW      arpa/telnet.h   d       123     #define MODE_FLOW 0x0100
-MODE_FORCE     arpa/telnet.h   d       127     #define MODE_FORCE 0x1000
-MODE_INBIN     arpa/telnet.h   d       125     #define MODE_INBIN 0x0400
-MODE_LIT_ECHO  arpa/telnet.h   d       119     #define MODE_LIT_ECHO 0x10
-MODE_MASK      arpa/telnet.h   d       121     #define MODE_MASK 0x1f
-MODE_OUTBIN    arpa/telnet.h   d       126     #define MODE_OUTBIN 0x0800
-MODE_S arpa/ftp.h      d       18      #define MODE_S 1
-MODE_SELECT    scsi/scsi.h     d       18      #define MODE_SELECT 0x15
-MODE_SELECT_10 scsi/scsi.h     d       57      #define MODE_SELECT_10 0x55
-MODE_SENSE     scsi/scsi.h     d       23      #define MODE_SENSE 0x1a
-MODE_SENSE_10  scsi/scsi.h     d       60      #define MODE_SENSE_10 0x5a
-MODE_SOFT_TAB  arpa/telnet.h   d       118     #define MODE_SOFT_TAB 0x08
-MODE_TRAPSIG   arpa/telnet.h   d       116     #define MODE_TRAPSIG 0x02
-MOD_CLKA       sys/timex.h     d       53      #define MOD_CLKA ADJ_OFFSET_SINGLESHOT
-MOD_CLKB       sys/timex.h     d       52      #define MOD_CLKB ADJ_TICK
-MOD_ESTERROR   sys/timex.h     d       49      #define MOD_ESTERROR ADJ_ESTERROR
-MOD_FREQUENCY  sys/timex.h     d       47      #define MOD_FREQUENCY ADJ_FREQUENCY
-MOD_MAXERROR   sys/timex.h     d       48      #define MOD_MAXERROR ADJ_MAXERROR
-MOD_MICRO      sys/timex.h     d       55      #define MOD_MICRO ADJ_MICRO
-MOD_NANO       sys/timex.h     d       56      #define MOD_NANO ADJ_NANO
-MOD_OFFSET     sys/timex.h     d       46      #define MOD_OFFSET ADJ_OFFSET
-MOD_STATUS     sys/timex.h     d       50      #define MOD_STATUS ADJ_STATUS
-MOD_TAI        sys/timex.h     d       54      #define MOD_TAI ADJ_TAI
-MOD_TIMECONST  sys/timex.h     d       51      #define MOD_TIMECONST ADJ_TIMECONST
-MON_1  langinfo.h      d       44      #define MON_1 0x2001A
-MON_10 langinfo.h      d       53      #define MON_10 0x20023
-MON_11 langinfo.h      d       54      #define MON_11 0x20024
-MON_12 langinfo.h      d       55      #define MON_12 0x20025
-MON_2  langinfo.h      d       45      #define MON_2 0x2001B
-MON_3  langinfo.h      d       46      #define MON_3 0x2001C
-MON_4  langinfo.h      d       47      #define MON_4 0x2001D
-MON_5  langinfo.h      d       48      #define MON_5 0x2001E
-MON_6  langinfo.h      d       49      #define MON_6 0x2001F
-MON_7  langinfo.h      d       50      #define MON_7 0x20020
-MON_8  langinfo.h      d       51      #define MON_8 0x20021
-MON_9  langinfo.h      d       52      #define MON_9 0x20022
-MORECTL        stropts.h       d       81      #define MORECTL 1
-MOREDATA       stropts.h       d       82      #define MOREDATA 2
-MOUNTED        mntent.h        d       11      #define MOUNTED "/etc/mtab"
-MOVE_MEDIUM    scsi/scsi.h     d       63      #define MOVE_MEDIUM 0xa5
-MQ_PRIO_MAX    limits.h        d       69      #define MQ_PRIO_MAX 32768
-MREMAP_FIXED   sys/mman.h      d       96      #define MREMAP_FIXED 2
-MREMAP_MAYMOVE sys/mman.h      d       95      #define MREMAP_MAYMOVE 1
-MSG_ANY        stropts.h       d       78      #define MSG_ANY 0x02
-MSG_BAND       stropts.h       d       79      #define MSG_BAND 0x04
-MSG_CMSG_CLOEXEC       sys/socket.h    d       262     #define MSG_CMSG_CLOEXEC 0x40000000
-MSG_CONFIRM    sys/socket.h    d       255     #define MSG_CONFIRM 0x0800
-MSG_CTRUNC     sys/socket.h    d       247     #define MSG_CTRUNC 0x0008
-MSG_DONTROUTE  sys/socket.h    d       246     #define MSG_DONTROUTE 0x0004
-MSG_DONTWAIT   sys/socket.h    d       250     #define MSG_DONTWAIT 0x0040
-MSG_EOR        sys/socket.h    d       251     #define MSG_EOR 0x0080
-MSG_ERRQUEUE   sys/socket.h    d       257     #define MSG_ERRQUEUE 0x2000
-MSG_EXCEPT     sys/msg.h       d       26      #define MSG_EXCEPT 020000
-MSG_FASTOPEN   sys/socket.h    d       261     #define MSG_FASTOPEN 0x20000000
-MSG_FIN        sys/socket.h    d       253     #define MSG_FIN 0x0200
-MSG_HIPRI      stropts.h       d       77      #define MSG_HIPRI 0x01
-MSG_INFO       sys/msg.h       d       29      #define MSG_INFO 12
-MSG_MORE       sys/socket.h    d       259     #define MSG_MORE 0x8000
-MSG_NOERROR    sys/msg.h       d       25      #define MSG_NOERROR 010000
-MSG_NOSIGNAL   sys/socket.h    d       258     #define MSG_NOSIGNAL 0x4000
-MSG_OOB        sys/socket.h    d       244     #define MSG_OOB 0x0001
-MSG_PARITY_ERROR       scsi/scsi.h     d       119     #define MSG_PARITY_ERROR 0x09
-MSG_PEEK       sys/socket.h    d       245     #define MSG_PEEK 0x0002
-MSG_PROXY      sys/socket.h    d       248     #define MSG_PROXY 0x0010
-MSG_RST        sys/socket.h    d       256     #define MSG_RST 0x1000
-MSG_STAT       sys/msg.h       d       28      #define MSG_STAT 11
-MSG_SYN        sys/socket.h    d       254     #define MSG_SYN 0x0400
-MSG_TRUNC      sys/socket.h    d       249     #define MSG_TRUNC 0x0020
-MSG_WAITALL    sys/socket.h    d       252     #define MSG_WAITALL 0x0100
-MSG_WAITFORONE sys/socket.h    d       260     #define MSG_WAITFORONE 0x10000
-MS_ACTIVE      sys/mount.h     d       52      #define MS_ACTIVE (1<<30)
-MS_ASYNC       sys/mman.h      d       45      #define MS_ASYNC 1
-MS_BIND        sys/mount.h     d       36      #define MS_BIND 4096
-MS_BORN        sys/mount.h     d       51      #define MS_BORN (1<<29)
-MS_DIRSYNC     sys/mount.h     d       33      #define MS_DIRSYNC 128
-MS_INVALIDATE  sys/mman.h      d       46      #define MS_INVALIDATE 2
-MS_I_VERSION   sys/mount.h     d       47      #define MS_I_VERSION (1<<23)
-MS_KERNMOUNT   sys/mount.h     d       46      #define MS_KERNMOUNT (1<<22)
-MS_LAZYTIME    sys/mount.h     d       49      #define MS_LAZYTIME (1<<25)
-MS_MANDLOCK    sys/mount.h     d       32      #define MS_MANDLOCK 64
-MS_MGC_MSK     sys/mount.h     d       58      #define MS_MGC_MSK 0xffff0000
-MS_MGC_VAL     sys/mount.h     d       57      #define MS_MGC_VAL 0xc0ed0000
-MS_MOVE        sys/mount.h     d       37      #define MS_MOVE 8192
-MS_NOATIME     sys/mount.h     d       34      #define MS_NOATIME 1024
-MS_NODEV       sys/mount.h     d       28      #define MS_NODEV 4
-MS_NODIRATIME  sys/mount.h     d       35      #define MS_NODIRATIME 2048
-MS_NOEXEC      sys/mount.h     d       29      #define MS_NOEXEC 8
-MS_NOSEC       sys/mount.h     d       50      #define MS_NOSEC (1<<28)
-MS_NOSUID      sys/mount.h     d       27      #define MS_NOSUID 2
-MS_NOUSER      sys/mount.h     d       53      #define MS_NOUSER (1U<<31)
-MS_POSIXACL    sys/mount.h     d       40      #define MS_POSIXACL (1<<16)
-MS_PRIVATE     sys/mount.h     d       42      #define MS_PRIVATE (1<<18)
-MS_RDONLY      sys/mount.h     d       26      #define MS_RDONLY 1
-MS_REC sys/mount.h     d       38      #define MS_REC 16384
-MS_RELATIME    sys/mount.h     d       45      #define MS_RELATIME (1<<21)
-MS_REMOUNT     sys/mount.h     d       31      #define MS_REMOUNT 32
-MS_RMT_MASK    sys/mount.h     d       55      #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
-MS_SHARED      sys/mount.h     d       44      #define MS_SHARED (1<<20)
-MS_SILENT      sys/mount.h     d       39      #define MS_SILENT 32768
-MS_SLAVE       sys/mount.h     d       43      #define MS_SLAVE (1<<19)
-MS_STRICTATIME sys/mount.h     d       48      #define MS_STRICTATIME (1<<24)
-MS_SYNC        sys/mman.h      d       47      #define MS_SYNC 4
-MS_SYNCHRONOUS sys/mount.h     d       30      #define MS_SYNCHRONOUS 16
-MS_UNBINDABLE  sys/mount.h     d       41      #define MS_UNBINDABLE (1<<17)
-MTBSF  sys/mtio.h      d       20      #define MTBSF 2
-MTBSFM sys/mtio.h      d       28      #define MTBSFM 10
-MTBSR  sys/mtio.h      d       22      #define MTBSR 4
-MTBSS  sys/mtio.h      d       41      #define MTBSS 26
-MTCOMPRESSION  sys/mtio.h      d       47      #define MTCOMPRESSION 32
-MTEOM  sys/mtio.h      d       30      #define MTEOM 12
-MTERASE        sys/mtio.h      d       31      #define MTERASE 13
-MTFSF  sys/mtio.h      d       19      #define MTFSF 1
-MTFSFM sys/mtio.h      d       29      #define MTFSFM 11
-MTFSR  sys/mtio.h      d       21      #define MTFSR 3
-MTFSS  sys/mtio.h      d       40      #define MTFSS 25
-MTIOCGET       sys/mtio.h      d       135     #define MTIOCGET _IOR('m', 2, struct mtget)
-MTIOCGETCONFIG sys/mtio.h      d       138     #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo)
-MTIOCPOS       sys/mtio.h      d       136     #define MTIOCPOS _IOR('m', 3, struct mtpos)
-MTIOCSETCONFIG sys/mtio.h      d       139     #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo)
-MTIOCTOP       sys/mtio.h      d       134     #define MTIOCTOP _IOW('m', 1, struct mtop)
-MTLOAD sys/mtio.h      d       45      #define MTLOAD 30
-MTLOCK sys/mtio.h      d       43      #define MTLOCK 28
-MTMKPART       sys/mtio.h      d       49      #define MTMKPART 34
-MTNOP  sys/mtio.h      d       26      #define MTNOP 8
-MTOFFL sys/mtio.h      d       25      #define MTOFFL 7
-MTRAS1 sys/mtio.h      d       32      #define MTRAS1 14
-MTRAS2 sys/mtio.h      d       33      #define MTRAS2 15
-MTRAS3 sys/mtio.h      d       34      #define MTRAS3 16
-MTRESET        sys/mtio.h      d       18      #define MTRESET 0
-MTRETEN        sys/mtio.h      d       27      #define MTRETEN 9
-MTREW  sys/mtio.h      d       24      #define MTREW 6
-MTSEEK sys/mtio.h      d       37      #define MTSEEK 22
-MTSETBLK       sys/mtio.h      d       35      #define MTSETBLK 20
-MTSETDENSITY   sys/mtio.h      d       36      #define MTSETDENSITY 21
-MTSETDRVBUFFER sys/mtio.h      d       39      #define MTSETDRVBUFFER 24
-MTSETPART      sys/mtio.h      d       48      #define MTSETPART 33
-MTTELL sys/mtio.h      d       38      #define MTTELL 23
-MTUNLOAD       sys/mtio.h      d       46      #define MTUNLOAD 31
-MTUNLOCK       sys/mtio.h      d       44      #define MTUNLOCK 29
-MTWEOF sys/mtio.h      d       23      #define MTWEOF 5
-MTWSM  sys/mtio.h      d       42      #define MTWSM 27
-MT_ISARCHIVESC499      sys/mtio.h      d       70      #define MT_ISARCHIVESC499 0x0A
-MT_ISARCHIVE_2060L     sys/mtio.h      d       69      #define MT_ISARCHIVE_2060L 0x09
-MT_ISARCHIVE_2150L     sys/mtio.h      d       68      #define MT_ISARCHIVE_2150L 0x08
-MT_ISARCHIVE_5945L2    sys/mtio.h      d       64      #define MT_ISARCHIVE_5945L2 0x04
-MT_ISARCHIVE_VP60I     sys/mtio.h      d       67      #define MT_ISARCHIVE_VP60I 0x07
-MT_ISCMSJ500   sys/mtio.h      d       65      #define MT_ISCMSJ500 0x05
-MT_ISDDS1      sys/mtio.h      d       75      #define MT_ISDDS1 0x51
-MT_ISDDS2      sys/mtio.h      d       76      #define MT_ISDDS2 0x52
-MT_ISEVEREX_FT40A      sys/mtio.h      d       74      #define MT_ISEVEREX_FT40A 0x32
-MT_ISFTAPE_FLAG        sys/mtio.h      d       80      #define MT_ISFTAPE_FLAG 0x800000
-MT_ISFTAPE_UNKNOWN     sys/mtio.h      d       79      #define MT_ISFTAPE_UNKNOWN 0x800000
-MT_ISQIC02     sys/mtio.h      d       62      #define MT_ISQIC02 0x02
-MT_ISQIC02_ALL_FEATURES        sys/mtio.h      d       71      #define MT_ISQIC02_ALL_FEATURES 0x0F
-MT_ISSCSI1     sys/mtio.h      d       77      #define MT_ISSCSI1 0x71
-MT_ISSCSI2     sys/mtio.h      d       78      #define MT_ISSCSI2 0x72
-MT_ISTDC3610   sys/mtio.h      d       66      #define MT_ISTDC3610 0x06
-MT_ISTEAC_MT2ST        sys/mtio.h      d       73      #define MT_ISTEAC_MT2ST 0x12
-MT_ISUNKNOWN   sys/mtio.h      d       61      #define MT_ISUNKNOWN 0x01
-MT_ISWT5099EEN24       sys/mtio.h      d       72      #define MT_ISWT5099EEN24 0x11
-MT_ISWT5150    sys/mtio.h      d       63      #define MT_ISWT5150 0x03
-MT_ST_ASYNC_WRITES     sys/mtio.h      d       168     #define MT_ST_ASYNC_WRITES 0x2
-MT_ST_AUTO_LOCK        sys/mtio.h      d       173     #define MT_ST_AUTO_LOCK 0x40
-MT_ST_BLKSIZE_MASK     sys/mtio.h      d       155     #define MT_ST_BLKSIZE_MASK 0xffffff
-MT_ST_BLKSIZE_SHIFT    sys/mtio.h      d       154     #define MT_ST_BLKSIZE_SHIFT 0
-MT_ST_BOOLEANS sys/mtio.h      d       161     #define MT_ST_BOOLEANS 0x10000000
-MT_ST_BUFFER_WRITES    sys/mtio.h      d       167     #define MT_ST_BUFFER_WRITES 0x1
-MT_ST_CAN_BSR  sys/mtio.h      d       175     #define MT_ST_CAN_BSR 0x100
-MT_ST_CAN_PARTITIONS   sys/mtio.h      d       177     #define MT_ST_CAN_PARTITIONS 0x400
-MT_ST_CLEARBOOLEANS    sys/mtio.h      d       163     #define MT_ST_CLEARBOOLEANS 0x40000000
-MT_ST_CLEAR_DEFAULT    sys/mtio.h      d       179     #define MT_ST_CLEAR_DEFAULT 0xfffff
-MT_ST_DEBUGGING        sys/mtio.h      d       170     #define MT_ST_DEBUGGING 0x8
-MT_ST_DEF_BLKSIZE      sys/mtio.h      d       165     #define MT_ST_DEF_BLKSIZE 0x50000000
-MT_ST_DEF_COMPRESSION  sys/mtio.h      d       181     #define MT_ST_DEF_COMPRESSION (MT_ST_DEF_OPTIONS | 0x200000)
-MT_ST_DEF_DENSITY      sys/mtio.h      d       180     #define MT_ST_DEF_DENSITY (MT_ST_DEF_OPTIONS | 0x100000)
-MT_ST_DEF_DRVBUFFER    sys/mtio.h      d       182     #define MT_ST_DEF_DRVBUFFER (MT_ST_DEF_OPTIONS | 0x300000)
-MT_ST_DEF_OPTIONS      sys/mtio.h      d       166     #define MT_ST_DEF_OPTIONS 0x60000000
-MT_ST_DEF_WRITES       sys/mtio.h      d       174     #define MT_ST_DEF_WRITES 0x80
-MT_ST_DENSITY_MASK     sys/mtio.h      d       157     #define MT_ST_DENSITY_MASK 0xff000000
-MT_ST_DENSITY_SHIFT    sys/mtio.h      d       156     #define MT_ST_DENSITY_SHIFT 24
-MT_ST_FAST_MTEOM       sys/mtio.h      d       172     #define MT_ST_FAST_MTEOM 0x20
-MT_ST_HPLOADER_OFFSET  sys/mtio.h      d       183     #define MT_ST_HPLOADER_OFFSET 10000
-MT_ST_NO_BLKLIMS       sys/mtio.h      d       176     #define MT_ST_NO_BLKLIMS 0x200
-MT_ST_OPTIONS  sys/mtio.h      d       160     #define MT_ST_OPTIONS 0xf0000000
-MT_ST_READ_AHEAD       sys/mtio.h      d       169     #define MT_ST_READ_AHEAD 0x4
-MT_ST_SCSI2LOGICAL     sys/mtio.h      d       178     #define MT_ST_SCSI2LOGICAL 0x800
-MT_ST_SETBOOLEANS      sys/mtio.h      d       162     #define MT_ST_SETBOOLEANS 0x30000000
-MT_ST_SOFTERR_MASK     sys/mtio.h      d       159     #define MT_ST_SOFTERR_MASK 0xffff
-MT_ST_SOFTERR_SHIFT    sys/mtio.h      d       158     #define MT_ST_SOFTERR_SHIFT 0
-MT_ST_TWO_FM   sys/mtio.h      d       171     #define MT_ST_TWO_FM 0x10
-MT_ST_WRITE_THRESHOLD  sys/mtio.h      d       164     #define MT_ST_WRITE_THRESHOLD 0x20000000
-MT_TAPE_INFO   sys/mtio.h      d       87      #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, 0} }
-MUXID_ALL      stropts.h       d       75      #define MUXID_ALL (-1)
-M_1_PI math.h  d       366     #define M_1_PI 0.31830988618379067154 /* 1/pi */
-M_2_PI math.h  d       367     #define M_2_PI 0.63661977236758134308 /* 2/pi */
-M_2_SQRTPI     math.h  d       368     #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */
-M_E    math.h  d       358     #define M_E 2.7182818284590452354 /* e */
-M_LN10 math.h  d       362     #define M_LN10 2.30258509299404568402 /* log_e 10 */
-M_LN2  math.h  d       361     #define M_LN2 0.69314718055994530942 /* log_e 2 */
-M_LOG10E       math.h  d       360     #define M_LOG10E 0.43429448190325182765 /* log_10 e */
-M_LOG2E        math.h  d       359     #define M_LOG2E 1.4426950408889634074 /* log_2 e */
-M_PI   math.h  d       363     #define M_PI 3.14159265358979323846 /* pi */
-M_PI_2 math.h  d       364     #define M_PI_2 1.57079632679489661923 /* pi/2 */
-M_PI_4 math.h  d       365     #define M_PI_4 0.78539816339744830962 /* pi/4 */
-M_SQRT1_2      math.h  d       370     #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
-M_SQRT2        math.h  d       369     #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
-NAMESERVER_PORT        arpa/nameser.h  d       368     #define NAMESERVER_PORT NS_DEFAULTPORT
-NAME_MAX       limits.h        d       47      #define NAME_MAX 255
-NAN    math.h  d       15      #define NAN __builtin_nanf("")
-NAN    math.h  d       18      #define NAN (0.0f/0.0f)
-NBBY   sys/param.h     d       8       #define NBBY 8
-NCARGS sys/param.h     d       12      #define NCARGS 131072
-NCCS   termios.h       d       18      #define NCCS 32
-ND_NA_FLAG_OVERRIDE    netinet/icmp6.h d       141     #define ND_NA_FLAG_OVERRIDE 0x20000000
-ND_NA_FLAG_OVERRIDE    netinet/icmp6.h d       145     #define ND_NA_FLAG_OVERRIDE 0x00000020
-ND_NA_FLAG_ROUTER      netinet/icmp6.h d       139     #define ND_NA_FLAG_ROUTER 0x80000000
-ND_NA_FLAG_ROUTER      netinet/icmp6.h d       143     #define ND_NA_FLAG_ROUTER 0x00000080
-ND_NA_FLAG_SOLICITED   netinet/icmp6.h d       140     #define ND_NA_FLAG_SOLICITED 0x40000000
-ND_NA_FLAG_SOLICITED   netinet/icmp6.h d       144     #define ND_NA_FLAG_SOLICITED 0x00000040
-ND_NEIGHBOR_ADVERT     netinet/icmp6.h d       91      #define ND_NEIGHBOR_ADVERT 136
-ND_NEIGHBOR_SOLICIT    netinet/icmp6.h d       90      #define ND_NEIGHBOR_SOLICIT 135
-ND_OPT_HOME_AGENT_INFO netinet/icmp6.h d       170     #define ND_OPT_HOME_AGENT_INFO 8
-ND_OPT_MTU     netinet/icmp6.h d       168     #define ND_OPT_MTU 5
-ND_OPT_PI_FLAG_AUTO    netinet/icmp6.h d       184     #define ND_OPT_PI_FLAG_AUTO 0x40
-ND_OPT_PI_FLAG_ONLINK  netinet/icmp6.h d       183     #define ND_OPT_PI_FLAG_ONLINK 0x80
-ND_OPT_PI_FLAG_RADDR   netinet/icmp6.h d       185     #define ND_OPT_PI_FLAG_RADDR 0x20
-ND_OPT_PREFIX_INFORMATION      netinet/icmp6.h d       166     #define ND_OPT_PREFIX_INFORMATION 3
-ND_OPT_REDIRECTED_HEADER       netinet/icmp6.h d       167     #define ND_OPT_REDIRECTED_HEADER 4
-ND_OPT_RTR_ADV_INTERVAL        netinet/icmp6.h d       169     #define ND_OPT_RTR_ADV_INTERVAL 7
-ND_OPT_SOURCE_LINKADDR netinet/icmp6.h d       164     #define ND_OPT_SOURCE_LINKADDR 1
-ND_OPT_TARGET_LINKADDR netinet/icmp6.h d       165     #define ND_OPT_TARGET_LINKADDR 2
-ND_RA_FLAG_HOME_AGENT  netinet/icmp6.h d       116     #define ND_RA_FLAG_HOME_AGENT 0x20
-ND_RA_FLAG_MANAGED     netinet/icmp6.h d       114     #define ND_RA_FLAG_MANAGED 0x80
-ND_RA_FLAG_OTHER       netinet/icmp6.h d       115     #define ND_RA_FLAG_OTHER 0x40
-ND_REDIRECT    netinet/icmp6.h d       92      #define ND_REDIRECT 137
-ND_ROUTER_ADVERT       netinet/icmp6.h d       89      #define ND_ROUTER_ADVERT 134
-ND_ROUTER_SOLICIT      netinet/icmp6.h d       88      #define ND_ROUTER_SOLICIT 133
-NEW_ENV_VALUE  arpa/telnet.h   d       182     #define NEW_ENV_VALUE 1
-NEW_ENV_VAR    arpa/telnet.h   d       181     #define NEW_ENV_VAR 0
-NEW_TIME       utmpx.h d       52      #define NEW_TIME 3
-NFDBITS        sys/select.h    d       36      #define NFDBITS (8*(int)sizeof(long))
-NGREG  ucontext.h      d       12      #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
-NGROUPS        sys/param.h     d       9       #define NGROUPS 32
-NGROUPS_MAX    limits.h        d       51      #define NGROUPS_MAX 32
-NI_DGRAM       netdb.h d       43      #define NI_DGRAM 0x10
-NI_MAXHOST     netdb.h d       151     #define NI_MAXHOST 255
-NI_MAXSERV     netdb.h d       152     #define NI_MAXSERV 32
-NI_NAMEREQD    netdb.h d       42      #define NI_NAMEREQD 0x08
-NI_NOFQDN      netdb.h d       41      #define NI_NOFQDN 0x04
-NI_NUMERICHOST netdb.h d       39      #define NI_NUMERICHOST 0x01
-NI_NUMERICSCOPE        netdb.h d       44      #define NI_NUMERICSCOPE 0x100
-NI_NUMERICSERV netdb.h d       40      #define NI_NUMERICSERV 0x02
-NL_ARGMAX      limits.h        d       84      #define NL_ARGMAX 9
-NL_CAT_LOCALE  nl_types.h      d       9       #define NL_CAT_LOCALE 1
-NL_LANGMAX     limits.h        d       85      #define NL_LANGMAX 32
-NL_MSGMAX      limits.h        d       86      #define NL_MSGMAX 32767
-NL_NMAX        limits.h        d       95      #define NL_NMAX 16
-NL_SETD        nl_types.h      d       8       #define NL_SETD 1
-NL_SETMAX      limits.h        d       87      #define NL_SETMAX 255
-NL_TEXTMAX     limits.h        d       88      #define NL_TEXTMAX 2048
-NOERROR        arpa/nameser.h  d       381     #define NOERROR ns_r_noerror
-NOEXPR langinfo.h      d       78      #define NOEXPR 0x50001
-NOFILE sys/param.h     d       11      #define NOFILE 256
-NOGROUP        sys/param.h     d       14      #define NOGROUP (-1)
-NOP    arpa/telnet.h   d       18      #define NOP 241
-NOP    scsi/scsi.h     d       118     #define NOP 0x08
-NOSTR  langinfo.h      d       82      #define NOSTR 0x50003
-NOTAUTH        arpa/nameser.h  d       390     #define NOTAUTH ns_r_notauth
-NOTIMP arpa/nameser.h  d       385     #define NOTIMP ns_r_notimpl
-NOTZONE        arpa/nameser.h  d       391     #define NOTZONE ns_r_notzone
-NOT_READY      scsi/scsi.h     d       85      #define NOT_READY 0x02
-NO_ADDRESS     netdb.h d       131     #define NO_ADDRESS NO_DATA
-NO_DATA        netdb.h d       130     #define NO_DATA 4
-NO_RECOVERY    netdb.h d       129     #define NO_RECOVERY 3
-NO_SENSE       scsi/scsi.h     d       83      #define NO_SENSE 0x00
-NR_DQHASH      sys/quota.h     d       28      #define NR_DQHASH 43
-NR_DQUOTS      sys/quota.h     d       29      #define NR_DQUOTS 256
-NR_ICMP_TYPES  netinet/ip_icmp.h       d       42      #define NR_ICMP_TYPES 18
-NR_ICMP_UNREACH        netinet/ip_icmp.h       d       61      #define NR_ICMP_UNREACH 15
-NSIG   signal.h        d       240     #define NSIG _NSIG
-NSLC   arpa/telnet.h   d       148     #define NSLC 18
-NS_ALG_DH      arpa/nameser.h  d       266     #define NS_ALG_DH 2
-NS_ALG_DSA     arpa/nameser.h  d       267     #define NS_ALG_DSA 3
-NS_ALG_DSS     arpa/nameser.h  d       268     #define NS_ALG_DSS NS_ALG_DSA
-NS_ALG_EXPIRE_ONLY     arpa/nameser.h  d       269     #define NS_ALG_EXPIRE_ONLY 253
-NS_ALG_MD5RSA  arpa/nameser.h  d       265     #define NS_ALG_MD5RSA 1
-NS_ALG_PRIVATE_OID     arpa/nameser.h  d       270     #define NS_ALG_PRIVATE_OID 254
-NS_CMPRSFLGS   arpa/nameser.h  d       25      #define NS_CMPRSFLGS 0xc0
-NS_DEFAULTPORT arpa/nameser.h  d       26      #define NS_DEFAULTPORT 53
-NS_DSA_MAX_BYTES       arpa/nameser.h  d       287     #define NS_DSA_MAX_BYTES 405
-NS_DSA_MIN_SIZE        arpa/nameser.h  d       286     #define NS_DSA_MIN_SIZE 213
-NS_DSA_SIG_SIZE        arpa/nameser.h  d       285     #define NS_DSA_SIG_SIZE 41
-NS_GET16       arpa/nameser.h  d       306     #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
-NS_GET32       arpa/nameser.h  d       307     #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
-NS_HFIXEDSZ    arpa/nameser.h  d       17      #define NS_HFIXEDSZ 12
-NS_IN6ADDRSZ   arpa/nameser.h  d       24      #define NS_IN6ADDRSZ 16
-NS_INADDRSZ    arpa/nameser.h  d       23      #define NS_INADDRSZ 4
-NS_INT16SZ     arpa/nameser.h  d       21      #define NS_INT16SZ 2
-NS_INT32SZ     arpa/nameser.h  d       20      #define NS_INT32SZ 4
-NS_INT8SZ      arpa/nameser.h  d       22      #define NS_INT8SZ 1
-NS_KEY_EXTENDED_FLAGS  arpa/nameser.h  d       244     #define NS_KEY_EXTENDED_FLAGS 0x1000
-NS_KEY_NAME_ENTITY     arpa/nameser.h  d       249     #define NS_KEY_NAME_ENTITY 0x0200
-NS_KEY_NAME_RESERVED   arpa/nameser.h  d       251     #define NS_KEY_NAME_RESERVED 0x0300
-NS_KEY_NAME_TYPE       arpa/nameser.h  d       247     #define NS_KEY_NAME_TYPE 0x0300
-NS_KEY_NAME_USER       arpa/nameser.h  d       248     #define NS_KEY_NAME_USER 0x0000
-NS_KEY_NAME_ZONE       arpa/nameser.h  d       250     #define NS_KEY_NAME_ZONE 0x0100
-NS_KEY_NO_AUTH arpa/nameser.h  d       241     #define NS_KEY_NO_AUTH 0x8000
-NS_KEY_NO_CONF arpa/nameser.h  d       242     #define NS_KEY_NO_CONF 0x4000
-NS_KEY_PROT_ANY        arpa/nameser.h  d       276     #define NS_KEY_PROT_ANY 255
-NS_KEY_PROT_DNSSEC     arpa/nameser.h  d       274     #define NS_KEY_PROT_DNSSEC 3
-NS_KEY_PROT_EMAIL      arpa/nameser.h  d       273     #define NS_KEY_PROT_EMAIL 2
-NS_KEY_PROT_IPSEC      arpa/nameser.h  d       275     #define NS_KEY_PROT_IPSEC 4
-NS_KEY_PROT_TLS        arpa/nameser.h  d       272     #define NS_KEY_PROT_TLS 1
-NS_KEY_RESERVED10      arpa/nameser.h  d       254     #define NS_KEY_RESERVED10 0x0020
-NS_KEY_RESERVED11      arpa/nameser.h  d       255     #define NS_KEY_RESERVED11 0x0010
-NS_KEY_RESERVED2       arpa/nameser.h  d       243     #define NS_KEY_RESERVED2 0x2000
-NS_KEY_RESERVED4       arpa/nameser.h  d       245     #define NS_KEY_RESERVED4 0x0800
-NS_KEY_RESERVED5       arpa/nameser.h  d       246     #define NS_KEY_RESERVED5 0x0400
-NS_KEY_RESERVED8       arpa/nameser.h  d       252     #define NS_KEY_RESERVED8 0x0080
-NS_KEY_RESERVED9       arpa/nameser.h  d       253     #define NS_KEY_RESERVED9 0x0040
-NS_KEY_RESERVED_BITMASK        arpa/nameser.h  d       257     #define NS_KEY_RESERVED_BITMASK ( NS_KEY_RESERVED2 | NS_KEY_RESERVED4 | NS_KEY_RESERVED5 | NS_KEY_RESERVED8 | NS_KEY_RESERVED9 | NS_KEY_RESERVED10 | NS_KEY_RESERVED11 )
-NS_KEY_RESERVED_BITMASK2       arpa/nameser.h  d       264     #define NS_KEY_RESERVED_BITMASK2 0xFFFF
-NS_KEY_SIGNATORYMASK   arpa/nameser.h  d       256     #define NS_KEY_SIGNATORYMASK 0x000F
-NS_KEY_TYPEMASK        arpa/nameser.h  d       236     #define NS_KEY_TYPEMASK 0xC000
-NS_KEY_TYPE_AUTH_CONF  arpa/nameser.h  d       237     #define NS_KEY_TYPE_AUTH_CONF 0x0000
-NS_KEY_TYPE_AUTH_ONLY  arpa/nameser.h  d       239     #define NS_KEY_TYPE_AUTH_ONLY 0x4000
-NS_KEY_TYPE_CONF_ONLY  arpa/nameser.h  d       238     #define NS_KEY_TYPE_CONF_ONLY 0x8000
-NS_KEY_TYPE_NO_KEY     arpa/nameser.h  d       240     #define NS_KEY_TYPE_NO_KEY 0xC000
-NS_MAXCDNAME   arpa/nameser.h  d       15      #define NS_MAXCDNAME 255
-NS_MAXDNAME    arpa/nameser.h  d       13      #define NS_MAXDNAME 1025
-NS_MAXLABEL    arpa/nameser.h  d       16      #define NS_MAXLABEL 63
-NS_MAXMSG      arpa/nameser.h  d       14      #define NS_MAXMSG 65535
-NS_MD5RSA_MAX_BASE64   arpa/nameser.h  d       281     #define NS_MD5RSA_MAX_BASE64 (((NS_MD5RSA_MAX_BYTES+2)/3)*4)
-NS_MD5RSA_MAX_BITS     arpa/nameser.h  d       279     #define NS_MD5RSA_MAX_BITS 4096
-NS_MD5RSA_MAX_BYTES    arpa/nameser.h  d       280     #define NS_MD5RSA_MAX_BYTES ((NS_MD5RSA_MAX_BITS+7/8)*2+3)
-NS_MD5RSA_MAX_SIZE     arpa/nameser.h  d       283     #define NS_MD5RSA_MAX_SIZE ((NS_MD5RSA_MAX_BITS+7)/8)
-NS_MD5RSA_MIN_BITS     arpa/nameser.h  d       278     #define NS_MD5RSA_MIN_BITS 512
-NS_MD5RSA_MIN_SIZE     arpa/nameser.h  d       282     #define NS_MD5RSA_MIN_SIZE ((NS_MD5RSA_MIN_BITS+7)/8)
-NS_NOTIFY_OP   arpa/nameser.h  d       378     #define NS_NOTIFY_OP ns_o_notify
-NS_NXT_BITS    arpa/nameser.h  d       297     #define NS_NXT_BITS 8
-NS_NXT_BIT_CLEAR       arpa/nameser.h  d       299     #define NS_NXT_BIT_CLEAR(n,p) (p[(n)/NS_NXT_BITS] &= ~(0x80>>((n)%NS_NXT_BITS)))
-NS_NXT_BIT_ISSET       arpa/nameser.h  d       300     #define NS_NXT_BIT_ISSET(n,p) (p[(n)/NS_NXT_BITS] & (0x80>>((n)%NS_NXT_BITS)))
-NS_NXT_BIT_SET arpa/nameser.h  d       298     #define NS_NXT_BIT_SET( n,p) (p[(n)/NS_NXT_BITS] |= (0x80>>((n)%NS_NXT_BITS)))
-NS_NXT_MAX     arpa/nameser.h  d       301     #define NS_NXT_MAX 127
-NS_OPT_DNSSEC_OK       arpa/nameser.h  d       303     #define NS_OPT_DNSSEC_OK 0x8000U
-NS_OPT_NSID    arpa/nameser.h  d       304     #define NS_OPT_NSID 3
-NS_PACKETSZ    arpa/nameser.h  d       12      #define NS_PACKETSZ 512
-NS_PUT16       arpa/nameser.h  d       308     #define NS_PUT16(s, cp) ns_put16((s), ((cp)+=2)-2)
-NS_PUT32       arpa/nameser.h  d       309     #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
-NS_QFIXEDSZ    arpa/nameser.h  d       18      #define NS_QFIXEDSZ 4
-NS_RRFIXEDSZ   arpa/nameser.h  d       19      #define NS_RRFIXEDSZ 10
-NS_SIG_ALG     arpa/nameser.h  d       290     #define NS_SIG_ALG 2
-NS_SIG_EXPIR   arpa/nameser.h  d       293     #define NS_SIG_EXPIR 8
-NS_SIG_FOOT    arpa/nameser.h  d       295     #define NS_SIG_FOOT 16
-NS_SIG_LABELS  arpa/nameser.h  d       291     #define NS_SIG_LABELS 3
-NS_SIG_OTTL    arpa/nameser.h  d       292     #define NS_SIG_OTTL 4
-NS_SIG_SIGNED  arpa/nameser.h  d       294     #define NS_SIG_SIGNED 12
-NS_SIG_SIGNER  arpa/nameser.h  d       296     #define NS_SIG_SIGNER 18
-NS_SIG_TYPE    arpa/nameser.h  d       289     #define NS_SIG_TYPE 0
-NS_TSIG_ALG_HMAC_MD5   arpa/nameser.h  d       141     #define NS_TSIG_ALG_HMAC_MD5 "HMAC-MD5.SIG-ALG.REG.INT"
-NS_TSIG_ERROR_FORMERR  arpa/nameser.h  d       145     #define NS_TSIG_ERROR_FORMERR -12
-NS_TSIG_ERROR_NO_SPACE arpa/nameser.h  d       144     #define NS_TSIG_ERROR_NO_SPACE -11
-NS_TSIG_ERROR_NO_TSIG  arpa/nameser.h  d       143     #define NS_TSIG_ERROR_NO_TSIG -10
-NS_TSIG_FUDGE  arpa/nameser.h  d       139     #define NS_TSIG_FUDGE 300
-NS_TSIG_TCP_COUNT      arpa/nameser.h  d       140     #define NS_TSIG_TCP_COUNT 100
-NS_UPDATE_OP   arpa/nameser.h  d       379     #define NS_UPDATE_OP ns_o_update
-NTELOPTS       arpa/telnet.h   d       78      #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
-NT_386_IOPERM  elf.h   d       529     #define NT_386_IOPERM 0x201
-NT_386_TLS     elf.h   d       528     #define NT_386_TLS 0x200
-NT_ARM_HW_BREAK        elf.h   d       542     #define NT_ARM_HW_BREAK 0x402
-NT_ARM_HW_WATCH        elf.h   d       543     #define NT_ARM_HW_WATCH 0x403
-NT_ARM_TLS     elf.h   d       541     #define NT_ARM_TLS 0x401
-NT_ARM_VFP     elf.h   d       540     #define NT_ARM_VFP 0x400
-NT_ASRS        elf.h   d       514     #define NT_ASRS 8
-NT_AUXV        elf.h   d       512     #define NT_AUXV 6
-NT_FILE        elf.h   d       523     #define NT_FILE 0x46494c45
-NT_FPREGSET    elf.h   d       507     #define NT_FPREGSET 2
-NT_GNU_ABI_TAG elf.h   d       915     #define NT_GNU_ABI_TAG 1
-NT_GNU_BUILD_ID        elf.h   d       925     #define NT_GNU_BUILD_ID 3
-NT_GNU_GOLD_VERSION    elf.h   d       926     #define NT_GNU_GOLD_VERSION 4
-NT_GWINDOWS    elf.h   d       513     #define NT_GWINDOWS 7
-NT_LWPSINFO    elf.h   d       520     #define NT_LWPSINFO 17
-NT_LWPSTATUS   elf.h   d       519     #define NT_LWPSTATUS 16
-NT_METAG_CBUF  elf.h   d       544     #define NT_METAG_CBUF 0x500
-NT_METAG_RPIPE elf.h   d       545     #define NT_METAG_RPIPE 0x501
-NT_METAG_TLS   elf.h   d       546     #define NT_METAG_TLS 0x502
-NT_PLATFORM    elf.h   d       511     #define NT_PLATFORM 5
-NT_PPC_SPE     elf.h   d       526     #define NT_PPC_SPE 0x101
-NT_PPC_VMX     elf.h   d       525     #define NT_PPC_VMX 0x100
-NT_PPC_VSX     elf.h   d       527     #define NT_PPC_VSX 0x102
-NT_PRCRED      elf.h   d       517     #define NT_PRCRED 14
-NT_PRFPXREG    elf.h   d       521     #define NT_PRFPXREG 20
-NT_PRPSINFO    elf.h   d       508     #define NT_PRPSINFO 3
-NT_PRSTATUS    elf.h   d       506     #define NT_PRSTATUS 1
-NT_PRXFPREG    elf.h   d       524     #define NT_PRXFPREG 0x46e62b7f
-NT_PRXREG      elf.h   d       509     #define NT_PRXREG 4
-NT_PSINFO      elf.h   d       516     #define NT_PSINFO 13
-NT_PSTATUS     elf.h   d       515     #define NT_PSTATUS 10
-NT_S390_CTRS   elf.h   d       535     #define NT_S390_CTRS 0x304
-NT_S390_HIGH_GPRS      elf.h   d       531     #define NT_S390_HIGH_GPRS 0x300
-NT_S390_LAST_BREAK     elf.h   d       537     #define NT_S390_LAST_BREAK 0x306
-NT_S390_PREFIX elf.h   d       536     #define NT_S390_PREFIX 0x305
-NT_S390_SYSTEM_CALL    elf.h   d       538     #define NT_S390_SYSTEM_CALL 0x307
-NT_S390_TDB    elf.h   d       539     #define NT_S390_TDB 0x308
-NT_S390_TIMER  elf.h   d       532     #define NT_S390_TIMER 0x301
-NT_S390_TODCMP elf.h   d       533     #define NT_S390_TODCMP 0x302
-NT_S390_TODPREG        elf.h   d       534     #define NT_S390_TODPREG 0x303
-NT_SIGINFO     elf.h   d       522     #define NT_SIGINFO 0x53494749
-NT_TASKSTRUCT  elf.h   d       510     #define NT_TASKSTRUCT 4
-NT_UTSNAME     elf.h   d       518     #define NT_UTSNAME 15
-NT_VERSION     elf.h   d       547     #define NT_VERSION 1
-NT_X86_XSTATE  elf.h   d       530     #define NT_X86_XSTATE 0x202
-NULL   locale.h        d       11      #define NULL 0L
-NULL   locale.h        d       13      #define NULL ((void*)0)
-NULL   stddef.h        d       5       #define NULL 0L
-NULL   stddef.h        d       7       #define NULL ((void*)0)
-NULL   stdio.h d       25      #define NULL 0L
-NULL   stdio.h d       27      #define NULL ((void*)0)
-NULL   stdlib.h        d       11      #define NULL 0L
-NULL   stdlib.h        d       13      #define NULL ((void*)0)
-NULL   string.h        d       11      #define NULL 0L
-NULL   string.h        d       13      #define NULL ((void*)0)
-NULL   time.h  d       11      #define NULL 0L
-NULL   time.h  d       13      #define NULL ((void*)0)
-NULL   unistd.h        d       19      #define NULL 0L
-NULL   unistd.h        d       21      #define NULL ((void*)0)
-NULL   wchar.h d       38      #define NULL 0L
-NULL   wchar.h d       40      #define NULL ((void*)0)
-NXDOMAIN       arpa/nameser.h  d       384     #define NXDOMAIN ns_r_nxdomain
-NXRRSET        arpa/nameser.h  d       389     #define NXRRSET ns_r_nxrrset
-NZERO  limits.h        d       50      #define NZERO 20
-ODK_EXCEPTIONS elf.h   d       1291    #define ODK_EXCEPTIONS 2
-ODK_FILL       elf.h   d       1294    #define ODK_FILL 5
-ODK_HWAND      elf.h   d       1296    #define ODK_HWAND 7
-ODK_HWOR       elf.h   d       1297    #define ODK_HWOR 8
-ODK_HWPATCH    elf.h   d       1293    #define ODK_HWPATCH 4
-ODK_NULL       elf.h   d       1289    #define ODK_NULL 0
-ODK_PAD        elf.h   d       1292    #define ODK_PAD 3
-ODK_REGINFO    elf.h   d       1290    #define ODK_REGINFO 1
-ODK_TAGS       elf.h   d       1295    #define ODK_TAGS 6
-OEX_DISMISS    elf.h   d       1307    #define OEX_DISMISS 0x80000
-OEX_FPDBUG     elf.h   d       1305    #define OEX_FPDBUG 0x40000
-OEX_FPU_DIV0   elf.h   d       1310    #define OEX_FPU_DIV0 0x08
-OEX_FPU_INEX   elf.h   d       1313    #define OEX_FPU_INEX 0x01
-OEX_FPU_INVAL  elf.h   d       1309    #define OEX_FPU_INVAL 0x10
-OEX_FPU_MAX    elf.h   d       1302    #define OEX_FPU_MAX 0x1f00
-OEX_FPU_MIN    elf.h   d       1301    #define OEX_FPU_MIN 0x1f
-OEX_FPU_OFLO   elf.h   d       1311    #define OEX_FPU_OFLO 0x04
-OEX_FPU_UFLO   elf.h   d       1312    #define OEX_FPU_UFLO 0x02
-OEX_PAGE0      elf.h   d       1303    #define OEX_PAGE0 0x10000
-OEX_PRECISEFP  elf.h   d       1306    #define OEX_PRECISEFP OEX_FPDBUG
-OEX_SMM        elf.h   d       1304    #define OEX_SMM 0x20000
-OHWA0_R4KEOP_CHECKED   elf.h   d       1335    #define OHWA0_R4KEOP_CHECKED 0x00000001
-OHWA1_R4KEOP_CLEAN     elf.h   d       1336    #define OHWA1_R4KEOP_CLEAN 0x00000002
-OHW_R4KEOP     elf.h   d       1317    #define OHW_R4KEOP 0x1
-OHW_R5KCVTL    elf.h   d       1320    #define OHW_R5KCVTL 0x8
-OHW_R5KEOP     elf.h   d       1319    #define OHW_R5KEOP 0x4
-OHW_R8KPFETCH  elf.h   d       1318    #define OHW_R8KPFETCH 0x2
-OLD_ENV_VALUE  arpa/telnet.h   d       180     #define OLD_ENV_VALUE 0
-OLD_ENV_VAR    arpa/telnet.h   d       179     #define OLD_ENV_VAR 1
-OLD_TIME       utmpx.h d       53      #define OLD_TIME 4
-ONCE_FLAG_INIT threads.h       d       41      #define ONCE_FLAG_INIT 0
-OPAD_POSTFIX   elf.h   d       1323    #define OPAD_POSTFIX 0x2
-OPAD_PREFIX    elf.h   d       1322    #define OPAD_PREFIX 0x1
-OPAD_SYMBOL    elf.h   d       1324    #define OPAD_SYMBOL 0x4
-ORDERED_QUEUE_TAG      scsi/scsi.h     d       127     #define ORDERED_QUEUE_TAG 0x22
-O_ACCMODE      fcntl.h d       43      #define O_ACCMODE (03|O_SEARCH)
-O_EXEC fcntl.h d       41      #define O_EXEC O_PATH
-O_RDONLY       fcntl.h d       44      #define O_RDONLY 00
-O_RDWR fcntl.h d       46      #define O_RDWR 02
-O_SEARCH       fcntl.h d       40      #define O_SEARCH O_PATH
-O_WRONLY       fcntl.h d       45      #define O_WRONLY 01
-PACKETSZ       arpa/nameser.h  d       355     #define PACKETSZ NS_PACKETSZ
-PACKET_ADD_MEMBERSHIP  netpacket/packet.h      d       30      #define PACKET_ADD_MEMBERSHIP 1
-PACKET_AUXDATA netpacket/packet.h      d       36      #define PACKET_AUXDATA 8
-PACKET_BROADCAST       netpacket/packet.h      d       23      #define PACKET_BROADCAST 1
-PACKET_COPY_THRESH     netpacket/packet.h      d       35      #define PACKET_COPY_THRESH 7
-PACKET_DROP_MEMBERSHIP netpacket/packet.h      d       31      #define PACKET_DROP_MEMBERSHIP 2
-PACKET_FANOUT  netpacket/packet.h      d       46      #define PACKET_FANOUT 18
-PACKET_FANOUT_DATA     netpacket/packet.h      d       50      #define PACKET_FANOUT_DATA 22
-PACKET_FASTROUTE       netpacket/packet.h      d       28      #define PACKET_FASTROUTE 6
-PACKET_HDRLEN  netpacket/packet.h      d       39      #define PACKET_HDRLEN 11
-PACKET_HOST    netpacket/packet.h      d       22      #define PACKET_HOST 0
-PACKET_LOOPBACK        netpacket/packet.h      d       27      #define PACKET_LOOPBACK 5
-PACKET_LOSS    netpacket/packet.h      d       42      #define PACKET_LOSS 14
-PACKET_MR_ALLMULTI     netpacket/packet.h      d       54      #define PACKET_MR_ALLMULTI 2
-PACKET_MR_MULTICAST    netpacket/packet.h      d       52      #define PACKET_MR_MULTICAST 0
-PACKET_MR_PROMISC      netpacket/packet.h      d       53      #define PACKET_MR_PROMISC 1
-PACKET_MR_UNICAST      netpacket/packet.h      d       55      #define PACKET_MR_UNICAST 3
-PACKET_MULTICAST       netpacket/packet.h      d       24      #define PACKET_MULTICAST 2
-PACKET_ORIGDEV netpacket/packet.h      d       37      #define PACKET_ORIGDEV 9
-PACKET_OTHERHOST       netpacket/packet.h      d       25      #define PACKET_OTHERHOST 3
-PACKET_OUTGOING        netpacket/packet.h      d       26      #define PACKET_OUTGOING 4
-PACKET_QDISC_BYPASS    netpacket/packet.h      d       48      #define PACKET_QDISC_BYPASS 20
-PACKET_RECV_OUTPUT     netpacket/packet.h      d       32      #define PACKET_RECV_OUTPUT 3
-PACKET_RESERVE netpacket/packet.h      d       40      #define PACKET_RESERVE 12
-PACKET_ROLLOVER_STATS  netpacket/packet.h      d       49      #define PACKET_ROLLOVER_STATS 21
-PACKET_RX_RING netpacket/packet.h      d       33      #define PACKET_RX_RING 5
-PACKET_STATISTICS      netpacket/packet.h      d       34      #define PACKET_STATISTICS 6
-PACKET_TIMESTAMP       netpacket/packet.h      d       45      #define PACKET_TIMESTAMP 17
-PACKET_TX_HAS_OFF      netpacket/packet.h      d       47      #define PACKET_TX_HAS_OFF 19
-PACKET_TX_RING netpacket/packet.h      d       41      #define PACKET_TX_RING 13
-PACKET_TX_TIMESTAMP    netpacket/packet.h      d       44      #define PACKET_TX_TIMESTAMP 16
-PACKET_VERSION netpacket/packet.h      d       38      #define PACKET_VERSION 10
-PACKET_VNET_HDR        netpacket/packet.h      d       43      #define PACKET_VNET_HDR 15
-PAGESIZE       limits.h        d       44      #define PAGESIZE PAGE_SIZE
-PATH_MAX       limits.h        d       49      #define PATH_MAX 4096
-PDP_ENDIAN     endian.h        d       20      #define PDP_ENDIAN __PDP_ENDIAN
-PERSISTENT_RESERVE_IN  scsi/scsi.h     d       61      #define PERSISTENT_RESERVE_IN 0x5e
-PERSISTENT_RESERVE_OUT scsi/scsi.h     d       62      #define PERSISTENT_RESERVE_OUT 0x5f
-PER_BSD        sys/personality.h       d       26      #define PER_BSD 6
-PER_HPUX       sys/personality.h       d       38      #define PER_HPUX 0x10
-PER_IRIX32     sys/personality.h       d       31      #define PER_IRIX32 (9 | STICKY_TIMEOUTS)
-PER_IRIX64     sys/personality.h       d       33      #define PER_IRIX64 (0x0b | STICKY_TIMEOUTS)
-PER_IRIXN32    sys/personality.h       d       32      #define PER_IRIXN32 (0xa | STICKY_TIMEOUTS)
-PER_ISCR4      sys/personality.h       d       25      #define PER_ISCR4 (5 | STICKY_TIMEOUTS)
-PER_LINUX      sys/personality.h       d       18      #define PER_LINUX 0
-PER_LINUX32    sys/personality.h       d       29      #define PER_LINUX32 8
-PER_LINUX32_3GB        sys/personality.h       d       30      #define PER_LINUX32_3GB (8 | ADDR_LIMIT_3GB)
-PER_LINUX_32BIT        sys/personality.h       d       19      #define PER_LINUX_32BIT ADDR_LIMIT_32BIT
-PER_MASK       sys/personality.h       d       39      #define PER_MASK 0xff
-PER_OSF4       sys/personality.h       d       37      #define PER_OSF4 0xf
-PER_OSR5       sys/personality.h       d       23      #define PER_OSR5 (3 | STICKY_TIMEOUTS | WHOLE_SECONDS)
-PER_RISCOS     sys/personality.h       d       34      #define PER_RISCOS 0xc
-PER_SCOSVR3    sys/personality.h       d       22      #define PER_SCOSVR3 (3 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE)
-PER_SOLARIS    sys/personality.h       d       35      #define PER_SOLARIS (0xd | STICKY_TIMEOUTS)
-PER_SUNOS      sys/personality.h       d       27      #define PER_SUNOS (6 | STICKY_TIMEOUTS)
-PER_SVR3       sys/personality.h       d       21      #define PER_SVR3 (2 | STICKY_TIMEOUTS | SHORT_INODE)
-PER_SVR4       sys/personality.h       d       20      #define PER_SVR4 (1 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO)
-PER_UW7        sys/personality.h       d       36      #define PER_UW7 (0xe | STICKY_TIMEOUTS | MMAP_PAGE_ZERO)
-PER_WYSEV386   sys/personality.h       d       24      #define PER_WYSEV386 (4 | STICKY_TIMEOUTS | SHORT_INODE)
-PER_XENIX      sys/personality.h       d       28      #define PER_XENIX (7 | STICKY_TIMEOUTS | SHORT_INODE)
-PF_ALG sys/socket.h    d       109     #define PF_ALG 38
-PF_APPLETALK   sys/socket.h    d       75      #define PF_APPLETALK 5
-PF_ARM_ABS     elf.h   d       2082    #define PF_ARM_ABS 0x40000000
-PF_ARM_PI      elf.h   d       2081    #define PF_ARM_PI 0x20000000
-PF_ARM_SB      elf.h   d       2079    #define PF_ARM_SB 0x10000000
-PF_ASH sys/socket.h    d       89      #define PF_ASH 18
-PF_ATMPVC      sys/socket.h    d       78      #define PF_ATMPVC 8
-PF_ATMSVC      sys/socket.h    d       91      #define PF_ATMSVC 20
-PF_AX25        sys/socket.h    d       73      #define PF_AX25 3
-PF_BLUETOOTH   sys/socket.h    d       102     #define PF_BLUETOOTH 31
-PF_BRIDGE      sys/socket.h    d       77      #define PF_BRIDGE 7
-PF_CAIF        sys/socket.h    d       108     #define PF_CAIF 37
-PF_CAN sys/socket.h    d       100     #define PF_CAN 29
-PF_DECnet      sys/socket.h    d       82      #define PF_DECnet 12
-PF_ECONET      sys/socket.h    d       90      #define PF_ECONET 19
-PF_FILE        sys/socket.h    d       71      #define PF_FILE PF_LOCAL
-PF_HP_CODE     elf.h   d       1705    #define PF_HP_CODE 0x01000000
-PF_HP_FAR_SHARED       elf.h   d       1703    #define PF_HP_FAR_SHARED 0x00200000
-PF_HP_LAZYSWAP elf.h   d       1707    #define PF_HP_LAZYSWAP 0x04000000
-PF_HP_MODIFY   elf.h   d       1706    #define PF_HP_MODIFY 0x02000000
-PF_HP_NEAR_SHARED      elf.h   d       1704    #define PF_HP_NEAR_SHARED 0x00400000
-PF_HP_PAGE_SIZE        elf.h   d       1702    #define PF_HP_PAGE_SIZE 0x00100000
-PF_HP_SBP      elf.h   d       1708    #define PF_HP_SBP 0x08000000
-PF_IA_64_NORECOV       elf.h   d       2364    #define PF_IA_64_NORECOV 0x80000000
-PF_IB  sys/socket.h    d       98      #define PF_IB 27
-PF_IEEE802154  sys/socket.h    d       107     #define PF_IEEE802154 36
-PF_INET        sys/socket.h    d       72      #define PF_INET 2
-PF_INET6       sys/socket.h    d       80      #define PF_INET6 10
-PF_IPX sys/socket.h    d       74      #define PF_IPX 4
-PF_IRDA        sys/socket.h    d       94      #define PF_IRDA 23
-PF_ISDN        sys/socket.h    d       105     #define PF_ISDN 34
-PF_IUCV        sys/socket.h    d       103     #define PF_IUCV 32
-PF_KEY sys/socket.h    d       85      #define PF_KEY 15
-PF_LLC sys/socket.h    d       97      #define PF_LLC 26
-PF_LOCAL       sys/socket.h    d       69      #define PF_LOCAL 1
-PF_MASKOS      elf.h   d       501     #define PF_MASKOS 0x0ff00000
-PF_MASKPROC    elf.h   d       502     #define PF_MASKPROC 0xf0000000
-PF_MAX sys/socket.h    d       112     #define PF_MAX 41
-PF_MIPS_LOCAL  elf.h   d       1403    #define PF_MIPS_LOCAL 0x10000000
-PF_MPLS        sys/socket.h    d       99      #define PF_MPLS 28
-PF_NETBEUI     sys/socket.h    d       83      #define PF_NETBEUI 13
-PF_NETLINK     sys/socket.h    d       86      #define PF_NETLINK 16
-PF_NETROM      sys/socket.h    d       76      #define PF_NETROM 6
-PF_NFC sys/socket.h    d       110     #define PF_NFC 39
-PF_PACKET      sys/socket.h    d       88      #define PF_PACKET 17
-PF_PARISC_SBP  elf.h   d       1700    #define PF_PARISC_SBP 0x08000000
-PF_PHONET      sys/socket.h    d       106     #define PF_PHONET 35
-PF_PPPOX       sys/socket.h    d       95      #define PF_PPPOX 24
-PF_R   elf.h   d       500     #define PF_R (1 << 2)
-PF_RDS sys/socket.h    d       92      #define PF_RDS 21
-PF_ROSE        sys/socket.h    d       81      #define PF_ROSE 11
-PF_ROUTE       sys/socket.h    d       87      #define PF_ROUTE PF_NETLINK
-PF_RXRPC       sys/socket.h    d       104     #define PF_RXRPC 33
-PF_SECURITY    sys/socket.h    d       84      #define PF_SECURITY 14
-PF_SNA sys/socket.h    d       93      #define PF_SNA 22
-PF_TIPC        sys/socket.h    d       101     #define PF_TIPC 30
-PF_UNIX        sys/socket.h    d       70      #define PF_UNIX PF_LOCAL
-PF_UNSPEC      sys/socket.h    d       68      #define PF_UNSPEC 0
-PF_VSOCK       sys/socket.h    d       111     #define PF_VSOCK 40
-PF_W   elf.h   d       499     #define PF_W (1 << 1)
-PF_WANPIPE     sys/socket.h    d       96      #define PF_WANPIPE 25
-PF_X   elf.h   d       498     #define PF_X (1 << 0)
-PF_X25 sys/socket.h    d       79      #define PF_X25 9
-PIPE_BUF       limits.h        d       42      #define PIPE_BUF 4096
-PM_STR langinfo.h      d       58      #define PM_STR 0x20027
-PN_XNUM        elf.h   d       495     #define PN_XNUM 0xffff
-POLLERR        poll.h  d       15      #define POLLERR 0x008
-POLLHUP        poll.h  d       16      #define POLLHUP 0x010
-POLLIN poll.h  d       12      #define POLLIN 0x001
-POLLMSG        poll.h  d       25      #define POLLMSG 0x400
-POLLNVAL       poll.h  d       17      #define POLLNVAL 0x020
-POLLOUT        poll.h  d       14      #define POLLOUT 0x004
-POLLPRI        poll.h  d       13      #define POLLPRI 0x002
-POLLRDBAND     poll.h  d       19      #define POLLRDBAND 0x080
-POLLRDHUP      poll.h  d       26      #define POLLRDHUP 0x2000
-POLLRDNORM     poll.h  d       18      #define POLLRDNORM 0x040
-POLLWRBAND     poll.h  d       22      #define POLLWRBAND 0x200
-POLLWRNORM     poll.h  d       21      #define POLLWRNORM 0x100
-POLL_ERR       signal.h        d       232     #define POLL_ERR 4
-POLL_HUP       signal.h        d       234     #define POLL_HUP 6
-POLL_IN        signal.h        d       229     #define POLL_IN 1
-POLL_MSG       signal.h        d       231     #define POLL_MSG 3
-POLL_OUT       signal.h        d       230     #define POLL_OUT 2
-POLL_PRI       signal.h        d       233     #define POLL_PRI 5
-POSIX_CLOSE_RESTART    unistd.h        d       203     #define POSIX_CLOSE_RESTART 0
-POSIX_FADV_DONTNEED    fcntl.h d       70      #define POSIX_FADV_DONTNEED 4
-POSIX_FADV_NOREUSE     fcntl.h d       71      #define POSIX_FADV_NOREUSE 5
-POSIX_FADV_NORMAL      fcntl.h d       66      #define POSIX_FADV_NORMAL 0
-POSIX_FADV_RANDOM      fcntl.h d       67      #define POSIX_FADV_RANDOM 1
-POSIX_FADV_SEQUENTIAL  fcntl.h d       68      #define POSIX_FADV_SEQUENTIAL 2
-POSIX_FADV_WILLNEED    fcntl.h d       69      #define POSIX_FADV_WILLNEED 3
-POSIX_MADV_DONTNEED    sys/mman.h      d       57      #define POSIX_MADV_DONTNEED 4
-POSIX_MADV_NORMAL      sys/mman.h      d       53      #define POSIX_MADV_NORMAL 0
-POSIX_MADV_RANDOM      sys/mman.h      d       54      #define POSIX_MADV_RANDOM 1
-POSIX_MADV_SEQUENTIAL  sys/mman.h      d       55      #define POSIX_MADV_SEQUENTIAL 2
-POSIX_MADV_WILLNEED    sys/mman.h      d       56      #define POSIX_MADV_WILLNEED 3
-POSIX_SPAWN_RESETIDS   spawn.h d       18      #define POSIX_SPAWN_RESETIDS 1
-POSIX_SPAWN_SETPGROUP  spawn.h d       19      #define POSIX_SPAWN_SETPGROUP 2
-POSIX_SPAWN_SETSCHEDPARAM      spawn.h d       22      #define POSIX_SPAWN_SETSCHEDPARAM 16
-POSIX_SPAWN_SETSCHEDULER       spawn.h d       23      #define POSIX_SPAWN_SETSCHEDULER 32
-POSIX_SPAWN_SETSIGDEF  spawn.h d       20      #define POSIX_SPAWN_SETSIGDEF 4
-POSIX_SPAWN_SETSIGMASK spawn.h d       21      #define POSIX_SPAWN_SETSIGMASK 8
-PRELIM arpa/ftp.h      d       3       #define PRELIM 1
-PRE_FETCH      scsi/scsi.h     d       39      #define PRE_FETCH 0x34
-PRIO_MAX       sys/resource.h  d       64      #define PRIO_MAX 20
-PRIO_MIN       sys/resource.h  d       63      #define PRIO_MIN (-20)
-PRIO_PGRP      sys/resource.h  d       67      #define PRIO_PGRP 1
-PRIO_PROCESS   sys/resource.h  d       66      #define PRIO_PROCESS 0
-PRIO_USER      sys/resource.h  d       68      #define PRIO_USER 2
-PRIX16 inttypes.h      d       109     #define PRIX16 "X"
-PRIX32 inttypes.h      d       110     #define PRIX32 "X"
-PRIX64 inttypes.h      d       111     #define PRIX64 __PRI64 "X"
-PRIX8  inttypes.h      d       108     #define PRIX8 "X"
-PRIXFAST16     inttypes.h      d       119     #define PRIXFAST16 "X"
-PRIXFAST32     inttypes.h      d       120     #define PRIXFAST32 "X"
-PRIXFAST64     inttypes.h      d       121     #define PRIXFAST64 __PRI64 "X"
-PRIXFAST8      inttypes.h      d       118     #define PRIXFAST8 "X"
-PRIXLEAST16    inttypes.h      d       114     #define PRIXLEAST16 "X"
-PRIXLEAST32    inttypes.h      d       115     #define PRIXLEAST32 "X"
-PRIXLEAST64    inttypes.h      d       116     #define PRIXLEAST64 __PRI64 "X"
-PRIXLEAST8     inttypes.h      d       113     #define PRIXLEAST8 "X"
-PRIXMAX        inttypes.h      d       128     #define PRIXMAX __PRI64 "X"
-PRIXPTR        inttypes.h      d       135     #define PRIXPTR __PRIPTR "X"
-PRId16 inttypes.h      d       34      #define PRId16 "d"
-PRId32 inttypes.h      d       35      #define PRId32 "d"
-PRId64 inttypes.h      d       36      #define PRId64 __PRI64 "d"
-PRId8  inttypes.h      d       33      #define PRId8 "d"
-PRIdFAST16     inttypes.h      d       44      #define PRIdFAST16 "d"
-PRIdFAST32     inttypes.h      d       45      #define PRIdFAST32 "d"
-PRIdFAST64     inttypes.h      d       46      #define PRIdFAST64 __PRI64 "d"
-PRIdFAST8      inttypes.h      d       43      #define PRIdFAST8 "d"
-PRIdLEAST16    inttypes.h      d       39      #define PRIdLEAST16 "d"
-PRIdLEAST32    inttypes.h      d       40      #define PRIdLEAST32 "d"
-PRIdLEAST64    inttypes.h      d       41      #define PRIdLEAST64 __PRI64 "d"
-PRIdLEAST8     inttypes.h      d       38      #define PRIdLEAST8 "d"
-PRIdMAX        inttypes.h      d       123     #define PRIdMAX __PRI64 "d"
-PRIdPTR        inttypes.h      d       130     #define PRIdPTR __PRIPTR "d"
-PRIi16 inttypes.h      d       49      #define PRIi16 "i"
-PRIi32 inttypes.h      d       50      #define PRIi32 "i"
-PRIi64 inttypes.h      d       51      #define PRIi64 __PRI64 "i"
-PRIi8  inttypes.h      d       48      #define PRIi8 "i"
-PRIiFAST16     inttypes.h      d       59      #define PRIiFAST16 "i"
-PRIiFAST32     inttypes.h      d       60      #define PRIiFAST32 "i"
-PRIiFAST64     inttypes.h      d       61      #define PRIiFAST64 __PRI64 "i"
-PRIiFAST8      inttypes.h      d       58      #define PRIiFAST8 "i"
-PRIiLEAST16    inttypes.h      d       54      #define PRIiLEAST16 "i"
-PRIiLEAST32    inttypes.h      d       55      #define PRIiLEAST32 "i"
-PRIiLEAST64    inttypes.h      d       56      #define PRIiLEAST64 __PRI64 "i"
-PRIiLEAST8     inttypes.h      d       53      #define PRIiLEAST8 "i"
-PRIiMAX        inttypes.h      d       124     #define PRIiMAX __PRI64 "i"
-PRIiPTR        inttypes.h      d       131     #define PRIiPTR __PRIPTR "i"
-PRIo16 inttypes.h      d       64      #define PRIo16 "o"
-PRIo32 inttypes.h      d       65      #define PRIo32 "o"
-PRIo64 inttypes.h      d       66      #define PRIo64 __PRI64 "o"
-PRIo8  inttypes.h      d       63      #define PRIo8 "o"
-PRIoFAST16     inttypes.h      d       74      #define PRIoFAST16 "o"
-PRIoFAST32     inttypes.h      d       75      #define PRIoFAST32 "o"
-PRIoFAST64     inttypes.h      d       76      #define PRIoFAST64 __PRI64 "o"
-PRIoFAST8      inttypes.h      d       73      #define PRIoFAST8 "o"
-PRIoLEAST16    inttypes.h      d       69      #define PRIoLEAST16 "o"
-PRIoLEAST32    inttypes.h      d       70      #define PRIoLEAST32 "o"
-PRIoLEAST64    inttypes.h      d       71      #define PRIoLEAST64 __PRI64 "o"
-PRIoLEAST8     inttypes.h      d       68      #define PRIoLEAST8 "o"
-PRIoMAX        inttypes.h      d       125     #define PRIoMAX __PRI64 "o"
-PRIoPTR        inttypes.h      d       132     #define PRIoPTR __PRIPTR "o"
-PRIu16 inttypes.h      d       79      #define PRIu16 "u"
-PRIu32 inttypes.h      d       80      #define PRIu32 "u"
-PRIu64 inttypes.h      d       81      #define PRIu64 __PRI64 "u"
-PRIu8  inttypes.h      d       78      #define PRIu8 "u"
-PRIuFAST16     inttypes.h      d       89      #define PRIuFAST16 "u"
-PRIuFAST32     inttypes.h      d       90      #define PRIuFAST32 "u"
-PRIuFAST64     inttypes.h      d       91      #define PRIuFAST64 __PRI64 "u"
-PRIuFAST8      inttypes.h      d       88      #define PRIuFAST8 "u"
-PRIuLEAST16    inttypes.h      d       84      #define PRIuLEAST16 "u"
-PRIuLEAST32    inttypes.h      d       85      #define PRIuLEAST32 "u"
-PRIuLEAST64    inttypes.h      d       86      #define PRIuLEAST64 __PRI64 "u"
-PRIuLEAST8     inttypes.h      d       83      #define PRIuLEAST8 "u"
-PRIuMAX        inttypes.h      d       126     #define PRIuMAX __PRI64 "u"
-PRIuPTR        inttypes.h      d       133     #define PRIuPTR __PRIPTR "u"
-PRIx16 inttypes.h      d       94      #define PRIx16 "x"
-PRIx32 inttypes.h      d       95      #define PRIx32 "x"
-PRIx64 inttypes.h      d       96      #define PRIx64 __PRI64 "x"
-PRIx8  inttypes.h      d       93      #define PRIx8 "x"
-PRIxFAST16     inttypes.h      d       104     #define PRIxFAST16 "x"
-PRIxFAST32     inttypes.h      d       105     #define PRIxFAST32 "x"
-PRIxFAST64     inttypes.h      d       106     #define PRIxFAST64 __PRI64 "x"
-PRIxFAST8      inttypes.h      d       103     #define PRIxFAST8 "x"
-PRIxLEAST16    inttypes.h      d       99      #define PRIxLEAST16 "x"
-PRIxLEAST32    inttypes.h      d       100     #define PRIxLEAST32 "x"
-PRIxLEAST64    inttypes.h      d       101     #define PRIxLEAST64 __PRI64 "x"
-PRIxLEAST8     inttypes.h      d       98      #define PRIxLEAST8 "x"
-PRIxMAX        inttypes.h      d       127     #define PRIxMAX __PRI64 "x"
-PRIxPTR        inttypes.h      d       134     #define PRIxPTR __PRIPTR "x"
-PROT_EXEC      sys/mman.h      d       41      #define PROT_EXEC 4
-PROT_GROWSDOWN sys/mman.h      d       42      #define PROT_GROWSDOWN 0x01000000
-PROT_GROWSUP   sys/mman.h      d       43      #define PROT_GROWSUP 0x02000000
-PROT_NONE      sys/mman.h      d       38      #define PROT_NONE 0
-PROT_READ      sys/mman.h      d       39      #define PROT_READ 1
-PROT_WRITE     sys/mman.h      d       40      #define PROT_WRITE 2
-PR_CAPBSET_DROP        sys/prctl.h     d       50      #define PR_CAPBSET_DROP 24
-PR_CAPBSET_READ        sys/prctl.h     d       49      #define PR_CAPBSET_READ 23
-PR_CAP_AMBIENT sys/prctl.h     d       127     #define PR_CAP_AMBIENT 47
-PR_CAP_AMBIENT_CLEAR_ALL       sys/prctl.h     d       131     #define PR_CAP_AMBIENT_CLEAR_ALL 4
-PR_CAP_AMBIENT_IS_SET  sys/prctl.h     d       128     #define PR_CAP_AMBIENT_IS_SET 1
-PR_CAP_AMBIENT_LOWER   sys/prctl.h     d       130     #define PR_CAP_AMBIENT_LOWER 3
-PR_CAP_AMBIENT_RAISE   sys/prctl.h     d       129     #define PR_CAP_AMBIENT_RAISE 2
-PR_ENDIAN_BIG  sys/prctl.h     d       44      #define PR_ENDIAN_BIG 0
-PR_ENDIAN_LITTLE       sys/prctl.h     d       45      #define PR_ENDIAN_LITTLE 1
-PR_ENDIAN_PPC_LITTLE   sys/prctl.h     d       46      #define PR_ENDIAN_PPC_LITTLE 2
-PR_FPEMU_NOPRINT       sys/prctl.h     d       22      #define PR_FPEMU_NOPRINT 1
-PR_FPEMU_SIGFPE        sys/prctl.h     d       23      #define PR_FPEMU_SIGFPE 2
-PR_FP_EXC_ASYNC        sys/prctl.h     d       34      #define PR_FP_EXC_ASYNC 2
-PR_FP_EXC_DISABLED     sys/prctl.h     d       32      #define PR_FP_EXC_DISABLED 0
-PR_FP_EXC_DIV  sys/prctl.h     d       27      #define PR_FP_EXC_DIV 0x010000
-PR_FP_EXC_INV  sys/prctl.h     d       31      #define PR_FP_EXC_INV 0x100000
-PR_FP_EXC_NONRECOV     sys/prctl.h     d       33      #define PR_FP_EXC_NONRECOV 1
-PR_FP_EXC_OVF  sys/prctl.h     d       28      #define PR_FP_EXC_OVF 0x020000
-PR_FP_EXC_PRECISE      sys/prctl.h     d       35      #define PR_FP_EXC_PRECISE 3
-PR_FP_EXC_RES  sys/prctl.h     d       30      #define PR_FP_EXC_RES 0x080000
-PR_FP_EXC_SW_ENABLE    sys/prctl.h     d       26      #define PR_FP_EXC_SW_ENABLE 0x80
-PR_FP_EXC_UND  sys/prctl.h     d       29      #define PR_FP_EXC_UND 0x040000
-PR_FP_MODE_FR  sys/prctl.h     d       124     #define PR_FP_MODE_FR (1 << 0)
-PR_FP_MODE_FRE sys/prctl.h     d       125     #define PR_FP_MODE_FRE (1 << 1)
-PR_GET_CHILD_SUBREAPER sys/prctl.h     d       109     #define PR_GET_CHILD_SUBREAPER 37
-PR_GET_DUMPABLE        sys/prctl.h     d       12      #define PR_GET_DUMPABLE 3
-PR_GET_ENDIAN  sys/prctl.h     d       42      #define PR_GET_ENDIAN 19
-PR_GET_FPEMU   sys/prctl.h     d       20      #define PR_GET_FPEMU 9
-PR_GET_FPEXC   sys/prctl.h     d       24      #define PR_GET_FPEXC 11
-PR_GET_FP_MODE sys/prctl.h     d       123     #define PR_GET_FP_MODE 46
-PR_GET_KEEPCAPS        sys/prctl.h     d       18      #define PR_GET_KEEPCAPS 7
-PR_GET_NAME    sys/prctl.h     d       41      #define PR_GET_NAME 16
-PR_GET_NO_NEW_PRIVS    sys/prctl.h     d       112     #define PR_GET_NO_NEW_PRIVS 39
-PR_GET_PDEATHSIG       sys/prctl.h     d       11      #define PR_GET_PDEATHSIG 2
-PR_GET_SECCOMP sys/prctl.h     d       47      #define PR_GET_SECCOMP 21
-PR_GET_SECUREBITS      sys/prctl.h     d       55      #define PR_GET_SECUREBITS 27
-PR_GET_THP_DISABLE     sys/prctl.h     d       117     #define PR_GET_THP_DISABLE 42
-PR_GET_TID_ADDRESS     sys/prctl.h     d       114     #define PR_GET_TID_ADDRESS 40
-PR_GET_TIMERSLACK      sys/prctl.h     d       58      #define PR_GET_TIMERSLACK 30
-PR_GET_TIMING  sys/prctl.h     d       36      #define PR_GET_TIMING 13
-PR_GET_TSC     sys/prctl.h     d       51      #define PR_GET_TSC 25
-PR_GET_UNALIGN sys/prctl.h     d       14      #define PR_GET_UNALIGN 5
-PR_MCE_KILL    sys/prctl.h     d       63      #define PR_MCE_KILL 33
-PR_MCE_KILL_CLEAR      sys/prctl.h     d       64      #define PR_MCE_KILL_CLEAR 0
-PR_MCE_KILL_DEFAULT    sys/prctl.h     d       68      #define PR_MCE_KILL_DEFAULT 2
-PR_MCE_KILL_EARLY      sys/prctl.h     d       67      #define PR_MCE_KILL_EARLY 1
-PR_MCE_KILL_GET        sys/prctl.h     d       69      #define PR_MCE_KILL_GET 34
-PR_MCE_KILL_LATE       sys/prctl.h     d       66      #define PR_MCE_KILL_LATE 0
-PR_MCE_KILL_SET        sys/prctl.h     d       65      #define PR_MCE_KILL_SET 1
-PR_MPX_DISABLE_MANAGEMENT      sys/prctl.h     d       120     #define PR_MPX_DISABLE_MANAGEMENT 44
-PR_MPX_ENABLE_MANAGEMENT       sys/prctl.h     d       119     #define PR_MPX_ENABLE_MANAGEMENT 43
-PR_SET_CHILD_SUBREAPER sys/prctl.h     d       108     #define PR_SET_CHILD_SUBREAPER 36
-PR_SET_DUMPABLE        sys/prctl.h     d       13      #define PR_SET_DUMPABLE 4
-PR_SET_ENDIAN  sys/prctl.h     d       43      #define PR_SET_ENDIAN 20
-PR_SET_FPEMU   sys/prctl.h     d       21      #define PR_SET_FPEMU 10
-PR_SET_FPEXC   sys/prctl.h     d       25      #define PR_SET_FPEXC 12
-PR_SET_FP_MODE sys/prctl.h     d       122     #define PR_SET_FP_MODE 45
-PR_SET_KEEPCAPS        sys/prctl.h     d       19      #define PR_SET_KEEPCAPS 8
-PR_SET_MM      sys/prctl.h     d       71      #define PR_SET_MM 35
-PR_SET_MM_ARG_END      sys/prctl.h     d       80      #define PR_SET_MM_ARG_END 9
-PR_SET_MM_ARG_START    sys/prctl.h     d       79      #define PR_SET_MM_ARG_START 8
-PR_SET_MM_AUXV sys/prctl.h     d       83      #define PR_SET_MM_AUXV 12
-PR_SET_MM_BRK  sys/prctl.h     d       78      #define PR_SET_MM_BRK 7
-PR_SET_MM_END_CODE     sys/prctl.h     d       73      #define PR_SET_MM_END_CODE 2
-PR_SET_MM_END_DATA     sys/prctl.h     d       75      #define PR_SET_MM_END_DATA 4
-PR_SET_MM_ENV_END      sys/prctl.h     d       82      #define PR_SET_MM_ENV_END 11
-PR_SET_MM_ENV_START    sys/prctl.h     d       81      #define PR_SET_MM_ENV_START 10
-PR_SET_MM_EXE_FILE     sys/prctl.h     d       84      #define PR_SET_MM_EXE_FILE 13
-PR_SET_MM_MAP  sys/prctl.h     d       85      #define PR_SET_MM_MAP 14
-PR_SET_MM_MAP_SIZE     sys/prctl.h     d       86      #define PR_SET_MM_MAP_SIZE 15
-PR_SET_MM_START_BRK    sys/prctl.h     d       77      #define PR_SET_MM_START_BRK 6
-PR_SET_MM_START_CODE   sys/prctl.h     d       72      #define PR_SET_MM_START_CODE 1
-PR_SET_MM_START_DATA   sys/prctl.h     d       74      #define PR_SET_MM_START_DATA 3
-PR_SET_MM_START_STACK  sys/prctl.h     d       76      #define PR_SET_MM_START_STACK 5
-PR_SET_NAME    sys/prctl.h     d       40      #define PR_SET_NAME 15
-PR_SET_NO_NEW_PRIVS    sys/prctl.h     d       111     #define PR_SET_NO_NEW_PRIVS 38
-PR_SET_PDEATHSIG       sys/prctl.h     d       10      #define PR_SET_PDEATHSIG 1
-PR_SET_PTRACER sys/prctl.h     d       105     #define PR_SET_PTRACER 0x59616d61
-PR_SET_PTRACER_ANY     sys/prctl.h     d       106     #define PR_SET_PTRACER_ANY (-1UL)
-PR_SET_SECCOMP sys/prctl.h     d       48      #define PR_SET_SECCOMP 22
-PR_SET_SECUREBITS      sys/prctl.h     d       56      #define PR_SET_SECUREBITS 28
-PR_SET_THP_DISABLE     sys/prctl.h     d       116     #define PR_SET_THP_DISABLE 41
-PR_SET_TIMERSLACK      sys/prctl.h     d       57      #define PR_SET_TIMERSLACK 29
-PR_SET_TIMING  sys/prctl.h     d       37      #define PR_SET_TIMING 14
-PR_SET_TSC     sys/prctl.h     d       52      #define PR_SET_TSC 26
-PR_SET_UNALIGN sys/prctl.h     d       15      #define PR_SET_UNALIGN 6
-PR_TASK_PERF_EVENTS_DISABLE    sys/prctl.h     d       60      #define PR_TASK_PERF_EVENTS_DISABLE 31
-PR_TASK_PERF_EVENTS_ENABLE     sys/prctl.h     d       61      #define PR_TASK_PERF_EVENTS_ENABLE 32
-PR_TIMING_STATISTICAL  sys/prctl.h     d       38      #define PR_TIMING_STATISTICAL 0
-PR_TIMING_TIMESTAMP    sys/prctl.h     d       39      #define PR_TIMING_TIMESTAMP 1
-PR_TSC_ENABLE  sys/prctl.h     d       53      #define PR_TSC_ENABLE 1
-PR_TSC_SIGSEGV sys/prctl.h     d       54      #define PR_TSC_SIGSEGV 2
-PR_UNALIGN_NOPRINT     sys/prctl.h     d       16      #define PR_UNALIGN_NOPRINT 1
-PR_UNALIGN_SIGBUS      sys/prctl.h     d       17      #define PR_UNALIGN_SIGBUS 2
-PTHREAD_BARRIER_SERIAL_THREAD  pthread.h       d       74      #define PTHREAD_BARRIER_SERIAL_THREAD (-1)
-PTHREAD_CANCELED       pthread.h       d       71      #define PTHREAD_CANCELED ((void *)-1)
-PTHREAD_CANCEL_ASYNCHRONOUS    pthread.h       d       69      #define PTHREAD_CANCEL_ASYNCHRONOUS 1
-PTHREAD_CANCEL_DEFERRED        pthread.h       d       68      #define PTHREAD_CANCEL_DEFERRED 0
-PTHREAD_CANCEL_DISABLE pthread.h       d       65      #define PTHREAD_CANCEL_DISABLE 1
-PTHREAD_CANCEL_ENABLE  pthread.h       d       64      #define PTHREAD_CANCEL_ENABLE 0
-PTHREAD_CANCEL_MASKED  pthread.h       d       66      #define PTHREAD_CANCEL_MASKED 2
-PTHREAD_COND_INITIALIZER       pthread.h       d       60      #define PTHREAD_COND_INITIALIZER {{{0}}}
-PTHREAD_CREATE_DETACHED        pthread.h       d       34      #define PTHREAD_CREATE_DETACHED 1
-PTHREAD_CREATE_JOINABLE        pthread.h       d       33      #define PTHREAD_CREATE_JOINABLE 0
-PTHREAD_DESTRUCTOR_ITERATIONS  limits.h        d       65      #define PTHREAD_DESTRUCTOR_ITERATIONS 4
-PTHREAD_EXPLICIT_SCHED pthread.h       d       49      #define PTHREAD_EXPLICIT_SCHED 1
-PTHREAD_INHERIT_SCHED  pthread.h       d       48      #define PTHREAD_INHERIT_SCHED 0
-PTHREAD_KEYS_MAX       limits.h        d       63      #define PTHREAD_KEYS_MAX 128
-PTHREAD_MUTEX_DEFAULT  pthread.h       d       37      #define PTHREAD_MUTEX_DEFAULT 0
-PTHREAD_MUTEX_ERRORCHECK       pthread.h       d       39      #define PTHREAD_MUTEX_ERRORCHECK 2
-PTHREAD_MUTEX_INITIALIZER      pthread.h       d       58      #define PTHREAD_MUTEX_INITIALIZER {{{0}}}
-PTHREAD_MUTEX_NORMAL   pthread.h       d       36      #define PTHREAD_MUTEX_NORMAL 0
-PTHREAD_MUTEX_RECURSIVE        pthread.h       d       38      #define PTHREAD_MUTEX_RECURSIVE 1
-PTHREAD_MUTEX_ROBUST   pthread.h       d       42      #define PTHREAD_MUTEX_ROBUST 1
-PTHREAD_MUTEX_STALLED  pthread.h       d       41      #define PTHREAD_MUTEX_STALLED 0
-PTHREAD_ONCE_INIT      pthread.h       d       61      #define PTHREAD_ONCE_INIT 0
-PTHREAD_PRIO_INHERIT   pthread.h       d       45      #define PTHREAD_PRIO_INHERIT 1
-PTHREAD_PRIO_NONE      pthread.h       d       44      #define PTHREAD_PRIO_NONE 0
-PTHREAD_PRIO_PROTECT   pthread.h       d       46      #define PTHREAD_PRIO_PROTECT 2
-PTHREAD_PROCESS_PRIVATE        pthread.h       d       54      #define PTHREAD_PROCESS_PRIVATE 0
-PTHREAD_PROCESS_SHARED pthread.h       d       55      #define PTHREAD_PROCESS_SHARED 1
-PTHREAD_RWLOCK_INITIALIZER     pthread.h       d       59      #define PTHREAD_RWLOCK_INITIALIZER {{{0}}}
-PTHREAD_SCOPE_PROCESS  pthread.h       d       52      #define PTHREAD_SCOPE_PROCESS 1
-PTHREAD_SCOPE_SYSTEM   pthread.h       d       51      #define PTHREAD_SCOPE_SYSTEM 0
-PTHREAD_STACK_MIN      limits.h        d       64      #define PTHREAD_STACK_MIN 2048
-PTRACE_ATTACH  sys/ptrace.h    d       25      #define PTRACE_ATTACH 16
-PTRACE_CONT    sys/ptrace.h    d       18      #define PTRACE_CONT 7
-PTRACE_DETACH  sys/ptrace.h    d       26      #define PTRACE_DETACH 17
-PTRACE_EVENT_CLONE     sys/ptrace.h    d       81      #define PTRACE_EVENT_CLONE 3
-PTRACE_EVENT_EXEC      sys/ptrace.h    d       82      #define PTRACE_EVENT_EXEC 4
-PTRACE_EVENT_EXIT      sys/ptrace.h    d       84      #define PTRACE_EVENT_EXIT 6
-PTRACE_EVENT_FORK      sys/ptrace.h    d       79      #define PTRACE_EVENT_FORK 1
-PTRACE_EVENT_SECCOMP   sys/ptrace.h    d       85      #define PTRACE_EVENT_SECCOMP 7
-PTRACE_EVENT_VFORK     sys/ptrace.h    d       80      #define PTRACE_EVENT_VFORK 2
-PTRACE_EVENT_VFORK_DONE        sys/ptrace.h    d       83      #define PTRACE_EVENT_VFORK_DONE 5
-PTRACE_GETEVENTMSG     sys/ptrace.h    d       31      #define PTRACE_GETEVENTMSG 0x4201
-PTRACE_GETFPREGS       sys/ptrace.h    d       23      #define PTRACE_GETFPREGS 14
-PTRACE_GETFPXREGS      sys/ptrace.h    d       27      #define PTRACE_GETFPXREGS 18
-PTRACE_GETREGS sys/ptrace.h    d       21      #define PTRACE_GETREGS 12
-PTRACE_GETREGSET       sys/ptrace.h    d       34      #define PTRACE_GETREGSET 0x4204
-PTRACE_GETSIGINFO      sys/ptrace.h    d       32      #define PTRACE_GETSIGINFO 0x4202
-PTRACE_GETSIGMASK      sys/ptrace.h    d       40      #define PTRACE_GETSIGMASK 0x420a
-PTRACE_INTERRUPT       sys/ptrace.h    d       37      #define PTRACE_INTERRUPT 0x4207
-PTRACE_KILL    sys/ptrace.h    d       19      #define PTRACE_KILL 8
-PTRACE_LISTEN  sys/ptrace.h    d       38      #define PTRACE_LISTEN 0x4208
-PTRACE_O_EXITKILL      sys/ptrace.h    d       75      #define PTRACE_O_EXITKILL 0x00100000
-PTRACE_O_MASK  sys/ptrace.h    d       77      #define PTRACE_O_MASK 0x003000ff
-PTRACE_O_SUSPEND_SECCOMP       sys/ptrace.h    d       76      #define PTRACE_O_SUSPEND_SECCOMP 0x00200000
-PTRACE_O_TRACECLONE    sys/ptrace.h    d       70      #define PTRACE_O_TRACECLONE 0x00000008
-PTRACE_O_TRACEEXEC     sys/ptrace.h    d       71      #define PTRACE_O_TRACEEXEC 0x00000010
-PTRACE_O_TRACEEXIT     sys/ptrace.h    d       73      #define PTRACE_O_TRACEEXIT 0x00000040
-PTRACE_O_TRACEFORK     sys/ptrace.h    d       68      #define PTRACE_O_TRACEFORK 0x00000002
-PTRACE_O_TRACESECCOMP  sys/ptrace.h    d       74      #define PTRACE_O_TRACESECCOMP 0x00000080
-PTRACE_O_TRACESYSGOOD  sys/ptrace.h    d       67      #define PTRACE_O_TRACESYSGOOD 0x00000001
-PTRACE_O_TRACEVFORK    sys/ptrace.h    d       69      #define PTRACE_O_TRACEVFORK 0x00000004
-PTRACE_O_TRACEVFORKDONE        sys/ptrace.h    d       72      #define PTRACE_O_TRACEVFORKDONE 0x00000020
-PTRACE_PEEKDATA        sys/ptrace.h    d       13      #define PTRACE_PEEKDATA 2
-PTRACE_PEEKSIGINFO     sys/ptrace.h    d       39      #define PTRACE_PEEKSIGINFO 0x4209
-PTRACE_PEEKSIGINFO_SHARED      sys/ptrace.h    d       87      #define PTRACE_PEEKSIGINFO_SHARED 1
-PTRACE_PEEKTEXT        sys/ptrace.h    d       12      #define PTRACE_PEEKTEXT 1
-PTRACE_PEEKUSER        sys/ptrace.h    d       14      #define PTRACE_PEEKUSER 3
-PTRACE_POKEDATA        sys/ptrace.h    d       16      #define PTRACE_POKEDATA 5
-PTRACE_POKETEXT        sys/ptrace.h    d       15      #define PTRACE_POKETEXT 4
-PTRACE_POKEUSER        sys/ptrace.h    d       17      #define PTRACE_POKEUSER 6
-PTRACE_SECCOMP_GET_FILTER      sys/ptrace.h    d       42      #define PTRACE_SECCOMP_GET_FILTER 0x420c
-PTRACE_SEIZE   sys/ptrace.h    d       36      #define PTRACE_SEIZE 0x4206
-PTRACE_SETFPREGS       sys/ptrace.h    d       24      #define PTRACE_SETFPREGS 15
-PTRACE_SETFPXREGS      sys/ptrace.h    d       28      #define PTRACE_SETFPXREGS 19
-PTRACE_SETOPTIONS      sys/ptrace.h    d       30      #define PTRACE_SETOPTIONS 0x4200
-PTRACE_SETREGS sys/ptrace.h    d       22      #define PTRACE_SETREGS 13
-PTRACE_SETREGSET       sys/ptrace.h    d       35      #define PTRACE_SETREGSET 0x4205
-PTRACE_SETSIGINFO      sys/ptrace.h    d       33      #define PTRACE_SETSIGINFO 0x4203
-PTRACE_SETSIGMASK      sys/ptrace.h    d       41      #define PTRACE_SETSIGMASK 0x420b
-PTRACE_SINGLESTEP      sys/ptrace.h    d       20      #define PTRACE_SINGLESTEP 9
-PTRACE_SYSCALL sys/ptrace.h    d       29      #define PTRACE_SYSCALL 24
-PTRACE_TRACEME sys/ptrace.h    d       9       #define PTRACE_TRACEME 0
-PTRBITS        values.h        d       10      #define PTRBITS (sizeof(char *) * 8)
-PT_ARM_EXIDX   elf.h   d       2085    #define PT_ARM_EXIDX (PT_LOPROC + 1)
-PT_ATTACH      sys/ptrace.h    d       57      #define PT_ATTACH PTRACE_ATTACH
-PT_CONTINUE    sys/ptrace.h    d       50      #define PT_CONTINUE PTRACE_CONT
-PT_DETACH      sys/ptrace.h    d       58      #define PT_DETACH PTRACE_DETACH
-PT_DYNAMIC     elf.h   d       475     #define PT_DYNAMIC 2
-PT_GETEVENTMSG sys/ptrace.h    d       63      #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
-PT_GETFPREGS   sys/ptrace.h    d       55      #define PT_GETFPREGS PTRACE_GETFPREGS
-PT_GETFPXREGS  sys/ptrace.h    d       59      #define PT_GETFPXREGS PTRACE_GETFPXREGS
-PT_GETREGS     sys/ptrace.h    d       53      #define PT_GETREGS PTRACE_GETREGS
-PT_GETSIGINFO  sys/ptrace.h    d       64      #define PT_GETSIGINFO PTRACE_GETSIGINFO
-PT_GNU_EH_FRAME        elf.h   d       483     #define PT_GNU_EH_FRAME 0x6474e550
-PT_GNU_RELRO   elf.h   d       485     #define PT_GNU_RELRO 0x6474e552
-PT_GNU_STACK   elf.h   d       484     #define PT_GNU_STACK 0x6474e551
-PT_HIOS        elf.h   d       490     #define PT_HIOS 0x6fffffff
-PT_HIPROC      elf.h   d       492     #define PT_HIPROC 0x7fffffff
-PT_HISUNW      elf.h   d       489     #define PT_HISUNW 0x6fffffff
-PT_HP_CORE_COMM        elf.h   d       1683    #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
-PT_HP_CORE_KERNEL      elf.h   d       1682    #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
-PT_HP_CORE_LOADABLE    elf.h   d       1685    #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
-PT_HP_CORE_MMF elf.h   d       1688    #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
-PT_HP_CORE_NONE        elf.h   d       1680    #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
-PT_HP_CORE_PROC        elf.h   d       1684    #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
-PT_HP_CORE_SHM elf.h   d       1687    #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
-PT_HP_CORE_STACK       elf.h   d       1686    #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
-PT_HP_CORE_VERSION     elf.h   d       1681    #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
-PT_HP_FASTBIND elf.h   d       1690    #define PT_HP_FASTBIND (PT_LOOS + 0x11)
-PT_HP_HSL_ANNOT        elf.h   d       1692    #define PT_HP_HSL_ANNOT (PT_LOOS + 0x13)
-PT_HP_OPT_ANNOT        elf.h   d       1691    #define PT_HP_OPT_ANNOT (PT_LOOS + 0x12)
-PT_HP_PARALLEL elf.h   d       1689    #define PT_HP_PARALLEL (PT_LOOS + 0x10)
-PT_HP_STACK    elf.h   d       1693    #define PT_HP_STACK (PT_LOOS + 0x14)
-PT_HP_TLS      elf.h   d       1679    #define PT_HP_TLS (PT_LOOS + 0x0)
-PT_IA_64_ARCHEXT       elf.h   d       2357    #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
-PT_IA_64_HP_HSL_ANOT   elf.h   d       2360    #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
-PT_IA_64_HP_OPT_ANOT   elf.h   d       2359    #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
-PT_IA_64_HP_STACK      elf.h   d       2361    #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
-PT_IA_64_UNWIND        elf.h   d       2358    #define PT_IA_64_UNWIND (PT_LOPROC + 1)
-PT_INTERP      elf.h   d       476     #define PT_INTERP 3
-PT_KILL        sys/ptrace.h    d       51      #define PT_KILL PTRACE_KILL
-PT_LOAD        elf.h   d       474     #define PT_LOAD 1
-PT_LOOS        elf.h   d       482     #define PT_LOOS 0x60000000
-PT_LOPROC      elf.h   d       491     #define PT_LOPROC 0x70000000
-PT_LOSUNW      elf.h   d       486     #define PT_LOSUNW 0x6ffffffa
-PT_MIPS_OPTIONS        elf.h   d       1399    #define PT_MIPS_OPTIONS 0x70000002
-PT_MIPS_REGINFO        elf.h   d       1397    #define PT_MIPS_REGINFO 0x70000000
-PT_MIPS_RTPROC elf.h   d       1398    #define PT_MIPS_RTPROC 0x70000001
-PT_NOTE        elf.h   d       477     #define PT_NOTE 4
-PT_NULL        elf.h   d       473     #define PT_NULL 0
-PT_NUM elf.h   d       481     #define PT_NUM 8
-PT_PARISC_ARCHEXT      elf.h   d       1695    #define PT_PARISC_ARCHEXT 0x70000000
-PT_PARISC_UNWIND       elf.h   d       1696    #define PT_PARISC_UNWIND 0x70000001
-PT_PHDR        elf.h   d       479     #define PT_PHDR 6
-PT_READ_D      sys/ptrace.h    d       45      #define PT_READ_D PTRACE_PEEKDATA
-PT_READ_I      sys/ptrace.h    d       44      #define PT_READ_I PTRACE_PEEKTEXT
-PT_READ_U      sys/ptrace.h    d       46      #define PT_READ_U PTRACE_PEEKUSER
-PT_SETFPREGS   sys/ptrace.h    d       56      #define PT_SETFPREGS PTRACE_SETFPREGS
-PT_SETFPXREGS  sys/ptrace.h    d       60      #define PT_SETFPXREGS PTRACE_SETFPXREGS
-PT_SETOPTIONS  sys/ptrace.h    d       62      #define PT_SETOPTIONS PTRACE_SETOPTIONS
-PT_SETREGS     sys/ptrace.h    d       54      #define PT_SETREGS PTRACE_SETREGS
-PT_SETSIGINFO  sys/ptrace.h    d       65      #define PT_SETSIGINFO PTRACE_SETSIGINFO
-PT_SHLIB       elf.h   d       478     #define PT_SHLIB 5
-PT_STEP        sys/ptrace.h    d       52      #define PT_STEP PTRACE_SINGLESTEP
-PT_SUNWBSS     elf.h   d       487     #define PT_SUNWBSS 0x6ffffffa
-PT_SUNWSTACK   elf.h   d       488     #define PT_SUNWSTACK 0x6ffffffb
-PT_SYSCALL     sys/ptrace.h    d       61      #define PT_SYSCALL PTRACE_SYSCALL
-PT_TLS elf.h   d       480     #define PT_TLS 7
-PT_TRACE_ME    sys/ptrace.h    d       10      #define PT_TRACE_ME PTRACE_TRACEME
-PT_WRITE_D     sys/ptrace.h    d       48      #define PT_WRITE_D PTRACE_POKEDATA
-PT_WRITE_I     sys/ptrace.h    d       47      #define PT_WRITE_I PTRACE_POKETEXT
-PT_WRITE_U     sys/ptrace.h    d       49      #define PT_WRITE_U PTRACE_POKEUSER
-PUTLONG        arpa/nameser.h  d       449     #define PUTLONG NS_PUT32
-PUTSHORT       arpa/nameser.h  d       448     #define PUTSHORT NS_PUT16
-P_ALL  sys/wait.h      e       14      
-P_PGID sys/wait.h      e       16      
-P_PID  sys/wait.h      e       15      
-P_tmpdir       stdio.h d       157     #define P_tmpdir "/tmp"
-QCMD   sys/quota.h     d       33      #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
-QFIXEDSZ       arpa/nameser.h  d       360     #define QFIXEDSZ NS_QFIXEDSZ
-QFMT_OCFS2     sys/quota.h     d       46      #define QFMT_OCFS2 3
-QFMT_VFS_OLD   sys/quota.h     d       44      #define QFMT_VFS_OLD 1
-QFMT_VFS_V0    sys/quota.h     d       45      #define QFMT_VFS_V0 2
-QFMT_VFS_V1    sys/quota.h     d       47      #define QFMT_VFS_V1 4
-QIF_ALL        sys/quota.h     d       58      #define QIF_ALL (QIF_LIMITS | QIF_USAGE | QIF_TIMES)
-QIF_BLIMITS    sys/quota.h     d       49      #define QIF_BLIMITS 1
-QIF_BTIME      sys/quota.h     d       53      #define QIF_BTIME 16
-QIF_ILIMITS    sys/quota.h     d       51      #define QIF_ILIMITS 4
-QIF_INODES     sys/quota.h     d       52      #define QIF_INODES 8
-QIF_ITIME      sys/quota.h     d       54      #define QIF_ITIME 32
-QIF_LIMITS     sys/quota.h     d       55      #define QIF_LIMITS (QIF_BLIMITS | QIF_ILIMITS)
-QIF_SPACE      sys/quota.h     d       50      #define QIF_SPACE 2
-QIF_TIMES      sys/quota.h     d       57      #define QIF_TIMES (QIF_BTIME | QIF_ITIME)
-QIF_USAGE      sys/quota.h     d       56      #define QIF_USAGE (QIF_SPACE | QIF_INODES)
-QUERY  arpa/nameser.h  d       375     #define QUERY ns_o_query
-QUEUE_FULL     scsi/scsi.h     d       81      #define QUEUE_FULL 0x14
-QUOTAFILENAME  sys/quota.h     d       25      #define QUOTAFILENAME "quota"
-QUOTAGROUP     sys/quota.h     d       26      #define QUOTAGROUP "staff"
-Q_GETFMT       sys/quota.h     d       38      #define Q_GETFMT 0x800004
-Q_GETINFO      sys/quota.h     d       39      #define Q_GETINFO 0x800005
-Q_GETQUOTA     sys/quota.h     d       41      #define Q_GETQUOTA 0x800007
-Q_QUOTAOFF     sys/quota.h     d       37      #define Q_QUOTAOFF 0x800003
-Q_QUOTAON      sys/quota.h     d       36      #define Q_QUOTAON 0x800002
-Q_SETINFO      sys/quota.h     d       40      #define Q_SETINFO 0x800006
-Q_SETQUOTA     sys/quota.h     d       42      #define Q_SETQUOTA 0x800008
-Q_SYNC sys/quota.h     d       35      #define Q_SYNC 0x800001
-RADIXCHAR      langinfo.h      d       75      #define RADIXCHAR 0x10000
-RAND_MAX       stdlib.h        d       82      #define RAND_MAX (0x7fffffff)
-RB_AUTOBOOT    sys/reboot.h    d       7       #define RB_AUTOBOOT 0x01234567
-RB_DISABLE_CAD sys/reboot.h    d       10      #define RB_DISABLE_CAD 0
-RB_ENABLE_CAD  sys/reboot.h    d       9       #define RB_ENABLE_CAD 0x89abcdef
-RB_HALT_SYSTEM sys/reboot.h    d       8       #define RB_HALT_SYSTEM 0xcdef0123
-RB_KEXEC       sys/reboot.h    d       13      #define RB_KEXEC 0x45584543
-RB_POWER_OFF   sys/reboot.h    d       11      #define RB_POWER_OFF 0x4321fedc
-RB_SW_SUSPEND  sys/reboot.h    d       12      #define RB_SW_SUSPEND 0xd000fce2
-READ_10        scsi/scsi.h     d       30      #define READ_10 0x28
-READ_12        scsi/scsi.h     d       64      #define READ_12 0xa8
-READ_6 scsi/scsi.h     d       10      #define READ_6 0x08
-READ_BLOCK_LIMITS      scsi/scsi.h     d       8       #define READ_BLOCK_LIMITS 0x05
-READ_BUFFER    scsi/scsi.h     d       48      #define READ_BUFFER 0x3c
-READ_CAPACITY  scsi/scsi.h     d       29      #define READ_CAPACITY 0x25
-READ_DEFECT_DATA       scsi/scsi.h     d       43      #define READ_DEFECT_DATA 0x37
-READ_ELEMENT_STATUS    scsi/scsi.h     d       70      #define READ_ELEMENT_STATUS 0xb8
-READ_IMPLIES_EXEC      sys/personality.h       d       11      #define READ_IMPLIES_EXEC 0x0400000
-READ_LONG      scsi/scsi.h     d       50      #define READ_LONG 0x3e
-READ_POSITION  scsi/scsi.h     d       40      #define READ_POSITION 0x34
-READ_REVERSE   scsi/scsi.h     d       13      #define READ_REVERSE 0x0f
-READ_TOC       scsi/scsi.h     d       54      #define READ_TOC 0x43
-REASSIGN_BLOCKS        scsi/scsi.h     d       9       #define REASSIGN_BLOCKS 0x07
-RECEIVE_DIAGNOSTIC     scsi/scsi.h     d       25      #define RECEIVE_DIAGNOSTIC 0x1c
-RECOVERED_ERROR        scsi/scsi.h     d       84      #define RECOVERED_ERROR 0x01
-RECOVER_BUFFERED_DATA  scsi/scsi.h     d       17      #define RECOVER_BUFFERED_DATA 0x14
-REC_EOF        arpa/ftp.h      d       23      #define REC_EOF '\002'
-REC_EOR        arpa/ftp.h      d       22      #define REC_EOR '\001'
-REC_ESC        arpa/ftp.h      d       21      #define REC_ESC '\377'
-REFUSED        arpa/nameser.h  d       386     #define REFUSED ns_r_refused
-REGTYPE        tar.h   d       17      #define REGTYPE '0'
-REG_BADBR      regex.h d       45      #define REG_BADBR 10
-REG_BADPAT     regex.h d       37      #define REG_BADPAT 2
-REG_BADRPT     regex.h d       48      #define REG_BADRPT 13
-REG_EBRACE     regex.h d       44      #define REG_EBRACE 9
-REG_EBRACK     regex.h d       42      #define REG_EBRACK 7
-REG_ECOLLATE   regex.h d       38      #define REG_ECOLLATE 3
-REG_ECTYPE     regex.h d       39      #define REG_ECTYPE 4
-REG_EESCAPE    regex.h d       40      #define REG_EESCAPE 5
-REG_ENOSYS     regex.h d       50      #define REG_ENOSYS -1
-REG_EPAREN     regex.h d       43      #define REG_EPAREN 8
-REG_ERANGE     regex.h d       46      #define REG_ERANGE 11
-REG_ESPACE     regex.h d       47      #define REG_ESPACE 12
-REG_ESUBREG    regex.h d       41      #define REG_ESUBREG 6
-REG_EXTENDED   regex.h d       27      #define REG_EXTENDED 1
-REG_ICASE      regex.h d       28      #define REG_ICASE 2
-REG_NEWLINE    regex.h d       29      #define REG_NEWLINE 4
-REG_NOMATCH    regex.h d       36      #define REG_NOMATCH 1
-REG_NOSUB      regex.h d       30      #define REG_NOSUB 8
-REG_NOTBOL     regex.h d       32      #define REG_NOTBOL 1
-REG_NOTEOL     regex.h d       33      #define REG_NOTEOL 2
-REG_OK regex.h d       35      #define REG_OK 0
-RELEASE        scsi/scsi.h     d       20      #define RELEASE 0x17
-RELEASE_10     scsi/scsi.h     d       59      #define RELEASE_10 0x57
-RELEASE_RECOVERY       scsi/scsi.h     d       124     #define RELEASE_RECOVERY 0x10
-REQUEST_SENSE  scsi/scsi.h     d       6       #define REQUEST_SENSE 0x03
-RESERVATION_CONFLICT   scsi/scsi.h     d       79      #define RESERVATION_CONFLICT 0x0c
-RESERVE        scsi/scsi.h     d       19      #define RESERVE 0x16
-RESERVE_10     scsi/scsi.h     d       58      #define RESERVE_10 0x56
-RESTORE_POINTERS       scsi/scsi.h     d       113     #define RESTORE_POINTERS 0x03
-RES_AAONLY     resolv.h        d       84      #define RES_AAONLY 0x00000004
-RES_BLAST      resolv.h        d       99      #define RES_BLAST 0x00020000
-RES_DEBUG      resolv.h        d       83      #define RES_DEBUG 0x00000002
-RES_DEFAULT    resolv.h        d       107     #define RES_DEFAULT (RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)
-RES_DEFNAMES   resolv.h        d       89      #define RES_DEFNAMES 0x00000080
-RES_DFLRETRY   resolv.h        d       22      #define RES_DFLRETRY 2
-RES_DNSRCH     resolv.h        d       91      #define RES_DNSRCH 0x00000200
-RES_EXHAUSTIVE resolv.h        d       80      #define RES_EXHAUSTIVE 0x00000001
-RES_F_CONN     resolv.h        d       77      #define RES_F_CONN 0x00000002
-RES_F_EDNS0ERR resolv.h        d       78      #define RES_F_EDNS0ERR 0x00000004
-RES_F_VC       resolv.h        d       76      #define RES_F_VC 0x00000001
-RES_IGNTC      resolv.h        d       87      #define RES_IGNTC 0x00000020
-RES_INIT       resolv.h        d       82      #define RES_INIT 0x00000001
-RES_INSECURE1  resolv.h        d       92      #define RES_INSECURE1 0x00000400
-RES_INSECURE2  resolv.h        d       93      #define RES_INSECURE2 0x00000800
-RES_KEEPTSIG   resolv.h        d       98      #define RES_KEEPTSIG 0x00010000
-RES_MAXNDOTS   resolv.h        d       19      #define RES_MAXNDOTS 15
-RES_MAXRETRANS resolv.h        d       20      #define RES_MAXRETRANS 30
-RES_MAXRETRY   resolv.h        d       21      #define RES_MAXRETRY 5
-RES_MAXTIME    resolv.h        d       23      #define RES_MAXTIME 65535
-RES_NOALIASES  resolv.h        d       94      #define RES_NOALIASES 0x00001000
-RES_NOCHECKNAME        resolv.h        d       97      #define RES_NOCHECKNAME 0x00008000
-RES_NOIP6DOTINT        resolv.h        d       101     #define RES_NOIP6DOTINT 0x00080000
-RES_PRF_ADD    resolv.h        d       116     #define RES_PRF_ADD 0x00000080
-RES_PRF_ANS    resolv.h        d       114     #define RES_PRF_ANS 0x00000020
-RES_PRF_AUTH   resolv.h        d       115     #define RES_PRF_AUTH 0x00000040
-RES_PRF_CLASS  resolv.h        d       111     #define RES_PRF_CLASS 0x00000004
-RES_PRF_CMD    resolv.h        d       112     #define RES_PRF_CMD 0x00000008
-RES_PRF_HEAD1  resolv.h        d       117     #define RES_PRF_HEAD1 0x00000100
-RES_PRF_HEAD2  resolv.h        d       118     #define RES_PRF_HEAD2 0x00000200
-RES_PRF_HEADX  resolv.h        d       120     #define RES_PRF_HEADX 0x00000800
-RES_PRF_INIT   resolv.h        d       123     #define RES_PRF_INIT 0x00004000
-RES_PRF_QUERY  resolv.h        d       121     #define RES_PRF_QUERY 0x00001000
-RES_PRF_QUES   resolv.h        d       113     #define RES_PRF_QUES 0x00000010
-RES_PRF_REPLY  resolv.h        d       122     #define RES_PRF_REPLY 0x00002000
-RES_PRF_STATS  resolv.h        d       109     #define RES_PRF_STATS 0x00000001
-RES_PRF_TTLID  resolv.h        d       119     #define RES_PRF_TTLID 0x00000400
-RES_PRF_UPDATE resolv.h        d       110     #define RES_PRF_UPDATE 0x00000002
-RES_PRIMARY    resolv.h        d       86      #define RES_PRIMARY 0x00000010
-RES_RECURSE    resolv.h        d       88      #define RES_RECURSE 0x00000040
-RES_ROTATE     resolv.h        d       96      #define RES_ROTATE 0x00004000
-RES_SNGLKUP    resolv.h        d       103     #define RES_SNGLKUP 0x00200000
-RES_SNGLKUPREOP        resolv.h        d       104     #define RES_SNGLKUPREOP 0x00400000
-RES_STAYOPEN   resolv.h        d       90      #define RES_STAYOPEN 0x00000100
-RES_TIMEOUT    resolv.h        d       17      #define RES_TIMEOUT 5
-RES_USEBSTRING resolv.h        d       100     #define RES_USEBSTRING 0x00040000
-RES_USEVC      resolv.h        d       85      #define RES_USEVC 0x00000008
-RES_USE_DNSSEC resolv.h        d       105     #define RES_USE_DNSSEC 0x00800000
-RES_USE_EDNS0  resolv.h        d       102     #define RES_USE_EDNS0 0x00100000
-RES_USE_INET6  resolv.h        d       95      #define RES_USE_INET6 0x00002000
-REZERO_UNIT    scsi/scsi.h     d       5       #define REZERO_UNIT 0x01
-RE_DUP_MAX     limits.h        d       82      #define RE_DUP_MAX 255
-RHF_CORD       elf.h   d       1480    #define RHF_CORD (1 << 12)
-RHF_DEFAULT_DELAY_LOAD elf.h   d       1477    #define RHF_DEFAULT_DELAY_LOAD (1 << 9)
-RHF_DELTA_C_PLUS_PLUS  elf.h   d       1474    #define RHF_DELTA_C_PLUS_PLUS (1 << 6)
-RHF_GUARANTEE_INIT     elf.h   d       1473    #define RHF_GUARANTEE_INIT (1 << 5)
-RHF_GUARANTEE_START_INIT       elf.h   d       1475    #define RHF_GUARANTEE_START_INIT (1 << 7)
-RHF_NONE       elf.h   d       1467    #define RHF_NONE 0
-RHF_NOTPOT     elf.h   d       1469    #define RHF_NOTPOT (1 << 1)
-RHF_NO_LIBRARY_REPLACEMENT     elf.h   d       1470    #define RHF_NO_LIBRARY_REPLACEMENT (1 << 2)
-RHF_NO_MOVE    elf.h   d       1471    #define RHF_NO_MOVE (1 << 3)
-RHF_NO_UNRES_UNDEF     elf.h   d       1481    #define RHF_NO_UNRES_UNDEF (1 << 13)
-RHF_PIXIE      elf.h   d       1476    #define RHF_PIXIE (1 << 8)
-RHF_QUICKSTART elf.h   d       1468    #define RHF_QUICKSTART (1 << 0)
-RHF_REQUICKSTART       elf.h   d       1478    #define RHF_REQUICKSTART (1 << 10)
-RHF_REQUICKSTARTED     elf.h   d       1479    #define RHF_REQUICKSTARTED (1 << 11)
-RHF_RLD_ORDER_SAFE     elf.h   d       1482    #define RHF_RLD_ORDER_SAFE (1 << 14)
-RHF_SGI_ONLY   elf.h   d       1472    #define RHF_SGI_ONLY (1 << 4)
-RLIM64_INFINITY        sys/resource.h  d       99      #define RLIM64_INFINITY RLIM_INFINITY
-RLIM64_SAVED_CUR       sys/resource.h  d       100     #define RLIM64_SAVED_CUR RLIM_SAVED_CUR
-RLIM64_SAVED_MAX       sys/resource.h  d       101     #define RLIM64_SAVED_MAX RLIM_SAVED_MAX
-RLIMIT_AS      sys/resource.h  d       87      #define RLIMIT_AS 9
-RLIMIT_CORE    sys/resource.h  d       81      #define RLIMIT_CORE 4
-RLIMIT_CPU     sys/resource.h  d       77      #define RLIMIT_CPU 0
-RLIMIT_DATA    sys/resource.h  d       79      #define RLIMIT_DATA 2
-RLIMIT_FSIZE   sys/resource.h  d       78      #define RLIMIT_FSIZE 1
-RLIMIT_LOCKS   sys/resource.h  d       89      #define RLIMIT_LOCKS 10
-RLIMIT_MEMLOCK sys/resource.h  d       86      #define RLIMIT_MEMLOCK 8
-RLIMIT_MSGQUEUE        sys/resource.h  d       91      #define RLIMIT_MSGQUEUE 12
-RLIMIT_NICE    sys/resource.h  d       92      #define RLIMIT_NICE 13
-RLIMIT_NLIMITS sys/resource.h  d       94      #define RLIMIT_NLIMITS 15
-RLIMIT_NOFILE  sys/resource.h  d       85      #define RLIMIT_NOFILE 7
-RLIMIT_NPROC   sys/resource.h  d       84      #define RLIMIT_NPROC 6
-RLIMIT_RSS     sys/resource.h  d       83      #define RLIMIT_RSS 5
-RLIMIT_RTPRIO  sys/resource.h  d       93      #define RLIMIT_RTPRIO 14
-RLIMIT_SIGPENDING      sys/resource.h  d       90      #define RLIMIT_SIGPENDING 11
-RLIMIT_STACK   sys/resource.h  d       80      #define RLIMIT_STACK 3
-RLIM_INFINITY  sys/resource.h  d       73      #define RLIM_INFINITY (~0ULL)
-RLIM_NLIMITS   sys/resource.h  d       96      #define RLIM_NLIMITS RLIMIT_NLIMITS
-RLIM_SAVED_CUR sys/resource.h  d       74      #define RLIM_SAVED_CUR RLIM_INFINITY
-RLIM_SAVED_MAX sys/resource.h  d       75      #define RLIM_SAVED_MAX RLIM_INFINITY
-RMSGD  stropts.h       d       62      #define RMSGD 0x0001
-RMSGN  stropts.h       d       63      #define RMSGN 0x0002
-RNORM  stropts.h       d       61      #define RNORM 0x0000
-RPM_PCO_ADD    netinet/icmp6.h d       244     #define RPM_PCO_ADD 1
-RPM_PCO_CHANGE netinet/icmp6.h d       245     #define RPM_PCO_CHANGE 2
-RPM_PCO_SETGLOBAL      netinet/icmp6.h d       246     #define RPM_PCO_SETGLOBAL 3
-RPROTDAT       stropts.h       d       64      #define RPROTDAT 0x0004
-RPROTDIS       stropts.h       d       65      #define RPROTDIS 0x0008
-RPROTMASK      stropts.h       d       67      #define RPROTMASK 0x001C
-RPROTNORM      stropts.h       d       66      #define RPROTNORM 0x0010
-RRFIXEDSZ      arpa/nameser.h  d       361     #define RRFIXEDSZ NS_RRFIXEDSZ
-RRQ    arpa/tftp.h     d       4       #define RRQ 01
-RS_HIPRI       stropts.h       d       59      #define RS_HIPRI 0x01
-RTCF_DIRECTSRC net/route.h     d       83      #define RTCF_DIRECTSRC 0x04000000
-RTCF_DOREDIRECT        net/route.h     d       81      #define RTCF_DOREDIRECT 0x01000000
-RTCF_LOG       net/route.h     d       82      #define RTCF_LOG 0x02000000
-RTCF_MASQ      net/route.h     d       79      #define RTCF_MASQ 0x00400000
-RTCF_NAT       net/route.h     d       80      #define RTCF_NAT 0x00800000
-RTCF_VALVE     net/route.h     d       78      #define RTCF_VALVE 0x00200000
-RTF_ADDRCLASSMASK      net/route.h     d       91      #define RTF_ADDRCLASSMASK 0xF8000000
-RTF_ADDRCONF   net/route.h     d       69      #define RTF_ADDRCONF 0x00040000
-RTF_ALLONLINK  net/route.h     d       68      #define RTF_ALLONLINK 0x00020000
-RTF_BROADCAST  net/route.h     d       88      #define RTF_BROADCAST 0x10000000
-RTF_CACHE      net/route.h     d       74      #define RTF_CACHE 0x01000000
-RTF_DEFAULT    net/route.h     d       67      #define RTF_DEFAULT 0x00010000
-RTF_DYNAMIC    net/route.h     d       54      #define RTF_DYNAMIC 0x0010
-RTF_FLOW       net/route.h     d       75      #define RTF_FLOW 0x02000000
-RTF_GATEWAY    net/route.h     d       50      #define RTF_GATEWAY 0x0002
-RTF_HOST       net/route.h     d       52      #define RTF_HOST 0x0004
-RTF_INTERFACE  net/route.h     d       86      #define RTF_INTERFACE 0x40000000
-RTF_IRTT       net/route.h     d       59      #define RTF_IRTT 0x0100
-RTF_LINKRT     net/route.h     d       71      #define RTF_LINKRT 0x00100000
-RTF_LOCAL      net/route.h     d       85      #define RTF_LOCAL 0x80000000
-RTF_MODIFIED   net/route.h     d       55      #define RTF_MODIFIED 0x0020
-RTF_MSS        net/route.h     d       57      #define RTF_MSS RTF_MTU
-RTF_MTU        net/route.h     d       56      #define RTF_MTU 0x0040
-RTF_MULTICAST  net/route.h     d       87      #define RTF_MULTICAST 0x20000000
-RTF_NAT        net/route.h     d       89      #define RTF_NAT 0x08000000
-RTF_NOFORWARD  net/route.h     d       63      #define RTF_NOFORWARD 0x1000
-RTF_NONEXTHOP  net/route.h     d       72      #define RTF_NONEXTHOP 0x00200000
-RTF_NOPMTUDISC net/route.h     d       65      #define RTF_NOPMTUDISC 0x4000
-RTF_POLICY     net/route.h     d       76      #define RTF_POLICY 0x04000000
-RTF_REINSTATE  net/route.h     d       53      #define RTF_REINSTATE 0x0008
-RTF_REJECT     net/route.h     d       60      #define RTF_REJECT 0x0200
-RTF_STATIC     net/route.h     d       61      #define RTF_STATIC 0x0400
-RTF_THROW      net/route.h     d       64      #define RTF_THROW 0x2000
-RTF_UP net/route.h     d       49      #define RTF_UP 0x0001
-RTF_WINDOW     net/route.h     d       58      #define RTF_WINDOW 0x0080
-RTF_XRESOLVE   net/route.h     d       62      #define RTF_XRESOLVE 0x0800
-RTLD_DEFAULT   dlfcn.h d       18      #define RTLD_DEFAULT ((void *)0)
-RTLD_DI_LINKMAP        dlfcn.h d       20      #define RTLD_DI_LINKMAP 2
-RTLD_GLOBAL    dlfcn.h d       14      #define RTLD_GLOBAL 256
-RTLD_LAZY      dlfcn.h d       10      #define RTLD_LAZY 1
-RTLD_LOCAL     dlfcn.h d       15      #define RTLD_LOCAL 0
-RTLD_NEXT      dlfcn.h d       17      #define RTLD_NEXT ((void *)-1)
-RTLD_NODELETE  dlfcn.h d       13      #define RTLD_NODELETE 4096
-RTLD_NOLOAD    dlfcn.h d       12      #define RTLD_NOLOAD 4
-RTLD_NOW       dlfcn.h d       11      #define RTLD_NOW 2
-RTMSG_ACK      net/route.h     d       107     #define RTMSG_ACK NLMSG_ACK
-RTMSG_AR_FAILED        net/route.h     d       118     #define RTMSG_AR_FAILED 0x51
-RTMSG_CONTROL  net/route.h     d       116     #define RTMSG_CONTROL 0x40
-RTMSG_DELDEVICE        net/route.h     d       111     #define RTMSG_DELDEVICE 0x12
-RTMSG_DELROUTE net/route.h     d       113     #define RTMSG_DELROUTE 0x22
-RTMSG_DELRULE  net/route.h     d       115     #define RTMSG_DELRULE 0x32
-RTMSG_NEWDEVICE        net/route.h     d       110     #define RTMSG_NEWDEVICE 0x11
-RTMSG_NEWROUTE net/route.h     d       112     #define RTMSG_NEWROUTE 0x21
-RTMSG_NEWRULE  net/route.h     d       114     #define RTMSG_NEWRULE 0x31
-RTMSG_OVERRUN  net/route.h     d       108     #define RTMSG_OVERRUN NLMSG_OVERRUN
-RT_ADD link.h  e       44      
-RT_ADDRCLASS   net/route.h     d       92      #define RT_ADDRCLASS(flags) ((uint32_t) flags >> 23)
-RT_CLASS_DEFAULT       net/route.h     d       100     #define RT_CLASS_DEFAULT 253
-RT_CLASS_LOCAL net/route.h     d       103     #define RT_CLASS_LOCAL 255
-RT_CLASS_MAIN  net/route.h     d       102     #define RT_CLASS_MAIN 254
-RT_CLASS_MAX   net/route.h     d       104     #define RT_CLASS_MAX 255
-RT_CLASS_UNSPEC        net/route.h     d       99      #define RT_CLASS_UNSPEC 0
-RT_CONSISTENT  link.h  e       44      
-RT_DELETE      link.h  e       44      
-RT_LOCALADDR   net/route.h     d       96      #define RT_LOCALADDR(flags) ((flags & RTF_ADDRCLASSMASK) == (RTF_LOCAL|RTF_INTERFACE))
-RT_TOS net/route.h     d       94      #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
-RUN_LVL        utmpx.h d       50      #define RUN_LVL 1
-RUSAGE_CHILDREN        sys/resource.h  d       71      #define RUSAGE_CHILDREN 1
-RUSAGE_SELF    sys/resource.h  d       70      #define RUSAGE_SELF 0
-R_386_16       elf.h   d       1000    #define R_386_16 20
-R_386_32       elf.h   d       983     #define R_386_32 1
-R_386_32PLT    elf.h   d       993     #define R_386_32PLT 11
-R_386_8        elf.h   d       1002    #define R_386_8 22
-R_386_COPY     elf.h   d       987     #define R_386_COPY 5
-R_386_GLOB_DAT elf.h   d       988     #define R_386_GLOB_DAT 6
-R_386_GOT32    elf.h   d       985     #define R_386_GOT32 3
-R_386_GOTOFF   elf.h   d       991     #define R_386_GOTOFF 9
-R_386_GOTPC    elf.h   d       992     #define R_386_GOTPC 10
-R_386_IRELATIVE        elf.h   d       1022    #define R_386_IRELATIVE 42
-R_386_JMP_SLOT elf.h   d       989     #define R_386_JMP_SLOT 7
-R_386_NONE     elf.h   d       982     #define R_386_NONE 0
-R_386_NUM      elf.h   d       1023    #define R_386_NUM 43
-R_386_PC16     elf.h   d       1001    #define R_386_PC16 21
-R_386_PC32     elf.h   d       984     #define R_386_PC32 2
-R_386_PC8      elf.h   d       1003    #define R_386_PC8 23
-R_386_PLT32    elf.h   d       986     #define R_386_PLT32 4
-R_386_RELATIVE elf.h   d       990     #define R_386_RELATIVE 8
-R_386_SIZE32   elf.h   d       1018    #define R_386_SIZE32 38
-R_386_TLS_DESC elf.h   d       1021    #define R_386_TLS_DESC 41
-R_386_TLS_DESC_CALL    elf.h   d       1020    #define R_386_TLS_DESC_CALL 40
-R_386_TLS_DTPMOD32     elf.h   d       1015    #define R_386_TLS_DTPMOD32 35
-R_386_TLS_DTPOFF32     elf.h   d       1016    #define R_386_TLS_DTPOFF32 36
-R_386_TLS_GD   elf.h   d       998     #define R_386_TLS_GD 18
-R_386_TLS_GD_32        elf.h   d       1004    #define R_386_TLS_GD_32 24
-R_386_TLS_GD_CALL      elf.h   d       1006    #define R_386_TLS_GD_CALL 26
-R_386_TLS_GD_POP       elf.h   d       1007    #define R_386_TLS_GD_POP 27
-R_386_TLS_GD_PUSH      elf.h   d       1005    #define R_386_TLS_GD_PUSH 25
-R_386_TLS_GOTDESC      elf.h   d       1019    #define R_386_TLS_GOTDESC 39
-R_386_TLS_GOTIE        elf.h   d       996     #define R_386_TLS_GOTIE 16
-R_386_TLS_IE   elf.h   d       995     #define R_386_TLS_IE 15
-R_386_TLS_IE_32        elf.h   d       1013    #define R_386_TLS_IE_32 33
-R_386_TLS_LDM  elf.h   d       999     #define R_386_TLS_LDM 19
-R_386_TLS_LDM_32       elf.h   d       1008    #define R_386_TLS_LDM_32 28
-R_386_TLS_LDM_CALL     elf.h   d       1010    #define R_386_TLS_LDM_CALL 30
-R_386_TLS_LDM_POP      elf.h   d       1011    #define R_386_TLS_LDM_POP 31
-R_386_TLS_LDM_PUSH     elf.h   d       1009    #define R_386_TLS_LDM_PUSH 29
-R_386_TLS_LDO_32       elf.h   d       1012    #define R_386_TLS_LDO_32 32
-R_386_TLS_LE   elf.h   d       997     #define R_386_TLS_LE 17
-R_386_TLS_LE_32        elf.h   d       1014    #define R_386_TLS_LE_32 34
-R_386_TLS_TPOFF        elf.h   d       994     #define R_386_TLS_TPOFF 14
-R_386_TLS_TPOFF32      elf.h   d       1017    #define R_386_TLS_TPOFF32 37
-R_390_12       elf.h   d       2516    #define R_390_12 2
-R_390_16       elf.h   d       2517    #define R_390_16 3
-R_390_20       elf.h   d       2588    #define R_390_20 57
-R_390_32       elf.h   d       2518    #define R_390_32 4
-R_390_64       elf.h   d       2536    #define R_390_64 22
-R_390_8        elf.h   d       2515    #define R_390_8 1
-R_390_COPY     elf.h   d       2523    #define R_390_COPY 9
-R_390_GLOB_DAT elf.h   d       2524    #define R_390_GLOB_DAT 10
-R_390_GOT12    elf.h   d       2520    #define R_390_GOT12 6
-R_390_GOT16    elf.h   d       2529    #define R_390_GOT16 15
-R_390_GOT20    elf.h   d       2589    #define R_390_GOT20 58
-R_390_GOT32    elf.h   d       2521    #define R_390_GOT32 7
-R_390_GOT64    elf.h   d       2538    #define R_390_GOT64 24
-R_390_GOTENT   elf.h   d       2540    #define R_390_GOTENT 26
-R_390_GOTOFF16 elf.h   d       2541    #define R_390_GOTOFF16 27
-R_390_GOTOFF32 elf.h   d       2527    #define R_390_GOTOFF32 13
-R_390_GOTOFF64 elf.h   d       2542    #define R_390_GOTOFF64 28
-R_390_GOTPC    elf.h   d       2528    #define R_390_GOTPC 14
-R_390_GOTPCDBL elf.h   d       2535    #define R_390_GOTPCDBL 21
-R_390_GOTPLT12 elf.h   d       2543    #define R_390_GOTPLT12 29
-R_390_GOTPLT16 elf.h   d       2544    #define R_390_GOTPLT16 30
-R_390_GOTPLT20 elf.h   d       2590    #define R_390_GOTPLT20 59
-R_390_GOTPLT32 elf.h   d       2545    #define R_390_GOTPLT32 31
-R_390_GOTPLT64 elf.h   d       2546    #define R_390_GOTPLT64 32
-R_390_GOTPLTENT        elf.h   d       2547    #define R_390_GOTPLTENT 33
-R_390_JMP_SLOT elf.h   d       2525    #define R_390_JMP_SLOT 11
-R_390_NONE     elf.h   d       2514    #define R_390_NONE 0
-R_390_NUM      elf.h   d       2594    #define R_390_NUM 61
-R_390_PC16     elf.h   d       2530    #define R_390_PC16 16
-R_390_PC16DBL  elf.h   d       2531    #define R_390_PC16DBL 17
-R_390_PC32     elf.h   d       2519    #define R_390_PC32 5
-R_390_PC32DBL  elf.h   d       2533    #define R_390_PC32DBL 19
-R_390_PC64     elf.h   d       2537    #define R_390_PC64 23
-R_390_PLT16DBL elf.h   d       2532    #define R_390_PLT16DBL 18
-R_390_PLT32    elf.h   d       2522    #define R_390_PLT32 8
-R_390_PLT32DBL elf.h   d       2534    #define R_390_PLT32DBL 20
-R_390_PLT64    elf.h   d       2539    #define R_390_PLT64 25
-R_390_PLTOFF16 elf.h   d       2548    #define R_390_PLTOFF16 34
-R_390_PLTOFF32 elf.h   d       2549    #define R_390_PLTOFF32 35
-R_390_PLTOFF64 elf.h   d       2550    #define R_390_PLTOFF64 36
-R_390_RELATIVE elf.h   d       2526    #define R_390_RELATIVE 12
-R_390_TLS_DTPMOD       elf.h   d       2584    #define R_390_TLS_DTPMOD 54
-R_390_TLS_DTPOFF       elf.h   d       2585    #define R_390_TLS_DTPOFF 55
-R_390_TLS_GD32 elf.h   d       2556    #define R_390_TLS_GD32 40
-R_390_TLS_GD64 elf.h   d       2558    #define R_390_TLS_GD64 41
-R_390_TLS_GDCALL       elf.h   d       2552    #define R_390_TLS_GDCALL 38
-R_390_TLS_GOTIE12      elf.h   d       2560    #define R_390_TLS_GOTIE12 42
-R_390_TLS_GOTIE20      elf.h   d       2591    #define R_390_TLS_GOTIE20 60
-R_390_TLS_GOTIE32      elf.h   d       2562    #define R_390_TLS_GOTIE32 43
-R_390_TLS_GOTIE64      elf.h   d       2564    #define R_390_TLS_GOTIE64 44
-R_390_TLS_IE32 elf.h   d       2570    #define R_390_TLS_IE32 47
-R_390_TLS_IE64 elf.h   d       2572    #define R_390_TLS_IE64 48
-R_390_TLS_IEENT        elf.h   d       2574    #define R_390_TLS_IEENT 49
-R_390_TLS_LDCALL       elf.h   d       2554    #define R_390_TLS_LDCALL 39
-R_390_TLS_LDM32        elf.h   d       2566    #define R_390_TLS_LDM32 45
-R_390_TLS_LDM64        elf.h   d       2568    #define R_390_TLS_LDM64 46
-R_390_TLS_LDO32        elf.h   d       2580    #define R_390_TLS_LDO32 52
-R_390_TLS_LDO64        elf.h   d       2582    #define R_390_TLS_LDO64 53
-R_390_TLS_LE32 elf.h   d       2576    #define R_390_TLS_LE32 50
-R_390_TLS_LE64 elf.h   d       2578    #define R_390_TLS_LE64 51
-R_390_TLS_LOAD elf.h   d       2551    #define R_390_TLS_LOAD 37
-R_390_TLS_TPOFF        elf.h   d       2586    #define R_390_TLS_TPOFF 56
-R_68K_16       elf.h   d       959     #define R_68K_16 2
-R_68K_32       elf.h   d       958     #define R_68K_32 1
-R_68K_8        elf.h   d       960     #define R_68K_8 3
-R_68K_COPY     elf.h   d       976     #define R_68K_COPY 19
-R_68K_GLOB_DAT elf.h   d       977     #define R_68K_GLOB_DAT 20
-R_68K_GOT16    elf.h   d       965     #define R_68K_GOT16 8
-R_68K_GOT16O   elf.h   d       968     #define R_68K_GOT16O 11
-R_68K_GOT32    elf.h   d       964     #define R_68K_GOT32 7
-R_68K_GOT32O   elf.h   d       967     #define R_68K_GOT32O 10
-R_68K_GOT8     elf.h   d       966     #define R_68K_GOT8 9
-R_68K_GOT8O    elf.h   d       969     #define R_68K_GOT8O 12
-R_68K_JMP_SLOT elf.h   d       978     #define R_68K_JMP_SLOT 21
-R_68K_NONE     elf.h   d       957     #define R_68K_NONE 0
-R_68K_NUM      elf.h   d       980     #define R_68K_NUM 23
-R_68K_PC16     elf.h   d       962     #define R_68K_PC16 5
-R_68K_PC32     elf.h   d       961     #define R_68K_PC32 4
-R_68K_PC8      elf.h   d       963     #define R_68K_PC8 6
-R_68K_PLT16    elf.h   d       971     #define R_68K_PLT16 14
-R_68K_PLT16O   elf.h   d       974     #define R_68K_PLT16O 17
-R_68K_PLT32    elf.h   d       970     #define R_68K_PLT32 13
-R_68K_PLT32O   elf.h   d       973     #define R_68K_PLT32O 16
-R_68K_PLT8     elf.h   d       972     #define R_68K_PLT8 15
-R_68K_PLT8O    elf.h   d       975     #define R_68K_PLT8O 18
-R_68K_RELATIVE elf.h   d       979     #define R_68K_RELATIVE 22
-R_AARCH64_ABS16        elf.h   d       2096    #define R_AARCH64_ABS16 259
-R_AARCH64_ABS32        elf.h   d       2095    #define R_AARCH64_ABS32 258
-R_AARCH64_ABS64        elf.h   d       2094    #define R_AARCH64_ABS64 257
-R_AARCH64_ADD_ABS_LO12_NC      elf.h   d       2114    #define R_AARCH64_ADD_ABS_LO12_NC 277
-R_AARCH64_ADR_GOT_PAGE elf.h   d       2142    #define R_AARCH64_ADR_GOT_PAGE 311
-R_AARCH64_ADR_PREL_LO21        elf.h   d       2111    #define R_AARCH64_ADR_PREL_LO21 274
-R_AARCH64_ADR_PREL_PG_HI21     elf.h   d       2112    #define R_AARCH64_ADR_PREL_PG_HI21 275
-R_AARCH64_ADR_PREL_PG_HI21_NC  elf.h   d       2113    #define R_AARCH64_ADR_PREL_PG_HI21_NC 276
-R_AARCH64_CALL26       elf.h   d       2119    #define R_AARCH64_CALL26 283
-R_AARCH64_CONDBR19     elf.h   d       2117    #define R_AARCH64_CONDBR19 280
-R_AARCH64_COPY elf.h   d       2207    #define R_AARCH64_COPY 1024
-R_AARCH64_GLOB_DAT     elf.h   d       2208    #define R_AARCH64_GLOB_DAT 1025
-R_AARCH64_GOTREL32     elf.h   d       2139    #define R_AARCH64_GOTREL32 308
-R_AARCH64_GOTREL64     elf.h   d       2138    #define R_AARCH64_GOTREL64 307
-R_AARCH64_GOT_LD_PREL19        elf.h   d       2140    #define R_AARCH64_GOT_LD_PREL19 309
-R_AARCH64_JUMP26       elf.h   d       2118    #define R_AARCH64_JUMP26 282
-R_AARCH64_JUMP_SLOT    elf.h   d       2209    #define R_AARCH64_JUMP_SLOT 1026
-R_AARCH64_LD64_GOTOFF_LO15     elf.h   d       2141    #define R_AARCH64_LD64_GOTOFF_LO15 310
-R_AARCH64_LD64_GOTPAGE_LO15    elf.h   d       2144    #define R_AARCH64_LD64_GOTPAGE_LO15 313
-R_AARCH64_LD64_GOT_LO12_NC     elf.h   d       2143    #define R_AARCH64_LD64_GOT_LO12_NC 312
-R_AARCH64_LDST128_ABS_LO12_NC  elf.h   d       2130    #define R_AARCH64_LDST128_ABS_LO12_NC 299
-R_AARCH64_LDST16_ABS_LO12_NC   elf.h   d       2120    #define R_AARCH64_LDST16_ABS_LO12_NC 284
-R_AARCH64_LDST32_ABS_LO12_NC   elf.h   d       2121    #define R_AARCH64_LDST32_ABS_LO12_NC 285
-R_AARCH64_LDST64_ABS_LO12_NC   elf.h   d       2122    #define R_AARCH64_LDST64_ABS_LO12_NC 286
-R_AARCH64_LDST8_ABS_LO12_NC    elf.h   d       2115    #define R_AARCH64_LDST8_ABS_LO12_NC 278
-R_AARCH64_LD_PREL_LO19 elf.h   d       2110    #define R_AARCH64_LD_PREL_LO19 273
-R_AARCH64_MOVW_GOTOFF_G0       elf.h   d       2131    #define R_AARCH64_MOVW_GOTOFF_G0 300
-R_AARCH64_MOVW_GOTOFF_G0_NC    elf.h   d       2132    #define R_AARCH64_MOVW_GOTOFF_G0_NC 301
-R_AARCH64_MOVW_GOTOFF_G1       elf.h   d       2133    #define R_AARCH64_MOVW_GOTOFF_G1 302
-R_AARCH64_MOVW_GOTOFF_G1_NC    elf.h   d       2134    #define R_AARCH64_MOVW_GOTOFF_G1_NC 303
-R_AARCH64_MOVW_GOTOFF_G2       elf.h   d       2135    #define R_AARCH64_MOVW_GOTOFF_G2 304
-R_AARCH64_MOVW_GOTOFF_G2_NC    elf.h   d       2136    #define R_AARCH64_MOVW_GOTOFF_G2_NC 305
-R_AARCH64_MOVW_GOTOFF_G3       elf.h   d       2137    #define R_AARCH64_MOVW_GOTOFF_G3 306
-R_AARCH64_MOVW_PREL_G0 elf.h   d       2123    #define R_AARCH64_MOVW_PREL_G0 287
-R_AARCH64_MOVW_PREL_G0_NC      elf.h   d       2124    #define R_AARCH64_MOVW_PREL_G0_NC 288
-R_AARCH64_MOVW_PREL_G1 elf.h   d       2125    #define R_AARCH64_MOVW_PREL_G1 289
-R_AARCH64_MOVW_PREL_G1_NC      elf.h   d       2126    #define R_AARCH64_MOVW_PREL_G1_NC 290
-R_AARCH64_MOVW_PREL_G2 elf.h   d       2127    #define R_AARCH64_MOVW_PREL_G2 291
-R_AARCH64_MOVW_PREL_G2_NC      elf.h   d       2128    #define R_AARCH64_MOVW_PREL_G2_NC 292
-R_AARCH64_MOVW_PREL_G3 elf.h   d       2129    #define R_AARCH64_MOVW_PREL_G3 293
-R_AARCH64_MOVW_SABS_G0 elf.h   d       2107    #define R_AARCH64_MOVW_SABS_G0 270
-R_AARCH64_MOVW_SABS_G1 elf.h   d       2108    #define R_AARCH64_MOVW_SABS_G1 271
-R_AARCH64_MOVW_SABS_G2 elf.h   d       2109    #define R_AARCH64_MOVW_SABS_G2 272
-R_AARCH64_MOVW_UABS_G0 elf.h   d       2100    #define R_AARCH64_MOVW_UABS_G0 263
-R_AARCH64_MOVW_UABS_G0_NC      elf.h   d       2101    #define R_AARCH64_MOVW_UABS_G0_NC 264
-R_AARCH64_MOVW_UABS_G1 elf.h   d       2102    #define R_AARCH64_MOVW_UABS_G1 265
-R_AARCH64_MOVW_UABS_G1_NC      elf.h   d       2103    #define R_AARCH64_MOVW_UABS_G1_NC 266
-R_AARCH64_MOVW_UABS_G2 elf.h   d       2104    #define R_AARCH64_MOVW_UABS_G2 267
-R_AARCH64_MOVW_UABS_G2_NC      elf.h   d       2105    #define R_AARCH64_MOVW_UABS_G2_NC 268
-R_AARCH64_MOVW_UABS_G3 elf.h   d       2106    #define R_AARCH64_MOVW_UABS_G3 269
-R_AARCH64_NONE elf.h   d       2093    #define R_AARCH64_NONE 0
-R_AARCH64_PREL16       elf.h   d       2099    #define R_AARCH64_PREL16 262
-R_AARCH64_PREL32       elf.h   d       2098    #define R_AARCH64_PREL32 261
-R_AARCH64_PREL64       elf.h   d       2097    #define R_AARCH64_PREL64 260
-R_AARCH64_RELATIVE     elf.h   d       2210    #define R_AARCH64_RELATIVE 1027
-R_AARCH64_TLSDESC      elf.h   d       2214    #define R_AARCH64_TLSDESC 1031
-R_AARCH64_TLSDESC_ADD  elf.h   d       2201    #define R_AARCH64_TLSDESC_ADD 568
-R_AARCH64_TLSDESC_ADD_LO12     elf.h   d       2197    #define R_AARCH64_TLSDESC_ADD_LO12 564
-R_AARCH64_TLSDESC_ADR_PAGE21   elf.h   d       2195    #define R_AARCH64_TLSDESC_ADR_PAGE21 562
-R_AARCH64_TLSDESC_ADR_PREL21   elf.h   d       2194    #define R_AARCH64_TLSDESC_ADR_PREL21 561
-R_AARCH64_TLSDESC_CALL elf.h   d       2202    #define R_AARCH64_TLSDESC_CALL 569
-R_AARCH64_TLSDESC_LD64_LO12    elf.h   d       2196    #define R_AARCH64_TLSDESC_LD64_LO12 563
-R_AARCH64_TLSDESC_LDR  elf.h   d       2200    #define R_AARCH64_TLSDESC_LDR 567
-R_AARCH64_TLSDESC_LD_PREL19    elf.h   d       2193    #define R_AARCH64_TLSDESC_LD_PREL19 560
-R_AARCH64_TLSDESC_OFF_G0_NC    elf.h   d       2199    #define R_AARCH64_TLSDESC_OFF_G0_NC 566
-R_AARCH64_TLSDESC_OFF_G1       elf.h   d       2198    #define R_AARCH64_TLSDESC_OFF_G1 565
-R_AARCH64_TLSGD_ADD_LO12_NC    elf.h   d       2147    #define R_AARCH64_TLSGD_ADD_LO12_NC 514
-R_AARCH64_TLSGD_ADR_PAGE21     elf.h   d       2146    #define R_AARCH64_TLSGD_ADR_PAGE21 513
-R_AARCH64_TLSGD_ADR_PREL21     elf.h   d       2145    #define R_AARCH64_TLSGD_ADR_PREL21 512
-R_AARCH64_TLSGD_MOVW_G0_NC     elf.h   d       2149    #define R_AARCH64_TLSGD_MOVW_G0_NC 516
-R_AARCH64_TLSGD_MOVW_G1        elf.h   d       2148    #define R_AARCH64_TLSGD_MOVW_G1 515
-R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21    elf.h   d       2174    #define R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 541
-R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC  elf.h   d       2175    #define R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC 542
-R_AARCH64_TLSIE_LD_GOTTPREL_PREL19     elf.h   d       2176    #define R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 543
-R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC    elf.h   d       2173    #define R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC 540
-R_AARCH64_TLSIE_MOVW_GOTTPREL_G1       elf.h   d       2172    #define R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 539
-R_AARCH64_TLSLD_ADD_DTPREL_HI12        elf.h   d       2161    #define R_AARCH64_TLSLD_ADD_DTPREL_HI12 528
-R_AARCH64_TLSLD_ADD_DTPREL_LO12        elf.h   d       2162    #define R_AARCH64_TLSLD_ADD_DTPREL_LO12 529
-R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC     elf.h   d       2163    #define R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC 530
-R_AARCH64_TLSLD_ADD_LO12_NC    elf.h   d       2152    #define R_AARCH64_TLSLD_ADD_LO12_NC 519
-R_AARCH64_TLSLD_ADR_PAGE21     elf.h   d       2151    #define R_AARCH64_TLSLD_ADR_PAGE21 518
-R_AARCH64_TLSLD_ADR_PREL21     elf.h   d       2150    #define R_AARCH64_TLSLD_ADR_PREL21 517
-R_AARCH64_TLSLD_LDST128_DTPREL_LO12    elf.h   d       2205    #define R_AARCH64_TLSLD_LDST128_DTPREL_LO12 572
-R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC elf.h   d       2206    #define R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC 573
-R_AARCH64_TLSLD_LDST16_DTPREL_LO12     elf.h   d       2166    #define R_AARCH64_TLSLD_LDST16_DTPREL_LO12 533
-R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC  elf.h   d       2167    #define R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC 534
-R_AARCH64_TLSLD_LDST32_DTPREL_LO12     elf.h   d       2168    #define R_AARCH64_TLSLD_LDST32_DTPREL_LO12 535
-R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC  elf.h   d       2169    #define R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC 536
-R_AARCH64_TLSLD_LDST64_DTPREL_LO12     elf.h   d       2170    #define R_AARCH64_TLSLD_LDST64_DTPREL_LO12 537
-R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC  elf.h   d       2171    #define R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC 538
-R_AARCH64_TLSLD_LDST8_DTPREL_LO12      elf.h   d       2164    #define R_AARCH64_TLSLD_LDST8_DTPREL_LO12 531
-R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC   elf.h   d       2165    #define R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC 532
-R_AARCH64_TLSLD_LD_PREL19      elf.h   d       2155    #define R_AARCH64_TLSLD_LD_PREL19 522
-R_AARCH64_TLSLD_MOVW_DTPREL_G0 elf.h   d       2159    #define R_AARCH64_TLSLD_MOVW_DTPREL_G0 526
-R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC      elf.h   d       2160    #define R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC 527
-R_AARCH64_TLSLD_MOVW_DTPREL_G1 elf.h   d       2157    #define R_AARCH64_TLSLD_MOVW_DTPREL_G1 524
-R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC      elf.h   d       2158    #define R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC 525
-R_AARCH64_TLSLD_MOVW_DTPREL_G2 elf.h   d       2156    #define R_AARCH64_TLSLD_MOVW_DTPREL_G2 523
-R_AARCH64_TLSLD_MOVW_G0_NC     elf.h   d       2154    #define R_AARCH64_TLSLD_MOVW_G0_NC 521
-R_AARCH64_TLSLD_MOVW_G1        elf.h   d       2153    #define R_AARCH64_TLSLD_MOVW_G1 520
-R_AARCH64_TLSLE_ADD_TPREL_HI12 elf.h   d       2182    #define R_AARCH64_TLSLE_ADD_TPREL_HI12 549
-R_AARCH64_TLSLE_ADD_TPREL_LO12 elf.h   d       2183    #define R_AARCH64_TLSLE_ADD_TPREL_LO12 550
-R_AARCH64_TLSLE_ADD_TPREL_LO12_NC      elf.h   d       2184    #define R_AARCH64_TLSLE_ADD_TPREL_LO12_NC 551
-R_AARCH64_TLSLE_LDST128_TPREL_LO12     elf.h   d       2203    #define R_AARCH64_TLSLE_LDST128_TPREL_LO12 570
-R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC  elf.h   d       2204    #define R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC 571
-R_AARCH64_TLSLE_LDST16_TPREL_LO12      elf.h   d       2187    #define R_AARCH64_TLSLE_LDST16_TPREL_LO12 554
-R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC   elf.h   d       2188    #define R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC 555
-R_AARCH64_TLSLE_LDST32_TPREL_LO12      elf.h   d       2189    #define R_AARCH64_TLSLE_LDST32_TPREL_LO12 556
-R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC   elf.h   d       2190    #define R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC 557
-R_AARCH64_TLSLE_LDST64_TPREL_LO12      elf.h   d       2191    #define R_AARCH64_TLSLE_LDST64_TPREL_LO12 558
-R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC   elf.h   d       2192    #define R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC 559
-R_AARCH64_TLSLE_LDST8_TPREL_LO12       elf.h   d       2185    #define R_AARCH64_TLSLE_LDST8_TPREL_LO12 552
-R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC    elf.h   d       2186    #define R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC 553
-R_AARCH64_TLSLE_MOVW_TPREL_G0  elf.h   d       2180    #define R_AARCH64_TLSLE_MOVW_TPREL_G0 547
-R_AARCH64_TLSLE_MOVW_TPREL_G0_NC       elf.h   d       2181    #define R_AARCH64_TLSLE_MOVW_TPREL_G0_NC 548
-R_AARCH64_TLSLE_MOVW_TPREL_G1  elf.h   d       2178    #define R_AARCH64_TLSLE_MOVW_TPREL_G1 545
-R_AARCH64_TLSLE_MOVW_TPREL_G1_NC       elf.h   d       2179    #define R_AARCH64_TLSLE_MOVW_TPREL_G1_NC 546
-R_AARCH64_TLSLE_MOVW_TPREL_G2  elf.h   d       2177    #define R_AARCH64_TLSLE_MOVW_TPREL_G2 544
-R_AARCH64_TLS_DTPMOD64 elf.h   d       2211    #define R_AARCH64_TLS_DTPMOD64 1028
-R_AARCH64_TLS_DTPREL64 elf.h   d       2212    #define R_AARCH64_TLS_DTPREL64 1029
-R_AARCH64_TLS_TPREL64  elf.h   d       2213    #define R_AARCH64_TLS_TPREL64 1030
-R_AARCH64_TSTBR14      elf.h   d       2116    #define R_AARCH64_TSTBR14 279
-R_ALPHA_BRADDR elf.h   d       1741    #define R_ALPHA_BRADDR 7
-R_ALPHA_COPY   elf.h   d       1749    #define R_ALPHA_COPY 24
-R_ALPHA_DTPMOD64       elf.h   d       1756    #define R_ALPHA_DTPMOD64 31
-R_ALPHA_DTPREL16       elf.h   d       1761    #define R_ALPHA_DTPREL16 36
-R_ALPHA_DTPREL64       elf.h   d       1758    #define R_ALPHA_DTPREL64 33
-R_ALPHA_DTPRELHI       elf.h   d       1759    #define R_ALPHA_DTPRELHI 34
-R_ALPHA_DTPRELLO       elf.h   d       1760    #define R_ALPHA_DTPRELLO 35
-R_ALPHA_GLOB_DAT       elf.h   d       1750    #define R_ALPHA_GLOB_DAT 25
-R_ALPHA_GOTDTPREL      elf.h   d       1757    #define R_ALPHA_GOTDTPREL 32
-R_ALPHA_GOTTPREL       elf.h   d       1762    #define R_ALPHA_GOTTPREL 37
-R_ALPHA_GPDISP elf.h   d       1740    #define R_ALPHA_GPDISP 6
-R_ALPHA_GPREL16        elf.h   d       1748    #define R_ALPHA_GPREL16 19
-R_ALPHA_GPREL32        elf.h   d       1737    #define R_ALPHA_GPREL32 3
-R_ALPHA_GPRELHIGH      elf.h   d       1746    #define R_ALPHA_GPRELHIGH 17
-R_ALPHA_GPRELLOW       elf.h   d       1747    #define R_ALPHA_GPRELLOW 18
-R_ALPHA_HINT   elf.h   d       1742    #define R_ALPHA_HINT 8
-R_ALPHA_JMP_SLOT       elf.h   d       1751    #define R_ALPHA_JMP_SLOT 26
-R_ALPHA_LITERAL        elf.h   d       1738    #define R_ALPHA_LITERAL 4
-R_ALPHA_LITUSE elf.h   d       1739    #define R_ALPHA_LITUSE 5
-R_ALPHA_NONE   elf.h   d       1734    #define R_ALPHA_NONE 0
-R_ALPHA_NUM    elf.h   d       1768    #define R_ALPHA_NUM 46
-R_ALPHA_REFLONG        elf.h   d       1735    #define R_ALPHA_REFLONG 1
-R_ALPHA_REFQUAD        elf.h   d       1736    #define R_ALPHA_REFQUAD 2
-R_ALPHA_RELATIVE       elf.h   d       1752    #define R_ALPHA_RELATIVE 27
-R_ALPHA_SREL16 elf.h   d       1743    #define R_ALPHA_SREL16 9
-R_ALPHA_SREL32 elf.h   d       1744    #define R_ALPHA_SREL32 10
-R_ALPHA_SREL64 elf.h   d       1745    #define R_ALPHA_SREL64 11
-R_ALPHA_TLSGD  elf.h   d       1754    #define R_ALPHA_TLSGD 29
-R_ALPHA_TLS_GD_HI      elf.h   d       1753    #define R_ALPHA_TLS_GD_HI 28
-R_ALPHA_TLS_LDM        elf.h   d       1755    #define R_ALPHA_TLS_LDM 30
-R_ALPHA_TPREL16        elf.h   d       1766    #define R_ALPHA_TPREL16 41
-R_ALPHA_TPREL64        elf.h   d       1763    #define R_ALPHA_TPREL64 38
-R_ALPHA_TPRELHI        elf.h   d       1764    #define R_ALPHA_TPRELHI 39
-R_ALPHA_TPRELLO        elf.h   d       1765    #define R_ALPHA_TPRELLO 40
-R_ARM_ABS12    elf.h   d       2223    #define R_ARM_ABS12 6
-R_ARM_ABS16    elf.h   d       2222    #define R_ARM_ABS16 5
-R_ARM_ABS32    elf.h   d       2219    #define R_ARM_ABS32 2
-R_ARM_ABS32_NOI        elf.h   d       2272    #define R_ARM_ABS32_NOI 55
-R_ARM_ABS8     elf.h   d       2225    #define R_ARM_ABS8 8
-R_ARM_ALU_PCREL_15_8   elf.h   d       2250    #define R_ARM_ALU_PCREL_15_8 33
-R_ARM_ALU_PCREL_23_15  elf.h   d       2251    #define R_ARM_ALU_PCREL_23_15 34
-R_ARM_ALU_PCREL_7_0    elf.h   d       2249    #define R_ARM_ALU_PCREL_7_0 32
-R_ARM_ALU_PC_G0        elf.h   d       2275    #define R_ARM_ALU_PC_G0 58
-R_ARM_ALU_PC_G0_NC     elf.h   d       2274    #define R_ARM_ALU_PC_G0_NC 57
-R_ARM_ALU_PC_G1        elf.h   d       2277    #define R_ARM_ALU_PC_G1 60
-R_ARM_ALU_PC_G1_NC     elf.h   d       2276    #define R_ARM_ALU_PC_G1_NC 59
-R_ARM_ALU_PC_G2        elf.h   d       2278    #define R_ARM_ALU_PC_G2 61
-R_ARM_ALU_SBREL_19_12  elf.h   d       2253    #define R_ARM_ALU_SBREL_19_12 36
-R_ARM_ALU_SBREL_27_20  elf.h   d       2254    #define R_ARM_ALU_SBREL_27_20 37
-R_ARM_ALU_SB_G0        elf.h   d       2288    #define R_ARM_ALU_SB_G0 71
-R_ARM_ALU_SB_G0_NC     elf.h   d       2287    #define R_ARM_ALU_SB_G0_NC 70
-R_ARM_ALU_SB_G1        elf.h   d       2290    #define R_ARM_ALU_SB_G1 73
-R_ARM_ALU_SB_G1_NC     elf.h   d       2289    #define R_ARM_ALU_SB_G1_NC 72
-R_ARM_ALU_SB_G2        elf.h   d       2291    #define R_ARM_ALU_SB_G2 74
-R_ARM_AMP_VCALL9       elf.h   d       2229    #define R_ARM_AMP_VCALL9 12
-R_ARM_BASE_ABS elf.h   d       2248    #define R_ARM_BASE_ABS 31
-R_ARM_CALL     elf.h   d       2245    #define R_ARM_CALL 28
-R_ARM_COPY     elf.h   d       2237    #define R_ARM_COPY 20
-R_ARM_GLOB_DAT elf.h   d       2238    #define R_ARM_GLOB_DAT 21
-R_ARM_GNU_VTENTRY      elf.h   d       2317    #define R_ARM_GNU_VTENTRY 100
-R_ARM_GNU_VTINHERIT    elf.h   d       2318    #define R_ARM_GNU_VTINHERIT 101
-R_ARM_GOT32    elf.h   d       2243    #define R_ARM_GOT32 26
-R_ARM_GOTOFF   elf.h   d       2241    #define R_ARM_GOTOFF 24
-R_ARM_GOTOFF12 elf.h   d       2315    #define R_ARM_GOTOFF12 98
-R_ARM_GOTPC    elf.h   d       2242    #define R_ARM_GOTPC 25
-R_ARM_GOTRELAX elf.h   d       2316    #define R_ARM_GOTRELAX 99
-R_ARM_GOT_ABS  elf.h   d       2312    #define R_ARM_GOT_ABS 95
-R_ARM_GOT_BREL12       elf.h   d       2314    #define R_ARM_GOT_BREL12 97
-R_ARM_GOT_PREL elf.h   d       2313    #define R_ARM_GOT_PREL 96
-R_ARM_IRELATIVE        elf.h   d       2338    #define R_ARM_IRELATIVE 160
-R_ARM_JUMP24   elf.h   d       2246    #define R_ARM_JUMP24 29
-R_ARM_JUMP_SLOT        elf.h   d       2239    #define R_ARM_JUMP_SLOT 22
-R_ARM_LDC_PC_G0        elf.h   d       2284    #define R_ARM_LDC_PC_G0 67
-R_ARM_LDC_PC_G1        elf.h   d       2285    #define R_ARM_LDC_PC_G1 68
-R_ARM_LDC_PC_G2        elf.h   d       2286    #define R_ARM_LDC_PC_G2 69
-R_ARM_LDC_SB_G0        elf.h   d       2298    #define R_ARM_LDC_SB_G0 81
-R_ARM_LDC_SB_G1        elf.h   d       2299    #define R_ARM_LDC_SB_G1 82
-R_ARM_LDC_SB_G2        elf.h   d       2300    #define R_ARM_LDC_SB_G2 83
-R_ARM_LDRS_PC_G0       elf.h   d       2281    #define R_ARM_LDRS_PC_G0 64
-R_ARM_LDRS_PC_G1       elf.h   d       2282    #define R_ARM_LDRS_PC_G1 65
-R_ARM_LDRS_PC_G2       elf.h   d       2283    #define R_ARM_LDRS_PC_G2 66
-R_ARM_LDRS_SB_G0       elf.h   d       2295    #define R_ARM_LDRS_SB_G0 78
-R_ARM_LDRS_SB_G1       elf.h   d       2296    #define R_ARM_LDRS_SB_G1 79
-R_ARM_LDRS_SB_G2       elf.h   d       2297    #define R_ARM_LDRS_SB_G2 80
-R_ARM_LDR_PC_G1        elf.h   d       2279    #define R_ARM_LDR_PC_G1 62
-R_ARM_LDR_PC_G2        elf.h   d       2280    #define R_ARM_LDR_PC_G2 63
-R_ARM_LDR_SBREL_11_0   elf.h   d       2252    #define R_ARM_LDR_SBREL_11_0 35
-R_ARM_LDR_SB_G0        elf.h   d       2292    #define R_ARM_LDR_SB_G0 75
-R_ARM_LDR_SB_G1        elf.h   d       2293    #define R_ARM_LDR_SB_G1 76
-R_ARM_LDR_SB_G2        elf.h   d       2294    #define R_ARM_LDR_SB_G2 77
-R_ARM_ME_TOO   elf.h   d       2333    #define R_ARM_ME_TOO 128
-R_ARM_MOVT_ABS elf.h   d       2261    #define R_ARM_MOVT_ABS 44
-R_ARM_MOVT_BREL        elf.h   d       2302    #define R_ARM_MOVT_BREL 85
-R_ARM_MOVT_PREL        elf.h   d       2263    #define R_ARM_MOVT_PREL 46
-R_ARM_MOVW_ABS_NC      elf.h   d       2260    #define R_ARM_MOVW_ABS_NC 43
-R_ARM_MOVW_BREL        elf.h   d       2303    #define R_ARM_MOVW_BREL 86
-R_ARM_MOVW_BREL_NC     elf.h   d       2301    #define R_ARM_MOVW_BREL_NC 84
-R_ARM_MOVW_PREL_NC     elf.h   d       2262    #define R_ARM_MOVW_PREL_NC 45
-R_ARM_NONE     elf.h   d       2217    #define R_ARM_NONE 0
-R_ARM_NUM      elf.h   d       2347    #define R_ARM_NUM 256
-R_ARM_PC13     elf.h   d       2221    #define R_ARM_PC13 4
-R_ARM_PC24     elf.h   d       2218    #define R_ARM_PC24 1
-R_ARM_PLT32    elf.h   d       2244    #define R_ARM_PLT32 27
-R_ARM_PLT32_ABS        elf.h   d       2311    #define R_ARM_PLT32_ABS 94
-R_ARM_PREL31   elf.h   d       2259    #define R_ARM_PREL31 42
-R_ARM_RABS22   elf.h   d       2343    #define R_ARM_RABS22 253
-R_ARM_RBASE    elf.h   d       2345    #define R_ARM_RBASE 255
-R_ARM_REL32    elf.h   d       2220    #define R_ARM_REL32 3
-R_ARM_REL32_NOI        elf.h   d       2273    #define R_ARM_REL32_NOI 56
-R_ARM_RELATIVE elf.h   d       2240    #define R_ARM_RELATIVE 23
-R_ARM_RPC24    elf.h   d       2344    #define R_ARM_RPC24 254
-R_ARM_RREL32   elf.h   d       2342    #define R_ARM_RREL32 252
-R_ARM_RSBREL32 elf.h   d       2340    #define R_ARM_RSBREL32 250
-R_ARM_RXPC25   elf.h   d       2339    #define R_ARM_RXPC25 249
-R_ARM_SBREL31  elf.h   d       2256    #define R_ARM_SBREL31 39
-R_ARM_SBREL32  elf.h   d       2226    #define R_ARM_SBREL32 9
-R_ARM_TARGET1  elf.h   d       2255    #define R_ARM_TARGET1 38
-R_ARM_TARGET2  elf.h   d       2258    #define R_ARM_TARGET2 41
-R_ARM_THM_ABS5 elf.h   d       2224    #define R_ARM_THM_ABS5 7
-R_ARM_THM_ALU_PREL_11_0        elf.h   d       2270    #define R_ARM_THM_ALU_PREL_11_0 53
-R_ARM_THM_GOT_BREL12   elf.h   d       2337    #define R_ARM_THM_GOT_BREL12 131
-R_ARM_THM_JUMP19       elf.h   d       2268    #define R_ARM_THM_JUMP19 51
-R_ARM_THM_JUMP24       elf.h   d       2247    #define R_ARM_THM_JUMP24 30
-R_ARM_THM_JUMP6        elf.h   d       2269    #define R_ARM_THM_JUMP6 52
-R_ARM_THM_MOVT_ABS     elf.h   d       2265    #define R_ARM_THM_MOVT_ABS 48
-R_ARM_THM_MOVT_BREL    elf.h   d       2305    #define R_ARM_THM_MOVT_BREL 88
-R_ARM_THM_MOVT_PREL    elf.h   d       2267    #define R_ARM_THM_MOVT_PREL 50
-R_ARM_THM_MOVW_ABS_NC  elf.h   d       2264    #define R_ARM_THM_MOVW_ABS_NC 47
-R_ARM_THM_MOVW_BREL    elf.h   d       2306    #define R_ARM_THM_MOVW_BREL 89
-R_ARM_THM_MOVW_BREL_NC elf.h   d       2304    #define R_ARM_THM_MOVW_BREL_NC 87
-R_ARM_THM_MOVW_PREL_NC elf.h   d       2266    #define R_ARM_THM_MOVW_PREL_NC 49
-R_ARM_THM_PC11 elf.h   d       2319    #define R_ARM_THM_PC11 102
-R_ARM_THM_PC12 elf.h   d       2271    #define R_ARM_THM_PC12 54
-R_ARM_THM_PC22 elf.h   d       2227    #define R_ARM_THM_PC22 10
-R_ARM_THM_PC8  elf.h   d       2228    #define R_ARM_THM_PC8 11
-R_ARM_THM_PC9  elf.h   d       2320    #define R_ARM_THM_PC9 103
-R_ARM_THM_RPC22        elf.h   d       2341    #define R_ARM_THM_RPC22 251
-R_ARM_THM_SWI8 elf.h   d       2231    #define R_ARM_THM_SWI8 14
-R_ARM_THM_TLS_CALL     elf.h   d       2310    #define R_ARM_THM_TLS_CALL 93
-R_ARM_THM_TLS_DESCSEQ  elf.h   d       2334    #define R_ARM_THM_TLS_DESCSEQ 129
-R_ARM_THM_TLS_DESCSEQ16        elf.h   d       2335    #define R_ARM_THM_TLS_DESCSEQ16 129
-R_ARM_THM_TLS_DESCSEQ32        elf.h   d       2336    #define R_ARM_THM_TLS_DESCSEQ32 130
-R_ARM_THM_XPC22        elf.h   d       2233    #define R_ARM_THM_XPC22 16
-R_ARM_TLS_CALL elf.h   d       2308    #define R_ARM_TLS_CALL 91
-R_ARM_TLS_DESC elf.h   d       2230    #define R_ARM_TLS_DESC 13
-R_ARM_TLS_DESCSEQ      elf.h   d       2309    #define R_ARM_TLS_DESCSEQ 92
-R_ARM_TLS_DTPMOD32     elf.h   d       2234    #define R_ARM_TLS_DTPMOD32 17
-R_ARM_TLS_DTPOFF32     elf.h   d       2235    #define R_ARM_TLS_DTPOFF32 18
-R_ARM_TLS_GD32 elf.h   d       2321    #define R_ARM_TLS_GD32 104
-R_ARM_TLS_GOTDESC      elf.h   d       2307    #define R_ARM_TLS_GOTDESC 90
-R_ARM_TLS_IE12GP       elf.h   d       2332    #define R_ARM_TLS_IE12GP 111
-R_ARM_TLS_IE32 elf.h   d       2327    #define R_ARM_TLS_IE32 107
-R_ARM_TLS_LDM32        elf.h   d       2323    #define R_ARM_TLS_LDM32 105
-R_ARM_TLS_LDO12        elf.h   d       2330    #define R_ARM_TLS_LDO12 109
-R_ARM_TLS_LDO32        elf.h   d       2325    #define R_ARM_TLS_LDO32 106
-R_ARM_TLS_LE12 elf.h   d       2331    #define R_ARM_TLS_LE12 110
-R_ARM_TLS_LE32 elf.h   d       2329    #define R_ARM_TLS_LE32 108
-R_ARM_TLS_TPOFF32      elf.h   d       2236    #define R_ARM_TLS_TPOFF32 19
-R_ARM_V4BX     elf.h   d       2257    #define R_ARM_V4BX 40
-R_ARM_XPC25    elf.h   d       2232    #define R_ARM_XPC25 15
-R_CRIS_16      elf.h   d       2600    #define R_CRIS_16 2
-R_CRIS_16_GOT  elf.h   d       2611    #define R_CRIS_16_GOT 13
-R_CRIS_16_GOTPLT       elf.h   d       2613    #define R_CRIS_16_GOTPLT 15
-R_CRIS_16_PCREL        elf.h   d       2603    #define R_CRIS_16_PCREL 5
-R_CRIS_32      elf.h   d       2601    #define R_CRIS_32 3
-R_CRIS_32_GOT  elf.h   d       2612    #define R_CRIS_32_GOT 14
-R_CRIS_32_GOTPLT       elf.h   d       2614    #define R_CRIS_32_GOTPLT 16
-R_CRIS_32_GOTREL       elf.h   d       2615    #define R_CRIS_32_GOTREL 17
-R_CRIS_32_PCREL        elf.h   d       2604    #define R_CRIS_32_PCREL 6
-R_CRIS_32_PLT_GOTREL   elf.h   d       2616    #define R_CRIS_32_PLT_GOTREL 18
-R_CRIS_32_PLT_PCREL    elf.h   d       2617    #define R_CRIS_32_PLT_PCREL 19
-R_CRIS_8       elf.h   d       2599    #define R_CRIS_8 1
-R_CRIS_8_PCREL elf.h   d       2602    #define R_CRIS_8_PCREL 4
-R_CRIS_COPY    elf.h   d       2607    #define R_CRIS_COPY 9
-R_CRIS_GLOB_DAT        elf.h   d       2608    #define R_CRIS_GLOB_DAT 10
-R_CRIS_GNU_VTENTRY     elf.h   d       2606    #define R_CRIS_GNU_VTENTRY 8
-R_CRIS_GNU_VTINHERIT   elf.h   d       2605    #define R_CRIS_GNU_VTINHERIT 7
-R_CRIS_JUMP_SLOT       elf.h   d       2609    #define R_CRIS_JUMP_SLOT 11
-R_CRIS_NONE    elf.h   d       2598    #define R_CRIS_NONE 0
-R_CRIS_NUM     elf.h   d       2619    #define R_CRIS_NUM 20
-R_CRIS_RELATIVE        elf.h   d       2610    #define R_CRIS_RELATIVE 12
-R_IA64_COPY    elf.h   d       2439    #define R_IA64_COPY 0x84
-R_IA64_DIR32LSB        elf.h   d       2384    #define R_IA64_DIR32LSB 0x25
-R_IA64_DIR32MSB        elf.h   d       2383    #define R_IA64_DIR32MSB 0x24
-R_IA64_DIR64LSB        elf.h   d       2386    #define R_IA64_DIR64LSB 0x27
-R_IA64_DIR64MSB        elf.h   d       2385    #define R_IA64_DIR64MSB 0x26
-R_IA64_DTPMOD64LSB     elf.h   d       2450    #define R_IA64_DTPMOD64LSB 0xa7
-R_IA64_DTPMOD64MSB     elf.h   d       2449    #define R_IA64_DTPMOD64MSB 0xa6
-R_IA64_DTPREL14        elf.h   d       2452    #define R_IA64_DTPREL14 0xb1
-R_IA64_DTPREL22        elf.h   d       2453    #define R_IA64_DTPREL22 0xb2
-R_IA64_DTPREL32LSB     elf.h   d       2456    #define R_IA64_DTPREL32LSB 0xb5
-R_IA64_DTPREL32MSB     elf.h   d       2455    #define R_IA64_DTPREL32MSB 0xb4
-R_IA64_DTPREL64I       elf.h   d       2454    #define R_IA64_DTPREL64I 0xb3
-R_IA64_DTPREL64LSB     elf.h   d       2458    #define R_IA64_DTPREL64LSB 0xb7
-R_IA64_DTPREL64MSB     elf.h   d       2457    #define R_IA64_DTPREL64MSB 0xb6
-R_IA64_FPTR32LSB       elf.h   d       2401    #define R_IA64_FPTR32LSB 0x45
-R_IA64_FPTR32MSB       elf.h   d       2400    #define R_IA64_FPTR32MSB 0x44
-R_IA64_FPTR64I elf.h   d       2399    #define R_IA64_FPTR64I 0x43
-R_IA64_FPTR64LSB       elf.h   d       2403    #define R_IA64_FPTR64LSB 0x47
-R_IA64_FPTR64MSB       elf.h   d       2402    #define R_IA64_FPTR64MSB 0x46
-R_IA64_GPREL22 elf.h   d       2387    #define R_IA64_GPREL22 0x2a
-R_IA64_GPREL32LSB      elf.h   d       2390    #define R_IA64_GPREL32LSB 0x2d
-R_IA64_GPREL32MSB      elf.h   d       2389    #define R_IA64_GPREL32MSB 0x2c
-R_IA64_GPREL64I        elf.h   d       2388    #define R_IA64_GPREL64I 0x2b
-R_IA64_GPREL64LSB      elf.h   d       2392    #define R_IA64_GPREL64LSB 0x2f
-R_IA64_GPREL64MSB      elf.h   d       2391    #define R_IA64_GPREL64MSB 0x2e
-R_IA64_IMM14   elf.h   d       2380    #define R_IA64_IMM14 0x21
-R_IA64_IMM22   elf.h   d       2381    #define R_IA64_IMM22 0x22
-R_IA64_IMM64   elf.h   d       2382    #define R_IA64_IMM64 0x23
-R_IA64_IPLTLSB elf.h   d       2438    #define R_IA64_IPLTLSB 0x81
-R_IA64_IPLTMSB elf.h   d       2437    #define R_IA64_IPLTMSB 0x80
-R_IA64_LDXMOV  elf.h   d       2442    #define R_IA64_LDXMOV 0x87
-R_IA64_LTOFF22 elf.h   d       2393    #define R_IA64_LTOFF22 0x32
-R_IA64_LTOFF22X        elf.h   d       2441    #define R_IA64_LTOFF22X 0x86
-R_IA64_LTOFF64I        elf.h   d       2394    #define R_IA64_LTOFF64I 0x33
-R_IA64_LTOFF_DTPMOD22  elf.h   d       2451    #define R_IA64_LTOFF_DTPMOD22 0xaa
-R_IA64_LTOFF_DTPREL22  elf.h   d       2459    #define R_IA64_LTOFF_DTPREL22 0xba
-R_IA64_LTOFF_FPTR22    elf.h   d       2412    #define R_IA64_LTOFF_FPTR22 0x52
-R_IA64_LTOFF_FPTR32LSB elf.h   d       2415    #define R_IA64_LTOFF_FPTR32LSB 0x55
-R_IA64_LTOFF_FPTR32MSB elf.h   d       2414    #define R_IA64_LTOFF_FPTR32MSB 0x54
-R_IA64_LTOFF_FPTR64I   elf.h   d       2413    #define R_IA64_LTOFF_FPTR64I 0x53
-R_IA64_LTOFF_FPTR64LSB elf.h   d       2417    #define R_IA64_LTOFF_FPTR64LSB 0x57
-R_IA64_LTOFF_FPTR64MSB elf.h   d       2416    #define R_IA64_LTOFF_FPTR64MSB 0x56
-R_IA64_LTOFF_TPREL22   elf.h   d       2448    #define R_IA64_LTOFF_TPREL22 0x9a
-R_IA64_LTV32LSB        elf.h   d       2431    #define R_IA64_LTV32LSB 0x75
-R_IA64_LTV32MSB        elf.h   d       2430    #define R_IA64_LTV32MSB 0x74
-R_IA64_LTV64LSB        elf.h   d       2433    #define R_IA64_LTV64LSB 0x77
-R_IA64_LTV64MSB        elf.h   d       2432    #define R_IA64_LTV64MSB 0x76
-R_IA64_NONE    elf.h   d       2379    #define R_IA64_NONE 0x00
-R_IA64_PCREL21B        elf.h   d       2405    #define R_IA64_PCREL21B 0x49
-R_IA64_PCREL21BI       elf.h   d       2434    #define R_IA64_PCREL21BI 0x79
-R_IA64_PCREL21F        elf.h   d       2407    #define R_IA64_PCREL21F 0x4b
-R_IA64_PCREL21M        elf.h   d       2406    #define R_IA64_PCREL21M 0x4a
-R_IA64_PCREL22 elf.h   d       2435    #define R_IA64_PCREL22 0x7a
-R_IA64_PCREL32LSB      elf.h   d       2409    #define R_IA64_PCREL32LSB 0x4d
-R_IA64_PCREL32MSB      elf.h   d       2408    #define R_IA64_PCREL32MSB 0x4c
-R_IA64_PCREL60B        elf.h   d       2404    #define R_IA64_PCREL60B 0x48
-R_IA64_PCREL64I        elf.h   d       2436    #define R_IA64_PCREL64I 0x7b
-R_IA64_PCREL64LSB      elf.h   d       2411    #define R_IA64_PCREL64LSB 0x4f
-R_IA64_PCREL64MSB      elf.h   d       2410    #define R_IA64_PCREL64MSB 0x4e
-R_IA64_PLTOFF22        elf.h   d       2395    #define R_IA64_PLTOFF22 0x3a
-R_IA64_PLTOFF64I       elf.h   d       2396    #define R_IA64_PLTOFF64I 0x3b
-R_IA64_PLTOFF64LSB     elf.h   d       2398    #define R_IA64_PLTOFF64LSB 0x3f
-R_IA64_PLTOFF64MSB     elf.h   d       2397    #define R_IA64_PLTOFF64MSB 0x3e
-R_IA64_REL32LSB        elf.h   d       2427    #define R_IA64_REL32LSB 0x6d
-R_IA64_REL32MSB        elf.h   d       2426    #define R_IA64_REL32MSB 0x6c
-R_IA64_REL64LSB        elf.h   d       2429    #define R_IA64_REL64LSB 0x6f
-R_IA64_REL64MSB        elf.h   d       2428    #define R_IA64_REL64MSB 0x6e
-R_IA64_SECREL32LSB     elf.h   d       2423    #define R_IA64_SECREL32LSB 0x65
-R_IA64_SECREL32MSB     elf.h   d       2422    #define R_IA64_SECREL32MSB 0x64
-R_IA64_SECREL64LSB     elf.h   d       2425    #define R_IA64_SECREL64LSB 0x67
-R_IA64_SECREL64MSB     elf.h   d       2424    #define R_IA64_SECREL64MSB 0x66
-R_IA64_SEGREL32LSB     elf.h   d       2419    #define R_IA64_SEGREL32LSB 0x5d
-R_IA64_SEGREL32MSB     elf.h   d       2418    #define R_IA64_SEGREL32MSB 0x5c
-R_IA64_SEGREL64LSB     elf.h   d       2421    #define R_IA64_SEGREL64LSB 0x5f
-R_IA64_SEGREL64MSB     elf.h   d       2420    #define R_IA64_SEGREL64MSB 0x5e
-R_IA64_SUB     elf.h   d       2440    #define R_IA64_SUB 0x85
-R_IA64_TPREL14 elf.h   d       2443    #define R_IA64_TPREL14 0x91
-R_IA64_TPREL22 elf.h   d       2444    #define R_IA64_TPREL22 0x92
-R_IA64_TPREL64I        elf.h   d       2445    #define R_IA64_TPREL64I 0x93
-R_IA64_TPREL64LSB      elf.h   d       2447    #define R_IA64_TPREL64LSB 0x97
-R_IA64_TPREL64MSB      elf.h   d       2446    #define R_IA64_TPREL64MSB 0x96
-R_M32R_10_PCREL        elf.h   d       2705    #define R_M32R_10_PCREL 4
-R_M32R_10_PCREL_RELA   elf.h   d       2718    #define R_M32R_10_PCREL_RELA 36
-R_M32R_16      elf.h   d       2702    #define R_M32R_16 1
-R_M32R_16_RELA elf.h   d       2715    #define R_M32R_16_RELA 33
-R_M32R_18_PCREL        elf.h   d       2706    #define R_M32R_18_PCREL 5
-R_M32R_18_PCREL_RELA   elf.h   d       2719    #define R_M32R_18_PCREL_RELA 37
-R_M32R_24      elf.h   d       2704    #define R_M32R_24 3
-R_M32R_24_RELA elf.h   d       2717    #define R_M32R_24_RELA 35
-R_M32R_26_PCREL        elf.h   d       2707    #define R_M32R_26_PCREL 6
-R_M32R_26_PCREL_RELA   elf.h   d       2720    #define R_M32R_26_PCREL_RELA 38
-R_M32R_26_PLTREL       elf.h   d       2730    #define R_M32R_26_PLTREL 49
-R_M32R_32      elf.h   d       2703    #define R_M32R_32 2
-R_M32R_32_RELA elf.h   d       2716    #define R_M32R_32_RELA 34
-R_M32R_COPY    elf.h   d       2731    #define R_M32R_COPY 50
-R_M32R_GLOB_DAT        elf.h   d       2732    #define R_M32R_GLOB_DAT 51
-R_M32R_GNU_VTENTRY     elf.h   d       2713    #define R_M32R_GNU_VTENTRY 12
-R_M32R_GNU_VTINHERIT   elf.h   d       2712    #define R_M32R_GNU_VTINHERIT 11
-R_M32R_GOT16_HI_SLO    elf.h   d       2739    #define R_M32R_GOT16_HI_SLO 57
-R_M32R_GOT16_HI_ULO    elf.h   d       2737    #define R_M32R_GOT16_HI_ULO 56
-R_M32R_GOT16_LO        elf.h   d       2741    #define R_M32R_GOT16_LO 58
-R_M32R_GOT24   elf.h   d       2729    #define R_M32R_GOT24 48
-R_M32R_GOTOFF  elf.h   d       2735    #define R_M32R_GOTOFF 54
-R_M32R_GOTOFF_HI_SLO   elf.h   d       2750    #define R_M32R_GOTOFF_HI_SLO 63
-R_M32R_GOTOFF_HI_ULO   elf.h   d       2748    #define R_M32R_GOTOFF_HI_ULO 62
-R_M32R_GOTOFF_LO       elf.h   d       2752    #define R_M32R_GOTOFF_LO 64
-R_M32R_GOTPC24 elf.h   d       2736    #define R_M32R_GOTPC24 55
-R_M32R_GOTPC_HI_SLO    elf.h   d       2744    #define R_M32R_GOTPC_HI_SLO 60
-R_M32R_GOTPC_HI_ULO    elf.h   d       2742    #define R_M32R_GOTPC_HI_ULO 59
-R_M32R_GOTPC_LO        elf.h   d       2746    #define R_M32R_GOTPC_LO 61
-R_M32R_HI16_SLO        elf.h   d       2709    #define R_M32R_HI16_SLO 8
-R_M32R_HI16_SLO_RELA   elf.h   d       2722    #define R_M32R_HI16_SLO_RELA 40
-R_M32R_HI16_ULO        elf.h   d       2708    #define R_M32R_HI16_ULO 7
-R_M32R_HI16_ULO_RELA   elf.h   d       2721    #define R_M32R_HI16_ULO_RELA 39
-R_M32R_JMP_SLOT        elf.h   d       2733    #define R_M32R_JMP_SLOT 52
-R_M32R_LO16    elf.h   d       2710    #define R_M32R_LO16 9
-R_M32R_LO16_RELA       elf.h   d       2723    #define R_M32R_LO16_RELA 41
-R_M32R_NONE    elf.h   d       2701    #define R_M32R_NONE 0
-R_M32R_NUM     elf.h   d       2753    #define R_M32R_NUM 256
-R_M32R_REL32   elf.h   d       2727    #define R_M32R_REL32 45
-R_M32R_RELATIVE        elf.h   d       2734    #define R_M32R_RELATIVE 53
-R_M32R_RELA_GNU_VTENTRY        elf.h   d       2726    #define R_M32R_RELA_GNU_VTENTRY 44
-R_M32R_RELA_GNU_VTINHERIT      elf.h   d       2725    #define R_M32R_RELA_GNU_VTINHERIT 43
-R_M32R_SDA16   elf.h   d       2711    #define R_M32R_SDA16 10
-R_M32R_SDA16_RELA      elf.h   d       2724    #define R_M32R_SDA16_RELA 42
-R_MICROBLAZE_32        elf.h   d       2756    #define R_MICROBLAZE_32 1
-R_MICROBLAZE_32_LO     elf.h   d       2761    #define R_MICROBLAZE_32_LO 6
-R_MICROBLAZE_32_PCREL  elf.h   d       2757    #define R_MICROBLAZE_32_PCREL 2
-R_MICROBLAZE_32_PCREL_LO       elf.h   d       2759    #define R_MICROBLAZE_32_PCREL_LO 4
-R_MICROBLAZE_32_SYM_OP_SYM     elf.h   d       2765    #define R_MICROBLAZE_32_SYM_OP_SYM 10
-R_MICROBLAZE_64        elf.h   d       2760    #define R_MICROBLAZE_64 5
-R_MICROBLAZE_64_NONE   elf.h   d       2764    #define R_MICROBLAZE_64_NONE 9
-R_MICROBLAZE_64_PCREL  elf.h   d       2758    #define R_MICROBLAZE_64_PCREL 3
-R_MICROBLAZE_COPY      elf.h   d       2776    #define R_MICROBLAZE_COPY 21
-R_MICROBLAZE_GLOB_DAT  elf.h   d       2773    #define R_MICROBLAZE_GLOB_DAT 18
-R_MICROBLAZE_GNU_VTENTRY       elf.h   d       2767    #define R_MICROBLAZE_GNU_VTENTRY 12
-R_MICROBLAZE_GNU_VTINHERIT     elf.h   d       2766    #define R_MICROBLAZE_GNU_VTINHERIT 11
-R_MICROBLAZE_GOTOFF_32 elf.h   d       2775    #define R_MICROBLAZE_GOTOFF_32 20
-R_MICROBLAZE_GOTOFF_64 elf.h   d       2774    #define R_MICROBLAZE_GOTOFF_64 19
-R_MICROBLAZE_GOTPC_64  elf.h   d       2768    #define R_MICROBLAZE_GOTPC_64 13
-R_MICROBLAZE_GOT_64    elf.h   d       2769    #define R_MICROBLAZE_GOT_64 14
-R_MICROBLAZE_JUMP_SLOT elf.h   d       2772    #define R_MICROBLAZE_JUMP_SLOT 17
-R_MICROBLAZE_NONE      elf.h   d       2755    #define R_MICROBLAZE_NONE 0
-R_MICROBLAZE_PLT_64    elf.h   d       2770    #define R_MICROBLAZE_PLT_64 15
-R_MICROBLAZE_REL       elf.h   d       2771    #define R_MICROBLAZE_REL 16
-R_MICROBLAZE_SRO32     elf.h   d       2762    #define R_MICROBLAZE_SRO32 7
-R_MICROBLAZE_SRW32     elf.h   d       2763    #define R_MICROBLAZE_SRW32 8
-R_MICROBLAZE_TLS       elf.h   d       2777    #define R_MICROBLAZE_TLS 22
-R_MICROBLAZE_TLSDTPMOD32       elf.h   d       2780    #define R_MICROBLAZE_TLSDTPMOD32 25
-R_MICROBLAZE_TLSDTPREL32       elf.h   d       2781    #define R_MICROBLAZE_TLSDTPREL32 26
-R_MICROBLAZE_TLSDTPREL64       elf.h   d       2782    #define R_MICROBLAZE_TLSDTPREL64 27
-R_MICROBLAZE_TLSGD     elf.h   d       2778    #define R_MICROBLAZE_TLSGD 23
-R_MICROBLAZE_TLSGOTTPREL32     elf.h   d       2783    #define R_MICROBLAZE_TLSGOTTPREL32 28
-R_MICROBLAZE_TLSLD     elf.h   d       2779    #define R_MICROBLAZE_TLSLD 24
-R_MICROBLAZE_TLSTPREL32        elf.h   d       2784    #define R_MICROBLAZE_TLSTPREL32 29
-R_MIPS_16      elf.h   d       1341    #define R_MIPS_16 1
-R_MIPS_26      elf.h   d       1344    #define R_MIPS_26 4
-R_MIPS_32      elf.h   d       1342    #define R_MIPS_32 2
-R_MIPS_64      elf.h   d       1356    #define R_MIPS_64 18
-R_MIPS_ADD_IMMEDIATE   elf.h   d       1372    #define R_MIPS_ADD_IMMEDIATE 34
-R_MIPS_CALL16  elf.h   d       1351    #define R_MIPS_CALL16 11
-R_MIPS_CALL_HI16       elf.h   d       1368    #define R_MIPS_CALL_HI16 30
-R_MIPS_CALL_LO16       elf.h   d       1369    #define R_MIPS_CALL_LO16 31
-R_MIPS_COPY    elf.h   d       1390    #define R_MIPS_COPY 126
-R_MIPS_DELETE  elf.h   d       1365    #define R_MIPS_DELETE 27
-R_MIPS_GLOB_DAT        elf.h   d       1389    #define R_MIPS_GLOB_DAT 51
-R_MIPS_GOT16   elf.h   d       1349    #define R_MIPS_GOT16 9
-R_MIPS_GOT_DISP        elf.h   d       1357    #define R_MIPS_GOT_DISP 19
-R_MIPS_GOT_HI16        elf.h   d       1360    #define R_MIPS_GOT_HI16 22
-R_MIPS_GOT_LO16        elf.h   d       1361    #define R_MIPS_GOT_LO16 23
-R_MIPS_GOT_OFST        elf.h   d       1359    #define R_MIPS_GOT_OFST 21
-R_MIPS_GOT_PAGE        elf.h   d       1358    #define R_MIPS_GOT_PAGE 20
-R_MIPS_GPREL16 elf.h   d       1347    #define R_MIPS_GPREL16 7
-R_MIPS_GPREL32 elf.h   d       1352    #define R_MIPS_GPREL32 12
-R_MIPS_HI16    elf.h   d       1345    #define R_MIPS_HI16 5
-R_MIPS_HIGHER  elf.h   d       1366    #define R_MIPS_HIGHER 28
-R_MIPS_HIGHEST elf.h   d       1367    #define R_MIPS_HIGHEST 29
-R_MIPS_INSERT_A        elf.h   d       1363    #define R_MIPS_INSERT_A 25
-R_MIPS_INSERT_B        elf.h   d       1364    #define R_MIPS_INSERT_B 26
-R_MIPS_JALR    elf.h   d       1375    #define R_MIPS_JALR 37
-R_MIPS_JUMP_SLOT       elf.h   d       1391    #define R_MIPS_JUMP_SLOT 127
-R_MIPS_LITERAL elf.h   d       1348    #define R_MIPS_LITERAL 8
-R_MIPS_LO16    elf.h   d       1346    #define R_MIPS_LO16 6
-R_MIPS_NONE    elf.h   d       1340    #define R_MIPS_NONE 0
-R_MIPS_NUM     elf.h   d       1393    #define R_MIPS_NUM 128
-R_MIPS_PC16    elf.h   d       1350    #define R_MIPS_PC16 10
-R_MIPS_PJUMP   elf.h   d       1373    #define R_MIPS_PJUMP 35
-R_MIPS_REL16   elf.h   d       1371    #define R_MIPS_REL16 33
-R_MIPS_REL32   elf.h   d       1343    #define R_MIPS_REL32 3
-R_MIPS_RELGOT  elf.h   d       1374    #define R_MIPS_RELGOT 36
-R_MIPS_SCN_DISP        elf.h   d       1370    #define R_MIPS_SCN_DISP 32
-R_MIPS_SHIFT5  elf.h   d       1354    #define R_MIPS_SHIFT5 16
-R_MIPS_SHIFT6  elf.h   d       1355    #define R_MIPS_SHIFT6 17
-R_MIPS_SUB     elf.h   d       1362    #define R_MIPS_SUB 24
-R_MIPS_TLS_DTPMOD32    elf.h   d       1376    #define R_MIPS_TLS_DTPMOD32 38
-R_MIPS_TLS_DTPMOD64    elf.h   d       1378    #define R_MIPS_TLS_DTPMOD64 40
-R_MIPS_TLS_DTPREL32    elf.h   d       1377    #define R_MIPS_TLS_DTPREL32 39
-R_MIPS_TLS_DTPREL64    elf.h   d       1379    #define R_MIPS_TLS_DTPREL64 41
-R_MIPS_TLS_DTPREL_HI16 elf.h   d       1382    #define R_MIPS_TLS_DTPREL_HI16 44
-R_MIPS_TLS_DTPREL_LO16 elf.h   d       1383    #define R_MIPS_TLS_DTPREL_LO16 45
-R_MIPS_TLS_GD  elf.h   d       1380    #define R_MIPS_TLS_GD 42
-R_MIPS_TLS_GOTTPREL    elf.h   d       1384    #define R_MIPS_TLS_GOTTPREL 46
-R_MIPS_TLS_LDM elf.h   d       1381    #define R_MIPS_TLS_LDM 43
-R_MIPS_TLS_TPREL32     elf.h   d       1385    #define R_MIPS_TLS_TPREL32 47
-R_MIPS_TLS_TPREL64     elf.h   d       1386    #define R_MIPS_TLS_TPREL64 48
-R_MIPS_TLS_TPREL_HI16  elf.h   d       1387    #define R_MIPS_TLS_TPREL_HI16 49
-R_MIPS_TLS_TPREL_LO16  elf.h   d       1388    #define R_MIPS_TLS_TPREL_LO16 50
-R_MN10300_16   elf.h   d       2674    #define R_MN10300_16 2
-R_MN10300_24   elf.h   d       2681    #define R_MN10300_24 9
-R_MN10300_32   elf.h   d       2673    #define R_MN10300_32 1
-R_MN10300_8    elf.h   d       2675    #define R_MN10300_8 3
-R_MN10300_COPY elf.h   d       2692    #define R_MN10300_COPY 20
-R_MN10300_GLOB_DAT     elf.h   d       2693    #define R_MN10300_GLOB_DAT 21
-R_MN10300_GNU_VTENTRY  elf.h   d       2680    #define R_MN10300_GNU_VTENTRY 8
-R_MN10300_GNU_VTINHERIT        elf.h   d       2679    #define R_MN10300_GNU_VTINHERIT 7
-R_MN10300_GOT16        elf.h   d       2691    #define R_MN10300_GOT16 19
-R_MN10300_GOT24        elf.h   d       2690    #define R_MN10300_GOT24 18
-R_MN10300_GOT32        elf.h   d       2689    #define R_MN10300_GOT32 17
-R_MN10300_GOTOFF16     elf.h   d       2686    #define R_MN10300_GOTOFF16 14
-R_MN10300_GOTOFF24     elf.h   d       2685    #define R_MN10300_GOTOFF24 13
-R_MN10300_GOTOFF32     elf.h   d       2684    #define R_MN10300_GOTOFF32 12
-R_MN10300_GOTPC16      elf.h   d       2683    #define R_MN10300_GOTPC16 11
-R_MN10300_GOTPC32      elf.h   d       2682    #define R_MN10300_GOTPC32 10
-R_MN10300_JMP_SLOT     elf.h   d       2694    #define R_MN10300_JMP_SLOT 22
-R_MN10300_NONE elf.h   d       2672    #define R_MN10300_NONE 0
-R_MN10300_NUM  elf.h   d       2697    #define R_MN10300_NUM 24
-R_MN10300_PCREL16      elf.h   d       2677    #define R_MN10300_PCREL16 5
-R_MN10300_PCREL32      elf.h   d       2676    #define R_MN10300_PCREL32 4
-R_MN10300_PCREL8       elf.h   d       2678    #define R_MN10300_PCREL8 6
-R_MN10300_PLT16        elf.h   d       2688    #define R_MN10300_PLT16 16
-R_MN10300_PLT32        elf.h   d       2687    #define R_MN10300_PLT32 15
-R_MN10300_RELATIVE     elf.h   d       2695    #define R_MN10300_RELATIVE 23
-R_OK   fcntl.h d       109     #define R_OK 4
-R_OK   unistd.h        d       69      #define R_OK 4
-R_OR1K_16      elf.h   d       2788    #define R_OR1K_16 2
-R_OR1K_16_PCREL        elf.h   d       2796    #define R_OR1K_16_PCREL 10
-R_OR1K_32      elf.h   d       2787    #define R_OR1K_32 1
-R_OR1K_32_PCREL        elf.h   d       2795    #define R_OR1K_32_PCREL 9
-R_OR1K_8       elf.h   d       2789    #define R_OR1K_8 3
-R_OR1K_8_PCREL elf.h   d       2797    #define R_OR1K_8_PCREL 11
-R_OR1K_COPY    elf.h   d       2804    #define R_OR1K_COPY 18
-R_OR1K_GLOB_DAT        elf.h   d       2805    #define R_OR1K_GLOB_DAT 19
-R_OR1K_GNU_VTENTRY     elf.h   d       2793    #define R_OR1K_GNU_VTENTRY 7
-R_OR1K_GNU_VTINHERIT   elf.h   d       2794    #define R_OR1K_GNU_VTINHERIT 8
-R_OR1K_GOT16   elf.h   d       2800    #define R_OR1K_GOT16 14
-R_OR1K_GOTOFF_HI16     elf.h   d       2802    #define R_OR1K_GOTOFF_HI16 16
-R_OR1K_GOTOFF_LO16     elf.h   d       2803    #define R_OR1K_GOTOFF_LO16 17
-R_OR1K_GOTPC_HI16      elf.h   d       2798    #define R_OR1K_GOTPC_HI16 12
-R_OR1K_GOTPC_LO16      elf.h   d       2799    #define R_OR1K_GOTPC_LO16 13
-R_OR1K_HI_16_IN_INSN   elf.h   d       2791    #define R_OR1K_HI_16_IN_INSN 5
-R_OR1K_INSN_REL_26     elf.h   d       2792    #define R_OR1K_INSN_REL_26 6
-R_OR1K_JMP_SLOT        elf.h   d       2806    #define R_OR1K_JMP_SLOT 20
-R_OR1K_LO_16_IN_INSN   elf.h   d       2790    #define R_OR1K_LO_16_IN_INSN 4
-R_OR1K_NONE    elf.h   d       2786    #define R_OR1K_NONE 0
-R_OR1K_PLT26   elf.h   d       2801    #define R_OR1K_PLT26 15
-R_OR1K_RELATIVE        elf.h   d       2807    #define R_OR1K_RELATIVE 21
-R_OR1K_TLS_DTPMOD      elf.h   d       2820    #define R_OR1K_TLS_DTPMOD 34
-R_OR1K_TLS_DTPOFF      elf.h   d       2819    #define R_OR1K_TLS_DTPOFF 33
-R_OR1K_TLS_GD_HI16     elf.h   d       2808    #define R_OR1K_TLS_GD_HI16 22
-R_OR1K_TLS_GD_LO16     elf.h   d       2809    #define R_OR1K_TLS_GD_LO16 23
-R_OR1K_TLS_IE_HI16     elf.h   d       2814    #define R_OR1K_TLS_IE_HI16 28
-R_OR1K_TLS_IE_LO16     elf.h   d       2815    #define R_OR1K_TLS_IE_LO16 29
-R_OR1K_TLS_LDM_HI16    elf.h   d       2810    #define R_OR1K_TLS_LDM_HI16 24
-R_OR1K_TLS_LDM_LO16    elf.h   d       2811    #define R_OR1K_TLS_LDM_LO16 25
-R_OR1K_TLS_LDO_HI16    elf.h   d       2812    #define R_OR1K_TLS_LDO_HI16 26
-R_OR1K_TLS_LDO_LO16    elf.h   d       2813    #define R_OR1K_TLS_LDO_LO16 27
-R_OR1K_TLS_LE_HI16     elf.h   d       2816    #define R_OR1K_TLS_LE_HI16 30
-R_OR1K_TLS_LE_LO16     elf.h   d       2817    #define R_OR1K_TLS_LE_LO16 31
-R_OR1K_TLS_TPOFF       elf.h   d       2818    #define R_OR1K_TLS_TPOFF 32
-R_PARISC_COPY  elf.h   d       1634    #define R_PARISC_COPY 128
-R_PARISC_DIR14DR       elf.h   d       1604    #define R_PARISC_DIR14DR 84
-R_PARISC_DIR14R        elf.h   d       1571    #define R_PARISC_DIR14R 6
-R_PARISC_DIR14WR       elf.h   d       1603    #define R_PARISC_DIR14WR 83
-R_PARISC_DIR16DF       elf.h   d       1607    #define R_PARISC_DIR16DF 87
-R_PARISC_DIR16F        elf.h   d       1605    #define R_PARISC_DIR16F 85
-R_PARISC_DIR16WF       elf.h   d       1606    #define R_PARISC_DIR16WF 86
-R_PARISC_DIR17F        elf.h   d       1570    #define R_PARISC_DIR17F 4
-R_PARISC_DIR17R        elf.h   d       1569    #define R_PARISC_DIR17R 3
-R_PARISC_DIR21L        elf.h   d       1568    #define R_PARISC_DIR21L 2
-R_PARISC_DIR32 elf.h   d       1567    #define R_PARISC_DIR32 1
-R_PARISC_DIR64 elf.h   d       1602    #define R_PARISC_DIR64 80
-R_PARISC_DPREL14R      elf.h   d       1578    #define R_PARISC_DPREL14R 22
-R_PARISC_DPREL21L      elf.h   d       1577    #define R_PARISC_DPREL21L 18
-R_PARISC_EPLT  elf.h   d       1636    #define R_PARISC_EPLT 130
-R_PARISC_FPTR64        elf.h   d       1591    #define R_PARISC_FPTR64 64
-R_PARISC_GNU_VTENTRY   elf.h   d       1655    #define R_PARISC_GNU_VTENTRY 232
-R_PARISC_GNU_VTINHERIT elf.h   d       1656    #define R_PARISC_GNU_VTINHERIT 233
-R_PARISC_GPREL14DR     elf.h   d       1610    #define R_PARISC_GPREL14DR 92
-R_PARISC_GPREL14R      elf.h   d       1580    #define R_PARISC_GPREL14R 30
-R_PARISC_GPREL14WR     elf.h   d       1609    #define R_PARISC_GPREL14WR 91
-R_PARISC_GPREL16DF     elf.h   d       1613    #define R_PARISC_GPREL16DF 95
-R_PARISC_GPREL16F      elf.h   d       1611    #define R_PARISC_GPREL16F 93
-R_PARISC_GPREL16WF     elf.h   d       1612    #define R_PARISC_GPREL16WF 94
-R_PARISC_GPREL21L      elf.h   d       1579    #define R_PARISC_GPREL21L 26
-R_PARISC_GPREL64       elf.h   d       1608    #define R_PARISC_GPREL64 88
-R_PARISC_HIRESERVE     elf.h   d       1675    #define R_PARISC_HIRESERVE 255
-R_PARISC_IPLT  elf.h   d       1635    #define R_PARISC_IPLT 129
-R_PARISC_LORESERVE     elf.h   d       1633    #define R_PARISC_LORESERVE 128
-R_PARISC_LTOFF14DR     elf.h   d       1616    #define R_PARISC_LTOFF14DR 100
-R_PARISC_LTOFF14R      elf.h   d       1582    #define R_PARISC_LTOFF14R 38
-R_PARISC_LTOFF14WR     elf.h   d       1615    #define R_PARISC_LTOFF14WR 99
-R_PARISC_LTOFF16DF     elf.h   d       1619    #define R_PARISC_LTOFF16DF 103
-R_PARISC_LTOFF16F      elf.h   d       1617    #define R_PARISC_LTOFF16F 101
-R_PARISC_LTOFF16WF     elf.h   d       1618    #define R_PARISC_LTOFF16WF 102
-R_PARISC_LTOFF21L      elf.h   d       1581    #define R_PARISC_LTOFF21L 34
-R_PARISC_LTOFF64       elf.h   d       1614    #define R_PARISC_LTOFF64 96
-R_PARISC_LTOFF_FPTR14DR        elf.h   d       1629    #define R_PARISC_LTOFF_FPTR14DR 124
-R_PARISC_LTOFF_FPTR14R elf.h   d       1590    #define R_PARISC_LTOFF_FPTR14R 62
-R_PARISC_LTOFF_FPTR14WR        elf.h   d       1628    #define R_PARISC_LTOFF_FPTR14WR 123
-R_PARISC_LTOFF_FPTR16DF        elf.h   d       1632    #define R_PARISC_LTOFF_FPTR16DF 127
-R_PARISC_LTOFF_FPTR16F elf.h   d       1630    #define R_PARISC_LTOFF_FPTR16F 125
-R_PARISC_LTOFF_FPTR16WF        elf.h   d       1631    #define R_PARISC_LTOFF_FPTR16WF 126
-R_PARISC_LTOFF_FPTR21L elf.h   d       1589    #define R_PARISC_LTOFF_FPTR21L 58
-R_PARISC_LTOFF_FPTR32  elf.h   d       1588    #define R_PARISC_LTOFF_FPTR32 57
-R_PARISC_LTOFF_FPTR64  elf.h   d       1627    #define R_PARISC_LTOFF_FPTR64 120
-R_PARISC_LTOFF_TP14DR  elf.h   d       1651    #define R_PARISC_LTOFF_TP14DR 228
-R_PARISC_LTOFF_TP14F   elf.h   d       1642    #define R_PARISC_LTOFF_TP14F 167
-R_PARISC_LTOFF_TP14R   elf.h   d       1641    #define R_PARISC_LTOFF_TP14R 166
-R_PARISC_LTOFF_TP14WR  elf.h   d       1650    #define R_PARISC_LTOFF_TP14WR 227
-R_PARISC_LTOFF_TP16DF  elf.h   d       1654    #define R_PARISC_LTOFF_TP16DF 231
-R_PARISC_LTOFF_TP16F   elf.h   d       1652    #define R_PARISC_LTOFF_TP16F 229
-R_PARISC_LTOFF_TP16WF  elf.h   d       1653    #define R_PARISC_LTOFF_TP16WF 230
-R_PARISC_LTOFF_TP21L   elf.h   d       1640    #define R_PARISC_LTOFF_TP21L 162
-R_PARISC_LTOFF_TP64    elf.h   d       1649    #define R_PARISC_LTOFF_TP64 224
-R_PARISC_NONE  elf.h   d       1566    #define R_PARISC_NONE 0
-R_PARISC_PCREL14DR     elf.h   d       1598    #define R_PARISC_PCREL14DR 76
-R_PARISC_PCREL14R      elf.h   d       1576    #define R_PARISC_PCREL14R 14
-R_PARISC_PCREL14WR     elf.h   d       1597    #define R_PARISC_PCREL14WR 75
-R_PARISC_PCREL16DF     elf.h   d       1601    #define R_PARISC_PCREL16DF 79
-R_PARISC_PCREL16F      elf.h   d       1599    #define R_PARISC_PCREL16F 77
-R_PARISC_PCREL16WF     elf.h   d       1600    #define R_PARISC_PCREL16WF 78
-R_PARISC_PCREL17F      elf.h   d       1575    #define R_PARISC_PCREL17F 12
-R_PARISC_PCREL17R      elf.h   d       1574    #define R_PARISC_PCREL17R 11
-R_PARISC_PCREL21L      elf.h   d       1573    #define R_PARISC_PCREL21L 10
-R_PARISC_PCREL22F      elf.h   d       1596    #define R_PARISC_PCREL22F 74
-R_PARISC_PCREL32       elf.h   d       1572    #define R_PARISC_PCREL32 9
-R_PARISC_PCREL64       elf.h   d       1595    #define R_PARISC_PCREL64 72
-R_PARISC_PLABEL14R     elf.h   d       1594    #define R_PARISC_PLABEL14R 70
-R_PARISC_PLABEL21L     elf.h   d       1593    #define R_PARISC_PLABEL21L 66
-R_PARISC_PLABEL32      elf.h   d       1592    #define R_PARISC_PLABEL32 65
-R_PARISC_PLTOFF14DR    elf.h   d       1623    #define R_PARISC_PLTOFF14DR 116
-R_PARISC_PLTOFF14R     elf.h   d       1587    #define R_PARISC_PLTOFF14R 54
-R_PARISC_PLTOFF14WR    elf.h   d       1622    #define R_PARISC_PLTOFF14WR 115
-R_PARISC_PLTOFF16DF    elf.h   d       1626    #define R_PARISC_PLTOFF16DF 119
-R_PARISC_PLTOFF16F     elf.h   d       1624    #define R_PARISC_PLTOFF16F 117
-R_PARISC_PLTOFF16WF    elf.h   d       1625    #define R_PARISC_PLTOFF16WF 118
-R_PARISC_PLTOFF21L     elf.h   d       1586    #define R_PARISC_PLTOFF21L 50
-R_PARISC_SECREL32      elf.h   d       1583    #define R_PARISC_SECREL32 41
-R_PARISC_SECREL64      elf.h   d       1620    #define R_PARISC_SECREL64 104
-R_PARISC_SEGBASE       elf.h   d       1584    #define R_PARISC_SEGBASE 48
-R_PARISC_SEGREL32      elf.h   d       1585    #define R_PARISC_SEGREL32 49
-R_PARISC_SEGREL64      elf.h   d       1621    #define R_PARISC_SEGREL64 112
-R_PARISC_TLS_DTPMOD32  elf.h   d       1665    #define R_PARISC_TLS_DTPMOD32 242
-R_PARISC_TLS_DTPMOD64  elf.h   d       1666    #define R_PARISC_TLS_DTPMOD64 243
-R_PARISC_TLS_DTPOFF32  elf.h   d       1667    #define R_PARISC_TLS_DTPOFF32 244
-R_PARISC_TLS_DTPOFF64  elf.h   d       1668    #define R_PARISC_TLS_DTPOFF64 245
-R_PARISC_TLS_GD14R     elf.h   d       1658    #define R_PARISC_TLS_GD14R 235
-R_PARISC_TLS_GD21L     elf.h   d       1657    #define R_PARISC_TLS_GD21L 234
-R_PARISC_TLS_GDCALL    elf.h   d       1659    #define R_PARISC_TLS_GDCALL 236
-R_PARISC_TLS_IE14R     elf.h   d       1672    #define R_PARISC_TLS_IE14R R_PARISC_LTOFF_TP14R
-R_PARISC_TLS_IE21L     elf.h   d       1671    #define R_PARISC_TLS_IE21L R_PARISC_LTOFF_TP21L
-R_PARISC_TLS_LDM14R    elf.h   d       1661    #define R_PARISC_TLS_LDM14R 238
-R_PARISC_TLS_LDM21L    elf.h   d       1660    #define R_PARISC_TLS_LDM21L 237
-R_PARISC_TLS_LDMCALL   elf.h   d       1662    #define R_PARISC_TLS_LDMCALL 239
-R_PARISC_TLS_LDO14R    elf.h   d       1664    #define R_PARISC_TLS_LDO14R 241
-R_PARISC_TLS_LDO21L    elf.h   d       1663    #define R_PARISC_TLS_LDO21L 240
-R_PARISC_TLS_LE14R     elf.h   d       1670    #define R_PARISC_TLS_LE14R R_PARISC_TPREL14R
-R_PARISC_TLS_LE21L     elf.h   d       1669    #define R_PARISC_TLS_LE21L R_PARISC_TPREL21L
-R_PARISC_TLS_TPREL32   elf.h   d       1673    #define R_PARISC_TLS_TPREL32 R_PARISC_TPREL32
-R_PARISC_TLS_TPREL64   elf.h   d       1674    #define R_PARISC_TLS_TPREL64 R_PARISC_TPREL64
-R_PARISC_TPREL14DR     elf.h   d       1645    #define R_PARISC_TPREL14DR 220
-R_PARISC_TPREL14R      elf.h   d       1639    #define R_PARISC_TPREL14R 158
-R_PARISC_TPREL14WR     elf.h   d       1644    #define R_PARISC_TPREL14WR 219
-R_PARISC_TPREL16DF     elf.h   d       1648    #define R_PARISC_TPREL16DF 223
-R_PARISC_TPREL16F      elf.h   d       1646    #define R_PARISC_TPREL16F 221
-R_PARISC_TPREL16WF     elf.h   d       1647    #define R_PARISC_TPREL16WF 222
-R_PARISC_TPREL21L      elf.h   d       1638    #define R_PARISC_TPREL21L 154
-R_PARISC_TPREL32       elf.h   d       1637    #define R_PARISC_TPREL32 153
-R_PARISC_TPREL64       elf.h   d       1643    #define R_PARISC_TPREL64 216
-R_PPC64_ADDR14 elf.h   d       1913    #define R_PPC64_ADDR14 R_PPC_ADDR14
-R_PPC64_ADDR14_BRNTAKEN        elf.h   d       1915    #define R_PPC64_ADDR14_BRNTAKEN R_PPC_ADDR14_BRNTAKEN
-R_PPC64_ADDR14_BRTAKEN elf.h   d       1914    #define R_PPC64_ADDR14_BRTAKEN R_PPC_ADDR14_BRTAKEN
-R_PPC64_ADDR16 elf.h   d       1909    #define R_PPC64_ADDR16 R_PPC_ADDR16
-R_PPC64_ADDR16_DS      elf.h   d       1963    #define R_PPC64_ADDR16_DS 56
-R_PPC64_ADDR16_HA      elf.h   d       1912    #define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA
-R_PPC64_ADDR16_HI      elf.h   d       1911    #define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI
-R_PPC64_ADDR16_HIGHER  elf.h   d       1945    #define R_PPC64_ADDR16_HIGHER 39
-R_PPC64_ADDR16_HIGHERA elf.h   d       1946    #define R_PPC64_ADDR16_HIGHERA 40
-R_PPC64_ADDR16_HIGHEST elf.h   d       1947    #define R_PPC64_ADDR16_HIGHEST 41
-R_PPC64_ADDR16_HIGHESTA        elf.h   d       1948    #define R_PPC64_ADDR16_HIGHESTA 42
-R_PPC64_ADDR16_LO      elf.h   d       1910    #define R_PPC64_ADDR16_LO R_PPC_ADDR16_LO
-R_PPC64_ADDR16_LO_DS   elf.h   d       1964    #define R_PPC64_ADDR16_LO_DS 57
-R_PPC64_ADDR24 elf.h   d       1908    #define R_PPC64_ADDR24 R_PPC_ADDR24
-R_PPC64_ADDR30 elf.h   d       1943    #define R_PPC64_ADDR30 37
-R_PPC64_ADDR32 elf.h   d       1907    #define R_PPC64_ADDR32 R_PPC_ADDR32
-R_PPC64_ADDR64 elf.h   d       1944    #define R_PPC64_ADDR64 38
-R_PPC64_COPY   elf.h   d       1925    #define R_PPC64_COPY R_PPC_COPY
-R_PPC64_DTPMOD64       elf.h   d       1977    #define R_PPC64_DTPMOD64 68
-R_PPC64_DTPREL16       elf.h   d       1983    #define R_PPC64_DTPREL16 74
-R_PPC64_DTPREL16_DS    elf.h   d       2010    #define R_PPC64_DTPREL16_DS 101
-R_PPC64_DTPREL16_HA    elf.h   d       1986    #define R_PPC64_DTPREL16_HA 77
-R_PPC64_DTPREL16_HI    elf.h   d       1985    #define R_PPC64_DTPREL16_HI 76
-R_PPC64_DTPREL16_HIGHER        elf.h   d       2012    #define R_PPC64_DTPREL16_HIGHER 103
-R_PPC64_DTPREL16_HIGHERA       elf.h   d       2013    #define R_PPC64_DTPREL16_HIGHERA 104
-R_PPC64_DTPREL16_HIGHEST       elf.h   d       2014    #define R_PPC64_DTPREL16_HIGHEST 105
-R_PPC64_DTPREL16_HIGHESTA      elf.h   d       2015    #define R_PPC64_DTPREL16_HIGHESTA 106
-R_PPC64_DTPREL16_LO    elf.h   d       1984    #define R_PPC64_DTPREL16_LO 75
-R_PPC64_DTPREL16_LO_DS elf.h   d       2011    #define R_PPC64_DTPREL16_LO_DS 102
-R_PPC64_DTPREL64       elf.h   d       1987    #define R_PPC64_DTPREL64 78
-R_PPC64_GLOB_DAT       elf.h   d       1926    #define R_PPC64_GLOB_DAT R_PPC_GLOB_DAT
-R_PPC64_GOT16  elf.h   d       1920    #define R_PPC64_GOT16 R_PPC_GOT16
-R_PPC64_GOT16_DS       elf.h   d       1965    #define R_PPC64_GOT16_DS 58
-R_PPC64_GOT16_HA       elf.h   d       1923    #define R_PPC64_GOT16_HA R_PPC_GOT16_HA
-R_PPC64_GOT16_HI       elf.h   d       1922    #define R_PPC64_GOT16_HI R_PPC_GOT16_HI
-R_PPC64_GOT16_LO       elf.h   d       1921    #define R_PPC64_GOT16_LO R_PPC_GOT16_LO
-R_PPC64_GOT16_LO_DS    elf.h   d       1966    #define R_PPC64_GOT16_LO_DS 59
-R_PPC64_GOT_DTPREL16_DS        elf.h   d       2000    #define R_PPC64_GOT_DTPREL16_DS 91
-R_PPC64_GOT_DTPREL16_HA        elf.h   d       2003    #define R_PPC64_GOT_DTPREL16_HA 94
-R_PPC64_GOT_DTPREL16_HI        elf.h   d       2002    #define R_PPC64_GOT_DTPREL16_HI 93
-R_PPC64_GOT_DTPREL16_LO_DS     elf.h   d       2001    #define R_PPC64_GOT_DTPREL16_LO_DS 92
-R_PPC64_GOT_TLSGD16    elf.h   d       1988    #define R_PPC64_GOT_TLSGD16 79
-R_PPC64_GOT_TLSGD16_HA elf.h   d       1991    #define R_PPC64_GOT_TLSGD16_HA 82
-R_PPC64_GOT_TLSGD16_HI elf.h   d       1990    #define R_PPC64_GOT_TLSGD16_HI 81
-R_PPC64_GOT_TLSGD16_LO elf.h   d       1989    #define R_PPC64_GOT_TLSGD16_LO 80
-R_PPC64_GOT_TLSLD16    elf.h   d       1992    #define R_PPC64_GOT_TLSLD16 83
-R_PPC64_GOT_TLSLD16_HA elf.h   d       1995    #define R_PPC64_GOT_TLSLD16_HA 86
-R_PPC64_GOT_TLSLD16_HI elf.h   d       1994    #define R_PPC64_GOT_TLSLD16_HI 85
-R_PPC64_GOT_TLSLD16_LO elf.h   d       1993    #define R_PPC64_GOT_TLSLD16_LO 84
-R_PPC64_GOT_TPREL16_DS elf.h   d       1996    #define R_PPC64_GOT_TPREL16_DS 87
-R_PPC64_GOT_TPREL16_HA elf.h   d       1999    #define R_PPC64_GOT_TPREL16_HA 90
-R_PPC64_GOT_TPREL16_HI elf.h   d       1998    #define R_PPC64_GOT_TPREL16_HI 89
-R_PPC64_GOT_TPREL16_LO_DS      elf.h   d       1997    #define R_PPC64_GOT_TPREL16_LO_DS 88
-R_PPC64_IRELATIVE      elf.h   d       2019    #define R_PPC64_IRELATIVE 248
-R_PPC64_JMP_IREL       elf.h   d       2018    #define R_PPC64_JMP_IREL 247
-R_PPC64_JMP_SLOT       elf.h   d       1927    #define R_PPC64_JMP_SLOT R_PPC_JMP_SLOT
-R_PPC64_NONE   elf.h   d       1906    #define R_PPC64_NONE R_PPC_NONE
-R_PPC64_PLT16_HA       elf.h   d       1937    #define R_PPC64_PLT16_HA R_PPC_PLT16_HA
-R_PPC64_PLT16_HI       elf.h   d       1936    #define R_PPC64_PLT16_HI R_PPC_PLT16_HI
-R_PPC64_PLT16_LO       elf.h   d       1935    #define R_PPC64_PLT16_LO R_PPC_PLT16_LO
-R_PPC64_PLT16_LO_DS    elf.h   d       1967    #define R_PPC64_PLT16_LO_DS 60
-R_PPC64_PLT32  elf.h   d       1933    #define R_PPC64_PLT32 R_PPC_PLT32
-R_PPC64_PLT64  elf.h   d       1951    #define R_PPC64_PLT64 45
-R_PPC64_PLTGOT16       elf.h   d       1958    #define R_PPC64_PLTGOT16 52
-R_PPC64_PLTGOT16_DS    elf.h   d       1972    #define R_PPC64_PLTGOT16_DS 65
-R_PPC64_PLTGOT16_HA    elf.h   d       1961    #define R_PPC64_PLTGOT16_HA 55
-R_PPC64_PLTGOT16_HI    elf.h   d       1960    #define R_PPC64_PLTGOT16_HI 54
-R_PPC64_PLTGOT16_LO    elf.h   d       1959    #define R_PPC64_PLTGOT16_LO 53
-R_PPC64_PLTGOT16_LO_DS elf.h   d       1973    #define R_PPC64_PLTGOT16_LO_DS 66
-R_PPC64_PLTREL32       elf.h   d       1934    #define R_PPC64_PLTREL32 R_PPC_PLTREL32
-R_PPC64_PLTREL64       elf.h   d       1952    #define R_PPC64_PLTREL64 46
-R_PPC64_REL14  elf.h   d       1917    #define R_PPC64_REL14 R_PPC_REL14
-R_PPC64_REL14_BRNTAKEN elf.h   d       1919    #define R_PPC64_REL14_BRNTAKEN R_PPC_REL14_BRNTAKEN
-R_PPC64_REL14_BRTAKEN  elf.h   d       1918    #define R_PPC64_REL14_BRTAKEN R_PPC_REL14_BRTAKEN
-R_PPC64_REL16  elf.h   d       2020    #define R_PPC64_REL16 249
-R_PPC64_REL16_HA       elf.h   d       2023    #define R_PPC64_REL16_HA 252
-R_PPC64_REL16_HI       elf.h   d       2022    #define R_PPC64_REL16_HI 251
-R_PPC64_REL16_LO       elf.h   d       2021    #define R_PPC64_REL16_LO 250
-R_PPC64_REL24  elf.h   d       1916    #define R_PPC64_REL24 R_PPC_REL24
-R_PPC64_REL32  elf.h   d       1932    #define R_PPC64_REL32 R_PPC_REL32
-R_PPC64_REL64  elf.h   d       1950    #define R_PPC64_REL64 44
-R_PPC64_RELATIVE       elf.h   d       1928    #define R_PPC64_RELATIVE R_PPC_RELATIVE
-R_PPC64_SECTOFF        elf.h   d       1939    #define R_PPC64_SECTOFF R_PPC_SECTOFF
-R_PPC64_SECTOFF_DS     elf.h   d       1968    #define R_PPC64_SECTOFF_DS 61
-R_PPC64_SECTOFF_HA     elf.h   d       1942    #define R_PPC64_SECTOFF_HA R_PPC_SECTOFF_HA
-R_PPC64_SECTOFF_HI     elf.h   d       1941    #define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI
-R_PPC64_SECTOFF_LO     elf.h   d       1940    #define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO
-R_PPC64_SECTOFF_LO_DS  elf.h   d       1969    #define R_PPC64_SECTOFF_LO_DS 62
-R_PPC64_TLS    elf.h   d       1976    #define R_PPC64_TLS 67
-R_PPC64_TOC    elf.h   d       1957    #define R_PPC64_TOC 51
-R_PPC64_TOC16  elf.h   d       1953    #define R_PPC64_TOC16 47
-R_PPC64_TOC16_DS       elf.h   d       1970    #define R_PPC64_TOC16_DS 63
-R_PPC64_TOC16_HA       elf.h   d       1956    #define R_PPC64_TOC16_HA 50
-R_PPC64_TOC16_HI       elf.h   d       1955    #define R_PPC64_TOC16_HI 49
-R_PPC64_TOC16_LO       elf.h   d       1954    #define R_PPC64_TOC16_LO 48
-R_PPC64_TOC16_LO_DS    elf.h   d       1971    #define R_PPC64_TOC16_LO_DS 64
-R_PPC64_TPREL16        elf.h   d       1978    #define R_PPC64_TPREL16 69
-R_PPC64_TPREL16_DS     elf.h   d       2004    #define R_PPC64_TPREL16_DS 95
-R_PPC64_TPREL16_HA     elf.h   d       1981    #define R_PPC64_TPREL16_HA 72
-R_PPC64_TPREL16_HI     elf.h   d       1980    #define R_PPC64_TPREL16_HI 71
-R_PPC64_TPREL16_HIGHER elf.h   d       2006    #define R_PPC64_TPREL16_HIGHER 97
-R_PPC64_TPREL16_HIGHERA        elf.h   d       2007    #define R_PPC64_TPREL16_HIGHERA 98
-R_PPC64_TPREL16_HIGHEST        elf.h   d       2008    #define R_PPC64_TPREL16_HIGHEST 99
-R_PPC64_TPREL16_HIGHESTA       elf.h   d       2009    #define R_PPC64_TPREL16_HIGHESTA 100
-R_PPC64_TPREL16_LO     elf.h   d       1979    #define R_PPC64_TPREL16_LO 70
-R_PPC64_TPREL16_LO_DS  elf.h   d       2005    #define R_PPC64_TPREL16_LO_DS 96
-R_PPC64_TPREL64        elf.h   d       1982    #define R_PPC64_TPREL64 73
-R_PPC64_UADDR16        elf.h   d       1931    #define R_PPC64_UADDR16 R_PPC_UADDR16
-R_PPC64_UADDR32        elf.h   d       1930    #define R_PPC64_UADDR32 R_PPC_UADDR32
-R_PPC64_UADDR64        elf.h   d       1949    #define R_PPC64_UADDR64 43
-R_PPC_ADDR14   elf.h   d       1800    #define R_PPC_ADDR14 7
-R_PPC_ADDR14_BRNTAKEN  elf.h   d       1802    #define R_PPC_ADDR14_BRNTAKEN 9
-R_PPC_ADDR14_BRTAKEN   elf.h   d       1801    #define R_PPC_ADDR14_BRTAKEN 8
-R_PPC_ADDR16   elf.h   d       1796    #define R_PPC_ADDR16 3
-R_PPC_ADDR16_HA        elf.h   d       1799    #define R_PPC_ADDR16_HA 6
-R_PPC_ADDR16_HI        elf.h   d       1798    #define R_PPC_ADDR16_HI 5
-R_PPC_ADDR16_LO        elf.h   d       1797    #define R_PPC_ADDR16_LO 4
-R_PPC_ADDR24   elf.h   d       1795    #define R_PPC_ADDR24 2
-R_PPC_ADDR32   elf.h   d       1794    #define R_PPC_ADDR32 1
-R_PPC_COPY     elf.h   d       1812    #define R_PPC_COPY 19
-R_PPC_DIAB_RELSDA_HA   elf.h   d       1886    #define R_PPC_DIAB_RELSDA_HA 185
-R_PPC_DIAB_RELSDA_HI   elf.h   d       1885    #define R_PPC_DIAB_RELSDA_HI 184
-R_PPC_DIAB_RELSDA_LO   elf.h   d       1884    #define R_PPC_DIAB_RELSDA_LO 183
-R_PPC_DIAB_SDA21_HA    elf.h   d       1883    #define R_PPC_DIAB_SDA21_HA 182
-R_PPC_DIAB_SDA21_HI    elf.h   d       1882    #define R_PPC_DIAB_SDA21_HI 181
-R_PPC_DIAB_SDA21_LO    elf.h   d       1881    #define R_PPC_DIAB_SDA21_LO 180
-R_PPC_DTPMOD32 elf.h   d       1833    #define R_PPC_DTPMOD32 68
-R_PPC_DTPREL16 elf.h   d       1839    #define R_PPC_DTPREL16 74
-R_PPC_DTPREL16_HA      elf.h   d       1842    #define R_PPC_DTPREL16_HA 77
-R_PPC_DTPREL16_HI      elf.h   d       1841    #define R_PPC_DTPREL16_HI 76
-R_PPC_DTPREL16_LO      elf.h   d       1840    #define R_PPC_DTPREL16_LO 75
-R_PPC_DTPREL32 elf.h   d       1843    #define R_PPC_DTPREL32 78
-R_PPC_EMB_BIT_FLD      elf.h   d       1877    #define R_PPC_EMB_BIT_FLD 115
-R_PPC_EMB_MRKREF       elf.h   d       1872    #define R_PPC_EMB_MRKREF 110
-R_PPC_EMB_NADDR16      elf.h   d       1864    #define R_PPC_EMB_NADDR16 102
-R_PPC_EMB_NADDR16_HA   elf.h   d       1867    #define R_PPC_EMB_NADDR16_HA 105
-R_PPC_EMB_NADDR16_HI   elf.h   d       1866    #define R_PPC_EMB_NADDR16_HI 104
-R_PPC_EMB_NADDR16_LO   elf.h   d       1865    #define R_PPC_EMB_NADDR16_LO 103
-R_PPC_EMB_NADDR32      elf.h   d       1863    #define R_PPC_EMB_NADDR32 101
-R_PPC_EMB_RELSDA       elf.h   d       1878    #define R_PPC_EMB_RELSDA 116
-R_PPC_EMB_RELSEC16     elf.h   d       1873    #define R_PPC_EMB_RELSEC16 111
-R_PPC_EMB_RELST_HA     elf.h   d       1876    #define R_PPC_EMB_RELST_HA 114
-R_PPC_EMB_RELST_HI     elf.h   d       1875    #define R_PPC_EMB_RELST_HI 113
-R_PPC_EMB_RELST_LO     elf.h   d       1874    #define R_PPC_EMB_RELST_LO 112
-R_PPC_EMB_SDA21        elf.h   d       1871    #define R_PPC_EMB_SDA21 109
-R_PPC_EMB_SDA2I16      elf.h   d       1869    #define R_PPC_EMB_SDA2I16 107
-R_PPC_EMB_SDA2REL      elf.h   d       1870    #define R_PPC_EMB_SDA2REL 108
-R_PPC_EMB_SDAI16       elf.h   d       1868    #define R_PPC_EMB_SDAI16 106
-R_PPC_GLOB_DAT elf.h   d       1813    #define R_PPC_GLOB_DAT 20
-R_PPC_GOT16    elf.h   d       1807    #define R_PPC_GOT16 14
-R_PPC_GOT16_HA elf.h   d       1810    #define R_PPC_GOT16_HA 17
-R_PPC_GOT16_HI elf.h   d       1809    #define R_PPC_GOT16_HI 16
-R_PPC_GOT16_LO elf.h   d       1808    #define R_PPC_GOT16_LO 15
-R_PPC_GOT_DTPREL16     elf.h   d       1856    #define R_PPC_GOT_DTPREL16 91
-R_PPC_GOT_DTPREL16_HA  elf.h   d       1859    #define R_PPC_GOT_DTPREL16_HA 94
-R_PPC_GOT_DTPREL16_HI  elf.h   d       1858    #define R_PPC_GOT_DTPREL16_HI 93
-R_PPC_GOT_DTPREL16_LO  elf.h   d       1857    #define R_PPC_GOT_DTPREL16_LO 92
-R_PPC_GOT_TLSGD16      elf.h   d       1844    #define R_PPC_GOT_TLSGD16 79
-R_PPC_GOT_TLSGD16_HA   elf.h   d       1847    #define R_PPC_GOT_TLSGD16_HA 82
-R_PPC_GOT_TLSGD16_HI   elf.h   d       1846    #define R_PPC_GOT_TLSGD16_HI 81
-R_PPC_GOT_TLSGD16_LO   elf.h   d       1845    #define R_PPC_GOT_TLSGD16_LO 80
-R_PPC_GOT_TLSLD16      elf.h   d       1848    #define R_PPC_GOT_TLSLD16 83
-R_PPC_GOT_TLSLD16_HA   elf.h   d       1851    #define R_PPC_GOT_TLSLD16_HA 86
-R_PPC_GOT_TLSLD16_HI   elf.h   d       1850    #define R_PPC_GOT_TLSLD16_HI 85
-R_PPC_GOT_TLSLD16_LO   elf.h   d       1849    #define R_PPC_GOT_TLSLD16_LO 84
-R_PPC_GOT_TPREL16      elf.h   d       1852    #define R_PPC_GOT_TPREL16 87
-R_PPC_GOT_TPREL16_HA   elf.h   d       1855    #define R_PPC_GOT_TPREL16_HA 90
-R_PPC_GOT_TPREL16_HI   elf.h   d       1854    #define R_PPC_GOT_TPREL16_HI 89
-R_PPC_GOT_TPREL16_LO   elf.h   d       1853    #define R_PPC_GOT_TPREL16_LO 88
-R_PPC_IRELATIVE        elf.h   d       1889    #define R_PPC_IRELATIVE 248
-R_PPC_JMP_SLOT elf.h   d       1814    #define R_PPC_JMP_SLOT 21
-R_PPC_LOCAL24PC        elf.h   d       1816    #define R_PPC_LOCAL24PC 23
-R_PPC_NONE     elf.h   d       1793    #define R_PPC_NONE 0
-R_PPC_PLT16_HA elf.h   d       1824    #define R_PPC_PLT16_HA 31
-R_PPC_PLT16_HI elf.h   d       1823    #define R_PPC_PLT16_HI 30
-R_PPC_PLT16_LO elf.h   d       1822    #define R_PPC_PLT16_LO 29
-R_PPC_PLT32    elf.h   d       1820    #define R_PPC_PLT32 27
-R_PPC_PLTREL24 elf.h   d       1811    #define R_PPC_PLTREL24 18
-R_PPC_PLTREL32 elf.h   d       1821    #define R_PPC_PLTREL32 28
-R_PPC_REL14    elf.h   d       1804    #define R_PPC_REL14 11
-R_PPC_REL14_BRNTAKEN   elf.h   d       1806    #define R_PPC_REL14_BRNTAKEN 13
-R_PPC_REL14_BRTAKEN    elf.h   d       1805    #define R_PPC_REL14_BRTAKEN 12
-R_PPC_REL16    elf.h   d       1892    #define R_PPC_REL16 249
-R_PPC_REL16_HA elf.h   d       1895    #define R_PPC_REL16_HA 252
-R_PPC_REL16_HI elf.h   d       1894    #define R_PPC_REL16_HI 251
-R_PPC_REL16_LO elf.h   d       1893    #define R_PPC_REL16_LO 250
-R_PPC_REL24    elf.h   d       1803    #define R_PPC_REL24 10
-R_PPC_REL32    elf.h   d       1819    #define R_PPC_REL32 26
-R_PPC_RELATIVE elf.h   d       1815    #define R_PPC_RELATIVE 22
-R_PPC_SDAREL16 elf.h   d       1825    #define R_PPC_SDAREL16 32
-R_PPC_SECTOFF  elf.h   d       1826    #define R_PPC_SECTOFF 33
-R_PPC_SECTOFF_HA       elf.h   d       1829    #define R_PPC_SECTOFF_HA 36
-R_PPC_SECTOFF_HI       elf.h   d       1828    #define R_PPC_SECTOFF_HI 35
-R_PPC_SECTOFF_LO       elf.h   d       1827    #define R_PPC_SECTOFF_LO 34
-R_PPC_TLS      elf.h   d       1832    #define R_PPC_TLS 67
-R_PPC_TOC16    elf.h   d       1899    #define R_PPC_TOC16 255
-R_PPC_TPREL16  elf.h   d       1834    #define R_PPC_TPREL16 69
-R_PPC_TPREL16_HA       elf.h   d       1837    #define R_PPC_TPREL16_HA 72
-R_PPC_TPREL16_HI       elf.h   d       1836    #define R_PPC_TPREL16_HI 71
-R_PPC_TPREL16_LO       elf.h   d       1835    #define R_PPC_TPREL16_LO 70
-R_PPC_TPREL32  elf.h   d       1838    #define R_PPC_TPREL32 73
-R_PPC_UADDR16  elf.h   d       1818    #define R_PPC_UADDR16 25
-R_PPC_UADDR32  elf.h   d       1817    #define R_PPC_UADDR32 24
-R_SH_ALIGN     elf.h   d       2478    #define R_SH_ALIGN 29
-R_SH_CODE      elf.h   d       2479    #define R_SH_CODE 30
-R_SH_COPY      elf.h   d       2495    #define R_SH_COPY 162
-R_SH_COUNT     elf.h   d       2477    #define R_SH_COUNT 28
-R_SH_DATA      elf.h   d       2480    #define R_SH_DATA 31
-R_SH_DIR32     elf.h   d       2465    #define R_SH_DIR32 1
-R_SH_DIR8BP    elf.h   d       2471    #define R_SH_DIR8BP 7
-R_SH_DIR8L     elf.h   d       2473    #define R_SH_DIR8L 9
-R_SH_DIR8W     elf.h   d       2472    #define R_SH_DIR8W 8
-R_SH_DIR8WPL   elf.h   d       2469    #define R_SH_DIR8WPL 5
-R_SH_DIR8WPN   elf.h   d       2467    #define R_SH_DIR8WPN 3
-R_SH_DIR8WPZ   elf.h   d       2470    #define R_SH_DIR8WPZ 6
-R_SH_FUNCDESC  elf.h   d       2507    #define R_SH_FUNCDESC 207
-R_SH_FUNCDESC_VALUE    elf.h   d       2508    #define R_SH_FUNCDESC_VALUE 208
-R_SH_GLOB_DAT  elf.h   d       2496    #define R_SH_GLOB_DAT 163
-R_SH_GNU_VTENTRY       elf.h   d       2484    #define R_SH_GNU_VTENTRY 35
-R_SH_GNU_VTINHERIT     elf.h   d       2483    #define R_SH_GNU_VTINHERIT 34
-R_SH_GOT20     elf.h   d       2501    #define R_SH_GOT20 201
-R_SH_GOT32     elf.h   d       2493    #define R_SH_GOT32 160
-R_SH_GOTFUNCDESC       elf.h   d       2503    #define R_SH_GOTFUNCDESC 203
-R_SH_GOTFUNCDEST20     elf.h   d       2504    #define R_SH_GOTFUNCDEST20 204
-R_SH_GOTOFF    elf.h   d       2499    #define R_SH_GOTOFF 166
-R_SH_GOTOFF20  elf.h   d       2502    #define R_SH_GOTOFF20 202
-R_SH_GOTOFFFUNCDESC    elf.h   d       2505    #define R_SH_GOTOFFFUNCDESC 205
-R_SH_GOTOFFFUNCDEST20  elf.h   d       2506    #define R_SH_GOTOFFFUNCDEST20 206
-R_SH_GOTPC     elf.h   d       2500    #define R_SH_GOTPC 167
-R_SH_IND12W    elf.h   d       2468    #define R_SH_IND12W 4
-R_SH_JMP_SLOT  elf.h   d       2497    #define R_SH_JMP_SLOT 164
-R_SH_LABEL     elf.h   d       2481    #define R_SH_LABEL 32
-R_SH_NONE      elf.h   d       2464    #define R_SH_NONE 0
-R_SH_NUM       elf.h   d       2510    #define R_SH_NUM 256
-R_SH_PLT32     elf.h   d       2494    #define R_SH_PLT32 161
-R_SH_REL32     elf.h   d       2466    #define R_SH_REL32 2
-R_SH_RELATIVE  elf.h   d       2498    #define R_SH_RELATIVE 165
-R_SH_SWITCH16  elf.h   d       2474    #define R_SH_SWITCH16 25
-R_SH_SWITCH32  elf.h   d       2475    #define R_SH_SWITCH32 26
-R_SH_SWITCH8   elf.h   d       2482    #define R_SH_SWITCH8 33
-R_SH_TLS_DTPMOD32      elf.h   d       2490    #define R_SH_TLS_DTPMOD32 149
-R_SH_TLS_DTPOFF32      elf.h   d       2491    #define R_SH_TLS_DTPOFF32 150
-R_SH_TLS_GD_32 elf.h   d       2485    #define R_SH_TLS_GD_32 144
-R_SH_TLS_IE_32 elf.h   d       2488    #define R_SH_TLS_IE_32 147
-R_SH_TLS_LDO_32        elf.h   d       2487    #define R_SH_TLS_LDO_32 146
-R_SH_TLS_LD_32 elf.h   d       2486    #define R_SH_TLS_LD_32 145
-R_SH_TLS_LE_32 elf.h   d       2489    #define R_SH_TLS_LE_32 148
-R_SH_TLS_TPOFF32       elf.h   d       2492    #define R_SH_TLS_TPOFF32 151
-R_SH_USES      elf.h   d       2476    #define R_SH_USES 27
-R_SPARC_10     elf.h   d       1079    #define R_SPARC_10 30
-R_SPARC_11     elf.h   d       1080    #define R_SPARC_11 31
-R_SPARC_13     elf.h   d       1057    #define R_SPARC_13 11
-R_SPARC_16     elf.h   d       1048    #define R_SPARC_16 2
-R_SPARC_22     elf.h   d       1056    #define R_SPARC_22 10
-R_SPARC_32     elf.h   d       1049    #define R_SPARC_32 3
-R_SPARC_5      elf.h   d       1093    #define R_SPARC_5 44
-R_SPARC_6      elf.h   d       1094    #define R_SPARC_6 45
-R_SPARC_64     elf.h   d       1081    #define R_SPARC_64 32
-R_SPARC_7      elf.h   d       1092    #define R_SPARC_7 43
-R_SPARC_8      elf.h   d       1047    #define R_SPARC_8 1
-R_SPARC_COPY   elf.h   d       1065    #define R_SPARC_COPY 19
-R_SPARC_DISP16 elf.h   d       1051    #define R_SPARC_DISP16 5
-R_SPARC_DISP32 elf.h   d       1052    #define R_SPARC_DISP32 6
-R_SPARC_DISP64 elf.h   d       1095    #define R_SPARC_DISP64 46
-R_SPARC_DISP8  elf.h   d       1050    #define R_SPARC_DISP8 4
-R_SPARC_GLOB_DAT       elf.h   d       1066    #define R_SPARC_GLOB_DAT 20
-R_SPARC_GLOB_JMP       elf.h   d       1091    #define R_SPARC_GLOB_JMP 42
-R_SPARC_GNU_VTENTRY    elf.h   d       1138    #define R_SPARC_GNU_VTENTRY 251
-R_SPARC_GNU_VTINHERIT  elf.h   d       1137    #define R_SPARC_GNU_VTINHERIT 250
-R_SPARC_GOT10  elf.h   d       1059    #define R_SPARC_GOT10 13
-R_SPARC_GOT13  elf.h   d       1060    #define R_SPARC_GOT13 14
-R_SPARC_GOT22  elf.h   d       1061    #define R_SPARC_GOT22 15
-R_SPARC_GOTDATA_HIX22  elf.h   d       1129    #define R_SPARC_GOTDATA_HIX22 80
-R_SPARC_GOTDATA_LOX10  elf.h   d       1130    #define R_SPARC_GOTDATA_LOX10 81
-R_SPARC_GOTDATA_OP     elf.h   d       1133    #define R_SPARC_GOTDATA_OP 84
-R_SPARC_GOTDATA_OP_HIX22       elf.h   d       1131    #define R_SPARC_GOTDATA_OP_HIX22 82
-R_SPARC_GOTDATA_OP_LOX10       elf.h   d       1132    #define R_SPARC_GOTDATA_OP_LOX10 83
-R_SPARC_H34    elf.h   d       1134    #define R_SPARC_H34 85
-R_SPARC_H44    elf.h   d       1099    #define R_SPARC_H44 50
-R_SPARC_HH22   elf.h   d       1083    #define R_SPARC_HH22 34
-R_SPARC_HI22   elf.h   d       1055    #define R_SPARC_HI22 9
-R_SPARC_HIPLT22        elf.h   d       1074    #define R_SPARC_HIPLT22 25
-R_SPARC_HIX22  elf.h   d       1097    #define R_SPARC_HIX22 48
-R_SPARC_HM10   elf.h   d       1084    #define R_SPARC_HM10 35
-R_SPARC_JMP_SLOT       elf.h   d       1067    #define R_SPARC_JMP_SLOT 21
-R_SPARC_L44    elf.h   d       1101    #define R_SPARC_L44 52
-R_SPARC_LM22   elf.h   d       1085    #define R_SPARC_LM22 36
-R_SPARC_LO10   elf.h   d       1058    #define R_SPARC_LO10 12
-R_SPARC_LOPLT10        elf.h   d       1075    #define R_SPARC_LOPLT10 26
-R_SPARC_LOX10  elf.h   d       1098    #define R_SPARC_LOX10 49
-R_SPARC_M44    elf.h   d       1100    #define R_SPARC_M44 51
-R_SPARC_NONE   elf.h   d       1046    #define R_SPARC_NONE 0
-R_SPARC_NUM    elf.h   d       1141    #define R_SPARC_NUM 253
-R_SPARC_OLO10  elf.h   d       1082    #define R_SPARC_OLO10 33
-R_SPARC_PC10   elf.h   d       1062    #define R_SPARC_PC10 16
-R_SPARC_PC22   elf.h   d       1063    #define R_SPARC_PC22 17
-R_SPARC_PCPLT10        elf.h   d       1078    #define R_SPARC_PCPLT10 29
-R_SPARC_PCPLT22        elf.h   d       1077    #define R_SPARC_PCPLT22 28
-R_SPARC_PCPLT32        elf.h   d       1076    #define R_SPARC_PCPLT32 27
-R_SPARC_PC_HH22        elf.h   d       1086    #define R_SPARC_PC_HH22 37
-R_SPARC_PC_HM10        elf.h   d       1087    #define R_SPARC_PC_HM10 38
-R_SPARC_PC_LM22        elf.h   d       1088    #define R_SPARC_PC_LM22 39
-R_SPARC_PLT32  elf.h   d       1073    #define R_SPARC_PLT32 24
-R_SPARC_PLT64  elf.h   d       1096    #define R_SPARC_PLT64 47
-R_SPARC_REGISTER       elf.h   d       1102    #define R_SPARC_REGISTER 53
-R_SPARC_RELATIVE       elf.h   d       1068    #define R_SPARC_RELATIVE 22
-R_SPARC_REV32  elf.h   d       1139    #define R_SPARC_REV32 252
-R_SPARC_SIZE32 elf.h   d       1135    #define R_SPARC_SIZE32 86
-R_SPARC_SIZE64 elf.h   d       1136    #define R_SPARC_SIZE64 87
-R_SPARC_TLS_DTPMOD32   elf.h   d       1123    #define R_SPARC_TLS_DTPMOD32 74
-R_SPARC_TLS_DTPMOD64   elf.h   d       1124    #define R_SPARC_TLS_DTPMOD64 75
-R_SPARC_TLS_DTPOFF32   elf.h   d       1125    #define R_SPARC_TLS_DTPOFF32 76
-R_SPARC_TLS_DTPOFF64   elf.h   d       1126    #define R_SPARC_TLS_DTPOFF64 77
-R_SPARC_TLS_GD_ADD     elf.h   d       1107    #define R_SPARC_TLS_GD_ADD 58
-R_SPARC_TLS_GD_CALL    elf.h   d       1108    #define R_SPARC_TLS_GD_CALL 59
-R_SPARC_TLS_GD_HI22    elf.h   d       1105    #define R_SPARC_TLS_GD_HI22 56
-R_SPARC_TLS_GD_LO10    elf.h   d       1106    #define R_SPARC_TLS_GD_LO10 57
-R_SPARC_TLS_IE_ADD     elf.h   d       1120    #define R_SPARC_TLS_IE_ADD 71
-R_SPARC_TLS_IE_HI22    elf.h   d       1116    #define R_SPARC_TLS_IE_HI22 67
-R_SPARC_TLS_IE_LD      elf.h   d       1118    #define R_SPARC_TLS_IE_LD 69
-R_SPARC_TLS_IE_LDX     elf.h   d       1119    #define R_SPARC_TLS_IE_LDX 70
-R_SPARC_TLS_IE_LO10    elf.h   d       1117    #define R_SPARC_TLS_IE_LO10 68
-R_SPARC_TLS_LDM_ADD    elf.h   d       1111    #define R_SPARC_TLS_LDM_ADD 62
-R_SPARC_TLS_LDM_CALL   elf.h   d       1112    #define R_SPARC_TLS_LDM_CALL 63
-R_SPARC_TLS_LDM_HI22   elf.h   d       1109    #define R_SPARC_TLS_LDM_HI22 60
-R_SPARC_TLS_LDM_LO10   elf.h   d       1110    #define R_SPARC_TLS_LDM_LO10 61
-R_SPARC_TLS_LDO_ADD    elf.h   d       1115    #define R_SPARC_TLS_LDO_ADD 66
-R_SPARC_TLS_LDO_HIX22  elf.h   d       1113    #define R_SPARC_TLS_LDO_HIX22 64
-R_SPARC_TLS_LDO_LOX10  elf.h   d       1114    #define R_SPARC_TLS_LDO_LOX10 65
-R_SPARC_TLS_LE_HIX22   elf.h   d       1121    #define R_SPARC_TLS_LE_HIX22 72
-R_SPARC_TLS_LE_LOX10   elf.h   d       1122    #define R_SPARC_TLS_LE_LOX10 73
-R_SPARC_TLS_TPOFF32    elf.h   d       1127    #define R_SPARC_TLS_TPOFF32 78
-R_SPARC_TLS_TPOFF64    elf.h   d       1128    #define R_SPARC_TLS_TPOFF64 79
-R_SPARC_UA16   elf.h   d       1104    #define R_SPARC_UA16 55
-R_SPARC_UA32   elf.h   d       1069    #define R_SPARC_UA32 23
-R_SPARC_UA64   elf.h   d       1103    #define R_SPARC_UA64 54
-R_SPARC_WDISP16        elf.h   d       1089    #define R_SPARC_WDISP16 40
-R_SPARC_WDISP19        elf.h   d       1090    #define R_SPARC_WDISP19 41
-R_SPARC_WDISP22        elf.h   d       1054    #define R_SPARC_WDISP22 8
-R_SPARC_WDISP30        elf.h   d       1053    #define R_SPARC_WDISP30 7
-R_SPARC_WPLT30 elf.h   d       1064    #define R_SPARC_WPLT30 18
-R_X86_64_16    elf.h   d       2636    #define R_X86_64_16 12
-R_X86_64_32    elf.h   d       2634    #define R_X86_64_32 10
-R_X86_64_32S   elf.h   d       2635    #define R_X86_64_32S 11
-R_X86_64_64    elf.h   d       2624    #define R_X86_64_64 1
-R_X86_64_8     elf.h   d       2638    #define R_X86_64_8 14
-R_X86_64_COPY  elf.h   d       2628    #define R_X86_64_COPY 5
-R_X86_64_DTPMOD64      elf.h   d       2640    #define R_X86_64_DTPMOD64 16
-R_X86_64_DTPOFF32      elf.h   d       2647    #define R_X86_64_DTPOFF32 21
-R_X86_64_DTPOFF64      elf.h   d       2641    #define R_X86_64_DTPOFF64 17
-R_X86_64_GLOB_DAT      elf.h   d       2629    #define R_X86_64_GLOB_DAT 6
-R_X86_64_GOT32 elf.h   d       2626    #define R_X86_64_GOT32 3
-R_X86_64_GOT64 elf.h   d       2654    #define R_X86_64_GOT64 27
-R_X86_64_GOTOFF64      elf.h   d       2652    #define R_X86_64_GOTOFF64 25
-R_X86_64_GOTPC32       elf.h   d       2653    #define R_X86_64_GOTPC32 26
-R_X86_64_GOTPC32_TLSDESC       elf.h   d       2662    #define R_X86_64_GOTPC32_TLSDESC 34
-R_X86_64_GOTPC64       elf.h   d       2656    #define R_X86_64_GOTPC64 29
-R_X86_64_GOTPCREL      elf.h   d       2632    #define R_X86_64_GOTPCREL 9
-R_X86_64_GOTPCREL64    elf.h   d       2655    #define R_X86_64_GOTPCREL64 28
-R_X86_64_GOTPLT64      elf.h   d       2657    #define R_X86_64_GOTPLT64 30
-R_X86_64_GOTTPOFF      elf.h   d       2648    #define R_X86_64_GOTTPOFF 22
-R_X86_64_IRELATIVE     elf.h   d       2666    #define R_X86_64_IRELATIVE 37
-R_X86_64_JUMP_SLOT     elf.h   d       2630    #define R_X86_64_JUMP_SLOT 7
-R_X86_64_NONE  elf.h   d       2623    #define R_X86_64_NONE 0
-R_X86_64_NUM   elf.h   d       2668    #define R_X86_64_NUM 39
-R_X86_64_PC16  elf.h   d       2637    #define R_X86_64_PC16 13
-R_X86_64_PC32  elf.h   d       2625    #define R_X86_64_PC32 2
-R_X86_64_PC64  elf.h   d       2651    #define R_X86_64_PC64 24
-R_X86_64_PC8   elf.h   d       2639    #define R_X86_64_PC8 15
-R_X86_64_PLT32 elf.h   d       2627    #define R_X86_64_PLT32 4
-R_X86_64_PLTOFF64      elf.h   d       2658    #define R_X86_64_PLTOFF64 31
-R_X86_64_RELATIVE      elf.h   d       2631    #define R_X86_64_RELATIVE 8
-R_X86_64_RELATIVE64    elf.h   d       2667    #define R_X86_64_RELATIVE64 38
-R_X86_64_SIZE32        elf.h   d       2659    #define R_X86_64_SIZE32 32
-R_X86_64_SIZE64        elf.h   d       2660    #define R_X86_64_SIZE64 33
-R_X86_64_TLSDESC       elf.h   d       2665    #define R_X86_64_TLSDESC 36
-R_X86_64_TLSDESC_CALL  elf.h   d       2663    #define R_X86_64_TLSDESC_CALL 35
-R_X86_64_TLSGD elf.h   d       2643    #define R_X86_64_TLSGD 19
-R_X86_64_TLSLD elf.h   d       2645    #define R_X86_64_TLSLD 20
-R_X86_64_TPOFF32       elf.h   d       2650    #define R_X86_64_TPOFF32 23
-R_X86_64_TPOFF64       elf.h   d       2642    #define R_X86_64_TPOFF64 18
-SARMAG ar.h    d       9       #define SARMAG 8
-SAVE_POINTERS  scsi/scsi.h     d       112     #define SAVE_POINTERS 0x02
-SA_NOMASK      signal.h        d       251     #define SA_NOMASK SA_NODEFER
-SA_ONESHOT     signal.h        d       252     #define SA_ONESHOT SA_RESETHAND
-SB     arpa/telnet.h   d       9       #define SB 250
-SCHAR_MAX      limits.h        d       24      #define SCHAR_MAX 127
-SCHAR_MIN      limits.h        d       23      #define SCHAR_MIN (-128)
-SCHED_BATCH    sched.h d       39      #define SCHED_BATCH 3
-SCHED_DEADLINE sched.h d       41      #define SCHED_DEADLINE 6
-SCHED_FIFO     sched.h d       37      #define SCHED_FIFO 1
-SCHED_IDLE     sched.h d       40      #define SCHED_IDLE 5
-SCHED_OTHER    sched.h d       36      #define SCHED_OTHER 0
-SCHED_RESET_ON_FORK    sched.h d       42      #define SCHED_RESET_ON_FORK 0x40000000
-SCHED_RR       sched.h d       38      #define SCHED_RR 2
-SCM_CREDENTIALS        sys/socket.h    d       279     #define SCM_CREDENTIALS 0x02
-SCM_RIGHTS     sys/socket.h    d       278     #define SCM_RIGHTS 0x01
-SCM_TIMESTAMP  sys/socket.h    d       201     #define SCM_TIMESTAMP SO_TIMESTAMP
-SCM_TIMESTAMPING       sys/socket.h    d       209     #define SCM_TIMESTAMPING SO_TIMESTAMPING
-SCM_TIMESTAMPNS        sys/socket.h    d       206     #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
-SCM_WIFI_STATUS        sys/socket.h    d       212     #define SCM_WIFI_STATUS SO_WIFI_STATUS
-SCNd16 inttypes.h      d       138     #define SCNd16 "hd"
-SCNd32 inttypes.h      d       139     #define SCNd32 "d"
-SCNd64 inttypes.h      d       140     #define SCNd64 __PRI64 "d"
-SCNd8  inttypes.h      d       137     #define SCNd8 "hhd"
-SCNdFAST16     inttypes.h      d       148     #define SCNdFAST16 "d"
-SCNdFAST32     inttypes.h      d       149     #define SCNdFAST32 "d"
-SCNdFAST64     inttypes.h      d       150     #define SCNdFAST64 __PRI64 "d"
-SCNdFAST8      inttypes.h      d       147     #define SCNdFAST8 "hhd"
-SCNdLEAST16    inttypes.h      d       143     #define SCNdLEAST16 "hd"
-SCNdLEAST32    inttypes.h      d       144     #define SCNdLEAST32 "d"
-SCNdLEAST64    inttypes.h      d       145     #define SCNdLEAST64 __PRI64 "d"
-SCNdLEAST8     inttypes.h      d       142     #define SCNdLEAST8 "hhd"
-SCNdMAX        inttypes.h      d       212     #define SCNdMAX __PRI64 "d"
-SCNdPTR        inttypes.h      d       218     #define SCNdPTR __PRIPTR "d"
-SCNi16 inttypes.h      d       153     #define SCNi16 "hi"
-SCNi32 inttypes.h      d       154     #define SCNi32 "i"
-SCNi64 inttypes.h      d       155     #define SCNi64 __PRI64 "i"
-SCNi8  inttypes.h      d       152     #define SCNi8 "hhi"
-SCNiFAST16     inttypes.h      d       163     #define SCNiFAST16 "i"
-SCNiFAST32     inttypes.h      d       164     #define SCNiFAST32 "i"
-SCNiFAST64     inttypes.h      d       165     #define SCNiFAST64 __PRI64 "i"
-SCNiFAST8      inttypes.h      d       162     #define SCNiFAST8 "hhi"
-SCNiLEAST16    inttypes.h      d       158     #define SCNiLEAST16 "hi"
-SCNiLEAST32    inttypes.h      d       159     #define SCNiLEAST32 "i"
-SCNiLEAST64    inttypes.h      d       160     #define SCNiLEAST64 __PRI64 "i"
-SCNiLEAST8     inttypes.h      d       157     #define SCNiLEAST8 "hhi"
-SCNiMAX        inttypes.h      d       213     #define SCNiMAX __PRI64 "i"
-SCNiPTR        inttypes.h      d       219     #define SCNiPTR __PRIPTR "i"
-SCNo16 inttypes.h      d       183     #define SCNo16 "ho"
-SCNo32 inttypes.h      d       184     #define SCNo32 "o"
-SCNo64 inttypes.h      d       185     #define SCNo64 __PRI64 "o"
-SCNo8  inttypes.h      d       182     #define SCNo8 "hho"
-SCNoFAST16     inttypes.h      d       193     #define SCNoFAST16 "o"
-SCNoFAST32     inttypes.h      d       194     #define SCNoFAST32 "o"
-SCNoFAST64     inttypes.h      d       195     #define SCNoFAST64 __PRI64 "o"
-SCNoFAST8      inttypes.h      d       192     #define SCNoFAST8 "hho"
-SCNoLEAST16    inttypes.h      d       188     #define SCNoLEAST16 "ho"
-SCNoLEAST32    inttypes.h      d       189     #define SCNoLEAST32 "o"
-SCNoLEAST64    inttypes.h      d       190     #define SCNoLEAST64 __PRI64 "o"
-SCNoLEAST8     inttypes.h      d       187     #define SCNoLEAST8 "hho"
-SCNoMAX        inttypes.h      d       214     #define SCNoMAX __PRI64 "o"
-SCNoPTR        inttypes.h      d       220     #define SCNoPTR __PRIPTR "o"
-SCNu16 inttypes.h      d       168     #define SCNu16 "hu"
-SCNu32 inttypes.h      d       169     #define SCNu32 "u"
-SCNu64 inttypes.h      d       170     #define SCNu64 __PRI64 "u"
-SCNu8  inttypes.h      d       167     #define SCNu8 "hhu"
-SCNuFAST16     inttypes.h      d       178     #define SCNuFAST16 "u"
-SCNuFAST32     inttypes.h      d       179     #define SCNuFAST32 "u"
-SCNuFAST64     inttypes.h      d       180     #define SCNuFAST64 __PRI64 "u"
-SCNuFAST8      inttypes.h      d       177     #define SCNuFAST8 "hhu"
-SCNuLEAST16    inttypes.h      d       173     #define SCNuLEAST16 "hu"
-SCNuLEAST32    inttypes.h      d       174     #define SCNuLEAST32 "u"
-SCNuLEAST64    inttypes.h      d       175     #define SCNuLEAST64 __PRI64 "u"
-SCNuLEAST8     inttypes.h      d       172     #define SCNuLEAST8 "hhu"
-SCNuMAX        inttypes.h      d       215     #define SCNuMAX __PRI64 "u"
-SCNuPTR        inttypes.h      d       221     #define SCNuPTR __PRIPTR "u"
-SCNx16 inttypes.h      d       198     #define SCNx16 "hx"
-SCNx32 inttypes.h      d       199     #define SCNx32 "x"
-SCNx64 inttypes.h      d       200     #define SCNx64 __PRI64 "x"
-SCNx8  inttypes.h      d       197     #define SCNx8 "hhx"
-SCNxFAST16     inttypes.h      d       208     #define SCNxFAST16 "x"
-SCNxFAST32     inttypes.h      d       209     #define SCNxFAST32 "x"
-SCNxFAST64     inttypes.h      d       210     #define SCNxFAST64 __PRI64 "x"
-SCNxFAST8      inttypes.h      d       207     #define SCNxFAST8 "hhx"
-SCNxLEAST16    inttypes.h      d       203     #define SCNxLEAST16 "hx"
-SCNxLEAST32    inttypes.h      d       204     #define SCNxLEAST32 "x"
-SCNxLEAST64    inttypes.h      d       205     #define SCNxLEAST64 __PRI64 "x"
-SCNxLEAST8     inttypes.h      d       202     #define SCNxLEAST8 "hhx"
-SCNxMAX        inttypes.h      d       216     #define SCNxMAX __PRI64 "x"
-SCNxPTR        inttypes.h      d       222     #define SCNxPTR __PRIPTR "x"
-SCSI_IOCTL_BENCHMARK_COMMAND   scsi/scsi_ioctl.h       d       5       #define SCSI_IOCTL_BENCHMARK_COMMAND 3
-SCSI_IOCTL_DOORLOCK    scsi/scsi_ioctl.h       d       9       #define SCSI_IOCTL_DOORLOCK 0x5380
-SCSI_IOCTL_DOORUNLOCK  scsi/scsi_ioctl.h       d       10      #define SCSI_IOCTL_DOORUNLOCK 0x5381
-SCSI_IOCTL_GET_BUS_NUMBER      scsi/scsi.h     d       132     #define SCSI_IOCTL_GET_BUS_NUMBER 0x5386
-SCSI_IOCTL_GET_IDLUN   scsi/scsi.h     d       128     #define SCSI_IOCTL_GET_IDLUN 0x5382
-SCSI_IOCTL_PROBE_HOST  scsi/scsi.h     d       131     #define SCSI_IOCTL_PROBE_HOST 0x5385
-SCSI_IOCTL_SEND_COMMAND        scsi/scsi_ioctl.h       d       3       #define SCSI_IOCTL_SEND_COMMAND 1
-SCSI_IOCTL_START_UNIT  scsi/scsi_ioctl.h       d       7       #define SCSI_IOCTL_START_UNIT 5
-SCSI_IOCTL_STOP_UNIT   scsi/scsi_ioctl.h       d       8       #define SCSI_IOCTL_STOP_UNIT 6
-SCSI_IOCTL_SYNC        scsi/scsi_ioctl.h       d       6       #define SCSI_IOCTL_SYNC 4
-SCSI_IOCTL_TAGGED_DISABLE      scsi/scsi.h     d       130     #define SCSI_IOCTL_TAGGED_DISABLE 0x5384
-SCSI_IOCTL_TAGGED_ENABLE       scsi/scsi.h     d       129     #define SCSI_IOCTL_TAGGED_ENABLE 0x5383
-SCSI_IOCTL_TEST_UNIT_READY     scsi/scsi_ioctl.h       d       4       #define SCSI_IOCTL_TEST_UNIT_READY 2
-SE     arpa/telnet.h   d       19      #define SE 240
-SEARCH_EQUAL   scsi/scsi.h     d       36      #define SEARCH_EQUAL 0x31
-SEARCH_EQUAL_12        scsi/scsi.h     d       68      #define SEARCH_EQUAL_12 0xb1
-SEARCH_HIGH    scsi/scsi.h     d       35      #define SEARCH_HIGH 0x30
-SEARCH_HIGH_12 scsi/scsi.h     d       67      #define SEARCH_HIGH_12 0xb0
-SEARCH_LOW     scsi/scsi.h     d       37      #define SEARCH_LOW 0x32
-SEARCH_LOW_12  scsi/scsi.h     d       69      #define SEARCH_LOW_12 0xb2
-SEEK_10        scsi/scsi.h     d       32      #define SEEK_10 0x2b
-SEEK_6 scsi/scsi.h     d       12      #define SEEK_6 0x0b
-SEEK_CUR       fcntl.h d       77      #define SEEK_CUR 1
-SEEK_CUR       stdio.h d       37      #define SEEK_CUR 1
-SEEK_CUR       unistd.h        d       15      #define SEEK_CUR 1
-SEEK_END       fcntl.h d       78      #define SEEK_END 2
-SEEK_END       stdio.h d       38      #define SEEK_END 2
-SEEK_END       unistd.h        d       16      #define SEEK_END 2
-SEEK_SET       fcntl.h d       76      #define SEEK_SET 0
-SEEK_SET       stdio.h d       36      #define SEEK_SET 0
-SEEK_SET       unistd.h        d       14      #define SEEK_SET 0
-SEGSIZE        arpa/tftp.h     d       3       #define SEGSIZE 512
-SEGV_ACCERR    signal.h        d       75      #define SEGV_ACCERR 2
-SEGV_BNDERR    signal.h        d       76      #define SEGV_BNDERR 3
-SEGV_MAPERR    signal.h        d       74      #define SEGV_MAPERR 1
-SELFMAG        elf.h   d       85      #define SELFMAG 4
-SEM_FAILED     semaphore.h     d       15      #define SEM_FAILED ((sem_t *)0)
-SEM_INFO       sys/sem.h       d       35      #define SEM_INFO 19
-SEM_NSEMS_MAX  limits.h        d       67      #define SEM_NSEMS_MAX 256
-SEM_STAT       sys/sem.h       d       34      #define SEM_STAT 18
-SEM_UNDO       sys/sem.h       d       19      #define SEM_UNDO 0x1000
-SEM_VALUE_MAX  limits.h        d       66      #define SEM_VALUE_MAX 0x7fffffff
-SEND_DIAGNOSTIC        scsi/scsi.h     d       26      #define SEND_DIAGNOSTIC 0x1d
-SEND_VOLUME_TAG        scsi/scsi.h     d       71      #define SEND_VOLUME_TAG 0xb6
-SERVFAIL       arpa/nameser.h  d       383     #define SERVFAIL ns_r_servfail
-SETALL sys/sem.h       d       26      #define SETALL 17
-SETVAL sys/sem.h       d       25      #define SETVAL 16
-SET_LIMITS     scsi/scsi.h     d       38      #define SET_LIMITS 0x33
-SET_WINDOW     scsi/scsi.h     d       28      #define SET_WINDOW 0x24
-SFD_CLOEXEC    sys/signalfd.h  d       15      #define SFD_CLOEXEC O_CLOEXEC
-SFD_NONBLOCK   sys/signalfd.h  d       16      #define SFD_NONBLOCK O_NONBLOCK
-SG_BIG_BUFF    scsi/sg.h       d       47      #define SG_BIG_BUFF SG_DEF_RESERVED_SIZE
-SG_DEFAULT_RETRIES     scsi/sg.h       d       41      #define SG_DEFAULT_RETRIES 1
-SG_DEFAULT_TIMEOUT     scsi/sg.h       d       55      #define SG_DEFAULT_TIMEOUT (60*100) /* 60*HZ */
-SG_DEF_COMMAND_Q       scsi/sg.h       d       56      #define SG_DEF_COMMAND_Q 0
-SG_DEF_FORCE_LOW_DMA   scsi/sg.h       d       42      #define SG_DEF_FORCE_LOW_DMA 0
-SG_DEF_FORCE_PACK_ID   scsi/sg.h       d       43      #define SG_DEF_FORCE_PACK_ID 0
-SG_DEF_KEEP_ORPHAN     scsi/sg.h       d       44      #define SG_DEF_KEEP_ORPHAN 0
-SG_DEF_RESERVED_SIZE   scsi/sg.h       d       45      #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ
-SG_DEF_UNDERRUN_FLAG   scsi/sg.h       d       57      #define SG_DEF_UNDERRUN_FLAG 0
-SG_DXFER_FROM_DEV      scsi/sg.h       d       6       #define SG_DXFER_FROM_DEV -3
-SG_DXFER_NONE  scsi/sg.h       d       4       #define SG_DXFER_NONE -1
-SG_DXFER_TO_DEV        scsi/sg.h       d       5       #define SG_DXFER_TO_DEV -2
-SG_DXFER_TO_FROM_DEV   scsi/sg.h       d       7       #define SG_DXFER_TO_FROM_DEV -4
-SG_EMULATED_HOST       scsi/sg.h       d       18      #define SG_EMULATED_HOST 0x2203
-SG_FLAG_DIRECT_IO      scsi/sg.h       d       8       #define SG_FLAG_DIRECT_IO 1
-SG_FLAG_LUN_INHIBIT    scsi/sg.h       d       9       #define SG_FLAG_LUN_INHIBIT 2
-SG_FLAG_NO_DXFER       scsi/sg.h       d       10      #define SG_FLAG_NO_DXFER 0x10000
-SG_GET_COMMAND_Q       scsi/sg.h       d       51      #define SG_GET_COMMAND_Q 0x2270
-SG_GET_KEEP_ORPHAN     scsi/sg.h       d       39      #define SG_GET_KEEP_ORPHAN 0x2288
-SG_GET_LOW_DMA scsi/sg.h       d       25      #define SG_GET_LOW_DMA 0x227a
-SG_GET_NUM_WAITING     scsi/sg.h       d       28      #define SG_GET_NUM_WAITING 0x227d
-SG_GET_PACK_ID scsi/sg.h       d       27      #define SG_GET_PACK_ID 0x227c
-SG_GET_REQUEST_TABLE   scsi/sg.h       d       37      #define SG_GET_REQUEST_TABLE 0x2286
-SG_GET_RESERVED_SIZE   scsi/sg.h       d       22      #define SG_GET_RESERVED_SIZE 0x2272
-SG_GET_SCSI_ID scsi/sg.h       d       23      #define SG_GET_SCSI_ID 0x2276
-SG_GET_SG_TABLESIZE    scsi/sg.h       d       29      #define SG_GET_SG_TABLESIZE 0x227F
-SG_GET_TIMEOUT scsi/sg.h       d       50      #define SG_GET_TIMEOUT 0x2202
-SG_GET_TRANSFORM       scsi/sg.h       d       20      #define SG_GET_TRANSFORM 0x2205
-SG_GET_VERSION_NUM     scsi/sg.h       d       30      #define SG_GET_VERSION_NUM 0x2282
-SG_INFO_CHECK  scsi/sg.h       d       13      #define SG_INFO_CHECK 0x1
-SG_INFO_DIRECT_IO      scsi/sg.h       d       16      #define SG_INFO_DIRECT_IO 0x2
-SG_INFO_DIRECT_IO_MASK scsi/sg.h       d       14      #define SG_INFO_DIRECT_IO_MASK 0x6
-SG_INFO_INDIRECT_IO    scsi/sg.h       d       15      #define SG_INFO_INDIRECT_IO 0x0
-SG_INFO_MIXED_IO       scsi/sg.h       d       17      #define SG_INFO_MIXED_IO 0x4
-SG_INFO_OK     scsi/sg.h       d       12      #define SG_INFO_OK 0x0
-SG_INFO_OK_MASK        scsi/sg.h       d       11      #define SG_INFO_OK_MASK 0x1
-SG_IO  scsi/sg.h       d       36      #define SG_IO 0x2285
-SG_MAX_QUEUE   scsi/sg.h       d       46      #define SG_MAX_QUEUE 16
-SG_MAX_SENSE   scsi/sg.h       d       48      #define SG_MAX_SENSE 16
-SG_NEXT_CMD_LEN        scsi/sg.h       d       54      #define SG_NEXT_CMD_LEN 0x2283
-SG_SCATTER_SZ  scsi/sg.h       d       40      #define SG_SCATTER_SZ (8 * 4096)
-SG_SCSI_RESET  scsi/sg.h       d       31      #define SG_SCSI_RESET 0x2284
-SG_SCSI_RESET_BUS      scsi/sg.h       d       34      #define SG_SCSI_RESET_BUS 2
-SG_SCSI_RESET_DEVICE   scsi/sg.h       d       33      #define SG_SCSI_RESET_DEVICE 1
-SG_SCSI_RESET_HOST     scsi/sg.h       d       35      #define SG_SCSI_RESET_HOST 3
-SG_SCSI_RESET_NOTHING  scsi/sg.h       d       32      #define SG_SCSI_RESET_NOTHING 0
-SG_SET_COMMAND_Q       scsi/sg.h       d       52      #define SG_SET_COMMAND_Q 0x2271
-SG_SET_DEBUG   scsi/sg.h       d       53      #define SG_SET_DEBUG 0x227e
-SG_SET_FORCE_LOW_DMA   scsi/sg.h       d       24      #define SG_SET_FORCE_LOW_DMA 0x2279
-SG_SET_FORCE_PACK_ID   scsi/sg.h       d       26      #define SG_SET_FORCE_PACK_ID 0x227b
-SG_SET_KEEP_ORPHAN     scsi/sg.h       d       38      #define SG_SET_KEEP_ORPHAN 0x2287
-SG_SET_RESERVED_SIZE   scsi/sg.h       d       21      #define SG_SET_RESERVED_SIZE 0x2275
-SG_SET_TIMEOUT scsi/sg.h       d       49      #define SG_SET_TIMEOUT 0x2201
-SG_SET_TRANSFORM       scsi/sg.h       d       19      #define SG_SET_TRANSFORM 0x2204
-SHADOW shadow.h        d       13      #define SHADOW "/etc/shadow"
-SHF_ALLOC      elf.h   d       309     #define SHF_ALLOC (1 << 1)
-SHF_ALPHA_GPREL        elf.h   d       1726    #define SHF_ALPHA_GPREL 0x10000000
-SHF_ARM_COMDEF elf.h   d       2075    #define SHF_ARM_COMDEF 0x80000000
-SHF_ARM_ENTRYSECT      elf.h   d       2074    #define SHF_ARM_ENTRYSECT 0x10000000
-SHF_EXCLUDE    elf.h   d       322     #define SHF_EXCLUDE (1U << 31)
-SHF_EXECINSTR  elf.h   d       310     #define SHF_EXECINSTR (1 << 2)
-SHF_GROUP      elf.h   d       317     #define SHF_GROUP (1 << 9)
-SHF_IA_64_NORECOV      elf.h   d       2372    #define SHF_IA_64_NORECOV 0x20000000
-SHF_IA_64_SHORT        elf.h   d       2371    #define SHF_IA_64_SHORT 0x10000000
-SHF_INFO_LINK  elf.h   d       313     #define SHF_INFO_LINK (1 << 6)
-SHF_LINK_ORDER elf.h   d       314     #define SHF_LINK_ORDER (1 << 7)
-SHF_MASKOS     elf.h   d       319     #define SHF_MASKOS 0x0ff00000
-SHF_MASKPROC   elf.h   d       320     #define SHF_MASKPROC 0xf0000000
-SHF_MERGE      elf.h   d       311     #define SHF_MERGE (1 << 4)
-SHF_MIPS_ADDR  elf.h   d       1234    #define SHF_MIPS_ADDR 0x40000000
-SHF_MIPS_GPREL elf.h   d       1232    #define SHF_MIPS_GPREL 0x10000000
-SHF_MIPS_LOCAL elf.h   d       1237    #define SHF_MIPS_LOCAL 0x04000000
-SHF_MIPS_MERGE elf.h   d       1233    #define SHF_MIPS_MERGE 0x20000000
-SHF_MIPS_NAMES elf.h   d       1238    #define SHF_MIPS_NAMES 0x02000000
-SHF_MIPS_NODUPE        elf.h   d       1239    #define SHF_MIPS_NODUPE 0x01000000
-SHF_MIPS_NOSTRIP       elf.h   d       1236    #define SHF_MIPS_NOSTRIP 0x08000000
-SHF_MIPS_STRINGS       elf.h   d       1235    #define SHF_MIPS_STRINGS 0x80000000
-SHF_ORDERED    elf.h   d       321     #define SHF_ORDERED (1 << 30)
-SHF_OS_NONCONFORMING   elf.h   d       315     #define SHF_OS_NONCONFORMING (1 << 8)
-SHF_PARISC_HUGE        elf.h   d       1554    #define SHF_PARISC_HUGE 0x40000000
-SHF_PARISC_SBP elf.h   d       1555    #define SHF_PARISC_SBP 0x80000000
-SHF_PARISC_SHORT       elf.h   d       1553    #define SHF_PARISC_SHORT 0x20000000
-SHF_STRINGS    elf.h   d       312     #define SHF_STRINGS (1 << 5)
-SHF_TLS        elf.h   d       318     #define SHF_TLS (1 << 10)
-SHF_WRITE      elf.h   d       308     #define SHF_WRITE (1 << 0)
-SHM_DEST       sys/shm.h       d       38      #define SHM_DEST 01000
-SHM_EXEC       sys/shm.h       d       32      #define SHM_EXEC 0100000
-SHM_HUGETLB    sys/shm.h       d       40      #define SHM_HUGETLB 04000
-SHM_INFO       sys/shm.h       d       37      #define SHM_INFO 14
-SHM_LOCK       sys/shm.h       d       34      #define SHM_LOCK 11
-SHM_LOCKED     sys/shm.h       d       39      #define SHM_LOCKED 02000
-SHM_NORESERVE  sys/shm.h       d       41      #define SHM_NORESERVE 010000
-SHM_R  sys/shm.h       d       26      #define SHM_R 0400
-SHM_RDONLY     sys/shm.h       d       29      #define SHM_RDONLY 010000
-SHM_REMAP      sys/shm.h       d       31      #define SHM_REMAP 040000
-SHM_RND        sys/shm.h       d       30      #define SHM_RND 020000
-SHM_STAT       sys/shm.h       d       36      #define SHM_STAT 13
-SHM_UNLOCK     sys/shm.h       d       35      #define SHM_UNLOCK 12
-SHM_W  sys/shm.h       d       27      #define SHM_W 0200
-SHN_ABS        elf.h   d       264     #define SHN_ABS 0xfff1
-SHN_AFTER      elf.h   d       259     #define SHN_AFTER 0xff01
-SHN_BEFORE     elf.h   d       257     #define SHN_BEFORE 0xff00
-SHN_COMMON     elf.h   d       265     #define SHN_COMMON 0xfff2
-SHN_HIOS       elf.h   d       263     #define SHN_HIOS 0xff3f
-SHN_HIPROC     elf.h   d       261     #define SHN_HIPROC 0xff1f
-SHN_HIRESERVE  elf.h   d       267     #define SHN_HIRESERVE 0xffff
-SHN_LOOS       elf.h   d       262     #define SHN_LOOS 0xff20
-SHN_LOPROC     elf.h   d       256     #define SHN_LOPROC 0xff00
-SHN_LORESERVE  elf.h   d       255     #define SHN_LORESERVE 0xff00
-SHN_MIPS_ACOMMON       elf.h   d       1182    #define SHN_MIPS_ACOMMON 0xff00
-SHN_MIPS_DATA  elf.h   d       1184    #define SHN_MIPS_DATA 0xff02
-SHN_MIPS_SCOMMON       elf.h   d       1185    #define SHN_MIPS_SCOMMON 0xff03
-SHN_MIPS_SUNDEFINED    elf.h   d       1186    #define SHN_MIPS_SUNDEFINED 0xff04
-SHN_MIPS_TEXT  elf.h   d       1183    #define SHN_MIPS_TEXT 0xff01
-SHN_PARISC_ANSI_COMMON elf.h   d       1541    #define SHN_PARISC_ANSI_COMMON 0xff00
-SHN_PARISC_HUGE_COMMON elf.h   d       1543    #define SHN_PARISC_HUGE_COMMON 0xff01
-SHN_UNDEF      elf.h   d       254     #define SHN_UNDEF 0
-SHN_XINDEX     elf.h   d       266     #define SHN_XINDEX 0xffff
-SHORTBITS      values.h        d       7       #define SHORTBITS (sizeof(short) * 8)
-SHORT_INODE    sys/personality.h       d       13      #define SHORT_INODE 0x1000000
-SHRT_MAX       limits.h        d       27      #define SHRT_MAX 0x7fff
-SHRT_MIN       limits.h        d       26      #define SHRT_MIN (-1-0x7fff)
-SHT_ALPHA_DEBUG        elf.h   d       1721    #define SHT_ALPHA_DEBUG 0x70000001
-SHT_ALPHA_REGINFO      elf.h   d       1722    #define SHT_ALPHA_REGINFO 0x70000002
-SHT_ARM_ATTRIBUTES     elf.h   d       2090    #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3)
-SHT_ARM_EXIDX  elf.h   d       2088    #define SHT_ARM_EXIDX (SHT_LOPROC + 1)
-SHT_ARM_PREEMPTMAP     elf.h   d       2089    #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2)
-SHT_CHECKSUM   elf.h   d       293     #define SHT_CHECKSUM 0x6ffffff8
-SHT_DYNAMIC    elf.h   d       277     #define SHT_DYNAMIC 6
-SHT_DYNSYM     elf.h   d       282     #define SHT_DYNSYM 11
-SHT_FINI_ARRAY elf.h   d       284     #define SHT_FINI_ARRAY 15
-SHT_GNU_ATTRIBUTES     elf.h   d       290     #define SHT_GNU_ATTRIBUTES 0x6ffffff5
-SHT_GNU_HASH   elf.h   d       291     #define SHT_GNU_HASH 0x6ffffff6
-SHT_GNU_LIBLIST        elf.h   d       292     #define SHT_GNU_LIBLIST 0x6ffffff7
-SHT_GNU_verdef elf.h   d       298     #define SHT_GNU_verdef 0x6ffffffd
-SHT_GNU_verneed        elf.h   d       299     #define SHT_GNU_verneed 0x6ffffffe
-SHT_GNU_versym elf.h   d       300     #define SHT_GNU_versym 0x6fffffff
-SHT_GROUP      elf.h   d       286     #define SHT_GROUP 17
-SHT_HASH       elf.h   d       276     #define SHT_HASH 5
-SHT_HIOS       elf.h   d       302     #define SHT_HIOS 0x6fffffff
-SHT_HIPROC     elf.h   d       304     #define SHT_HIPROC 0x7fffffff
-SHT_HISUNW     elf.h   d       301     #define SHT_HISUNW 0x6fffffff
-SHT_HIUSER     elf.h   d       306     #define SHT_HIUSER 0x8fffffff
-SHT_IA_64_EXT  elf.h   d       2367    #define SHT_IA_64_EXT (SHT_LOPROC + 0)
-SHT_IA_64_UNWIND       elf.h   d       2368    #define SHT_IA_64_UNWIND (SHT_LOPROC + 1)
-SHT_INIT_ARRAY elf.h   d       283     #define SHT_INIT_ARRAY 14
-SHT_LOOS       elf.h   d       289     #define SHT_LOOS 0x60000000
-SHT_LOPROC     elf.h   d       303     #define SHT_LOPROC 0x70000000
-SHT_LOSUNW     elf.h   d       294     #define SHT_LOSUNW 0x6ffffffa
-SHT_LOUSER     elf.h   d       305     #define SHT_LOUSER 0x80000000
-SHT_MIPS_AUXSYM        elf.h   d       1209    #define SHT_MIPS_AUXSYM 0x70000016
-SHT_MIPS_CONFLICT      elf.h   d       1192    #define SHT_MIPS_CONFLICT 0x70000002
-SHT_MIPS_CONTENT       elf.h   d       1201    #define SHT_MIPS_CONTENT 0x7000000c
-SHT_MIPS_DEBUG elf.h   d       1195    #define SHT_MIPS_DEBUG 0x70000005
-SHT_MIPS_DELTACLASS    elf.h   d       1216    #define SHT_MIPS_DELTACLASS 0x7000001d
-SHT_MIPS_DELTADECL     elf.h   d       1218    #define SHT_MIPS_DELTADECL 0x7000001f
-SHT_MIPS_DELTAINST     elf.h   d       1215    #define SHT_MIPS_DELTAINST 0x7000001c
-SHT_MIPS_DELTASYM      elf.h   d       1214    #define SHT_MIPS_DELTASYM 0x7000001b
-SHT_MIPS_DENSE elf.h   d       1206    #define SHT_MIPS_DENSE 0x70000013
-SHT_MIPS_DWARF elf.h   d       1217    #define SHT_MIPS_DWARF 0x7000001e
-SHT_MIPS_EH_REGION     elf.h   d       1226    #define SHT_MIPS_EH_REGION 0x70000027
-SHT_MIPS_EVENTS        elf.h   d       1220    #define SHT_MIPS_EVENTS 0x70000021
-SHT_MIPS_EXTSYM        elf.h   d       1205    #define SHT_MIPS_EXTSYM 0x70000012
-SHT_MIPS_FDESC elf.h   d       1204    #define SHT_MIPS_FDESC 0x70000011
-SHT_MIPS_GPTAB elf.h   d       1193    #define SHT_MIPS_GPTAB 0x70000003
-SHT_MIPS_IFACE elf.h   d       1200    #define SHT_MIPS_IFACE 0x7000000b
-SHT_MIPS_LIBLIST       elf.h   d       1190    #define SHT_MIPS_LIBLIST 0x70000000
-SHT_MIPS_LINE  elf.h   d       1212    #define SHT_MIPS_LINE 0x70000019
-SHT_MIPS_LOCSTR        elf.h   d       1211    #define SHT_MIPS_LOCSTR 0x70000018
-SHT_MIPS_LOCSYM        elf.h   d       1208    #define SHT_MIPS_LOCSYM 0x70000015
-SHT_MIPS_MSYM  elf.h   d       1191    #define SHT_MIPS_MSYM 0x70000001
-SHT_MIPS_OPTIONS       elf.h   d       1202    #define SHT_MIPS_OPTIONS 0x7000000d
-SHT_MIPS_OPTSYM        elf.h   d       1210    #define SHT_MIPS_OPTSYM 0x70000017
-SHT_MIPS_PACKAGE       elf.h   d       1197    #define SHT_MIPS_PACKAGE 0x70000007
-SHT_MIPS_PACKSYM       elf.h   d       1198    #define SHT_MIPS_PACKSYM 0x70000008
-SHT_MIPS_PDESC elf.h   d       1207    #define SHT_MIPS_PDESC 0x70000014
-SHT_MIPS_PDR_EXCEPTION elf.h   d       1228    #define SHT_MIPS_PDR_EXCEPTION 0x70000029
-SHT_MIPS_PIXIE elf.h   d       1222    #define SHT_MIPS_PIXIE 0x70000023
-SHT_MIPS_REGINFO       elf.h   d       1196    #define SHT_MIPS_REGINFO 0x70000006
-SHT_MIPS_RELD  elf.h   d       1199    #define SHT_MIPS_RELD 0x70000009
-SHT_MIPS_RFDESC        elf.h   d       1213    #define SHT_MIPS_RFDESC 0x7000001a
-SHT_MIPS_SHDR  elf.h   d       1203    #define SHT_MIPS_SHDR 0x70000010
-SHT_MIPS_SYMBOL_LIB    elf.h   d       1219    #define SHT_MIPS_SYMBOL_LIB 0x70000020
-SHT_MIPS_TRANSLATE     elf.h   d       1221    #define SHT_MIPS_TRANSLATE 0x70000022
-SHT_MIPS_UCODE elf.h   d       1194    #define SHT_MIPS_UCODE 0x70000004
-SHT_MIPS_WHIRL elf.h   d       1225    #define SHT_MIPS_WHIRL 0x70000026
-SHT_MIPS_XLATE elf.h   d       1223    #define SHT_MIPS_XLATE 0x70000024
-SHT_MIPS_XLATE_DEBUG   elf.h   d       1224    #define SHT_MIPS_XLATE_DEBUG 0x70000025
-SHT_MIPS_XLATE_OLD     elf.h   d       1227    #define SHT_MIPS_XLATE_OLD 0x70000028
-SHT_NOBITS     elf.h   d       279     #define SHT_NOBITS 8
-SHT_NOTE       elf.h   d       278     #define SHT_NOTE 7
-SHT_NULL       elf.h   d       271     #define SHT_NULL 0
-SHT_NUM        elf.h   d       288     #define SHT_NUM 19
-SHT_PARISC_DOC elf.h   d       1549    #define SHT_PARISC_DOC 0x70000002
-SHT_PARISC_EXT elf.h   d       1547    #define SHT_PARISC_EXT 0x70000000
-SHT_PARISC_UNWIND      elf.h   d       1548    #define SHT_PARISC_UNWIND 0x70000001
-SHT_PREINIT_ARRAY      elf.h   d       285     #define SHT_PREINIT_ARRAY 16
-SHT_PROGBITS   elf.h   d       272     #define SHT_PROGBITS 1
-SHT_REL        elf.h   d       280     #define SHT_REL 9
-SHT_RELA       elf.h   d       275     #define SHT_RELA 4
-SHT_SHLIB      elf.h   d       281     #define SHT_SHLIB 10
-SHT_STRTAB     elf.h   d       274     #define SHT_STRTAB 3
-SHT_SUNW_COMDAT        elf.h   d       296     #define SHT_SUNW_COMDAT 0x6ffffffb
-SHT_SUNW_move  elf.h   d       295     #define SHT_SUNW_move 0x6ffffffa
-SHT_SUNW_syminfo       elf.h   d       297     #define SHT_SUNW_syminfo 0x6ffffffc
-SHT_SYMTAB     elf.h   d       273     #define SHT_SYMTAB 2
-SHT_SYMTAB_SHNDX       elf.h   d       287     #define SHT_SYMTAB_SHNDX 18
-SHUT_RD        sys/socket.h    d       48      #define SHUT_RD 0
-SHUT_RDWR      sys/socket.h    d       50      #define SHUT_RDWR 2
-SHUT_WR        sys/socket.h    d       49      #define SHUT_WR 1
-SIGEV_NONE     signal.h        d       184     #define SIGEV_NONE 1
-SIGEV_SIGNAL   signal.h        d       183     #define SIGEV_SIGNAL 0
-SIGEV_THREAD   signal.h        d       185     #define SIGEV_THREAD 2
-SIGRTMAX       signal.h        d       191     #define SIGRTMAX (__libc_current_sigrtmax())
-SIGRTMIN       signal.h        d       190     #define SIGRTMIN (__libc_current_sigrtmin())
-SIG_ATOMIC_MAX stdint.h        d       93      #define SIG_ATOMIC_MAX INT32_MAX
-SIG_ATOMIC_MIN stdint.h        d       92      #define SIG_ATOMIC_MIN INT32_MIN
-SIG_BLOCK      signal.h        d       30      #define SIG_BLOCK 0
-SIG_DFL        signal.h        d       256     #define SIG_DFL ((void (*)(int)) 0)
-SIG_ERR        signal.h        d       255     #define SIG_ERR ((void (*)(int))-1)
-SIG_HOLD       signal.h        d       54      #define SIG_HOLD ((void (*)(int)) 2)
-SIG_IGN        signal.h        d       257     #define SIG_IGN ((void (*)(int)) 1)
-SIG_SETMASK    signal.h        d       32      #define SIG_SETMASK 2
-SIG_UNBLOCK    signal.h        d       31      #define SIG_UNBLOCK 1
-SIMPLE_QUEUE_TAG       scsi/scsi.h     d       125     #define SIMPLE_QUEUE_TAG 0x20
-SI_ASYNCIO     signal.h        d       37      #define SI_ASYNCIO (-4)
-SI_ASYNCNL     signal.h        d       34      #define SI_ASYNCNL (-60)
-SI_KERNEL      signal.h        d       42      #define SI_KERNEL 128
-SI_LOAD_SHIFT  sys/sysinfo.h   d       8       #define SI_LOAD_SHIFT 16
-SI_MESGQ       signal.h        d       38      #define SI_MESGQ (-3)
-SI_QUEUE       signal.h        d       40      #define SI_QUEUE (-1)
-SI_SIGIO       signal.h        d       36      #define SI_SIGIO (-5)
-SI_TIMER       signal.h        d       39      #define SI_TIMER (-2)
-SI_TKILL       signal.h        d       35      #define SI_TKILL (-6)
-SI_USER        signal.h        d       41      #define SI_USER 0
-SLC_ABORT      arpa/telnet.h   d       135     #define SLC_ABORT 7
-SLC_ACK        arpa/telnet.h   d       175     #define SLC_ACK 0x80
-SLC_AO arpa/telnet.h   d       132     #define SLC_AO 4
-SLC_AYT        arpa/telnet.h   d       133     #define SLC_AYT 5
-SLC_BRK        arpa/telnet.h   d       130     #define SLC_BRK 2
-SLC_CANTCHANGE arpa/telnet.h   d       166     #define SLC_CANTCHANGE 1
-SLC_DEFAULT    arpa/telnet.h   d       168     #define SLC_DEFAULT 3
-SLC_EC arpa/telnet.h   d       138     #define SLC_EC 10
-SLC_EL arpa/telnet.h   d       139     #define SLC_EL 11
-SLC_EOF        arpa/telnet.h   d       136     #define SLC_EOF 8
-SLC_EOR        arpa/telnet.h   d       134     #define SLC_EOR 6
-SLC_EW arpa/telnet.h   d       140     #define SLC_EW 12
-SLC_FLAGS      arpa/telnet.h   d       172     #define SLC_FLAGS 1
-SLC_FLUSHIN    arpa/telnet.h   d       176     #define SLC_FLUSHIN 0x40
-SLC_FLUSHOUT   arpa/telnet.h   d       177     #define SLC_FLUSHOUT 0x20
-SLC_FORW1      arpa/telnet.h   d       145     #define SLC_FORW1 17
-SLC_FORW2      arpa/telnet.h   d       146     #define SLC_FORW2 18
-SLC_FUNC       arpa/telnet.h   d       171     #define SLC_FUNC 0
-SLC_IP arpa/telnet.h   d       131     #define SLC_IP 3
-SLC_LEVELBITS  arpa/telnet.h   d       169     #define SLC_LEVELBITS 0x03
-SLC_LNEXT      arpa/telnet.h   d       142     #define SLC_LNEXT 14
-SLC_NAME       arpa/telnet.h   d       163     #define SLC_NAME(x) slc_names[x]
-SLC_NAMELIST   arpa/telnet.h   d       150     #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", "LNEXT", "XON", "XOFF", "FORW1", "FORW2", 0,
-SLC_NAMES      arpa/telnet.h   d       159     #define SLC_NAMES SLC_NAMELIST
-SLC_NAME_OK    arpa/telnet.h   d       162     #define SLC_NAME_OK(x) ((unsigned int)(x) <= NSLC)
-SLC_NOSUPPORT  arpa/telnet.h   d       165     #define SLC_NOSUPPORT 0
-SLC_RP arpa/telnet.h   d       141     #define SLC_RP 13
-SLC_SUSP       arpa/telnet.h   d       137     #define SLC_SUSP 9
-SLC_SYNCH      arpa/telnet.h   d       129     #define SLC_SYNCH 1
-SLC_VALUE      arpa/telnet.h   d       173     #define SLC_VALUE 2
-SLC_VARIABLE   arpa/telnet.h   d       167     #define SLC_VARIABLE 2
-SLC_XOFF       arpa/telnet.h   d       144     #define SLC_XOFF 16
-SLC_XON        arpa/telnet.h   d       143     #define SLC_XON 15
-SNDPIPE        stropts.h       d       70      #define SNDPIPE 0x002
-SNDZERO        stropts.h       d       69      #define SNDZERO 0x001
-SOCK_CLOEXEC   sys/socket.h    d       64      #define SOCK_CLOEXEC 02000000
-SOCK_DCCP      sys/socket.h    d       60      #define SOCK_DCCP 6
-SOCK_DGRAM     sys/socket.h    d       54      #define SOCK_DGRAM 2
-SOCK_NONBLOCK  sys/socket.h    d       65      #define SOCK_NONBLOCK 04000
-SOCK_PACKET    sys/socket.h    d       61      #define SOCK_PACKET 10
-SOCK_RAW       sys/socket.h    d       57      #define SOCK_RAW 3
-SOCK_RDM       sys/socket.h    d       58      #define SOCK_RDM 4
-SOCK_SEQPACKET sys/socket.h    d       59      #define SOCK_SEQPACKET 5
-SOCK_STREAM    sys/socket.h    d       53      #define SOCK_STREAM 1
-SOL_AAL        sys/socket.h    d       239     #define SOL_AAL 265
-SOL_ATM        sys/socket.h    d       238     #define SOL_ATM 264
-SOL_DECNET     sys/socket.h    d       235     #define SOL_DECNET 261
-SOL_ICMPV6     sys/socket.h    d       232     #define SOL_ICMPV6 58
-SOL_IP sys/socket.h    d       230     #define SOL_IP 0
-SOL_IPV6       sys/socket.h    d       231     #define SOL_IPV6 41
-SOL_IRDA       sys/socket.h    d       240     #define SOL_IRDA 266
-SOL_PACKET     sys/socket.h    d       237     #define SOL_PACKET 263
-SOL_RAW        sys/socket.h    d       234     #define SOL_RAW 255
-SOL_SOCKET     sys/socket.h    d       227     #define SOL_SOCKET 1
-SOL_TCP        netinet/tcp.h   d       59      #define SOL_TCP 6
-SOL_UDP        netinet/udp.h   d       32      #define SOL_UDP 17
-SOL_X25        sys/socket.h    d       236     #define SOL_X25 262
-SOMAXCONN      sys/socket.h    d       242     #define SOMAXCONN 128
-SO_ACCEPTCONN  sys/socket.h    d       182     #define SO_ACCEPTCONN 30
-SO_ATTACH_BPF  sys/socket.h    d       221     #define SO_ATTACH_BPF 50
-SO_ATTACH_FILTER       sys/socket.h    d       195     #define SO_ATTACH_FILTER 26
-SO_ATTACH_REUSEPORT_CBPF       sys/socket.h    d       223     #define SO_ATTACH_REUSEPORT_CBPF 51
-SO_ATTACH_REUSEPORT_EBPF       sys/socket.h    d       224     #define SO_ATTACH_REUSEPORT_EBPF 52
-SO_BINDTODEVICE        sys/socket.h    d       193     #define SO_BINDTODEVICE 25
-SO_BPF_EXTENSIONS      sys/socket.h    d       219     #define SO_BPF_EXTENSIONS 48
-SO_BROADCAST   sys/socket.h    d       166     #define SO_BROADCAST 6
-SO_BSDCOMPAT   sys/socket.h    d       174     #define SO_BSDCOMPAT 14
-SO_BUSY_POLL   sys/socket.h    d       217     #define SO_BUSY_POLL 46
-SO_DEBUG       sys/socket.h    d       161     #define SO_DEBUG 1
-SO_DETACH_BPF  sys/socket.h    d       222     #define SO_DETACH_BPF SO_DETACH_FILTER
-SO_DETACH_FILTER       sys/socket.h    d       196     #define SO_DETACH_FILTER 27
-SO_DOMAIN      sys/socket.h    d       186     #define SO_DOMAIN 39
-SO_DONTROUTE   sys/socket.h    d       165     #define SO_DONTROUTE 5
-SO_ERROR       sys/socket.h    d       164     #define SO_ERROR 4
-SO_GET_FILTER  sys/socket.h    d       197     #define SO_GET_FILTER SO_ATTACH_FILTER
-SO_INCOMING_CPU        sys/socket.h    d       220     #define SO_INCOMING_CPU 49
-SO_KEEPALIVE   sys/socket.h    d       169     #define SO_KEEPALIVE 9
-SO_LINGER      sys/socket.h    d       173     #define SO_LINGER 13
-SO_LOCK_FILTER sys/socket.h    d       215     #define SO_LOCK_FILTER 44
-SO_MARK        sys/socket.h    d       207     #define SO_MARK 36
-SO_MAX_PACING_RATE     sys/socket.h    d       218     #define SO_MAX_PACING_RATE 47
-SO_NOFCS       sys/socket.h    d       214     #define SO_NOFCS 43
-SO_NO_CHECK    sys/socket.h    d       171     #define SO_NO_CHECK 11
-SO_OOBINLINE   sys/socket.h    d       170     #define SO_OOBINLINE 10
-SO_PASSCRED    sys/socket.h    d       176     #define SO_PASSCRED 16
-SO_PASSSEC     sys/socket.h    d       204     #define SO_PASSSEC 34
-SO_PEEK_OFF    sys/socket.h    d       213     #define SO_PEEK_OFF 42
-SO_PEERCRED    sys/socket.h    d       177     #define SO_PEERCRED 17
-SO_PEERNAME    sys/socket.h    d       199     #define SO_PEERNAME 28
-SO_PEERSEC     sys/socket.h    d       203     #define SO_PEERSEC 31
-SO_PRIORITY    sys/socket.h    d       172     #define SO_PRIORITY 12
-SO_PROTOCOL    sys/socket.h    d       185     #define SO_PROTOCOL 38
-SO_RCVBUF      sys/socket.h    d       168     #define SO_RCVBUF 8
-SO_RCVBUFFORCE sys/socket.h    d       184     #define SO_RCVBUFFORCE 33
-SO_RCVLOWAT    sys/socket.h    d       178     #define SO_RCVLOWAT 18
-SO_RCVTIMEO    sys/socket.h    d       180     #define SO_RCVTIMEO 20
-SO_REUSEADDR   sys/socket.h    d       162     #define SO_REUSEADDR 2
-SO_REUSEPORT   sys/socket.h    d       175     #define SO_REUSEPORT 15
-SO_RXQ_OVFL    sys/socket.h    d       210     #define SO_RXQ_OVFL 40
-SO_SECURITY_AUTHENTICATION     sys/socket.h    d       189     #define SO_SECURITY_AUTHENTICATION 22
-SO_SECURITY_ENCRYPTION_NETWORK sys/socket.h    d       191     #define SO_SECURITY_ENCRYPTION_NETWORK 24
-SO_SECURITY_ENCRYPTION_TRANSPORT       sys/socket.h    d       190     #define SO_SECURITY_ENCRYPTION_TRANSPORT 23
-SO_SELECT_ERR_QUEUE    sys/socket.h    d       216     #define SO_SELECT_ERR_QUEUE 45
-SO_SNDBUF      sys/socket.h    d       167     #define SO_SNDBUF 7
-SO_SNDBUFFORCE sys/socket.h    d       183     #define SO_SNDBUFFORCE 32
-SO_SNDLOWAT    sys/socket.h    d       179     #define SO_SNDLOWAT 19
-SO_SNDTIMEO    sys/socket.h    d       181     #define SO_SNDTIMEO 21
-SO_TIMESTAMP   sys/socket.h    d       200     #define SO_TIMESTAMP 29
-SO_TIMESTAMPING        sys/socket.h    d       208     #define SO_TIMESTAMPING 37
-SO_TIMESTAMPNS sys/socket.h    d       205     #define SO_TIMESTAMPNS 35
-SO_TYPE        sys/socket.h    d       163     #define SO_TYPE 3
-SO_WIFI_STATUS sys/socket.h    d       211     #define SO_WIFI_STATUS 41
-SPACE  scsi/scsi.h     d       15      #define SPACE 0x11
-SPLICE_F_GIFT  fcntl.h d       159     #define SPLICE_F_GIFT 8
-SPLICE_F_MORE  fcntl.h d       158     #define SPLICE_F_MORE 4
-SPLICE_F_MOVE  fcntl.h d       156     #define SPLICE_F_MOVE 1
-SPLICE_F_NONBLOCK      fcntl.h d       157     #define SPLICE_F_NONBLOCK 2
-SSIZE_MAX      limits.h        d       56      #define SSIZE_MAX LONG_MAX
-SS_DISABLE     signal.h        d       236     #define SS_DISABLE 2
-SS_ONSTACK     signal.h        d       235     #define SS_ONSTACK 1
-START_STOP     scsi/scsi.h     d       24      #define START_STOP 0x1b
-STATUS arpa/nameser.h  d       377     #define STATUS ns_o_status
-STATUS_MASK    scsi/scsi.h     d       82      #define STATUS_MASK 0x3e
-STA_CLK        sys/timex.h     d       76      #define STA_CLK 0x8000
-STA_CLOCKERR   sys/timex.h     d       73      #define STA_CLOCKERR 0x1000
-STA_DEL        sys/timex.h     d       64      #define STA_DEL 0x0020
-STA_FLL        sys/timex.h     d       61      #define STA_FLL 0x0008
-STA_FREQHOLD   sys/timex.h     d       66      #define STA_FREQHOLD 0x0080
-STA_INS        sys/timex.h     d       63      #define STA_INS 0x0010
-STA_MODE       sys/timex.h     d       75      #define STA_MODE 0x4000
-STA_NANO       sys/timex.h     d       74      #define STA_NANO 0x2000
-STA_PLL        sys/timex.h     d       58      #define STA_PLL 0x0001
-STA_PPSERROR   sys/timex.h     d       71      #define STA_PPSERROR 0x0800
-STA_PPSFREQ    sys/timex.h     d       59      #define STA_PPSFREQ 0x0002
-STA_PPSJITTER  sys/timex.h     d       69      #define STA_PPSJITTER 0x0200
-STA_PPSSIGNAL  sys/timex.h     d       68      #define STA_PPSSIGNAL 0x0100
-STA_PPSTIME    sys/timex.h     d       60      #define STA_PPSTIME 0x0004
-STA_PPSWANDER  sys/timex.h     d       70      #define STA_PPSWANDER 0x0400
-STA_RONLY      sys/timex.h     d       78      #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
-STA_UNSYNC     sys/timex.h     d       65      #define STA_UNSYNC 0x0040
-STB_GLOBAL     elf.h   d       376     #define STB_GLOBAL 1
-STB_GNU_UNIQUE elf.h   d       380     #define STB_GNU_UNIQUE 10
-STB_HIOS       elf.h   d       381     #define STB_HIOS 12
-STB_HIPROC     elf.h   d       383     #define STB_HIPROC 15
-STB_LOCAL      elf.h   d       375     #define STB_LOCAL 0
-STB_LOOS       elf.h   d       379     #define STB_LOOS 10
-STB_LOPROC     elf.h   d       382     #define STB_LOPROC 13
-STB_MIPS_SPLIT_COMMON  elf.h   d       1253    #define STB_MIPS_SPLIT_COMMON 13
-STB_NUM        elf.h   d       378     #define STB_NUM 3
-STB_WEAK       elf.h   d       377     #define STB_WEAK 2
-STDERR_FILENO  unistd.h        d       12      #define STDERR_FILENO 2
-STDIN_FILENO   unistd.h        d       10      #define STDIN_FILENO 0
-STDOUT_FILENO  unistd.h        d       11      #define STDOUT_FILENO 1
-STICKY_TIMEOUTS        sys/personality.h       d       15      #define STICKY_TIMEOUTS 0x4000000
-STN_UNDEF      elf.h   d       399     #define STN_UNDEF 0
-STO_ALPHA_NOPV elf.h   d       1729    #define STO_ALPHA_NOPV 0x80
-STO_ALPHA_STD_GPLOAD   elf.h   d       1730    #define STO_ALPHA_STD_GPLOAD 0x88
-STO_MIPS_DEFAULT       elf.h   d       1245    #define STO_MIPS_DEFAULT 0x0
-STO_MIPS_HIDDEN        elf.h   d       1247    #define STO_MIPS_HIDDEN 0x2
-STO_MIPS_INTERNAL      elf.h   d       1246    #define STO_MIPS_INTERNAL 0x1
-STO_MIPS_PLT   elf.h   d       1249    #define STO_MIPS_PLT 0x8
-STO_MIPS_PROTECTED     elf.h   d       1248    #define STO_MIPS_PROTECTED 0x3
-STO_MIPS_SC_ALIGN_UNUSED       elf.h   d       1250    #define STO_MIPS_SC_ALIGN_UNUSED 0xff
-STRU_F arpa/ftp.h      d       15      #define STRU_F 1
-STRU_P arpa/ftp.h      d       17      #define STRU_P 3
-STRU_R arpa/ftp.h      d       16      #define STRU_R 2
-STT_ARM_16BIT  elf.h   d       2071    #define STT_ARM_16BIT STT_HIPROC
-STT_ARM_TFUNC  elf.h   d       2070    #define STT_ARM_TFUNC STT_LOPROC
-STT_COMMON     elf.h   d       390     #define STT_COMMON 5
-STT_FILE       elf.h   d       389     #define STT_FILE 4
-STT_FUNC       elf.h   d       387     #define STT_FUNC 2
-STT_GNU_IFUNC  elf.h   d       394     #define STT_GNU_IFUNC 10
-STT_HIOS       elf.h   d       395     #define STT_HIOS 12
-STT_HIPROC     elf.h   d       397     #define STT_HIPROC 15
-STT_HP_OPAQUE  elf.h   d       1561    #define STT_HP_OPAQUE (STT_LOOS + 0x1)
-STT_HP_STUB    elf.h   d       1562    #define STT_HP_STUB (STT_LOOS + 0x2)
-STT_LOOS       elf.h   d       393     #define STT_LOOS 10
-STT_LOPROC     elf.h   d       396     #define STT_LOPROC 13
-STT_NOTYPE     elf.h   d       385     #define STT_NOTYPE 0
-STT_NUM        elf.h   d       392     #define STT_NUM 7
-STT_OBJECT     elf.h   d       386     #define STT_OBJECT 1
-STT_PARISC_MILLICODE   elf.h   d       1559    #define STT_PARISC_MILLICODE 13
-STT_SECTION    elf.h   d       388     #define STT_SECTION 3
-STT_SPARC_REGISTER     elf.h   d       1029    #define STT_SPARC_REGISTER 13
-STT_TLS        elf.h   d       391     #define STT_TLS 6
-STV_DEFAULT    elf.h   d       404     #define STV_DEFAULT 0
-STV_HIDDEN     elf.h   d       406     #define STV_HIDDEN 2
-STV_INTERNAL   elf.h   d       405     #define STV_INTERNAL 1
-STV_PROTECTED  elf.h   d       407     #define STV_PROTECTED 3
-ST_APPEND      sys/statvfs.h   d       41      #define ST_APPEND 256
-ST_IMMUTABLE   sys/statvfs.h   d       42      #define ST_IMMUTABLE 512
-ST_MANDLOCK    sys/statvfs.h   d       39      #define ST_MANDLOCK 64
-ST_NOATIME     sys/statvfs.h   d       43      #define ST_NOATIME 1024
-ST_NODEV       sys/statvfs.h   d       36      #define ST_NODEV 4
-ST_NODIRATIME  sys/statvfs.h   d       44      #define ST_NODIRATIME 2048
-ST_NOEXEC      sys/statvfs.h   d       37      #define ST_NOEXEC 8
-ST_NOSUID      sys/statvfs.h   d       35      #define ST_NOSUID 2
-ST_RDONLY      sys/statvfs.h   d       34      #define ST_RDONLY 1
-ST_SYNCHRONOUS sys/statvfs.h   d       38      #define ST_SYNCHRONOUS 16
-ST_WRITE       sys/statvfs.h   d       40      #define ST_WRITE 128
-SUBCMDMASK     sys/quota.h     d       31      #define SUBCMDMASK 0x00ff
-SUBCMDSHIFT    sys/quota.h     d       32      #define SUBCMDSHIFT 8
-SUN_LEN        sys/un.h        d       25      #define SUN_LEN(s) (2+strlen((s)->sun_path))
-SUSP   arpa/telnet.h   d       22      #define SUSP 237
-SWAP_FLAG_DISCARD      sys/swap.h      d       12      #define SWAP_FLAG_DISCARD 0x10000
-SWAP_FLAG_PREFER       sys/swap.h      d       9       #define SWAP_FLAG_PREFER 0x8000
-SWAP_FLAG_PRIO_MASK    sys/swap.h      d       10      #define SWAP_FLAG_PRIO_MASK 0x7fff
-SWAP_FLAG_PRIO_SHIFT   sys/swap.h      d       11      #define SWAP_FLAG_PRIO_SHIFT 0
-SYMINFO_BT_LOWRESERVE  elf.h   d       356     #define SYMINFO_BT_LOWRESERVE 0xff00
-SYMINFO_BT_PARENT      elf.h   d       355     #define SYMINFO_BT_PARENT 0xfffe
-SYMINFO_BT_SELF        elf.h   d       354     #define SYMINFO_BT_SELF 0xffff
-SYMINFO_CURRENT        elf.h   d       364     #define SYMINFO_CURRENT 1
-SYMINFO_FLG_COPY       elf.h   d       360     #define SYMINFO_FLG_COPY 0x0004
-SYMINFO_FLG_DIRECT     elf.h   d       358     #define SYMINFO_FLG_DIRECT 0x0001
-SYMINFO_FLG_LAZYLOAD   elf.h   d       361     #define SYMINFO_FLG_LAZYLOAD 0x0008
-SYMINFO_FLG_PASSTHRU   elf.h   d       359     #define SYMINFO_FLG_PASSTHRU 0x0002
-SYMINFO_NONE   elf.h   d       363     #define SYMINFO_NONE 0
-SYMINFO_NUM    elf.h   d       365     #define SYMINFO_NUM 2
-SYMLINK_MAX    limits.h        d       48      #define SYMLINK_MAX 255
-SYMLOOP_MAX    limits.h        d       54      #define SYMLOOP_MAX 40
-SYMTYPE        tar.h   d       20      #define SYMTYPE '2'
-SYNCH  arpa/telnet.h   d       25      #define SYNCH 242
-SYNCHRONIZE_CACHE      scsi/scsi.h     d       41      #define SYNCHRONIZE_CACHE 0x35
-SYNC_FILE_RANGE_WAIT_AFTER     fcntl.h d       155     #define SYNC_FILE_RANGE_WAIT_AFTER 4
-SYNC_FILE_RANGE_WAIT_BEFORE    fcntl.h d       153     #define SYNC_FILE_RANGE_WAIT_BEFORE 1
-SYNC_FILE_RANGE_WRITE  fcntl.h d       154     #define SYNC_FILE_RANGE_WRITE 2
-S_ADDT arpa/nameser.h  d       373     #define S_ADDT ns_s_ar
-S_BANDURG      stropts.h       d       57      #define S_BANDURG 0x0200
-S_ERROR        stropts.h       d       51      #define S_ERROR 0x0010
-S_HANGUP       stropts.h       d       52      #define S_HANGUP 0x0020
-S_HIPRI        stropts.h       d       48      #define S_HIPRI 0x0002
-S_IEXEC        sys/stat.h      d       95      #define S_IEXEC S_IXUSR
-S_IFBLK        sys/stat.h      d       33      #define S_IFBLK 0060000
-S_IFCHR        sys/stat.h      d       32      #define S_IFCHR 0020000
-S_IFDIR        sys/stat.h      d       31      #define S_IFDIR 0040000
-S_IFIFO        sys/stat.h      d       35      #define S_IFIFO 0010000
-S_IFLNK        sys/stat.h      d       36      #define S_IFLNK 0120000
-S_IFMT sys/stat.h      d       29      #define S_IFMT 0170000
-S_IFREG        sys/stat.h      d       34      #define S_IFREG 0100000
-S_IFSOCK       sys/stat.h      d       37      #define S_IFSOCK 0140000
-S_INPUT        stropts.h       d       47      #define S_INPUT 0x0001
-S_IREAD        sys/stat.h      d       93      #define S_IREAD S_IRUSR
-S_IRGRP        fcntl.h d       88      #define S_IRGRP 0040
-S_IRGRP        sys/stat.h      d       60      #define S_IRGRP 0040
-S_IROTH        fcntl.h d       92      #define S_IROTH 0004
-S_IROTH        sys/stat.h      d       64      #define S_IROTH 0004
-S_IRUSR        fcntl.h d       84      #define S_IRUSR 0400
-S_IRUSR        sys/stat.h      d       56      #define S_IRUSR 0400
-S_IRWXG        fcntl.h d       91      #define S_IRWXG 0070
-S_IRWXG        sys/stat.h      d       63      #define S_IRWXG 0070
-S_IRWXO        fcntl.h d       95      #define S_IRWXO 0007
-S_IRWXO        sys/stat.h      d       67      #define S_IRWXO 0007
-S_IRWXU        fcntl.h d       87      #define S_IRWXU 0700
-S_IRWXU        sys/stat.h      d       59      #define S_IRWXU 0700
-S_ISBLK        sys/stat.h      d       46      #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
-S_ISCHR        sys/stat.h      d       45      #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
-S_ISDIR        sys/stat.h      d       44      #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
-S_ISFIFO       sys/stat.h      d       48      #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO)
-S_ISGID        fcntl.h d       82      #define S_ISGID 02000
-S_ISGID        sys/stat.h      d       54      #define S_ISGID 02000
-S_ISLNK        sys/stat.h      d       49      #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
-S_ISREG        sys/stat.h      d       47      #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
-S_ISSOCK       sys/stat.h      d       50      #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
-S_ISUID        fcntl.h d       81      #define S_ISUID 04000
-S_ISUID        sys/stat.h      d       53      #define S_ISUID 04000
-S_ISVTX        fcntl.h d       83      #define S_ISVTX 01000
-S_ISVTX        sys/stat.h      d       55      #define S_ISVTX 01000
-S_IWGRP        fcntl.h d       89      #define S_IWGRP 0020
-S_IWGRP        sys/stat.h      d       61      #define S_IWGRP 0020
-S_IWOTH        fcntl.h d       93      #define S_IWOTH 0002
-S_IWOTH        sys/stat.h      d       65      #define S_IWOTH 0002
-S_IWRITE       sys/stat.h      d       94      #define S_IWRITE S_IWUSR
-S_IWUSR        fcntl.h d       85      #define S_IWUSR 0200
-S_IWUSR        sys/stat.h      d       57      #define S_IWUSR 0200
-S_IXGRP        fcntl.h d       90      #define S_IXGRP 0010
-S_IXGRP        sys/stat.h      d       62      #define S_IXGRP 0010
-S_IXOTH        fcntl.h d       94      #define S_IXOTH 0001
-S_IXOTH        sys/stat.h      d       66      #define S_IXOTH 0001
-S_IXUSR        fcntl.h d       86      #define S_IXUSR 0100
-S_IXUSR        sys/stat.h      d       58      #define S_IXUSR 0100
-S_MSG  stropts.h       d       50      #define S_MSG 0x0008
-S_OUTPUT       stropts.h       d       49      #define S_OUTPUT 0x0004
-S_PREREQ       arpa/nameser.h  d       371     #define S_PREREQ ns_s_pr
-S_RDBAND       stropts.h       d       55      #define S_RDBAND 0x0080
-S_RDNORM       stropts.h       d       53      #define S_RDNORM 0x0040
-S_TYPEISMQ     sys/stat.h      d       39      #define S_TYPEISMQ(buf) 0
-S_TYPEISSEM    sys/stat.h      d       40      #define S_TYPEISSEM(buf) 0
-S_TYPEISSHM    sys/stat.h      d       41      #define S_TYPEISSHM(buf) 0
-S_TYPEISTMO    sys/stat.h      d       42      #define S_TYPEISTMO(buf) 0
-S_UPDATE       arpa/nameser.h  d       372     #define S_UPDATE ns_s_ud
-S_WRBAND       stropts.h       d       56      #define S_WRBAND 0x0100
-S_WRNORM       stropts.h       d       54      #define S_WRNORM S_OUTPUT
-S_ZONE arpa/nameser.h  d       370     #define S_ZONE ns_s_zn
-Sg_io_hdr      scsi/sg.h       t       111     typedef struct sg_io_hdr Sg_io_hdr;
-Sg_io_vec      scsi/sg.h       t       112     typedef struct sg_io_vec Sg_io_vec;
-Sg_req_info    scsi/sg.h       t       114     typedef struct sg_req_info Sg_req_info;
-Sg_scsi_id     scsi/sg.h       t       113     typedef struct sg_scsi_id Sg_scsi_id;
-TCPI_OPT_ECN   netinet/tcp.h   d       140     #define TCPI_OPT_ECN 8
-TCPI_OPT_SACK  netinet/tcp.h   d       138     #define TCPI_OPT_SACK 2
-TCPI_OPT_TIMESTAMPS    netinet/tcp.h   d       137     #define TCPI_OPT_TIMESTAMPS 1
-TCPI_OPT_WSCALE        netinet/tcp.h   d       139     #define TCPI_OPT_WSCALE 4
-TCPOLEN_MAXSEG netinet/tcp.h   d       56      #define TCPOLEN_MAXSEG 4
-TCPOLEN_SACK_PERMITTED netinet/tcp.h   d       54      #define TCPOLEN_SACK_PERMITTED 2
-TCPOLEN_TIMESTAMP      netinet/tcp.h   d       57      #define TCPOLEN_TIMESTAMP 10
-TCPOLEN_WINDOW netinet/tcp.h   d       55      #define TCPOLEN_WINDOW 3
-TCPOPT_EOL     netinet/tcp.h   d       47      #define TCPOPT_EOL 0
-TCPOPT_MAXSEG  netinet/tcp.h   d       49      #define TCPOPT_MAXSEG 2
-TCPOPT_NOP     netinet/tcp.h   d       48      #define TCPOPT_NOP 1
-TCPOPT_SACK    netinet/tcp.h   d       52      #define TCPOPT_SACK 5
-TCPOPT_SACK_PERMITTED  netinet/tcp.h   d       51      #define TCPOPT_SACK_PERMITTED 4
-TCPOPT_TIMESTAMP       netinet/tcp.h   d       53      #define TCPOPT_TIMESTAMP 8
-TCPOPT_WINDOW  netinet/tcp.h   d       50      #define TCPOPT_WINDOW 3
-TCP_CA_CWR     netinet/tcp.h   d       144     #define TCP_CA_CWR 2
-TCP_CA_Disorder        netinet/tcp.h   d       143     #define TCP_CA_Disorder 1
-TCP_CA_Loss    netinet/tcp.h   d       146     #define TCP_CA_Loss 4
-TCP_CA_Open    netinet/tcp.h   d       142     #define TCP_CA_Open 0
-TCP_CA_Recovery        netinet/tcp.h   d       145     #define TCP_CA_Recovery 3
-TCP_CC_INFO    netinet/tcp.h   d       30      #define TCP_CC_INFO 26
-TCP_CLOSE      netinet/tcp.h   d       40      #define TCP_CLOSE 7
-TCP_CLOSE_WAIT netinet/tcp.h   d       41      #define TCP_CLOSE_WAIT 8
-TCP_CLOSING    netinet/tcp.h   d       44      #define TCP_CLOSING 11
-TCP_CONGESTION netinet/tcp.h   d       18      #define TCP_CONGESTION 13
-TCP_CORK       netinet/tcp.h   d       8       #define TCP_CORK 3
-TCP_DEFER_ACCEPT       netinet/tcp.h   d       14      #define TCP_DEFER_ACCEPT 9
-TCP_ESTABLISHED        netinet/tcp.h   d       34      #define TCP_ESTABLISHED 1
-TCP_FASTOPEN   netinet/tcp.h   d       27      #define TCP_FASTOPEN 23
-TCP_FIN_WAIT1  netinet/tcp.h   d       37      #define TCP_FIN_WAIT1 4
-TCP_FIN_WAIT2  netinet/tcp.h   d       38      #define TCP_FIN_WAIT2 5
-TCP_INFO       netinet/tcp.h   d       16      #define TCP_INFO 11
-TCP_KEEPCNT    netinet/tcp.h   d       11      #define TCP_KEEPCNT 6
-TCP_KEEPIDLE   netinet/tcp.h   d       9       #define TCP_KEEPIDLE 4
-TCP_KEEPINTVL  netinet/tcp.h   d       10      #define TCP_KEEPINTVL 5
-TCP_LAST_ACK   netinet/tcp.h   d       42      #define TCP_LAST_ACK 9
-TCP_LINGER2    netinet/tcp.h   d       13      #define TCP_LINGER2 8
-TCP_LISTEN     netinet/tcp.h   d       43      #define TCP_LISTEN 10
-TCP_MAXSEG     netinet/tcp.h   d       7       #define TCP_MAXSEG 2
-TCP_MD5SIG     netinet/tcp.h   d       19      #define TCP_MD5SIG 14
-TCP_MD5SIG_MAXKEYLEN   netinet/tcp.h   d       189     #define TCP_MD5SIG_MAXKEYLEN 80
-TCP_NODELAY    netinet/tcp.h   d       6       #define TCP_NODELAY 1
-TCP_NOTSENT_LOWAT      netinet/tcp.h   d       29      #define TCP_NOTSENT_LOWAT 25
-TCP_QUEUE_SEQ  netinet/tcp.h   d       25      #define TCP_QUEUE_SEQ 21
-TCP_QUICKACK   netinet/tcp.h   d       17      #define TCP_QUICKACK 12
-TCP_REPAIR     netinet/tcp.h   d       23      #define TCP_REPAIR 19
-TCP_REPAIR_OPTIONS     netinet/tcp.h   d       26      #define TCP_REPAIR_OPTIONS 22
-TCP_REPAIR_QUEUE       netinet/tcp.h   d       24      #define TCP_REPAIR_QUEUE 20
-TCP_SAVED_SYN  netinet/tcp.h   d       32      #define TCP_SAVED_SYN 28
-TCP_SAVE_SYN   netinet/tcp.h   d       31      #define TCP_SAVE_SYN 27
-TCP_SYNCNT     netinet/tcp.h   d       12      #define TCP_SYNCNT 7
-TCP_SYN_RECV   netinet/tcp.h   d       36      #define TCP_SYN_RECV 3
-TCP_SYN_SENT   netinet/tcp.h   d       35      #define TCP_SYN_SENT 2
-TCP_THIN_DUPACK        netinet/tcp.h   d       21      #define TCP_THIN_DUPACK 17
-TCP_THIN_LINEAR_TIMEOUTS       netinet/tcp.h   d       20      #define TCP_THIN_LINEAR_TIMEOUTS 16
-TCP_TIMESTAMP  netinet/tcp.h   d       28      #define TCP_TIMESTAMP 24
-TCP_TIME_WAIT  netinet/tcp.h   d       39      #define TCP_TIME_WAIT 6
-TCP_USER_TIMEOUT       netinet/tcp.h   d       22      #define TCP_USER_TIMEOUT 18
-TCP_WINDOW_CLAMP       netinet/tcp.h   d       15      #define TCP_WINDOW_CLAMP 10
-TELCMD arpa/telnet.h   d       33      #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
-TELCMD_FIRST   arpa/telnet.h   d       29      #define TELCMD_FIRST xEOF
-TELCMD_LAST    arpa/telnet.h   d       30      #define TELCMD_LAST IAC
-TELCMD_OK      arpa/telnet.h   d       31      #define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && (unsigned int)(x) >= TELCMD_FIRST)
-TELOPT arpa/telnet.h   d       96      #define TELOPT(x) telopts[(x)-TELOPT_FIRST]
-TELOPT_3270REGIME      arpa/telnet.h   d       64      #define TELOPT_3270REGIME 29
-TELOPT_AUTHENTICATION  arpa/telnet.h   d       72      #define TELOPT_AUTHENTICATION 37/* Authenticate */
-TELOPT_BINARY  arpa/telnet.h   d       35      #define TELOPT_BINARY 0
-TELOPT_BM      arpa/telnet.h   d       54      #define TELOPT_BM 19
-TELOPT_DET     arpa/telnet.h   d       55      #define TELOPT_DET 20
-TELOPT_ECHO    arpa/telnet.h   d       36      #define TELOPT_ECHO 1
-TELOPT_ENCRYPT arpa/telnet.h   d       73      #define TELOPT_ENCRYPT 38
-TELOPT_EOR     arpa/telnet.h   d       60      #define TELOPT_EOR 25
-TELOPT_EXOPL   arpa/telnet.h   d       75      #define TELOPT_EXOPL 255
-TELOPT_FIRST   arpa/telnet.h   d       93      #define TELOPT_FIRST TELOPT_BINARY
-TELOPT_LAST    arpa/telnet.h   d       94      #define TELOPT_LAST TELOPT_NEW_ENVIRON
-TELOPT_LFLOW   arpa/telnet.h   d       68      #define TELOPT_LFLOW 33
-TELOPT_LINEMODE        arpa/telnet.h   d       69      #define TELOPT_LINEMODE 34
-TELOPT_LOGOUT  arpa/telnet.h   d       53      #define TELOPT_LOGOUT 18
-TELOPT_NAMS    arpa/telnet.h   d       39      #define TELOPT_NAMS 4
-TELOPT_NAOCRD  arpa/telnet.h   d       45      #define TELOPT_NAOCRD 10
-TELOPT_NAOFFD  arpa/telnet.h   d       48      #define TELOPT_NAOFFD 13
-TELOPT_NAOHTD  arpa/telnet.h   d       47      #define TELOPT_NAOHTD 12
-TELOPT_NAOHTS  arpa/telnet.h   d       46      #define TELOPT_NAOHTS 11
-TELOPT_NAOL    arpa/telnet.h   d       43      #define TELOPT_NAOL 8
-TELOPT_NAOLFD  arpa/telnet.h   d       51      #define TELOPT_NAOLFD 16
-TELOPT_NAOP    arpa/telnet.h   d       44      #define TELOPT_NAOP 9
-TELOPT_NAOVTD  arpa/telnet.h   d       50      #define TELOPT_NAOVTD 15
-TELOPT_NAOVTS  arpa/telnet.h   d       49      #define TELOPT_NAOVTS 14
-TELOPT_NAWS    arpa/telnet.h   d       66      #define TELOPT_NAWS 31
-TELOPT_NEW_ENVIRON     arpa/telnet.h   d       74      #define TELOPT_NEW_ENVIRON 39
-TELOPT_OK      arpa/telnet.h   d       95      #define TELOPT_OK(x) ((unsigned int)(x) <= TELOPT_LAST)
-TELOPT_OLD_ENVIRON     arpa/telnet.h   d       71      #define TELOPT_OLD_ENVIRON 36
-TELOPT_OUTMRK  arpa/telnet.h   d       62      #define TELOPT_OUTMRK 27
-TELOPT_RCP     arpa/telnet.h   d       37      #define TELOPT_RCP 2
-TELOPT_RCTE    arpa/telnet.h   d       42      #define TELOPT_RCTE 7
-TELOPT_SGA     arpa/telnet.h   d       38      #define TELOPT_SGA 3
-TELOPT_SNDLOC  arpa/telnet.h   d       58      #define TELOPT_SNDLOC 23
-TELOPT_STATUS  arpa/telnet.h   d       40      #define TELOPT_STATUS 5
-TELOPT_SUPDUP  arpa/telnet.h   d       56      #define TELOPT_SUPDUP 21
-TELOPT_SUPDUPOUTPUT    arpa/telnet.h   d       57      #define TELOPT_SUPDUPOUTPUT 22
-TELOPT_TM      arpa/telnet.h   d       41      #define TELOPT_TM 6
-TELOPT_TSPEED  arpa/telnet.h   d       67      #define TELOPT_TSPEED 32
-TELOPT_TTYLOC  arpa/telnet.h   d       63      #define TELOPT_TTYLOC 28
-TELOPT_TTYPE   arpa/telnet.h   d       59      #define TELOPT_TTYPE 24
-TELOPT_TUID    arpa/telnet.h   d       61      #define TELOPT_TUID 26
-TELOPT_X3PAD   arpa/telnet.h   d       65      #define TELOPT_X3PAD 30
-TELOPT_XASCII  arpa/telnet.h   d       52      #define TELOPT_XASCII 17
-TELOPT_XDISPLOC        arpa/telnet.h   d       70      #define TELOPT_XDISPLOC 35
-TELQUAL_INFO   arpa/telnet.h   d       101     #define TELQUAL_INFO 2
-TELQUAL_IS     arpa/telnet.h   d       99      #define TELQUAL_IS 0
-TELQUAL_NAME   arpa/telnet.h   d       103     #define TELQUAL_NAME 3
-TELQUAL_REPLY  arpa/telnet.h   d       102     #define TELQUAL_REPLY 2
-TELQUAL_SEND   arpa/telnet.h   d       100     #define TELQUAL_SEND 1
-TEST_UNIT_READY        scsi/scsi.h     d       4       #define TEST_UNIT_READY 0x00
-TFD_CLOEXEC    sys/timerfd.h   d       12      #define TFD_CLOEXEC O_CLOEXEC
-TFD_NONBLOCK   sys/timerfd.h   d       11      #define TFD_NONBLOCK O_NONBLOCK
-TFD_TIMER_ABSTIME      sys/timerfd.h   d       14      #define TFD_TIMER_ABSTIME 1
-TGEXEC tar.h   d       12      #define TGEXEC 00010
-TGREAD tar.h   d       10      #define TGREAD 00040
-TGWRITE        tar.h   d       11      #define TGWRITE 00020
-THOUSEP        langinfo.h      d       76      #define THOUSEP 0x10001
-TH_ACK netinet/tcp.h   d       72      #define TH_ACK 0x10
-TH_FIN netinet/tcp.h   d       68      #define TH_FIN 0x01
-TH_PUSH        netinet/tcp.h   d       71      #define TH_PUSH 0x08
-TH_RST netinet/tcp.h   d       70      #define TH_RST 0x04
-TH_SYN netinet/tcp.h   d       69      #define TH_SYN 0x02
-TH_URG netinet/tcp.h   d       73      #define TH_URG 0x20
-TIMER_ABSTIME  time.h  d       100     #define TIMER_ABSTIME 1
-TIMESPEC_TO_TIMEVAL    sys/time.h      d       59      #define TIMESPEC_TO_TIMEVAL(tv, ts) ( (tv)->tv_sec = (ts)->tv_sec, (tv)->tv_usec = (ts)->tv_nsec / 1000, (void)0 )
-TIMEVAL_TO_TIMESPEC    sys/time.h      d       55      #define TIMEVAL_TO_TIMESPEC(tv, ts) ( (ts)->tv_sec = (tv)->tv_sec, (ts)->tv_nsec = (tv)->tv_usec * 1000, (void)0 )
-TIME_BAD       sys/timex.h     d       87      #define TIME_BAD TIME_ERROR
-TIME_DEL       sys/timex.h     d       83      #define TIME_DEL 2
-TIME_ERROR     sys/timex.h     d       86      #define TIME_ERROR 5
-TIME_INS       sys/timex.h     d       82      #define TIME_INS 1
-TIME_OK        sys/timex.h     d       81      #define TIME_OK 0
-TIME_OOP       sys/timex.h     d       84      #define TIME_OOP 3
-TIME_UTC       time.h  d       66      #define TIME_UTC 1
-TIME_WAIT      sys/timex.h     d       85      #define TIME_WAIT 4
-TMAGIC tar.h   d       27      #define TMAGIC "ustar"
-TMAGLEN        tar.h   d       28      #define TMAGLEN 6
-TMP_MAX        stdio.h d       47      #define TMP_MAX 10000
-TOEXEC tar.h   d       15      #define TOEXEC 00001
-TOREAD tar.h   d       13      #define TOREAD 00004
-TOWRITE        tar.h   d       14      #define TOWRITE 00002
-TRANSIENT      arpa/ftp.h      d       6       #define TRANSIENT 4
-TRAP_BRKPT     signal.h        d       227     #define TRAP_BRKPT 1
-TRAP_TRACE     signal.h        d       228     #define TRAP_TRACE 2
-TRY_AGAIN      netdb.h d       128     #define TRY_AGAIN 2
-TSGID  tar.h   d       5       #define TSGID 02000
-TSS_DTOR_ITERATIONS    threads.h       d       25      #define TSS_DTOR_ITERATIONS 4
-TSUID  tar.h   d       4       #define TSUID 04000
-TSVTX  tar.h   d       6       #define TSVTX 01000
-TTYDEF_CFLAG   sys/ttydefaults.h       d       7       #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
-TTYDEF_IFLAG   sys/ttydefaults.h       d       4       #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
-TTYDEF_LFLAG   sys/ttydefaults.h       d       6       #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
-TTYDEF_OFLAG   sys/ttydefaults.h       d       5       #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
-TTYDEF_SPEED   sys/ttydefaults.h       d       8       #define TTYDEF_SPEED (B9600)
-TTY_NAME_MAX   limits.h        d       58      #define TTY_NAME_MAX 32
-TUEXEC tar.h   d       9       #define TUEXEC 00100
-TUREAD tar.h   d       7       #define TUREAD 00400
-TUWRITE        tar.h   d       8       #define TUWRITE 00200
-TVERSION       tar.h   d       30      #define TVERSION "00"
-TVERSLEN       tar.h   d       31      #define TVERSLEN 2
-TYPE_A arpa/ftp.h      d       8       #define TYPE_A 1
-TYPE_DISK      scsi/scsi.h     d       96      #define TYPE_DISK 0x00
-TYPE_E arpa/ftp.h      d       9       #define TYPE_E 2
-TYPE_ENCLOSURE scsi/scsi.h     d       104     #define TYPE_ENCLOSURE 0x0d
-TYPE_I arpa/ftp.h      d       10      #define TYPE_I 3
-TYPE_L arpa/ftp.h      d       11      #define TYPE_L 4
-TYPE_MEDIUM_CHANGER    scsi/scsi.h     d       103     #define TYPE_MEDIUM_CHANGER 0x08
-TYPE_MOD       scsi/scsi.h     d       102     #define TYPE_MOD 0x07
-TYPE_NO_LUN    scsi/scsi.h     d       105     #define TYPE_NO_LUN 0x7f
-TYPE_PROCESSOR scsi/scsi.h     d       98      #define TYPE_PROCESSOR 0x03
-TYPE_ROM       scsi/scsi.h     d       100     #define TYPE_ROM 0x05
-TYPE_SCANNER   scsi/scsi.h     d       101     #define TYPE_SCANNER 0x06
-TYPE_TAPE      scsi/scsi.h     d       97      #define TYPE_TAPE 0x01
-TYPE_WORM      scsi/scsi.h     d       99      #define TYPE_WORM 0x04
-TZNAME_MAX     limits.h        d       57      #define TZNAME_MAX 6
-T_A    arpa/nameser.h  d       396     #define T_A ns_t_a
-T_A6   arpa/nameser.h  d       431     #define T_A6 ns_t_a6
-T_AAAA arpa/nameser.h  d       423     #define T_AAAA ns_t_aaaa
-T_AFSDB        arpa/nameser.h  d       413     #define T_AFSDB ns_t_afsdb
-T_ANY  arpa/nameser.h  d       438     #define T_ANY ns_t_any
-T_ATMA arpa/nameser.h  d       429     #define T_ATMA ns_t_atma
-T_AXFR arpa/nameser.h  d       435     #define T_AXFR ns_t_axfr
-T_CNAME        arpa/nameser.h  d       400     #define T_CNAME ns_t_cname
-T_DNAME        arpa/nameser.h  d       432     #define T_DNAME ns_t_dname
-T_EID  arpa/nameser.h  d       426     #define T_EID ns_t_eid
-T_FMT  langinfo.h      d       62      #define T_FMT 0x2002A
-T_FMT_AMPM     langinfo.h      d       63      #define T_FMT_AMPM 0x2002B
-T_GPOS arpa/nameser.h  d       422     #define T_GPOS ns_t_gpos
-T_HINFO        arpa/nameser.h  d       408     #define T_HINFO ns_t_hinfo
-T_ISDN arpa/nameser.h  d       415     #define T_ISDN ns_t_isdn
-T_IXFR arpa/nameser.h  d       434     #define T_IXFR ns_t_ixfr
-T_KEY  arpa/nameser.h  d       420     #define T_KEY ns_t_key
-T_LOC  arpa/nameser.h  d       424     #define T_LOC ns_t_loc
-T_MAILA        arpa/nameser.h  d       437     #define T_MAILA ns_t_maila
-T_MAILB        arpa/nameser.h  d       436     #define T_MAILB ns_t_mailb
-T_MB   arpa/nameser.h  d       402     #define T_MB ns_t_mb
-T_MD   arpa/nameser.h  d       398     #define T_MD ns_t_md
-T_MF   arpa/nameser.h  d       399     #define T_MF ns_t_mf
-T_MG   arpa/nameser.h  d       403     #define T_MG ns_t_mg
-T_MINFO        arpa/nameser.h  d       409     #define T_MINFO ns_t_minfo
-T_MR   arpa/nameser.h  d       404     #define T_MR ns_t_mr
-T_MX   arpa/nameser.h  d       410     #define T_MX ns_t_mx
-T_NAPTR        arpa/nameser.h  d       430     #define T_NAPTR ns_t_naptr
-T_NIMLOC       arpa/nameser.h  d       427     #define T_NIMLOC ns_t_nimloc
-T_NS   arpa/nameser.h  d       397     #define T_NS ns_t_ns
-T_NSAP arpa/nameser.h  d       417     #define T_NSAP ns_t_nsap
-T_NSAP_PTR     arpa/nameser.h  d       418     #define T_NSAP_PTR ns_t_nsap_ptr
-T_NULL arpa/nameser.h  d       405     #define T_NULL ns_t_null
-T_NXT  arpa/nameser.h  d       425     #define T_NXT ns_t_nxt
-T_PTR  arpa/nameser.h  d       407     #define T_PTR ns_t_ptr
-T_PX   arpa/nameser.h  d       421     #define T_PX ns_t_px
-T_RP   arpa/nameser.h  d       412     #define T_RP ns_t_rp
-T_RT   arpa/nameser.h  d       416     #define T_RT ns_t_rt
-T_SIG  arpa/nameser.h  d       419     #define T_SIG ns_t_sig
-T_SOA  arpa/nameser.h  d       401     #define T_SOA ns_t_soa
-T_SRV  arpa/nameser.h  d       428     #define T_SRV ns_t_srv
-T_TSIG arpa/nameser.h  d       433     #define T_TSIG ns_t_tsig
-T_TXT  arpa/nameser.h  d       411     #define T_TXT ns_t_txt
-T_WKS  arpa/nameser.h  d       406     #define T_WKS ns_t_wks
-T_X25  arpa/nameser.h  d       414     #define T_X25 ns_t_x25
-UCHAR_MAX      limits.h        d       25      #define UCHAR_MAX 255
-UDP_CORK       netinet/udp.h   d       25      #define UDP_CORK 1
-UDP_ENCAP      netinet/udp.h   d       26      #define UDP_ENCAP 100
-UDP_ENCAP_ESPINUDP     netinet/udp.h   d       29      #define UDP_ENCAP_ESPINUDP 2
-UDP_ENCAP_ESPINUDP_NON_IKE     netinet/udp.h   d       28      #define UDP_ENCAP_ESPINUDP_NON_IKE 1
-UDP_ENCAP_L2TPINUDP    netinet/udp.h   d       30      #define UDP_ENCAP_L2TPINUDP 3
-UINT16_C       stdint.h        d       102     #define UINT16_C(c) c
-UINT16_MAX     stdint.h        d       49      #define UINT16_MAX (0xffff)
-UINT32_C       stdint.h        d       103     #define UINT32_C(c) c ## U
-UINT32_MAX     stdint.h        d       50      #define UINT32_MAX (0xffffffffu)
-UINT64_C       stdint.h        d       107     #define UINT64_C(c) c ## UL
-UINT64_C       stdint.h        d       112     #define UINT64_C(c) c ## ULL
-UINT64_MAX     stdint.h        d       51      #define UINT64_MAX (0xffffffffffffffffu)
-UINT8_C        stdint.h        d       101     #define UINT8_C(c) c
-UINT8_MAX      stdint.h        d       48      #define UINT8_MAX (0xff)
-UINTMAX_C      stdint.h        d       109     #define UINTMAX_C(c) c ## UL
-UINTMAX_C      stdint.h        d       114     #define UINTMAX_C(c) c ## ULL
-UINTMAX_MAX    stdint.h        d       79      #define UINTMAX_MAX UINT64_MAX
-UINT_FAST64_MAX        stdint.h        d       70      #define UINT_FAST64_MAX UINT64_MAX
-UINT_FAST8_MAX stdint.h        d       69      #define UINT_FAST8_MAX UINT8_MAX
-UINT_LEAST16_MAX       stdint.h        d       73      #define UINT_LEAST16_MAX UINT16_MAX
-UINT_LEAST32_MAX       stdint.h        d       74      #define UINT_LEAST32_MAX UINT32_MAX
-UINT_LEAST64_MAX       stdint.h        d       75      #define UINT_LEAST64_MAX UINT64_MAX
-UINT_LEAST8_MAX        stdint.h        d       72      #define UINT_LEAST8_MAX UINT8_MAX
-UINT_MAX       limits.h        d       31      #define UINT_MAX 0xffffffffU
-UIO_MAXIOV     sys/uio.h       d       24      #define UIO_MAXIOV 1024
-ULLONG_MAX     limits.h        d       35      #define ULLONG_MAX (2ULL*LLONG_MAX+1)
-ULONG_MAX      limits.h        d       33      #define ULONG_MAX (2UL*LONG_MAX+1)
-UL_GETFSIZE    ulimit.h        d       8       #define UL_GETFSIZE 1
-UL_SETFSIZE    ulimit.h        d       9       #define UL_SETFSIZE 2
-UMOUNT_NOFOLLOW        sys/mount.h     d       63      #define UMOUNT_NOFOLLOW 8
-UNCACHEABLE    sys/cachectl.h  d       12      #define UNCACHEABLE 1
-UNIT_ATTENTION scsi/scsi.h     d       89      #define UNIT_ATTENTION 0x06
-UPDATE_BLOCK   scsi/scsi.h     d       49      #define UPDATE_BLOCK 0x3d
-USER_PROCESS   utmpx.h d       56      #define USER_PROCESS 7
-USHRT_MAX      limits.h        d       28      #define USHRT_MAX 0xffff
-USRQUOTA       sys/quota.h     d       20      #define USRQUOTA 0
-UTIME_NOW      sys/stat.h      d       70      #define UTIME_NOW 0x3fffffff
-UTIME_OMIT     sys/stat.h      d       71      #define UTIME_OMIT 0x3ffffffe
-UTMP_FILE      utmp.h  d       43      #define UTMP_FILE _PATH_UTMP
-UTMP_FILENAME  utmp.h  d       45      #define UTMP_FILENAME _PATH_UTMP
-UT_HOSTSIZE    utmp.h  d       12      #define UT_HOSTSIZE 256
-UT_LINESIZE    utmp.h  d       13      #define UT_LINESIZE 32
-UT_NAMESIZE    utmp.h  d       11      #define UT_NAMESIZE 32
-VERIFY scsi/scsi.h     d       34      #define VERIFY 0x2f
-VER_DEF_CURRENT        elf.h   d       738     #define VER_DEF_CURRENT 1
-VER_DEF_NONE   elf.h   d       737     #define VER_DEF_NONE 0
-VER_DEF_NUM    elf.h   d       739     #define VER_DEF_NUM 2
-VER_FLG_BASE   elf.h   d       742     #define VER_FLG_BASE 0x1
-VER_FLG_WEAK   elf.h   d       743     #define VER_FLG_WEAK 0x2
-VER_FLG_WEAK   elf.h   d       808     #define VER_FLG_WEAK 0x2
-VER_NDX_ELIMINATE      elf.h   d       749     #define VER_NDX_ELIMINATE 0xff01
-VER_NDX_GLOBAL elf.h   d       747     #define VER_NDX_GLOBAL 1
-VER_NDX_LOCAL  elf.h   d       746     #define VER_NDX_LOCAL 0
-VER_NDX_LORESERVE      elf.h   d       748     #define VER_NDX_LORESERVE 0xff00
-VER_NEED_CURRENT       elf.h   d       785     #define VER_NEED_CURRENT 1
-VER_NEED_NONE  elf.h   d       784     #define VER_NEED_NONE 0
-VER_NEED_NUM   elf.h   d       786     #define VER_NEED_NUM 2
-VISIT  search.h        t       14      typedef enum { preorder, postorder, endorder, leaf } VISIT;
-VOLUME_OVERFLOW        scsi/scsi.h     d       94      #define VOLUME_OVERFLOW 0x0d
-WCHAR_MAX      stdint.h        d       85      #define WCHAR_MAX (0xffffffffu+L'\0')
-WCHAR_MAX      stdint.h        d       88      #define WCHAR_MAX (0x7fffffff+L'\0')
-WCHAR_MAX      wchar.h d       30      #define WCHAR_MAX (0xffffffffu+L'\0')
-WCHAR_MAX      wchar.h d       33      #define WCHAR_MAX (0x7fffffff+L'\0')
-WCHAR_MIN      stdint.h        d       86      #define WCHAR_MIN (0+L'\0')
-WCHAR_MIN      stdint.h        d       89      #define WCHAR_MIN (-1-0x7fffffff+L'\0')
-WCHAR_MIN      wchar.h d       31      #define WCHAR_MIN (0+L'\0')
-WCHAR_MIN      wchar.h d       34      #define WCHAR_MIN (-1-0x7fffffff+L'\0')
-WCONTINUED     sys/wait.h      d       40      #define WCONTINUED 8
-WCOREDUMP      stdlib.h        d       146     #define WCOREDUMP(s) ((s) & 0x80)
-WCOREDUMP      sys/wait.h      d       50      #define WCOREDUMP(s) ((s) & 0x80)
-WEOF   wchar.h d       44      #define WEOF 0xffffffffU
-WEOF   wctype.h        d       23      #define WEOF 0xffffffffU
-WEXITED        sys/wait.h      d       39      #define WEXITED 4
-WEXITSTATUS    stdlib.h        d       92      #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
-WEXITSTATUS    sys/wait.h      d       47      #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
-WHOLE_SECONDS  sys/personality.h       d       14      #define WHOLE_SECONDS 0x2000000
-WIFCONTINUED   stdlib.h        d       147     #define WIFCONTINUED(s) ((s) == 0xffff)
-WIFCONTINUED   sys/wait.h      d       54      #define WIFCONTINUED(s) ((s) == 0xffff)
-WIFEXITED      stdlib.h        d       95      #define WIFEXITED(s) (!WTERMSIG(s))
-WIFEXITED      sys/wait.h      d       51      #define WIFEXITED(s) (!WTERMSIG(s))
-WIFSIGNALED    stdlib.h        d       97      #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu)
-WIFSIGNALED    sys/wait.h      d       53      #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu)
-WIFSTOPPED     stdlib.h        d       96      #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00)
-WIFSTOPPED     sys/wait.h      d       52      #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00)
-WILL   arpa/telnet.h   d       8       #define WILL 251
-WINT_MAX       stdint.h        d       82      #define WINT_MAX UINT32_MAX
-WINT_MIN       stdint.h        d       81      #define WINT_MIN 0U
-WNOHANG        stdlib.h        d       89      #define WNOHANG 1
-WNOHANG        sys/wait.h      d       35      #define WNOHANG 1
-WNOWAIT        sys/wait.h      d       41      #define WNOWAIT 0x1000000
-WONT   arpa/telnet.h   d       7       #define WONT 252
-WORD_BIT       limits.h        d       55      #define WORD_BIT 32
-WRDE_APPEND    wordexp.h       d       15      #define WRDE_APPEND 2
-WRDE_BADCHAR   wordexp.h       d       30      #define WRDE_BADCHAR 2
-WRDE_BADVAL    wordexp.h       d       31      #define WRDE_BADVAL 3
-WRDE_CMDSUB    wordexp.h       d       32      #define WRDE_CMDSUB 4
-WRDE_DOOFFS    wordexp.h       d       14      #define WRDE_DOOFFS 1
-WRDE_NOCMD     wordexp.h       d       16      #define WRDE_NOCMD 4
-WRDE_NOSPACE   wordexp.h       d       29      #define WRDE_NOSPACE 1
-WRDE_NOSYS     wordexp.h       d       28      #define WRDE_NOSYS -1
-WRDE_REUSE     wordexp.h       d       17      #define WRDE_REUSE 8
-WRDE_SHOWERR   wordexp.h       d       18      #define WRDE_SHOWERR 16
-WRDE_SYNTAX    wordexp.h       d       33      #define WRDE_SYNTAX 5
-WRDE_UNDEF     wordexp.h       d       19      #define WRDE_UNDEF 32
-WRITE_10       scsi/scsi.h     d       31      #define WRITE_10 0x2a
-WRITE_12       scsi/scsi.h     d       65      #define WRITE_12 0xaa
-WRITE_6        scsi/scsi.h     d       11      #define WRITE_6 0x0a
-WRITE_BUFFER   scsi/scsi.h     d       47      #define WRITE_BUFFER 0x3b
-WRITE_FILEMARKS        scsi/scsi.h     d       14      #define WRITE_FILEMARKS 0x10
-WRITE_LONG     scsi/scsi.h     d       51      #define WRITE_LONG 0x3f
-WRITE_LONG_2   scsi/scsi.h     d       72      #define WRITE_LONG_2 0xea
-WRITE_SAME     scsi/scsi.h     d       53      #define WRITE_SAME 0x41
-WRITE_VERIFY   scsi/scsi.h     d       33      #define WRITE_VERIFY 0x2e
-WRITE_VERIFY_12        scsi/scsi.h     d       66      #define WRITE_VERIFY_12 0xae
-WRQ    arpa/tftp.h     d       5       #define WRQ 02
-WSTOPPED       sys/wait.h      d       38      #define WSTOPPED 2
-WSTOPSIG       stdlib.h        d       94      #define WSTOPSIG(s) WEXITSTATUS(s)
-WSTOPSIG       sys/wait.h      d       49      #define WSTOPSIG(s) WEXITSTATUS(s)
-WTERMSIG       stdlib.h        d       93      #define WTERMSIG(s) ((s) & 0x7f)
-WTERMSIG       sys/wait.h      d       48      #define WTERMSIG(s) ((s) & 0x7f)
-WTMP_FILE      utmp.h  d       44      #define WTMP_FILE _PATH_WTMP
-WTMP_FILENAME  utmp.h  d       46      #define WTMP_FILENAME _PATH_WTMP
-WUNTRACED      stdlib.h        d       90      #define WUNTRACED 2
-WUNTRACED      sys/wait.h      d       36      #define WUNTRACED 2
-W_OK   fcntl.h d       110     #define W_OK 2
-W_OK   unistd.h        d       70      #define W_OK 2
-XATTR_CREATE   sys/xattr.h     d       11      #define XATTR_CREATE 1
-XATTR_REPLACE  sys/xattr.h     d       12      #define XATTR_REPLACE 2
-X_OK   fcntl.h d       111     #define X_OK 1
-X_OK   unistd.h        d       71      #define X_OK 1
-YESEXPR        langinfo.h      d       77      #define YESEXPR 0x50000
-YESSTR langinfo.h      d       81      #define YESSTR 0x50002
-YXDOMAIN       arpa/nameser.h  d       387     #define YXDOMAIN ns_r_yxdomain
-YXRRSET        arpa/nameser.h  d       388     #define YXRRSET ns_r_yxrrset
-_AIO_H aio.h   d       2       #define _AIO_H
-_ALLOCA_H      alloca.h        d       2       #define _ALLOCA_H
-_ARPA_FTP_H    arpa/ftp.h      d       2       #define _ARPA_FTP_H
-_ARPA_INET_H   arpa/inet.h     d       2       #define _ARPA_INET_H
-_ARPA_NAMESER_H        arpa/nameser.h  d       2       #define _ARPA_NAMESER_H
-_ARPA_TELNET_H arpa/telnet.h   d       2       #define _ARPA_TELNET_H
-_ARPA_TFTP_H   arpa/tftp.h     d       2       #define _ARPA_TFTP_H
-_AR_H  ar.h    d       2       #define _AR_H
-_Alignas       stdalign.h      d       8       #define _Alignas(t) __attribute__((__aligned__(t)))
-_Alignof       stdalign.h      d       9       #define _Alignof(t) __alignof__(t)
-_BSD_SOURCE    features.h      d       15      #define _BSD_SOURCE 1
-_BSD_SOURCE    features.h      d       9       #define _BSD_SOURCE 1
-_BYTESWAP_H    byteswap.h      d       2       #define _BYTESWAP_H
-_COMPLEX_H     complex.h       d       2       #define _COMPLEX_H
-_CPIO_H        cpio.h  d       2       #define _CPIO_H
-_CRYPT_H       crypt.h d       2       #define _CRYPT_H
-_CS_GNU_LIBC_VERSION   unistd.h        d       423     #define _CS_GNU_LIBC_VERSION 2
-_CS_GNU_LIBPTHREAD_VERSION     unistd.h        d       424     #define _CS_GNU_LIBPTHREAD_VERSION 3
-_CS_PATH       unistd.h        d       421     #define _CS_PATH 0
-_CS_POSIX_V5_WIDTH_RESTRICTED_ENVS     unistd.h        d       425     #define _CS_POSIX_V5_WIDTH_RESTRICTED_ENVS 4
-_CS_POSIX_V6_ILP32_OFF32_CFLAGS        unistd.h        d       428     #define _CS_POSIX_V6_ILP32_OFF32_CFLAGS 1116
-_CS_POSIX_V6_ILP32_OFF32_LDFLAGS       unistd.h        d       429     #define _CS_POSIX_V6_ILP32_OFF32_LDFLAGS 1117
-_CS_POSIX_V6_ILP32_OFF32_LIBS  unistd.h        d       430     #define _CS_POSIX_V6_ILP32_OFF32_LIBS 1118
-_CS_POSIX_V6_ILP32_OFF32_LINTFLAGS     unistd.h        d       431     #define _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS 1119
-_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS       unistd.h        d       432     #define _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS 1120
-_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS      unistd.h        d       433     #define _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS 1121
-_CS_POSIX_V6_ILP32_OFFBIG_LIBS unistd.h        d       434     #define _CS_POSIX_V6_ILP32_OFFBIG_LIBS 1122
-_CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS    unistd.h        d       435     #define _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS 1123
-_CS_POSIX_V6_LP64_OFF64_CFLAGS unistd.h        d       436     #define _CS_POSIX_V6_LP64_OFF64_CFLAGS 1124
-_CS_POSIX_V6_LP64_OFF64_LDFLAGS        unistd.h        d       437     #define _CS_POSIX_V6_LP64_OFF64_LDFLAGS 1125
-_CS_POSIX_V6_LP64_OFF64_LIBS   unistd.h        d       438     #define _CS_POSIX_V6_LP64_OFF64_LIBS 1126
-_CS_POSIX_V6_LP64_OFF64_LINTFLAGS      unistd.h        d       439     #define _CS_POSIX_V6_LP64_OFF64_LINTFLAGS 1127
-_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS       unistd.h        d       440     #define _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS 1128
-_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS      unistd.h        d       441     #define _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS 1129
-_CS_POSIX_V6_LPBIG_OFFBIG_LIBS unistd.h        d       442     #define _CS_POSIX_V6_LPBIG_OFFBIG_LIBS 1130
-_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS    unistd.h        d       443     #define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS 1131
-_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS     unistd.h        d       422     #define _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS 1
-_CS_POSIX_V7_ILP32_OFF32_CFLAGS        unistd.h        d       444     #define _CS_POSIX_V7_ILP32_OFF32_CFLAGS 1132
-_CS_POSIX_V7_ILP32_OFF32_LDFLAGS       unistd.h        d       445     #define _CS_POSIX_V7_ILP32_OFF32_LDFLAGS 1133
-_CS_POSIX_V7_ILP32_OFF32_LIBS  unistd.h        d       446     #define _CS_POSIX_V7_ILP32_OFF32_LIBS 1134
-_CS_POSIX_V7_ILP32_OFF32_LINTFLAGS     unistd.h        d       447     #define _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS 1135
-_CS_POSIX_V7_ILP32_OFFBIG_CFLAGS       unistd.h        d       448     #define _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS 1136
-_CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS      unistd.h        d       449     #define _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS 1137
-_CS_POSIX_V7_ILP32_OFFBIG_LIBS unistd.h        d       450     #define _CS_POSIX_V7_ILP32_OFFBIG_LIBS 1138
-_CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS    unistd.h        d       451     #define _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS 1139
-_CS_POSIX_V7_LP64_OFF64_CFLAGS unistd.h        d       452     #define _CS_POSIX_V7_LP64_OFF64_CFLAGS 1140
-_CS_POSIX_V7_LP64_OFF64_LDFLAGS        unistd.h        d       453     #define _CS_POSIX_V7_LP64_OFF64_LDFLAGS 1141
-_CS_POSIX_V7_LP64_OFF64_LIBS   unistd.h        d       454     #define _CS_POSIX_V7_LP64_OFF64_LIBS 1142
-_CS_POSIX_V7_LP64_OFF64_LINTFLAGS      unistd.h        d       455     #define _CS_POSIX_V7_LP64_OFF64_LINTFLAGS 1143
-_CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS       unistd.h        d       456     #define _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS 1144
-_CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS      unistd.h        d       457     #define _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS 1145
-_CS_POSIX_V7_LPBIG_OFFBIG_LIBS unistd.h        d       458     #define _CS_POSIX_V7_LPBIG_OFFBIG_LIBS 1146
-_CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS    unistd.h        d       459     #define _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS 1147
-_CS_POSIX_V7_WIDTH_RESTRICTED_ENVS     unistd.h        d       426     #define _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS 5
-_CTYPE_H       ctype.h d       2       #define _CTYPE_H
-_Complex_I     complex.h       d       10      #define _Complex_I (__extension__ (0.0f+1.0fi))
-_Complex_I     complex.h       d       12      #define _Complex_I (0.0f+1.0fi)
-_DIRENT_H      dirent.h        d       2       #define _DIRENT_H
-_DLFCN_H       dlfcn.h d       2       #define _DLFCN_H
-_ELF_H elf.h   d       2       #define _ELF_H
-_ENDIAN_H      endian.h        d       2       #define _ENDIAN_H
-_ERRNO_H       errno.h d       2       #define _ERRNO_H
-_ERR_H err.h   d       2       #define _ERR_H
-_Exit  stdlib.h        p       47      _Noreturn void _Exit(int);
-_FANOTIFY_H    sys/fanotify.h  d       2       #define _FANOTIFY_H
-_FCNTL_H       fcntl.h d       2       #define _FCNTL_H
-_FEATURES_H    features.h      d       2       #define _FEATURES_H
-_FENV_H        fenv.h  d       2       #define _FENV_H
-_FLOAT_H       float.h d       2       #define _FLOAT_H
-_FMTMSG_H      fmtmsg.h        d       2       #define _FMTMSG_H
-_FNMATCH_H     fnmatch.h       d       2       #define _FNMATCH_H
-_FTW_H ftw.h   d       2       #define _FTW_H
-_GETOPT_H      getopt.h        d       2       #define _GETOPT_H
-_GLOB_H        glob.h  d       2       #define _GLOB_H
-_GNU_SOURCE    features.h      d       5       #define _GNU_SOURCE 1
-_GRP_H grp.h   d       2       #define _GRP_H
-_ICONV_H       iconv.h d       2       #define _ICONV_H
-_IFADDRS_H     ifaddrs.h       d       2       #define _IFADDRS_H
-_INTTYPES_H    inttypes.h      d       2       #define _INTTYPES_H
-_IOFBF stdio.h d       40      #define _IOFBF 0
-_IOLBF stdio.h d       41      #define _IOLBF 1
-_IONBF stdio.h d       42      #define _IONBF 2
-_IOT_ifconf    net/if.h        d       127     #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
-_IOT_ifreq     net/if.h        d       113     #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0)
-_IOT_ifreq_int net/if.h        d       115     #define _IOT_ifreq_int _IOT(_IOTS(char),IFNAMSIZ,_IOTS(int),1,0,0)
-_IOT_ifreq_short       net/if.h        d       114     #define _IOT_ifreq_short _IOT(_IOTS(char),IFNAMSIZ,_IOTS(short),1,0,0)
-_IOT_mtconfiginfo      sys/mtio.h      d       15      #define _IOT_mtconfiginfo _IOT (_IOTS (long), 2, _IOTS (short), 3, _IOTS (long), 1)
-_IOT_mtget     sys/mtio.h      d       13      #define _IOT_mtget _IOT (_IOTS (long), 7, 0, 0, 0, 0)
-_IOT_mtop      sys/mtio.h      d       12      #define _IOT_mtop _IOT (_IOTS (short), 1, _IOTS (int), 1, 0, 0)
-_IOT_mtpos     sys/mtio.h      d       14      #define _IOT_mtpos _IOT_SIMPLE (long)
-_ISO646_H      iso646.h        d       2       #define _ISO646_H
-_LANGINFO_H    langinfo.h      d       2       #define _LANGINFO_H
-_LIBGEN_H      libgen.h        d       2       #define _LIBGEN_H
-_LIBINTL_H     libintl.h       d       2       #define _LIBINTL_H
-_LIMITS_H      limits.h        d       2       #define _LIMITS_H
-_LINK_H        link.h  d       2       #define _LINK_H
-_LINUX_QUOTA_VERSION   sys/quota.h     d       10      #define _LINUX_QUOTA_VERSION 2
-_LINUX_TYPES_H sys/kd.h        d       4       #define _LINUX_TYPES_H
-_LOCALE_H      locale.h        d       2       #define _LOCALE_H
-_MALLOC_H      malloc.h        d       2       #define _MALLOC_H
-_MATH_H        math.h  d       2       #define _MATH_H
-_MNTENT_H      mntent.h        d       2       #define _MNTENT_H
-_MONETARY_H    monetary.h      d       2       #define _MONETARY_H
-_MQUEUE_H      mqueue.h        d       2       #define _MQUEUE_H
-_NETDB_H       netdb.h d       2       #define _NETDB_H
-_NETINET_ETHER_H       netinet/ether.h d       2       #define _NETINET_ETHER_H
-_NETINET_ICMP6_H       netinet/icmp6.h d       2       #define _NETINET_ICMP6_H
-_NETINET_IF_ETHER_H    netinet/if_ether.h      d       2       #define _NETINET_IF_ETHER_H
-_NETINET_IGMP_H        netinet/igmp.h  d       2       #define _NETINET_IGMP_H
-_NETINET_IN_H  netinet/in.h    d       2       #define _NETINET_IN_H
-_NETINET_IN_SYSTM_H    netinet/in_systm.h      d       2       #define _NETINET_IN_SYSTM_H
-_NETINET_IP6_H netinet/ip6.h   d       2       #define _NETINET_IP6_H
-_NETINET_IP_H  netinet/ip.h    d       2       #define _NETINET_IP_H
-_NETINET_IP_ICMP_H     netinet/ip_icmp.h       d       2       #define _NETINET_IP_ICMP_H
-_NETINET_TCP_H netinet/tcp.h   d       2       #define _NETINET_TCP_H
-_NETINET_UDP_H netinet/udp.h   d       2       #define _NETINET_UDP_H
-_NETPACKET_PACKET_H    netpacket/packet.h      d       2       #define _NETPACKET_PACKET_H
-_NET_ETHERNET_H        net/ethernet.h  d       2       #define _NET_ETHERNET_H
-_NET_IF_ARP_H  net/if_arp.h    d       3       #define _NET_IF_ARP_H
-_NET_IF_H      net/if.h        d       2       #define _NET_IF_H
-_NET_ROUTE_H   net/route.h     d       2       #define _NET_ROUTE_H
-_NL_TYPES_H    nl_types.h      d       2       #define _NL_TYPES_H
-_Noreturn      features.h      d       31      #define _Noreturn __attribute__((__noreturn__))
-_Noreturn      features.h      d       33      #define _Noreturn
-_PATHS_H       paths.h d       2       #define _PATHS_H
-_PATH_BSHELL   paths.h d       7       #define _PATH_BSHELL "/bin/sh"
-_PATH_CONSOLE  paths.h d       8       #define _PATH_CONSOLE "/dev/console"
-_PATH_DEFPATH  paths.h d       4       #define _PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin"
-_PATH_DEV      paths.h d       25      #define _PATH_DEV "/dev/"
-_PATH_DEVNULL  paths.h d       9       #define _PATH_DEVNULL "/dev/null"
-_PATH_KLOG     paths.h d       10      #define _PATH_KLOG "/proc/kmsg"
-_PATH_LASTLOG  paths.h d       11      #define _PATH_LASTLOG "/var/log/lastlog"
-_PATH_LOG      syslog.h        d       65      #define _PATH_LOG "/dev/log"
-_PATH_MAILDIR  paths.h d       12      #define _PATH_MAILDIR "/var/mail"
-_PATH_MAN      paths.h d       13      #define _PATH_MAN "/usr/share/man"
-_PATH_MNTTAB   paths.h d       14      #define _PATH_MNTTAB "/etc/fstab"
-_PATH_MOUNTED  paths.h d       15      #define _PATH_MOUNTED "/etc/mtab"
-_PATH_NOLOGIN  paths.h d       16      #define _PATH_NOLOGIN "/etc/nologin"
-_PATH_RESCONF  resolv.h        d       67      #define _PATH_RESCONF "/etc/resolv.conf"
-_PATH_SENDMAIL paths.h d       17      #define _PATH_SENDMAIL "/usr/sbin/sendmail"
-_PATH_SHADOW   paths.h d       18      #define _PATH_SHADOW "/etc/shadow"
-_PATH_SHELLS   paths.h d       19      #define _PATH_SHELLS "/etc/shells"
-_PATH_STDPATH  paths.h d       5       #define _PATH_STDPATH "/bin:/usr/bin:/sbin:/usr/sbin"
-_PATH_TMP      paths.h d       26      #define _PATH_TMP "/tmp/"
-_PATH_TTY      paths.h d       20      #define _PATH_TTY "/dev/tty"
-_PATH_UTMP     paths.h d       21      #define _PATH_UTMP "/dev/null/utmp"
-_PATH_UTMP     utmp.h  d       40      #define _PATH_UTMP "/dev/null/utmp"
-_PATH_VARDB    paths.h d       27      #define _PATH_VARDB "/var/lib/misc/"
-_PATH_VARRUN   paths.h d       28      #define _PATH_VARRUN "/var/run/"
-_PATH_VARTMP   paths.h d       29      #define _PATH_VARTMP "/var/tmp/"
-_PATH_VI       paths.h d       22      #define _PATH_VI "/usr/bin/vi"
-_PATH_WTMP     paths.h d       23      #define _PATH_WTMP "/dev/null/wtmp"
-_PATH_WTMP     utmp.h  d       41      #define _PATH_WTMP "/dev/null/wtmp"
-_PC_2_SYMLINKS unistd.h        d       276     #define _PC_2_SYMLINKS 20
-_PC_ALLOC_SIZE_MIN     unistd.h        d       274     #define _PC_ALLOC_SIZE_MIN 18
-_PC_ASYNC_IO   unistd.h        d       266     #define _PC_ASYNC_IO 10
-_PC_CHOWN_RESTRICTED   unistd.h        d       262     #define _PC_CHOWN_RESTRICTED 6
-_PC_FILESIZEBITS       unistd.h        d       269     #define _PC_FILESIZEBITS 13
-_PC_LINK_MAX   unistd.h        d       256     #define _PC_LINK_MAX 0
-_PC_MAX_CANON  unistd.h        d       257     #define _PC_MAX_CANON 1
-_PC_MAX_INPUT  unistd.h        d       258     #define _PC_MAX_INPUT 2
-_PC_NAME_MAX   unistd.h        d       259     #define _PC_NAME_MAX 3
-_PC_NO_TRUNC   unistd.h        d       263     #define _PC_NO_TRUNC 7
-_PC_PATH_MAX   unistd.h        d       260     #define _PC_PATH_MAX 4
-_PC_PIPE_BUF   unistd.h        d       261     #define _PC_PIPE_BUF 5
-_PC_PRIO_IO    unistd.h        d       267     #define _PC_PRIO_IO 11
-_PC_REC_INCR_XFER_SIZE unistd.h        d       270     #define _PC_REC_INCR_XFER_SIZE 14
-_PC_REC_MAX_XFER_SIZE  unistd.h        d       271     #define _PC_REC_MAX_XFER_SIZE 15
-_PC_REC_MIN_XFER_SIZE  unistd.h        d       272     #define _PC_REC_MIN_XFER_SIZE 16
-_PC_REC_XFER_ALIGN     unistd.h        d       273     #define _PC_REC_XFER_ALIGN 17
-_PC_SOCK_MAXBUF        unistd.h        d       268     #define _PC_SOCK_MAXBUF 12
-_PC_SYMLINK_MAX        unistd.h        d       275     #define _PC_SYMLINK_MAX 19
-_PC_SYNC_IO    unistd.h        d       265     #define _PC_SYNC_IO 9
-_PC_VDISABLE   unistd.h        d       264     #define _PC_VDISABLE 8
-_PERSONALITY_H sys/personality.h       d       2       #define _PERSONALITY_H
-_POLL_H        poll.h  d       2       #define _POLL_H
-_POSIX2_BC_BASE_MAX    limits.h        d       140     #define _POSIX2_BC_BASE_MAX 99
-_POSIX2_BC_DIM_MAX     limits.h        d       141     #define _POSIX2_BC_DIM_MAX 2048
-_POSIX2_BC_SCALE_MAX   limits.h        d       142     #define _POSIX2_BC_SCALE_MAX 99
-_POSIX2_BC_STRING_MAX  limits.h        d       143     #define _POSIX2_BC_STRING_MAX 1000
-_POSIX2_CHARCLASS_NAME_MAX     limits.h        d       144     #define _POSIX2_CHARCLASS_NAME_MAX 14
-_POSIX2_COLL_WEIGHTS_MAX       limits.h        d       145     #define _POSIX2_COLL_WEIGHTS_MAX 2
-_POSIX2_C_BIND unistd.h        d       250     #define _POSIX2_C_BIND _POSIX_VERSION
-_POSIX2_EXPR_NEST_MAX  limits.h        d       146     #define _POSIX2_EXPR_NEST_MAX 32
-_POSIX2_LINE_MAX       limits.h        d       147     #define _POSIX2_LINE_MAX 2048
-_POSIX2_RE_DUP_MAX     limits.h        d       148     #define _POSIX2_RE_DUP_MAX 255
-_POSIX2_VERSION        unistd.h        d       210     #define _POSIX2_VERSION _POSIX_VERSION
-_POSIX_ADVISORY_INFO   unistd.h        d       212     #define _POSIX_ADVISORY_INFO _POSIX_VERSION
-_POSIX_AIO_LISTIO_MAX  limits.h        d       102     #define _POSIX_AIO_LISTIO_MAX 2
-_POSIX_AIO_MAX limits.h        d       103     #define _POSIX_AIO_MAX 1
-_POSIX_ARG_MAX limits.h        d       104     #define _POSIX_ARG_MAX 4096
-_POSIX_ASYNCHRONOUS_IO unistd.h        d       246     #define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION
-_POSIX_BARRIERS        unistd.h        d       243     #define _POSIX_BARRIERS _POSIX_VERSION
-_POSIX_CHILD_MAX       limits.h        d       105     #define _POSIX_CHILD_MAX 25
-_POSIX_CHOWN_RESTRICTED        unistd.h        d       213     #define _POSIX_CHOWN_RESTRICTED 1
-_POSIX_CLOCKRES_MIN    limits.h        d       106     #define _POSIX_CLOCKRES_MIN 20000000
-_POSIX_CLOCK_SELECTION unistd.h        d       242     #define _POSIX_CLOCK_SELECTION _POSIX_VERSION
-_POSIX_CPUTIME unistd.h        d       241     #define _POSIX_CPUTIME _POSIX_VERSION
-_POSIX_DELAYTIMER_MAX  limits.h        d       107     #define _POSIX_DELAYTIMER_MAX 32
-_POSIX_FSYNC   unistd.h        d       221     #define _POSIX_FSYNC _POSIX_VERSION
-_POSIX_HOST_NAME_MAX   limits.h        d       108     #define _POSIX_HOST_NAME_MAX 255
-_POSIX_IPV6    unistd.h        d       214     #define _POSIX_IPV6 _POSIX_VERSION
-_POSIX_JOB_CONTROL     unistd.h        d       215     #define _POSIX_JOB_CONTROL 1
-_POSIX_LINK_MAX        limits.h        d       109     #define _POSIX_LINK_MAX 8
-_POSIX_LOGIN_NAME_MAX  limits.h        d       110     #define _POSIX_LOGIN_NAME_MAX 9
-_POSIX_MAPPED_FILES    unistd.h        d       216     #define _POSIX_MAPPED_FILES _POSIX_VERSION
-_POSIX_MAX_CANON       limits.h        d       111     #define _POSIX_MAX_CANON 255
-_POSIX_MAX_INPUT       limits.h        d       112     #define _POSIX_MAX_INPUT 255
-_POSIX_MEMLOCK unistd.h        d       217     #define _POSIX_MEMLOCK _POSIX_VERSION
-_POSIX_MEMLOCK_RANGE   unistd.h        d       218     #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
-_POSIX_MEMORY_PROTECTION       unistd.h        d       219     #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
-_POSIX_MESSAGE_PASSING unistd.h        d       220     #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
-_POSIX_MONOTONIC_CLOCK unistd.h        d       240     #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION
-_POSIX_MQ_OPEN_MAX     limits.h        d       113     #define _POSIX_MQ_OPEN_MAX 8
-_POSIX_MQ_PRIO_MAX     limits.h        d       114     #define _POSIX_MQ_PRIO_MAX 32
-_POSIX_NAME_MAX        limits.h        d       115     #define _POSIX_NAME_MAX 14
-_POSIX_NGROUPS_MAX     limits.h        d       116     #define _POSIX_NGROUPS_MAX 8
-_POSIX_NO_TRUNC        unistd.h        d       222     #define _POSIX_NO_TRUNC 1
-_POSIX_OPEN_MAX        limits.h        d       117     #define _POSIX_OPEN_MAX 20
-_POSIX_PATH_MAX        limits.h        d       118     #define _POSIX_PATH_MAX 256
-_POSIX_PIPE_BUF        limits.h        d       119     #define _POSIX_PIPE_BUF 512
-_POSIX_RAW_SOCKETS     unistd.h        d       223     #define _POSIX_RAW_SOCKETS _POSIX_VERSION
-_POSIX_READER_WRITER_LOCKS     unistd.h        d       245     #define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION
-_POSIX_REALTIME_SIGNALS        unistd.h        d       224     #define _POSIX_REALTIME_SIGNALS _POSIX_VERSION
-_POSIX_REGEXP  unistd.h        d       225     #define _POSIX_REGEXP 1
-_POSIX_RE_DUP_MAX      limits.h        d       120     #define _POSIX_RE_DUP_MAX 255
-_POSIX_RTSIG_MAX       limits.h        d       121     #define _POSIX_RTSIG_MAX 8
-_POSIX_SAVED_IDS       unistd.h        d       226     #define _POSIX_SAVED_IDS 1
-_POSIX_SEMAPHORES      unistd.h        d       247     #define _POSIX_SEMAPHORES _POSIX_VERSION
-_POSIX_SEM_NSEMS_MAX   limits.h        d       122     #define _POSIX_SEM_NSEMS_MAX 256
-_POSIX_SEM_VALUE_MAX   limits.h        d       123     #define _POSIX_SEM_VALUE_MAX 32767
-_POSIX_SHARED_MEMORY_OBJECTS   unistd.h        d       248     #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION
-_POSIX_SHELL   unistd.h        d       227     #define _POSIX_SHELL 1
-_POSIX_SIGQUEUE_MAX    limits.h        d       124     #define _POSIX_SIGQUEUE_MAX 32
-_POSIX_SPAWN   unistd.h        d       228     #define _POSIX_SPAWN _POSIX_VERSION
-_POSIX_SPIN_LOCKS      unistd.h        d       244     #define _POSIX_SPIN_LOCKS _POSIX_VERSION
-_POSIX_SSIZE_MAX       limits.h        d       125     #define _POSIX_SSIZE_MAX 32767
-_POSIX_SS_REPL_MAX     limits.h        d       127     #define _POSIX_SS_REPL_MAX 4
-_POSIX_STREAM_MAX      limits.h        d       126     #define _POSIX_STREAM_MAX 8
-_POSIX_SYMLINK_MAX     limits.h        d       128     #define _POSIX_SYMLINK_MAX 255
-_POSIX_SYMLOOP_MAX     limits.h        d       129     #define _POSIX_SYMLOOP_MAX 8
-_POSIX_THREADS unistd.h        d       231     #define _POSIX_THREADS _POSIX_VERSION
-_POSIX_THREAD_ATTR_STACKADDR   unistd.h        d       234     #define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION
-_POSIX_THREAD_ATTR_STACKSIZE   unistd.h        d       235     #define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION
-_POSIX_THREAD_CPUTIME  unistd.h        d       237     #define _POSIX_THREAD_CPUTIME _POSIX_VERSION
-_POSIX_THREAD_DESTRUCTOR_ITERATIONS    limits.h        d       130     #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4
-_POSIX_THREAD_KEYS_MAX limits.h        d       131     #define _POSIX_THREAD_KEYS_MAX 128
-_POSIX_THREAD_PRIORITY_SCHEDULING      unistd.h        d       236     #define _POSIX_THREAD_PRIORITY_SCHEDULING _POSIX_VERSION
-_POSIX_THREAD_PROCESS_SHARED   unistd.h        d       232     #define _POSIX_THREAD_PROCESS_SHARED _POSIX_VERSION
-_POSIX_THREAD_SAFE_FUNCTIONS   unistd.h        d       233     #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION
-_POSIX_THREAD_THREADS_MAX      limits.h        d       132     #define _POSIX_THREAD_THREADS_MAX 64
-_POSIX_TIMEOUTS        unistd.h        d       239     #define _POSIX_TIMEOUTS _POSIX_VERSION
-_POSIX_TIMERS  unistd.h        d       238     #define _POSIX_TIMERS _POSIX_VERSION
-_POSIX_TIMER_MAX       limits.h        d       133     #define _POSIX_TIMER_MAX 32
-_POSIX_TRACE_EVENT_NAME_MAX    limits.h        d       134     #define _POSIX_TRACE_EVENT_NAME_MAX 30
-_POSIX_TRACE_NAME_MAX  limits.h        d       135     #define _POSIX_TRACE_NAME_MAX 8
-_POSIX_TRACE_SYS_MAX   limits.h        d       136     #define _POSIX_TRACE_SYS_MAX 8
-_POSIX_TRACE_USER_EVENT_MAX    limits.h        d       137     #define _POSIX_TRACE_USER_EVENT_MAX 32
-_POSIX_TTY_NAME_MAX    limits.h        d       138     #define _POSIX_TTY_NAME_MAX 9
-_POSIX_TZNAME_MAX      limits.h        d       139     #define _POSIX_TZNAME_MAX 6
-_POSIX_VDISABLE        unistd.h        d       229     #define _POSIX_VDISABLE 0
-_POSIX_VERSION unistd.h        d       209     #define _POSIX_VERSION 200809L
-_PTHREAD_H     pthread.h       d       2       #define _PTHREAD_H
-_PTY_H pty.h   d       2       #define _PTY_H
-_PWD_H pwd.h   d       2       #define _PWD_H
-_REGEX_H       regex.h d       2       #define _REGEX_H
-_RESOLV_H      resolv.h        d       2       #define _RESOLV_H
-_SCHED_H       sched.h d       2       #define _SCHED_H
-_SCSI_IOCTL_H  scsi/scsi_ioctl.h       d       2       #define _SCSI_IOCTL_H
-_SCSI_SCSI_H   scsi/scsi.h     d       2       #define _SCSI_SCSI_H
-_SCSI_SG_H     scsi/sg.h       d       2       #define _SCSI_SG_H
-_SC_2_CHAR_TERM        unistd.h        d       360     #define _SC_2_CHAR_TERM 95
-_SC_2_C_BIND   unistd.h        d       324     #define _SC_2_C_BIND 47
-_SC_2_C_DEV    unistd.h        d       325     #define _SC_2_C_DEV 48
-_SC_2_FORT_DEV unistd.h        d       326     #define _SC_2_FORT_DEV 49
-_SC_2_FORT_RUN unistd.h        d       327     #define _SC_2_FORT_RUN 50
-_SC_2_LOCALEDEF        unistd.h        d       329     #define _SC_2_LOCALEDEF 52
-_SC_2_PBS      unistd.h        d       388     #define _SC_2_PBS 168
-_SC_2_PBS_ACCOUNTING   unistd.h        d       389     #define _SC_2_PBS_ACCOUNTING 169
-_SC_2_PBS_CHECKPOINT   unistd.h        d       395     #define _SC_2_PBS_CHECKPOINT 175
-_SC_2_PBS_LOCATE       unistd.h        d       390     #define _SC_2_PBS_LOCATE 170
-_SC_2_PBS_MESSAGE      unistd.h        d       391     #define _SC_2_PBS_MESSAGE 171
-_SC_2_PBS_TRACK        unistd.h        d       392     #define _SC_2_PBS_TRACK 172
-_SC_2_SW_DEV   unistd.h        d       328     #define _SC_2_SW_DEV 51
-_SC_2_UPE      unistd.h        d       361     #define _SC_2_UPE 97
-_SC_2_VERSION  unistd.h        d       323     #define _SC_2_VERSION 46
-_SC_ADVISORY_INFO      unistd.h        d       373     #define _SC_ADVISORY_INFO 132
-_SC_AIO_LISTIO_MAX     unistd.h        d       301     #define _SC_AIO_LISTIO_MAX 23
-_SC_AIO_MAX    unistd.h        d       302     #define _SC_AIO_MAX 24
-_SC_AIO_PRIO_DELTA_MAX unistd.h        d       303     #define _SC_AIO_PRIO_DELTA_MAX 25
-_SC_ARG_MAX    unistd.h        d       278     #define _SC_ARG_MAX 0
-_SC_ASYNCHRONOUS_IO    unistd.h        d       290     #define _SC_ASYNCHRONOUS_IO 12
-_SC_ATEXIT_MAX unistd.h        d       352     #define _SC_ATEXIT_MAX 87
-_SC_AVPHYS_PAGES       unistd.h        d       351     #define _SC_AVPHYS_PAGES 86
-_SC_BARRIERS   unistd.h        d       374     #define _SC_BARRIERS 133
-_SC_BC_BASE_MAX        unistd.h        d       315     #define _SC_BC_BASE_MAX 36
-_SC_BC_DIM_MAX unistd.h        d       316     #define _SC_BC_DIM_MAX 37
-_SC_BC_SCALE_MAX       unistd.h        d       317     #define _SC_BC_SCALE_MAX 38
-_SC_BC_STRING_MAX      unistd.h        d       318     #define _SC_BC_STRING_MAX 39
-_SC_CHILD_MAX  unistd.h        d       279     #define _SC_CHILD_MAX 1
-_SC_CLK_TCK    unistd.h        d       280     #define _SC_CLK_TCK 2
-_SC_CLOCK_SELECTION    unistd.h        d       375     #define _SC_CLOCK_SELECTION 137
-_SC_COLL_WEIGHTS_MAX   unistd.h        d       319     #define _SC_COLL_WEIGHTS_MAX 40
-_SC_CPUTIME    unistd.h        d       376     #define _SC_CPUTIME 138
-_SC_DELAYTIMER_MAX     unistd.h        d       304     #define _SC_DELAYTIMER_MAX 26
-_SC_EXPR_NEST_MAX      unistd.h        d       320     #define _SC_EXPR_NEST_MAX 42
-_SC_FSYNC      unistd.h        d       293     #define _SC_FSYNC 15
-_SC_GETGR_R_SIZE_MAX   unistd.h        d       334     #define _SC_GETGR_R_SIZE_MAX 69
-_SC_GETPW_R_SIZE_MAX   unistd.h        d       335     #define _SC_GETPW_R_SIZE_MAX 70
-_SC_HOST_NAME_MAX      unistd.h        d       400     #define _SC_HOST_NAME_MAX 180
-_SC_IOV_MAX    unistd.h        d       331     #define _SC_IOV_MAX 60
-_SC_IPV6       unistd.h        d       406     #define _SC_IPV6 235
-_SC_JOB_CONTROL        unistd.h        d       285     #define _SC_JOB_CONTROL 7
-_SC_LINE_MAX   unistd.h        d       321     #define _SC_LINE_MAX 43
-_SC_LOGIN_NAME_MAX     unistd.h        d       336     #define _SC_LOGIN_NAME_MAX 71
-_SC_MAPPED_FILES       unistd.h        d       294     #define _SC_MAPPED_FILES 16
-_SC_MEMLOCK    unistd.h        d       295     #define _SC_MEMLOCK 17
-_SC_MEMLOCK_RANGE      unistd.h        d       296     #define _SC_MEMLOCK_RANGE 18
-_SC_MEMORY_PROTECTION  unistd.h        d       297     #define _SC_MEMORY_PROTECTION 19
-_SC_MESSAGE_PASSING    unistd.h        d       298     #define _SC_MESSAGE_PASSING 20
-_SC_MONOTONIC_CLOCK    unistd.h        d       378     #define _SC_MONOTONIC_CLOCK 149
-_SC_MQ_OPEN_MAX        unistd.h        d       305     #define _SC_MQ_OPEN_MAX 27
-_SC_MQ_PRIO_MAX        unistd.h        d       306     #define _SC_MQ_PRIO_MAX 28
-_SC_NGROUPS_MAX        unistd.h        d       281     #define _SC_NGROUPS_MAX 3
-_SC_NPROCESSORS_CONF   unistd.h        d       348     #define _SC_NPROCESSORS_CONF 83
-_SC_NPROCESSORS_ONLN   unistd.h        d       349     #define _SC_NPROCESSORS_ONLN 84
-_SC_NZERO      unistd.h        d       365     #define _SC_NZERO 109
-_SC_OPEN_MAX   unistd.h        d       282     #define _SC_OPEN_MAX 4
-_SC_PAGESIZE   unistd.h        d       309     #define _SC_PAGESIZE 30 /* !! */
-_SC_PAGE_SIZE  unistd.h        d       308     #define _SC_PAGE_SIZE 30
-_SC_PASS_MAX   unistd.h        d       353     #define _SC_PASS_MAX 88
-_SC_PHYS_PAGES unistd.h        d       350     #define _SC_PHYS_PAGES 85
-_SC_PRIORITIZED_IO     unistd.h        d       291     #define _SC_PRIORITIZED_IO 13
-_SC_PRIORITY_SCHEDULING        unistd.h        d       288     #define _SC_PRIORITY_SCHEDULING 10
-_SC_RAW_SOCKETS        unistd.h        d       407     #define _SC_RAW_SOCKETS 236
-_SC_READER_WRITER_LOCKS        unistd.h        d       379     #define _SC_READER_WRITER_LOCKS 153
-_SC_REALTIME_SIGNALS   unistd.h        d       287     #define _SC_REALTIME_SIGNALS 9
-_SC_REGEXP     unistd.h        d       381     #define _SC_REGEXP 155
-_SC_RE_DUP_MAX unistd.h        d       322     #define _SC_RE_DUP_MAX 44
-_SC_RTSIG_MAX  unistd.h        d       310     #define _SC_RTSIG_MAX 31
-_SC_SAVED_IDS  unistd.h        d       286     #define _SC_SAVED_IDS 8
-_SC_SEMAPHORES unistd.h        d       299     #define _SC_SEMAPHORES 21
-_SC_SEM_NSEMS_MAX      unistd.h        d       311     #define _SC_SEM_NSEMS_MAX 32
-_SC_SEM_VALUE_MAX      unistd.h        d       312     #define _SC_SEM_VALUE_MAX 33
-_SC_SHARED_MEMORY_OBJECTS      unistd.h        d       300     #define _SC_SHARED_MEMORY_OBJECTS 22
-_SC_SHELL      unistd.h        d       382     #define _SC_SHELL 157
-_SC_SIGQUEUE_MAX       unistd.h        d       313     #define _SC_SIGQUEUE_MAX 34
-_SC_SPAWN      unistd.h        d       383     #define _SC_SPAWN 159
-_SC_SPIN_LOCKS unistd.h        d       380     #define _SC_SPIN_LOCKS 154
-_SC_SPORADIC_SERVER    unistd.h        d       384     #define _SC_SPORADIC_SERVER 160
-_SC_SS_REPL_MAX        unistd.h        d       412     #define _SC_SS_REPL_MAX 241
-_SC_STREAMS    unistd.h        d       394     #define _SC_STREAMS 174
-_SC_STREAM_MAX unistd.h        d       283     #define _SC_STREAM_MAX 5
-_SC_SYMLOOP_MAX        unistd.h        d       393     #define _SC_SYMLOOP_MAX 173
-_SC_SYNCHRONIZED_IO    unistd.h        d       292     #define _SC_SYNCHRONIZED_IO 14
-_SC_THREADS    unistd.h        d       332     #define _SC_THREADS 67
-_SC_THREAD_ATTR_STACKADDR      unistd.h        d       342     #define _SC_THREAD_ATTR_STACKADDR 77
-_SC_THREAD_ATTR_STACKSIZE      unistd.h        d       343     #define _SC_THREAD_ATTR_STACKSIZE 78
-_SC_THREAD_CPUTIME     unistd.h        d       377     #define _SC_THREAD_CPUTIME 139
-_SC_THREAD_DESTRUCTOR_ITERATIONS       unistd.h        d       338     #define _SC_THREAD_DESTRUCTOR_ITERATIONS 73
-_SC_THREAD_KEYS_MAX    unistd.h        d       339     #define _SC_THREAD_KEYS_MAX 74
-_SC_THREAD_PRIORITY_SCHEDULING unistd.h        d       344     #define _SC_THREAD_PRIORITY_SCHEDULING 79
-_SC_THREAD_PRIO_INHERIT        unistd.h        d       345     #define _SC_THREAD_PRIO_INHERIT 80
-_SC_THREAD_PRIO_PROTECT        unistd.h        d       346     #define _SC_THREAD_PRIO_PROTECT 81
-_SC_THREAD_PROCESS_SHARED      unistd.h        d       347     #define _SC_THREAD_PROCESS_SHARED 82
-_SC_THREAD_ROBUST_PRIO_INHERIT unistd.h        d       418     #define _SC_THREAD_ROBUST_PRIO_INHERIT 247
-_SC_THREAD_ROBUST_PRIO_PROTECT unistd.h        d       419     #define _SC_THREAD_ROBUST_PRIO_PROTECT 248
-_SC_THREAD_SAFE_FUNCTIONS      unistd.h        d       333     #define _SC_THREAD_SAFE_FUNCTIONS 68
-_SC_THREAD_SPORADIC_SERVER     unistd.h        d       385     #define _SC_THREAD_SPORADIC_SERVER 161
-_SC_THREAD_STACK_MIN   unistd.h        d       340     #define _SC_THREAD_STACK_MIN 75
-_SC_THREAD_THREADS_MAX unistd.h        d       341     #define _SC_THREAD_THREADS_MAX 76
-_SC_TIMEOUTS   unistd.h        d       386     #define _SC_TIMEOUTS 164
-_SC_TIMERS     unistd.h        d       289     #define _SC_TIMERS 11
-_SC_TIMER_MAX  unistd.h        d       314     #define _SC_TIMER_MAX 35
-_SC_TRACE      unistd.h        d       401     #define _SC_TRACE 181
-_SC_TRACE_EVENT_FILTER unistd.h        d       402     #define _SC_TRACE_EVENT_FILTER 182
-_SC_TRACE_EVENT_NAME_MAX       unistd.h        d       413     #define _SC_TRACE_EVENT_NAME_MAX 242
-_SC_TRACE_INHERIT      unistd.h        d       403     #define _SC_TRACE_INHERIT 183
-_SC_TRACE_LOG  unistd.h        d       404     #define _SC_TRACE_LOG 184
-_SC_TRACE_NAME_MAX     unistd.h        d       414     #define _SC_TRACE_NAME_MAX 243
-_SC_TRACE_SYS_MAX      unistd.h        d       415     #define _SC_TRACE_SYS_MAX 244
-_SC_TRACE_USER_EVENT_MAX       unistd.h        d       416     #define _SC_TRACE_USER_EVENT_MAX 245
-_SC_TTY_NAME_MAX       unistd.h        d       337     #define _SC_TTY_NAME_MAX 72
-_SC_TYPED_MEMORY_OBJECTS       unistd.h        d       387     #define _SC_TYPED_MEMORY_OBJECTS 165
-_SC_TZNAME_MAX unistd.h        d       284     #define _SC_TZNAME_MAX 6
-_SC_UIO_MAXIOV unistd.h        d       330     #define _SC_UIO_MAXIOV 60 /* !! */
-_SC_V6_ILP32_OFF32     unistd.h        d       396     #define _SC_V6_ILP32_OFF32 176
-_SC_V6_ILP32_OFFBIG    unistd.h        d       397     #define _SC_V6_ILP32_OFFBIG 177
-_SC_V6_LP64_OFF64      unistd.h        d       398     #define _SC_V6_LP64_OFF64 178
-_SC_V6_LPBIG_OFFBIG    unistd.h        d       399     #define _SC_V6_LPBIG_OFFBIG 179
-_SC_V7_ILP32_OFF32     unistd.h        d       408     #define _SC_V7_ILP32_OFF32 237
-_SC_V7_ILP32_OFFBIG    unistd.h        d       409     #define _SC_V7_ILP32_OFFBIG 238
-_SC_V7_LP64_OFF64      unistd.h        d       410     #define _SC_V7_LP64_OFF64 239
-_SC_V7_LPBIG_OFFBIG    unistd.h        d       411     #define _SC_V7_LPBIG_OFFBIG 240
-_SC_VERSION    unistd.h        d       307     #define _SC_VERSION 29
-_SC_XBS5_ILP32_OFF32   unistd.h        d       366     #define _SC_XBS5_ILP32_OFF32 125
-_SC_XBS5_ILP32_OFFBIG  unistd.h        d       367     #define _SC_XBS5_ILP32_OFFBIG 126
-_SC_XBS5_LP64_OFF64    unistd.h        d       368     #define _SC_XBS5_LP64_OFF64 127
-_SC_XBS5_LPBIG_OFFBIG  unistd.h        d       369     #define _SC_XBS5_LPBIG_OFFBIG 128
-_SC_XOPEN_CRYPT        unistd.h        d       357     #define _SC_XOPEN_CRYPT 92
-_SC_XOPEN_ENH_I18N     unistd.h        d       358     #define _SC_XOPEN_ENH_I18N 93
-_SC_XOPEN_LEGACY       unistd.h        d       370     #define _SC_XOPEN_LEGACY 129
-_SC_XOPEN_REALTIME     unistd.h        d       371     #define _SC_XOPEN_REALTIME 130
-_SC_XOPEN_REALTIME_THREADS     unistd.h        d       372     #define _SC_XOPEN_REALTIME_THREADS 131
-_SC_XOPEN_SHM  unistd.h        d       359     #define _SC_XOPEN_SHM 94
-_SC_XOPEN_STREAMS      unistd.h        d       417     #define _SC_XOPEN_STREAMS 246
-_SC_XOPEN_UNIX unistd.h        d       356     #define _SC_XOPEN_UNIX 91
-_SC_XOPEN_VERSION      unistd.h        d       354     #define _SC_XOPEN_VERSION 89
-_SC_XOPEN_XCU_VERSION  unistd.h        d       355     #define _SC_XOPEN_XCU_VERSION 90
-_SC_XOPEN_XPG2 unistd.h        d       362     #define _SC_XOPEN_XPG2 98
-_SC_XOPEN_XPG3 unistd.h        d       363     #define _SC_XOPEN_XPG3 99
-_SC_XOPEN_XPG4 unistd.h        d       364     #define _SC_XOPEN_XPG4 100
-_SEARCH_H      search.h        d       2       #define _SEARCH_H
-_SEMAPHORE_H   semaphore.h     d       2       #define _SEMAPHORE_H
-_SEM_SEMUN_UNDEFINED   sys/sem.h       d       32      #define _SEM_SEMUN_UNDEFINED 1
-_SETJMP_H      setjmp.h        d       2       #define _SETJMP_H
-_SHADOW_H      shadow.h        d       2       #define _SHADOW_H
-_SIGNAL_H      signal.h        d       2       #define _SIGNAL_H
-_SPAWN_H       spawn.h d       2       #define _SPAWN_H
-_STDALIGN_H    stdalign.h      d       2       #define _STDALIGN_H
-_STDARG_H      stdarg.h        d       2       #define _STDARG_H
-_STDBOOL_H     stdbool.h       d       2       #define _STDBOOL_H
-_STDDEF_H      stddef.h        d       2       #define _STDDEF_H
-_STDINT_H      stdint.h        d       2       #define _STDINT_H
-_STDIO_EXT_H   stdio_ext.h     d       2       #define _STDIO_EXT_H
-_STDIO_H       stdio.h d       2       #define _STDIO_H
-_STDLIB_H      stdlib.h        d       2       #define _STDLIB_H
-_STDNORETURN_H stdnoreturn.h   d       2       #define _STDNORETURN_H
-_STRINGS_H     strings.h       d       2       #define _STRINGS_H
-_STRING_H      string.h        d       2       #define _STRING_H
-_STROPTS_H     stropts.h       d       2       #define _STROPTS_H
-_SYSEXITS_H    sysexits.h      d       2       #define _SYSEXITS_H
-_SYSLOG_H      syslog.h        d       2       #define _SYSLOG_H
-_SYS_ACCT_H    sys/acct.h      d       2       #define _SYS_ACCT_H
-_SYS_AUXV_H    sys/auxv.h      d       2       #define _SYS_AUXV_H
-_SYS_CACHECTL_H        sys/cachectl.h  d       2       #define _SYS_CACHECTL_H
-_SYS_EPOLL_H   sys/epoll.h     d       2       #define _SYS_EPOLL_H
-_SYS_EVENTFD_H sys/eventfd.h   d       2       #define _SYS_EVENTFD_H
-_SYS_FILE_H    sys/file.h      d       2       #define _SYS_FILE_H
-_SYS_FSUID_H   sys/fsuid.h     d       2       #define _SYS_FSUID_H
-_SYS_INOTIFY_H sys/inotify.h   d       2       #define _SYS_INOTIFY_H
-_SYS_IOCTL_H   sys/ioctl.h     d       2       #define _SYS_IOCTL_H
-_SYS_IO_H      sys/io.h        d       2       #define _SYS_IO_H
-_SYS_IPC_H     sys/ipc.h       d       2       #define _SYS_IPC_H
-_SYS_KD_H      sys/kd.h        d       2       #define _SYS_KD_H
-_SYS_KLOG_H    sys/klog.h      d       2       #define _SYS_KLOG_H
-_SYS_MMAN_H    sys/mman.h      d       2       #define _SYS_MMAN_H
-_SYS_MOUNT_H   sys/mount.h     d       2       #define _SYS_MOUNT_H
-_SYS_MSG_H     sys/msg.h       d       2       #define _SYS_MSG_H
-_SYS_MTIO_H    sys/mtio.h      d       2       #define _SYS_MTIO_H
-_SYS_PARAM_H   sys/param.h     d       2       #define _SYS_PARAM_H
-_SYS_PRCTL_H   sys/prctl.h     d       2       #define _SYS_PRCTL_H
-_SYS_PROCFS_H  sys/procfs.h    d       2       #define _SYS_PROCFS_H
-_SYS_PTRACE_H  sys/ptrace.h    d       2       #define _SYS_PTRACE_H
-_SYS_QUOTA_H   sys/quota.h     d       2       #define _SYS_QUOTA_H
-_SYS_REBOOT_H  sys/reboot.h    d       2       #define _SYS_REBOOT_H
-_SYS_REG_H     sys/reg.h       d       2       #define _SYS_REG_H
-_SYS_RESOURCE_H        sys/resource.h  d       2       #define _SYS_RESOURCE_H
-_SYS_SELECT_H  sys/select.h    d       2       #define _SYS_SELECT_H
-_SYS_SEM_H     sys/sem.h       d       2       #define _SYS_SEM_H
-_SYS_SENDFILE_H        sys/sendfile.h  d       2       #define _SYS_SENDFILE_H
-_SYS_SHM_H     sys/shm.h       d       2       #define _SYS_SHM_H
-_SYS_SIGNALFD_H        sys/signalfd.h  d       2       #define _SYS_SIGNALFD_H
-_SYS_SOCKET_H  sys/socket.h    d       2       #define _SYS_SOCKET_H
-_SYS_STATFS_H  sys/statfs.h    d       2       #define _SYS_STATFS_H
-_SYS_STATVFS_H sys/statvfs.h   d       2       #define _SYS_STATVFS_H
-_SYS_STAT_H    sys/stat.h      d       2       #define _SYS_STAT_H
-_SYS_SWAP_H    sys/swap.h      d       2       #define _SYS_SWAP_H
-_SYS_SYSCALL_H sys/syscall.h   d       2       #define _SYS_SYSCALL_H
-_SYS_SYSINFO_H sys/sysinfo.h   d       2       #define _SYS_SYSINFO_H
-_SYS_SYSMACROS_H       sys/sysmacros.h d       2       #define _SYS_SYSMACROS_H
-_SYS_TIMEB_H   sys/timeb.h     d       2       #define _SYS_TIMEB_H
-_SYS_TIMERFD_H sys/timerfd.h   d       2       #define _SYS_TIMERFD_H
-_SYS_TIMES_H   sys/times.h     d       2       #define _SYS_TIMES_H
-_SYS_TIMEX_H   sys/timex.h     d       2       #define _SYS_TIMEX_H
-_SYS_TIME_H    sys/time.h      d       2       #define _SYS_TIME_H
-_SYS_TTYDEFAULTS_H     sys/ttydefaults.h       d       2       #define _SYS_TTYDEFAULTS_H
-_SYS_TYPES_H   sys/types.h     d       2       #define _SYS_TYPES_H
-_SYS_UIO_H     sys/uio.h       d       2       #define _SYS_UIO_H
-_SYS_UN_H      sys/un.h        d       2       #define _SYS_UN_H
-_SYS_USER_H    sys/user.h      d       2       #define _SYS_USER_H
-_SYS_UTSNAME_H sys/utsname.h   d       2       #define _SYS_UTSNAME_H
-_SYS_WAIT_H    sys/wait.h      d       2       #define _SYS_WAIT_H
-_SYS_XATTR_H   sys/xattr.h     d       2       #define _SYS_XATTR_H
-_TAR_H tar.h   d       2       #define _TAR_H
-_TERMIOS_H     termios.h       d       2       #define _TERMIOS_H
-_TGMATH_H      tgmath.h        d       2       #define _TGMATH_H
-_THREADS_H     threads.h       d       2       #define _THREADS_H
-_TIME_H        time.h  d       2       #define _TIME_H
-_UCHAR_H       uchar.h d       2       #define _UCHAR_H
-_UCONTEXT_H    ucontext.h      d       2       #define _UCONTEXT_H
-_ULIMIT_H      ulimit.h        d       2       #define _ULIMIT_H
-_UNISTD_H      unistd.h        d       2       #define _UNISTD_H
-_UTIME_H       utime.h d       2       #define _UTIME_H
-_UTMPX_H       utmpx.h d       2       #define _UTMPX_H
-_UTMP_H        utmp.h  d       2       #define _UTMP_H
-_VALUES_H      values.h        d       2       #define _VALUES_H
-_WCHAR_H       wchar.h d       2       #define _WCHAR_H
-_WCTYPE_H      wctype.h        d       2       #define _WCTYPE_H
-_WORDEXP_H     wordexp.h       d       2       #define _WORDEXP_H
-_XOPEN_ENH_I18N        unistd.h        d       207     #define _XOPEN_ENH_I18N 1
-_XOPEN_IOV_MAX limits.h        d       150     #define _XOPEN_IOV_MAX 16
-_XOPEN_NAME_MAX        limits.h        d       151     #define _XOPEN_NAME_MAX 255
-_XOPEN_PATH_MAX        limits.h        d       152     #define _XOPEN_PATH_MAX 1024
-_XOPEN_SOURCE  features.h      d       16      #define _XOPEN_SOURCE 700
-_XOPEN_UNIX    unistd.h        d       206     #define _XOPEN_UNIX 1
-_XOPEN_VERSION unistd.h        d       205     #define _XOPEN_VERSION 700
-__ARE_4_EQUAL  netinet/in.h    d       152     #define __ARE_4_EQUAL(a,b) (!( (0[a]-0[b]) | (1[a]-1[b]) | (2[a]-2[b]) | (3[a]-3[b]) ))
-__BIG_ENDIAN   endian.h        d       7       #define __BIG_ENDIAN 4321
-__BIND arpa/nameser.h  d       322     #define __BIND 19950621
-__BYTE_ORDER   endian.h        d       11      #define __BYTE_ORDER __BYTE_ORDER__
-__CIMAG        complex.h       d       105     #define __CIMAG(x, t) (+(union { _Complex t __z; t __xy[2]; }){(_Complex t)(x)}.__xy[1])
-__CMPLX        complex.h       d       119     #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y))
-__CMPLX        complex.h       d       121     #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) })
-__CMPLX        complex.h       d       123     #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y)))
-__CMSG_LEN     sys/socket.h    d       264     #define __CMSG_LEN(cmsg) (((cmsg)->cmsg_len + sizeof(long) - 1) & ~(long)(sizeof(long) - 1))
-__CMSG_NEXT    sys/socket.h    d       265     #define __CMSG_NEXT(cmsg) ((unsigned char *)(cmsg) + __CMSG_LEN(cmsg))
-__CPU_op_S     sched.h d       83      #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : ((set)->__bits[(i)/8/sizeof(long)] op (1UL<<((i)%(8*sizeof(long))))) )
-__CPU_op_func_S        sched.h d       90      #define __CPU_op_func_S(func, op) static __inline void __CPU_##func##_S(size_t __size, cpu_set_t *__dest, const cpu_set_t *__src1, const cpu_set_t *__src2) { size_t __i; for (__i=0; __i<__size/sizeof(long); __i++) __dest->__bits[__i] = __src1->__bits[__i] op __src2->__bits[__i] ; }
-__DBLCX        tgmath.h        d       24      #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex))
-__EPOLL_DUMMY  sys/epoll.h     e       19      
-__FLT  tgmath.h        d       20      #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float))
-__FLTCX        tgmath.h        d       23      #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex))
-__GNU_GETTEXT_SUPPORTED_REVISION       libintl.h       d       9       #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 1 : -1)
-__ISREL_DEF    math.h  d       92      #define __ISREL_DEF(rel, op, type) static __inline int __is##rel(type __x, type __y) { return !isunordered(__x,__y) && __x op __y; }
-__IS_CX        tgmath.h        d       17      #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I))
-__IS_FP        tgmath.h        d       16      #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f))
-__IS_REAL      tgmath.h        d       18      #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I))
-__LDBL tgmath.h        d       21      #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeof(double))
-__LDBLCX       tgmath.h        d       25      #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) != sizeof(double))
-__LITTLE_ENDIAN        endian.h        d       6       #define __LITTLE_ENDIAN 1234
-__MHDR_END     sys/socket.h    d       266     #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen)
-__NAMESER      arpa/nameser.h  d       11      #define __NAMESER 19991006
-__NEED_FILE    grp.h   d       14      #define __NEED_FILE
-__NEED_FILE    mntent.h        d       8       #define __NEED_FILE
-__NEED_FILE    pwd.h   d       15      #define __NEED_FILE
-__NEED_FILE    shadow.h        d       8       #define __NEED_FILE
-__NEED_FILE    stdio.h d       10      #define __NEED_FILE
-__NEED_FILE    wchar.h d       10      #define __NEED_FILE
-__NEED___isoc_va_list  stdio.h d       11      #define __NEED___isoc_va_list
-__NEED___isoc_va_list  wchar.h d       11      #define __NEED___isoc_va_list
-__NEED_blkcnt_t        sys/stat.h      d       18      #define __NEED_blkcnt_t
-__NEED_blkcnt_t        sys/types.h     d       23      #define __NEED_blkcnt_t
-__NEED_blksize_t       sys/stat.h      d       17      #define __NEED_blksize_t
-__NEED_blksize_t       sys/types.h     d       31      #define __NEED_blksize_t
-__NEED_clock_t signal.h        d       25      #define __NEED_clock_t
-__NEED_clock_t sys/times.h     d       8       #define __NEED_clock_t
-__NEED_clock_t sys/types.h     d       29      #define __NEED_clock_t
-__NEED_clock_t time.h  d       19      #define __NEED_clock_t
-__NEED_clockid_t       pthread.h       d       10      #define __NEED_clockid_t
-__NEED_clockid_t       sys/timex.h     d       8       #define __NEED_clockid_t
-__NEED_clockid_t       sys/types.h     d       21      #define __NEED_clockid_t
-__NEED_clockid_t       time.h  d       25      #define __NEED_clockid_t
-__NEED_cnd_t   threads.h       d       20      #define __NEED_cnd_t
-__NEED_dev_t   sys/stat.h      d       9       #define __NEED_dev_t
-__NEED_dev_t   sys/types.h     d       10      #define __NEED_dev_t
-__NEED_double_t        math.h  d       11      #define __NEED_double_t
-__NEED_float_t math.h  d       10      #define __NEED_float_t
-__NEED_fsblkcnt_t      sys/statvfs.h   d       10      #define __NEED_fsblkcnt_t
-__NEED_fsblkcnt_t      sys/types.h     d       24      #define __NEED_fsblkcnt_t
-__NEED_fsfilcnt_t      sys/statvfs.h   d       11      #define __NEED_fsfilcnt_t
-__NEED_fsfilcnt_t      sys/types.h     d       25      #define __NEED_fsfilcnt_t
-__NEED_gid_t   grp.h   d       11      #define __NEED_gid_t
-__NEED_gid_t   pwd.h   d       12      #define __NEED_gid_t
-__NEED_gid_t   sys/fsuid.h     d       9       #define __NEED_gid_t
-__NEED_gid_t   sys/ipc.h       d       10      #define __NEED_gid_t
-__NEED_gid_t   sys/socket.h    d       15      #define __NEED_gid_t
-__NEED_gid_t   sys/stat.h      d       14      #define __NEED_gid_t
-__NEED_gid_t   sys/types.h     d       12      #define __NEED_gid_t
-__NEED_gid_t   unistd.h        d       27      #define __NEED_gid_t
-__NEED_id_t    sys/resource.h  d       11      #define __NEED_id_t
-__NEED_id_t    sys/types.h     d       27      #define __NEED_id_t
-__NEED_id_t    sys/wait.h      d       10      #define __NEED_id_t
-__NEED_ino_t   dirent.h        d       10      #define __NEED_ino_t
-__NEED_ino_t   sys/stat.h      d       10      #define __NEED_ino_t
-__NEED_ino_t   sys/types.h     d       9       #define __NEED_ino_t
-__NEED_int16_t stdint.h        d       5       #define __NEED_int16_t
-__NEED_int16_t sys/types.h     d       50      #define __NEED_int16_t
-__NEED_int32_t stdint.h        d       6       #define __NEED_int32_t
-__NEED_int32_t sys/types.h     d       51      #define __NEED_int32_t
-__NEED_int64_t stdint.h        d       7       #define __NEED_int64_t
-__NEED_int64_t sys/types.h     d       52      #define __NEED_int64_t
-__NEED_int8_t  stdint.h        d       4       #define __NEED_int8_t
-__NEED_int8_t  sys/types.h     d       49      #define __NEED_int8_t
-__NEED_intmax_t        stdint.h        d       17      #define __NEED_intmax_t
-__NEED_intptr_t        stdint.h        d       14      #define __NEED_intptr_t
-__NEED_intptr_t        unistd.h        d       30      #define __NEED_intptr_t
-__NEED_key_t   sys/ipc.h       d       12      #define __NEED_key_t
-__NEED_key_t   sys/msg.h       d       11      #define __NEED_key_t
-__NEED_key_t   sys/types.h     d       28      #define __NEED_key_t
-__NEED_locale_t        ctype.h d       45      #define __NEED_locale_t
-__NEED_locale_t        langinfo.h      d       11      #define __NEED_locale_t
-__NEED_locale_t        locale.h        d       60      #define __NEED_locale_t
-__NEED_locale_t        monetary.h      d       12      #define __NEED_locale_t
-__NEED_locale_t        string.h        d       20      #define __NEED_locale_t
-__NEED_locale_t        strings.h       d       10      #define __NEED_locale_t
-__NEED_locale_t        time.h  d       28      #define __NEED_locale_t
-__NEED_locale_t        wchar.h d       19      #define __NEED_locale_t
-__NEED_locale_t        wctype.h        d       15      #define __NEED_locale_t
-__NEED_max_align_t     stddef.h        d       14      #define __NEED_max_align_t
-__NEED_mbstate_t       uchar.h d       11      #define __NEED_mbstate_t
-__NEED_mbstate_t       wchar.h d       15      #define __NEED_mbstate_t
-__NEED_mode_t  fcntl.h d       12      #define __NEED_mode_t
-__NEED_mode_t  spawn.h d       10      #define __NEED_mode_t
-__NEED_mode_t  sys/ipc.h       d       11      #define __NEED_mode_t
-__NEED_mode_t  sys/mman.h      d       9       #define __NEED_mode_t
-__NEED_mode_t  sys/stat.h      d       11      #define __NEED_mode_t
-__NEED_mode_t  sys/types.h     d       13      #define __NEED_mode_t
-__NEED_mtx_t   threads.h       d       21      #define __NEED_mtx_t
-__NEED_nlink_t sys/stat.h      d       12      #define __NEED_nlink_t
-__NEED_nlink_t sys/types.h     d       14      #define __NEED_nlink_t
-__NEED_off_t   aio.h   d       13      #define __NEED_off_t
-__NEED_off_t   dirent.h        d       11      #define __NEED_off_t
-__NEED_off_t   fcntl.h d       10      #define __NEED_off_t
-__NEED_off_t   stdio.h d       18      #define __NEED_off_t
-__NEED_off_t   sys/mman.h      d       11      #define __NEED_off_t
-__NEED_off_t   sys/stat.h      d       15      #define __NEED_off_t
-__NEED_off_t   sys/types.h     d       15      #define __NEED_off_t
-__NEED_off_t   sys/uio.h       d       15      #define __NEED_off_t
-__NEED_off_t   unistd.h        d       28      #define __NEED_off_t
-__NEED_pid_t   fcntl.h d       11      #define __NEED_pid_t
-__NEED_pid_t   sched.h d       10      #define __NEED_pid_t
-__NEED_pid_t   signal.h        d       19      #define __NEED_pid_t
-__NEED_pid_t   spawn.h d       11      #define __NEED_pid_t
-__NEED_pid_t   sys/msg.h       d       10      #define __NEED_pid_t
-__NEED_pid_t   sys/resource.h  d       14      #define __NEED_pid_t
-__NEED_pid_t   sys/sem.h       d       10      #define __NEED_pid_t
-__NEED_pid_t   sys/shm.h       d       12      #define __NEED_pid_t
-__NEED_pid_t   sys/socket.h    d       14      #define __NEED_pid_t
-__NEED_pid_t   sys/types.h     d       16      #define __NEED_pid_t
-__NEED_pid_t   sys/uio.h       d       19      #define __NEED_pid_t
-__NEED_pid_t   sys/wait.h      d       9       #define __NEED_pid_t
-__NEED_pid_t   termios.h       d       10      #define __NEED_pid_t
-__NEED_pid_t   time.h  d       27      #define __NEED_pid_t
-__NEED_pid_t   unistd.h        d       29      #define __NEED_pid_t
-__NEED_pid_t   utmpx.h d       10      #define __NEED_pid_t
-__NEED_pthread_attr_t  mqueue.h        d       11      #define __NEED_pthread_attr_t
-__NEED_pthread_attr_t  pthread.h       d       14      #define __NEED_pthread_attr_t
-__NEED_pthread_attr_t  signal.h        d       23      #define __NEED_pthread_attr_t
-__NEED_pthread_attr_t  sys/types.h     d       34      #define __NEED_pthread_attr_t
-__NEED_pthread_barrier_t       pthread.h       d       22      #define __NEED_pthread_barrier_t
-__NEED_pthread_barrier_t       sys/types.h     d       42      #define __NEED_pthread_barrier_t
-__NEED_pthread_barrierattr_t   pthread.h       d       18      #define __NEED_pthread_barrierattr_t
-__NEED_pthread_barrierattr_t   sys/types.h     d       38      #define __NEED_pthread_barrierattr_t
-__NEED_pthread_cond_t  pthread.h       d       20      #define __NEED_pthread_cond_t
-__NEED_pthread_cond_t  sys/types.h     d       40      #define __NEED_pthread_cond_t
-__NEED_pthread_condattr_t      pthread.h       d       16      #define __NEED_pthread_condattr_t
-__NEED_pthread_condattr_t      sys/types.h     d       36      #define __NEED_pthread_condattr_t
-__NEED_pthread_key_t   pthread.h       d       24      #define __NEED_pthread_key_t
-__NEED_pthread_key_t   sys/types.h     d       44      #define __NEED_pthread_key_t
-__NEED_pthread_mutex_t pthread.h       d       19      #define __NEED_pthread_mutex_t
-__NEED_pthread_mutex_t sys/types.h     d       39      #define __NEED_pthread_mutex_t
-__NEED_pthread_mutexattr_t     pthread.h       d       15      #define __NEED_pthread_mutexattr_t
-__NEED_pthread_mutexattr_t     sys/types.h     d       35      #define __NEED_pthread_mutexattr_t
-__NEED_pthread_once_t  pthread.h       d       25      #define __NEED_pthread_once_t
-__NEED_pthread_once_t  sys/types.h     d       45      #define __NEED_pthread_once_t
-__NEED_pthread_rwlock_t        pthread.h       d       21      #define __NEED_pthread_rwlock_t
-__NEED_pthread_rwlock_t        sys/types.h     d       41      #define __NEED_pthread_rwlock_t
-__NEED_pthread_rwlockattr_t    pthread.h       d       17      #define __NEED_pthread_rwlockattr_t
-__NEED_pthread_rwlockattr_t    sys/types.h     d       37      #define __NEED_pthread_rwlockattr_t
-__NEED_pthread_spinlock_t      pthread.h       d       23      #define __NEED_pthread_spinlock_t
-__NEED_pthread_spinlock_t      sys/types.h     d       43      #define __NEED_pthread_spinlock_t
-__NEED_pthread_t       pthread.h       d       13      #define __NEED_pthread_t
-__NEED_pthread_t       signal.h        d       22      #define __NEED_pthread_t
-__NEED_pthread_t       sys/types.h     d       33      #define __NEED_pthread_t
-__NEED_ptrdiff_t       stddef.h        d       10      #define __NEED_ptrdiff_t
-__NEED_register_t      sys/types.h     d       54      #define __NEED_register_t
-__NEED_regoff_t        regex.h d       10      #define __NEED_regoff_t
-__NEED_sa_family_t     sys/socket.h    d       10      #define __NEED_sa_family_t
-__NEED_sa_family_t     sys/un.h        d       10      #define __NEED_sa_family_t
-__NEED_sigset_t        poll.h  d       43      #define __NEED_sigset_t
-__NEED_sigset_t        pthread.h       d       12      #define __NEED_sigset_t
-__NEED_sigset_t        signal.h        d       26      #define __NEED_sigset_t
-__NEED_sigset_t        spawn.h d       12      #define __NEED_sigset_t
-__NEED_sigset_t        sys/epoll.h     d       12      #define __NEED_sigset_t
-__NEED_sigset_t        sys/select.h    d       14      #define __NEED_sigset_t
-__NEED_sigset_t        sys/signalfd.h  d       11      #define __NEED_sigset_t
-__NEED_size_t  alloca.h        d       8       #define __NEED_size_t
-__NEED_size_t  dirent.h        d       13      #define __NEED_size_t
-__NEED_size_t  fcntl.h d       15      #define __NEED_size_t
-__NEED_size_t  glob.h  d       10      #define __NEED_size_t
-__NEED_size_t  grp.h   d       10      #define __NEED_size_t
-__NEED_size_t  iconv.h d       10      #define __NEED_size_t
-__NEED_size_t  link.h  d       9       #define __NEED_size_t
-__NEED_size_t  malloc.h        d       8       #define __NEED_size_t
-__NEED_size_t  monetary.h      d       11      #define __NEED_size_t
-__NEED_size_t  mqueue.h        d       9       #define __NEED_size_t
-__NEED_size_t  netdb.h d       12      #define __NEED_size_t
-__NEED_size_t  pthread.h       d       26      #define __NEED_size_t
-__NEED_size_t  pwd.h   d       10      #define __NEED_size_t
-__NEED_size_t  regex.h d       11      #define __NEED_size_t
-__NEED_size_t  sched.h d       14      #define __NEED_size_t
-__NEED_size_t  search.h        d       10      #define __NEED_size_t
-__NEED_size_t  shadow.h        d       9       #define __NEED_size_t
-__NEED_size_t  signal.h        d       18      #define __NEED_size_t
-__NEED_size_t  stddef.h        d       11      #define __NEED_size_t
-__NEED_size_t  stdio.h d       12      #define __NEED_size_t
-__NEED_size_t  stdlib.h        d       16      #define __NEED_size_t
-__NEED_size_t  string.h        d       16      #define __NEED_size_t
-__NEED_size_t  strings.h       d       9       #define __NEED_size_t
-__NEED_size_t  sys/mman.h      d       10      #define __NEED_size_t
-__NEED_size_t  sys/msg.h       d       13      #define __NEED_size_t
-__NEED_size_t  sys/select.h    d       9       #define __NEED_size_t
-__NEED_size_t  sys/sem.h       d       9       #define __NEED_size_t
-__NEED_size_t  sys/shm.h       d       11      #define __NEED_size_t
-__NEED_size_t  sys/socket.h    d       11      #define __NEED_size_t
-__NEED_size_t  sys/types.h     d       17      #define __NEED_size_t
-__NEED_size_t  sys/uio.h       d       10      #define __NEED_size_t
-__NEED_size_t  sys/un.h        d       12      #define __NEED_size_t
-__NEED_size_t  sys/xattr.h     d       8       #define __NEED_size_t
-__NEED_size_t  time.h  d       17      #define __NEED_size_t
-__NEED_size_t  uchar.h d       12      #define __NEED_size_t
-__NEED_size_t  unistd.h        d       24      #define __NEED_size_t
-__NEED_size_t  wchar.h d       12      #define __NEED_size_t
-__NEED_size_t  wordexp.h       d       10      #define __NEED_size_t
-__NEED_socklen_t       sys/socket.h    d       9       #define __NEED_socklen_t
-__NEED_ssize_t aio.h   d       12      #define __NEED_ssize_t
-__NEED_ssize_t fcntl.h d       16      #define __NEED_ssize_t
-__NEED_ssize_t monetary.h      d       10      #define __NEED_ssize_t
-__NEED_ssize_t mqueue.h        d       10      #define __NEED_ssize_t
-__NEED_ssize_t stdio.h d       17      #define __NEED_ssize_t
-__NEED_ssize_t sys/mman.h      d       14      #define __NEED_ssize_t
-__NEED_ssize_t sys/msg.h       d       14      #define __NEED_ssize_t
-__NEED_ssize_t sys/socket.h    d       12      #define __NEED_ssize_t
-__NEED_ssize_t sys/types.h     d       18      #define __NEED_ssize_t
-__NEED_ssize_t sys/uio.h       d       11      #define __NEED_ssize_t
-__NEED_ssize_t sys/xattr.h     d       7       #define __NEED_ssize_t
-__NEED_ssize_t unistd.h        d       25      #define __NEED_ssize_t
-__NEED_struct_iovec    fcntl.h d       17      #define __NEED_struct_iovec
-__NEED_struct_iovec    sys/socket.h    d       16      #define __NEED_struct_iovec
-__NEED_struct_iovec    sys/uio.h       d       12      #define __NEED_struct_iovec
-__NEED_struct_timespec mqueue.h        d       13      #define __NEED_struct_timespec
-__NEED_struct_timespec poll.h  d       42      #define __NEED_struct_timespec
-__NEED_struct_timespec pthread.h       d       11      #define __NEED_struct_timespec
-__NEED_struct_timespec sched.h d       9       #define __NEED_struct_timespec
-__NEED_struct_timespec semaphore.h     d       10      #define __NEED_struct_timespec
-__NEED_struct_timespec signal.h        d       21      #define __NEED_struct_timespec
-__NEED_struct_timespec sys/select.h    d       13      #define __NEED_struct_timespec
-__NEED_struct_timespec sys/sem.h       d       13      #define __NEED_struct_timespec
-__NEED_struct_timespec sys/stat.h      d       19      #define __NEED_struct_timespec
-__NEED_struct_timespec time.h  d       20      #define __NEED_struct_timespec
-__NEED_struct_timeval  sys/select.h    d       12      #define __NEED_struct_timeval
-__NEED_struct_timeval  utmpx.h d       13      #define __NEED_struct_timeval
-__NEED_suseconds_t     sys/select.h    d       11      #define __NEED_suseconds_t
-__NEED_suseconds_t     sys/types.h     d       30      #define __NEED_suseconds_t
-__NEED_suseconds_t     utmpx.h d       12      #define __NEED_suseconds_t
-__NEED_time_t  mqueue.h        d       12      #define __NEED_time_t
-__NEED_time_t  poll.h  d       41      #define __NEED_time_t
-__NEED_time_t  pthread.h       d       9       #define __NEED_time_t
-__NEED_time_t  sched.h d       11      #define __NEED_time_t
-__NEED_time_t  semaphore.h     d       9       #define __NEED_time_t
-__NEED_time_t  signal.h        d       24      #define __NEED_time_t
-__NEED_time_t  sys/msg.h       d       12      #define __NEED_time_t
-__NEED_time_t  sys/select.h    d       10      #define __NEED_time_t
-__NEED_time_t  sys/sem.h       d       11      #define __NEED_time_t
-__NEED_time_t  sys/shm.h       d       10      #define __NEED_time_t
-__NEED_time_t  sys/stat.h      d       16      #define __NEED_time_t
-__NEED_time_t  sys/timeb.h     d       7       #define __NEED_time_t
-__NEED_time_t  sys/types.h     d       19      #define __NEED_time_t
-__NEED_time_t  time.h  d       18      #define __NEED_time_t
-__NEED_time_t  utime.h d       8       #define __NEED_time_t
-__NEED_time_t  utmpx.h d       11      #define __NEED_time_t
-__NEED_timer_t sys/types.h     d       20      #define __NEED_timer_t
-__NEED_timer_t time.h  d       26      #define __NEED_timer_t
-__NEED_u_int64_t       sys/types.h     d       53      #define __NEED_u_int64_t
-__NEED_uid_t   pwd.h   d       11      #define __NEED_uid_t
-__NEED_uid_t   signal.h        d       20      #define __NEED_uid_t
-__NEED_uid_t   sys/fsuid.h     d       8       #define __NEED_uid_t
-__NEED_uid_t   sys/ipc.h       d       9       #define __NEED_uid_t
-__NEED_uid_t   sys/socket.h    d       13      #define __NEED_uid_t
-__NEED_uid_t   sys/stat.h      d       13      #define __NEED_uid_t
-__NEED_uid_t   sys/types.h     d       11      #define __NEED_uid_t
-__NEED_uid_t   unistd.h        d       26      #define __NEED_uid_t
-__NEED_uint16_t        stdint.h        d       10      #define __NEED_uint16_t
-__NEED_uint32_t        link.h  d       10      #define __NEED_uint32_t
-__NEED_uint32_t        stdint.h        d       11      #define __NEED_uint32_t
-__NEED_uint64_t        stdint.h        d       12      #define __NEED_uint64_t
-__NEED_uint8_t stdint.h        d       9       #define __NEED_uint8_t
-__NEED_uintmax_t       stdint.h        d       18      #define __NEED_uintmax_t
-__NEED_uintptr_t       stdint.h        d       15      #define __NEED_uintptr_t
-__NEED_useconds_t      sys/types.h     d       46      #define __NEED_useconds_t
-__NEED_useconds_t      unistd.h        d       31      #define __NEED_useconds_t
-__NEED_va_list stdarg.h        d       8       #define __NEED_va_list
-__NEED_va_list stdio.h d       19      #define __NEED_va_list
-__NEED_va_list syslog.h        d       66      #define __NEED_va_list
-__NEED_va_list wchar.h d       20      #define __NEED_va_list
-__NEED_wchar_t inttypes.h      d       11      #define __NEED_wchar_t
-__NEED_wchar_t stddef.h        d       12      #define __NEED_wchar_t
-__NEED_wchar_t stdlib.h        d       17      #define __NEED_wchar_t
-__NEED_wchar_t wchar.h d       13      #define __NEED_wchar_t
-__NEED_wctype_t        wchar.h d       24      #define __NEED_wctype_t
-__NEED_wctype_t        wctype.h        d       11      #define __NEED_wctype_t
-__NEED_wint_t  wchar.h d       14      #define __NEED_wint_t
-__NEED_wint_t  wctype.h        d       10      #define __NEED_wint_t
-__PDP_ENDIAN   endian.h        d       8       #define __PDP_ENDIAN 3412
-__PRI64        inttypes.h      d       26      #define __PRI64 "l"
-__PRI64        inttypes.h      d       29      #define __PRI64 "ll"
-__PRIPTR       inttypes.h      d       27      #define __PRIPTR "l"
-__PRIPTR       inttypes.h      d       30      #define __PRIPTR ""
-__RES  resolv.h        d       64      #define __RES 19991006
-__RETCAST      tgmath.h        d       50      #define __RETCAST(x) ( __type2(__IS_FP(x), __typeof__(x), double))
-__RETCAST      tgmath.h        d       71      #define __RETCAST(x)
-__RETCAST_2    tgmath.h        d       53      #define __RETCAST_2(x, y) ( __type2(__IS_FP(x) && __IS_FP(y), __typeof__((x)+(y)), __typeof__((x)+(y)+1.0)))
-__RETCAST_2    tgmath.h        d       72      #define __RETCAST_2(x, y)
-__RETCAST_3    tgmath.h        d       58      #define __RETCAST_3(x, y, z) ( __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), __typeof__((x)+(y)+(z)), __typeof__((x)+(y)+(z)+1.0)))
-__RETCAST_3    tgmath.h        d       73      #define __RETCAST_3(x, y, z)
-__RETCAST_CX   tgmath.h        d       69      #define __RETCAST_CX(x) (__typeof__(__RETCAST(x)0+I))
-__RETCAST_CX   tgmath.h        d       75      #define __RETCAST_CX(x)
-__RETCAST_REAL tgmath.h        d       64      #define __RETCAST_REAL(x) ( __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, long double)))
-__RETCAST_REAL tgmath.h        d       74      #define __RETCAST_REAL(x)
-__SID  stropts.h       d       8       #define __SID ('S' << 8)
-__USE_GNU_GETTEXT      libintl.h       d       8       #define __USE_GNU_GETTEXT 1
-__WALL sys/wait.h      d       44      #define __WALL 0x40000000
-__WCLONE       sys/wait.h      d       45      #define __WCLONE 0x80000000
-__WNOTHREAD    sys/wait.h      d       43      #define __WNOTHREAD 0x20000000
-__alignas_is_defined   stdalign.h      d       17      #define __alignas_is_defined 1
-__alignof_is_defined   stdalign.h      d       18      #define __alignof_is_defined 1
-__assert_fail  assert.h        p       19      void __assert_fail(const char *, const char *, int, const char *);
-__bitop        sys/param.h     d       21      #define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8))
-__bool_true_false_are_defined  stdbool.h       d       12      #define __bool_true_false_are_defined 1
-__ctype_get_mb_cur_max stdlib.h        p       79      size_t __ctype_get_mb_cur_max(void);
-__errno_location       errno.h p       12      int *__errno_location(void);
-__fa   libintl.h       d       12      #define __fa(n) __attribute__ ((__format_arg__ (n)))
-__fa   libintl.h       d       14      #define __fa(n)
-__fbufsize     stdio_ext.h     p       21      size_t __fbufsize(FILE *);
-__flbf stdio_ext.h     p       20      int __flbf(FILE *);
-__flt_rounds   float.h p       8       int __flt_rounds(void);
-__fpclassify   math.h  p       39      int __fpclassify(double);
-__fpclassifyf  math.h  p       40      int __fpclassifyf(float);
-__fpclassifyl  math.h  p       41      int __fpclassifyl(long double);
-__fpending     stdio_ext.h     p       22      size_t __fpending(FILE *);
-__fpurge       stdio_ext.h     p       23      int __fpurge(FILE *);
-__freadable    stdio_ext.h     p       18      int __freadable(FILE *);
-__freadahead   stdio_ext.h     p       25      size_t __freadahead(FILE *);
-__freading     stdio_ext.h     p       17      int __freading(FILE *);
-__freadptr     stdio_ext.h     p       26      const char *__freadptr(FILE *, size_t *);
-__freadptrinc  stdio_ext.h     p       27      void __freadptrinc(FILE *, size_t);
-__fseterr      stdio_ext.h     p       28      void __fseterr(FILE *);
-__fsetlocking  stdio_ext.h     p       15      int __fsetlocking(FILE *, int);
-__fwritable    stdio_ext.h     p       19      int __fwritable(FILE *);
-__fwriting     stdio_ext.h     p       16      int __fwriting(FILE *);
-__h_errno_location     netdb.h p       125     int *__h_errno_location(void);
-__inline       features.h      d       26      #define __inline inline
-__ipc_perm_key sys/ipc.h       d       16      #define __ipc_perm_key __key
-__ipc_perm_seq sys/ipc.h       d       17      #define __ipc_perm_seq __seq
-__key  sys/ipc.h       d       20      #define __key key
-__libc_current_sigrtmax        signal.h        p       188     int __libc_current_sigrtmax(void);
-__libc_current_sigrtmin        signal.h        p       187     int __libc_current_sigrtmin(void);
-__msg_cbytes   sys/msg.h       d       23      #define __msg_cbytes msg_cbytes
-__res_state    resolv.h        p       125     struct __res_state *__res_state(void);
-__restrict     features.h      d       20      #define __restrict restrict
-__restrict     features.h      d       22      #define __restrict
-__sched_cpucount       sched.h p       78      int __sched_cpucount(size_t, const cpu_set_t *);
-__seq  sys/ipc.h       d       21      #define __seq seq
-__signbit      math.h  p       81      int __signbit(double);
-__signbitf     math.h  p       82      int __signbitf(float);
-__signbitl     math.h  p       83      int __signbitl(long double);
-__swap_attempts        sys/shm.h       d       20      #define __swap_attempts swap_attempts
-__swap_successes       sys/shm.h       d       21      #define __swap_successes swap_successes
-__tg_complex   tgmath.h        d       97      #define __tg_complex(fun, x) (__RETCAST_CX(x)( __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : __LDBLCX((x)+I) ? fun ## l (x) : fun(x) ))
-__tg_complex_retreal   tgmath.h        d       102     #define __tg_complex_retreal(fun, x) (__RETCAST_REAL(x)( __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : __LDBLCX((x)+I) ? fun ## l (x) : fun(x) ))
-__tg_pred_2    math.h  d       112     #define __tg_pred_2(x, y, p) ( sizeof((x)+(y)) == sizeof(float) ? p##f(x, y) : sizeof((x)+(y)) == sizeof(double) ? p(x, y) : p##l(x, y) )
-__tg_real      tgmath.h        d       85      #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
-__tg_real_2    tgmath.h        d       92      #define __tg_real_2(fun, x, y) (__RETCAST_2(x, y)( __FLT(x) && __FLT(y) ? fun ## f (x, y) : __LDBL((x)+(y)) ? fun ## l (x, y) : fun(x, y) ))
-__tg_real_2_1  tgmath.h        d       87      #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( __FLT(x) ? fun ## f (x, y) : __LDBL(x) ? fun ## l (x, y) : fun(x, y) ))
-__tg_real_complex      tgmath.h        d       107     #define __tg_real_complex(fun, x) (__RETCAST(x)( __FLTCX(x) ? c ## fun ## f (x) : __DBLCX(x) ? c ## fun (x) : __LDBLCX(x) ? c ## fun ## l (x) : __FLT(x) ? fun ## f (x) : __LDBL(x) ? fun ## l (x) : fun(x) ))
-__tg_real_complex_fabs tgmath.h        d       136     #define __tg_real_complex_fabs(x) (__RETCAST_REAL(x)( __FLTCX(x) ? cabsf(x) : __DBLCX(x) ? cabs(x) : __LDBLCX(x) ? cabsl(x) : __FLT(x) ? fabsf(x) : __LDBL(x) ? fabsl(x) : fabs(x) ))
-__tg_real_complex_pow  tgmath.h        d       127     #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : __FLTCX((x)+(y)) ? cpow(x, y) : __DBLCX((x)+(y)) ? cpow(x, y) : __LDBLCX((x)+(y)) ? cpowl(x, y) : __FLT(x) && __FLT(y) ? powf(x, y) : __LDBL((x)+(y)) ? powl(x, y) : pow(x, y) ))
-__tg_real_fma  tgmath.h        d       122     #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( __FLT(x) && __FLT(y) && __FLT(z) ? fmaf(x, y, z) : __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : fma(x, y, z) ))
-__tg_real_nocast       tgmath.h        d       80      #define __tg_real_nocast(fun, x) ( __FLT(x) ? fun ## f (x) : __LDBL(x) ? fun ## l (x) : fun(x) )
-__tg_real_remquo       tgmath.h        d       117     #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( __FLT(x) && __FLT(y) ? remquof(x, y, z) : __LDBL((x)+(y)) ? remquol(x, y, z) : remquo(x, y, z) ))
-__tm_gmtoff    time.h  d       34      #define __tm_gmtoff tm_gmtoff
-__tm_zone      time.h  d       35      #define __tm_zone tm_zone
-__type1        tgmath.h        d       46      #define __type1(c,t) __typeof__(*(0?(t*)0:(void*)!(c)))
-__type2        tgmath.h        d       48      #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0))
-__ucontext     signal.h        d       15      #define __ucontext ucontext
-__used_ids     sys/shm.h       d       19      #define __used_ids used_ids
-_exit  unistd.h        p       92      _Noreturn void _exit(int);
-_flush_cache   sys/cachectl.h  p       16      int _flush_cache(void *, int, int);
-_flushlbf      stdio_ext.h     p       14      void _flushlbf(void);
-_longjmp       setjmp.h        p       29      _Noreturn void _longjmp(jmp_buf, int);
-_ns_flagdata   arpa/nameser.h  x       49      extern const struct _ns_flagdata _ns_flagdata[];
-_pthread_cleanup_pop   pthread.h       p       207     void _pthread_cleanup_pop(struct __ptcb *, int);
-_pthread_cleanup_push  pthread.h       p       206     void _pthread_cleanup_push(struct __ptcb *, void(*)(void *), void *);
-_res   resolv.h        d       126     #define _res (*__res_state())
-_setjmp        setjmp.h        p       28      int _setjmp(jmp_buf);
-_tolower       ctype.h d       65      #define _tolower(a) ((a)|0x20)
-_toupper       ctype.h d       66      #define _toupper(a) ((a)&0x5f)
-a64l   stdlib.h        p       124     long a64l(const char *);
-abort  stdlib.h        p       44      _Noreturn void abort(void);
-abs    stdlib.h        p       58      int abs(int);
-accept sys/socket.h    p       302     int accept(int, struct sockaddr *__restrict, socklen_t *__restrict);
-accept4        sys/socket.h    p       303     int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int);
-access unistd.h        p       73      int access(const char *, int);
-acct   sys/acct.h      p       69      int acct(const char *);
-acct   unistd.h        p       175     int acct(const char *);
-acos   math.h  p       123     double acos(double);
-acos   tgmath.h        d       209     #define acos(x) __tg_real_complex(acos, (x))
-acosf  math.h  p       124     float acosf(float);
-acosh  math.h  p       127     double acosh(double);
-acosh  tgmath.h        d       210     #define acosh(x) __tg_real_complex(acosh, (x))
-acoshf math.h  p       128     float acoshf(float);
-acoshl math.h  p       129     long double acoshl(long double);
-acosl  math.h  p       125     long double acosl(long double);
-addmntent      mntent.h        p       37      int addmntent(FILE *, const struct mntent *);
-adjtime        sys/time.h      p       41      int adjtime(const struct timeval *, struct timeval *);
-adjtimex       sys/timex.h     p       91      int adjtimex(struct timex *);
-aio_cancel     aio.h   p       46      int aio_cancel(int, struct aiocb *);
-aio_cancel64   aio.h   d       58      #define aio_cancel64 aio_cancel
-aio_error      aio.h   p       44      int aio_error(const struct aiocb *);
-aio_error64    aio.h   d       56      #define aio_error64 aio_error
-aio_fsync      aio.h   p       48      int aio_fsync(int, struct aiocb *);
-aio_fsync64    aio.h   d       60      #define aio_fsync64 aio_fsync
-aio_read       aio.h   p       42      int aio_read(struct aiocb *);
-aio_read64     aio.h   d       54      #define aio_read64 aio_read
-aio_return     aio.h   p       45      ssize_t aio_return(struct aiocb *);
-aio_return64   aio.h   d       57      #define aio_return64 aio_return
-aio_suspend    aio.h   p       47      int aio_suspend(const struct aiocb *const [], int, const struct timespec *);
-aio_suspend64  aio.h   d       59      #define aio_suspend64 aio_suspend
-aio_write      aio.h   p       43      int aio_write(struct aiocb *);
-aio_write64    aio.h   d       55      #define aio_write64 aio_write
-aiocb64        aio.h   d       53      #define aiocb64 aiocb
-alarm  unistd.h        p       80      unsigned alarm(unsigned);
-alignas        stdalign.h      d       12      #define alignas _Alignas
-aligned_alloc  stdlib.h        p       42      void *aligned_alloc(size_t alignment, size_t size);
-alignof        stdalign.h      d       13      #define alignof _Alignof
-alloca alloca.h        d       14      #define alloca __builtin_alloca
-alloca alloca.h        p       11      void *alloca(size_t);
-alphasort      dirent.h        p       41      int alphasort(const struct dirent **, const struct dirent **);
-alphasort64    dirent.h        d       68      #define alphasort64 alphasort
-and    iso646.h        d       6       #define and &&
-and_eq iso646.h        d       7       #define and_eq &=
-arp_hln        netinet/if_ether.h      d       114     #define arp_hln ea_hdr.ar_hln
-arp_hrd        netinet/if_ether.h      d       112     #define arp_hrd ea_hdr.ar_hrd
-arp_op netinet/if_ether.h      d       116     #define arp_op ea_hdr.ar_op
-arp_pln        netinet/if_ether.h      d       115     #define arp_pln ea_hdr.ar_pln
-arp_pro        netinet/if_ether.h      d       113     #define arp_pro ea_hdr.ar_pro
-asctime        time.h  p       60      char *asctime(const struct tm *);
-asctime_r      time.h  p       76      char *asctime_r(const struct tm *__restrict, char *__restrict);
-asin   math.h  p       131     double asin(double);
-asin   tgmath.h        d       211     #define asin(x) __tg_real_complex(asin, (x))
-asinf  math.h  p       132     float asinf(float);
-asinh  math.h  p       135     double asinh(double);
-asinh  tgmath.h        d       212     #define asinh(x) __tg_real_complex(asinh, (x))
-asinhf math.h  p       136     float asinhf(float);
-asinhl math.h  p       137     long double asinhl(long double);
-asinl  math.h  p       133     long double asinl(long double);
-asprintf       stdio.h p       178     int asprintf(char **, const char *, ...);
-assert assert.h        d       6       #define assert(x) (void)0
-assert assert.h        d       8       #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))
-at_quick_exit  stdlib.h        p       48      int at_quick_exit(void(*)(void));
-atan   math.h  p       139     double atan(double);
-atan   tgmath.h        d       213     #define atan(x) __tg_real_complex(atan, (x))
-atan2  math.h  p       143     double atan2(double, double);
-atan2  tgmath.h        d       214     #define atan2(x,y) __tg_real_2(atan2, (x), (y))
-atan2f math.h  p       144     float atan2f(float, float);
-atan2l math.h  p       145     long double atan2l(long double, long double);
-atanf  math.h  p       140     float atanf(float);
-atanh  math.h  p       147     double atanh(double);
-atanh  tgmath.h        d       215     #define atanh(x) __tg_real_complex(atanh, (x))
-atanhf math.h  p       148     float atanhf(float);
-atanhl math.h  p       149     long double atanhl(long double);
-atanl  math.h  p       141     long double atanl(long double);
-atexit stdlib.h        p       45      int atexit(void(*)(void));
-atof   stdlib.h        p       24      double atof(const char *);
-atoi   stdlib.h        p       21      int atoi(const char *);
-atol   stdlib.h        p       22      long atol(const char *);
-atoll  stdlib.h        p       23      long long atoll(const char *);
-authtype_names arpa/telnet.h   v       204     
-authtype_names arpa/telnet.h   x       208     extern char *authtype_names[];
-basename       libgen.h        p       9       char *basename(char *);
-basename       string.h        p       98      char *basename();
-bcmp   strings.h       p       16      int bcmp(const void *, const void *, size_t);
-bcopy  strings.h       p       17      void bcopy(const void *, void *, size_t);
-be16toh        endian.h        d       42      #define be16toh(x) __bswap16(x)
-be16toh        endian.h        d       61      #define be16toh(x) (uint16_t)(x)
-be32toh        endian.h        d       45      #define be32toh(x) __bswap32(x)
-be32toh        endian.h        d       64      #define be32toh(x) (uint32_t)(x)
-be64toh        endian.h        d       48      #define be64toh(x) __bswap64(x)
-be64toh        endian.h        d       67      #define be64toh(x) (uint64_t)(x)
-betoh16        endian.h        d       43      #define betoh16(x) __bswap16(x)
-betoh16        endian.h        d       62      #define betoh16(x) (uint16_t)(x)
-betoh32        endian.h        d       46      #define betoh32(x) __bswap32(x)
-betoh32        endian.h        d       65      #define betoh32(x) (uint32_t)(x)
-betoh64        endian.h        d       49      #define betoh64(x) __bswap64(x)
-betoh64        endian.h        d       68      #define betoh64(x) (uint64_t)(x)
-bind   sys/socket.h    p       299     int bind(int, const struct sockaddr *, socklen_t);
-bind_textdomain_codeset        libintl.h       p       25      char *bind_textdomain_codeset(const char *, const char *);
-bindtextdomain libintl.h       p       24      char *bindtextdomain(const char *, const char *);
-bitand iso646.h        d       8       #define bitand &
-bitor  iso646.h        d       9       #define bitor |
-blkcnt64_t     sys/stat.h      d       103     #define blkcnt64_t blkcnt_t
-blkcnt64_t     sys/types.h     d       76      #define blkcnt64_t blkcnt_t
-bool   stdbool.h       d       8       #define bool _Bool
-brk    unistd.h        p       159     int brk(void *);
-bsd_signal     signal.h        p       246     void(*bsd_signal(int, void(*)(int)))(int);
-bsearch        stdlib.h        p       55      void *bsearch(const void *, const void *, size_t, size_t, int(*)(const void *, const void *));
-bswap_16       byteswap.h      d       22      #define bswap_16(x) __bswap_16(x)
-bswap_32       byteswap.h      d       23      #define bswap_32(x) __bswap_32(x)
-bswap_64       byteswap.h      d       24      #define bswap_64(x) __bswap_64(x)
-btodb  sys/quota.h     d       13      #define btodb(num) ((num) >> 10)
-btowc  wchar.h p       78      wint_t btowc(int);
-bzero  strings.h       p       18      void bzero(void *, size_t);
-c16rtomb       uchar.h p       17      size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
-c32rtomb       uchar.h p       20      size_t c32rtomb(char *__restrict, char32_t, mbstate_t *__restrict);
-cabs   complex.h       p       72      double cabs(double complex);
-cabsf  complex.h       p       73      float cabsf(float complex);
-cabsl  complex.h       p       74      long double cabsl(long double complex);
-cachectl       sys/cachectl.h  p       14      int cachectl(void *, int, int);
-cacheflush     sys/cachectl.h  p       15      int cacheflush(void *, int, int);
-cacos  complex.h       p       16      double complex cacos(double complex);
-cacosf complex.h       p       17      float complex cacosf(float complex);
-cacosh complex.h       p       40      double complex cacosh(double complex);
-cacoshf        complex.h       p       41      float complex cacoshf(float complex);
-cacoshl        complex.h       p       42      long double complex cacoshl(long double complex);
-cacosl complex.h       p       18      long double complex cacosl(long double complex);
-caddr_t        sys/types.h     t       63      typedef char *caddr_t;
-call_once      threads.h       p       58      void call_once(once_flag *, void(*)(void));
-calloc malloc.h        p       13      void *calloc(size_t, size_t);
-calloc sched.h p       74      void *calloc(size_t, size_t);
-calloc stdlib.h        p       39      void *calloc(size_t, size_t);
-carg   complex.h       p       84      double carg(double complex);
-carg   tgmath.h        d       216     #define carg(x) __tg_complex_retreal(carg, (x))
-cargf  complex.h       p       85      float cargf(float complex);
-cargl  complex.h       p       86      long double cargl(long double complex);
-casin  complex.h       p       20      double complex casin(double complex);
-casinf complex.h       p       21      float complex casinf(float complex);
-casinh complex.h       p       44      double complex casinh(double complex);
-casinhf        complex.h       p       45      float complex casinhf(float complex);
-casinhl        complex.h       p       46      long double complex casinhl(long double complex);
-casinl complex.h       p       22      long double complex casinl(long double complex);
-catan  complex.h       p       24      double complex catan(double complex);
-catanf complex.h       p       25      float complex catanf(float complex);
-catanh complex.h       p       48      double complex catanh(double complex);
-catanhf        complex.h       p       49      float complex catanhf(float complex);
-catanhl        complex.h       p       50      long double complex catanhl(long double complex);
-catanl complex.h       p       26      long double complex catanl(long double complex);
-catclose       nl_types.h      p       16      int catclose(nl_catd);
-catgets        nl_types.h      p       15      char *catgets(nl_catd, int, int, const char *);
-catopen        nl_types.h      p       14      nl_catd catopen(const char *, int);
-cbrt   math.h  p       151     double cbrt(double);
-cbrt   tgmath.h        d       217     #define cbrt(x) __tg_real(cbrt, (x))
-cbrtf  math.h  p       152     float cbrtf(float);
-cbrtl  math.h  p       153     long double cbrtl(long double);
-cc_t   termios.h       t       14      typedef unsigned char cc_t;
-ccos   complex.h       p       28      double complex ccos(double complex);
-ccosf  complex.h       p       29      float complex ccosf(float complex);
-ccosh  complex.h       p       52      double complex ccosh(double complex);
-ccoshf complex.h       p       53      float complex ccoshf(float complex);
-ccoshl complex.h       p       54      long double complex ccoshl(long double complex);
-ccosl  complex.h       p       30      long double complex ccosl(long double complex);
-ceil   math.h  p       155     double ceil(double);
-ceil   tgmath.h        d       218     #define ceil(x) __tg_real(ceil, (x))
-ceilf  math.h  p       156     float ceilf(float);
-ceill  math.h  p       157     long double ceill(long double);
-cert_t_oid     arpa/nameser.h  e       233     
-cert_t_pgp     arpa/nameser.h  e       231     
-cert_t_pkix    arpa/nameser.h  e       229     
-cert_t_spki    arpa/nameser.h  e       230     
-cert_t_url     arpa/nameser.h  e       232     
-cexp   complex.h       p       64      double complex cexp(double complex);
-cexpf  complex.h       p       65      float complex cexpf(float complex);
-cexpl  complex.h       p       66      long double complex cexpl(long double complex);
-cfgetispeed    termios.h       p       23      speed_t cfgetispeed(const struct termios *);
-cfgetospeed    termios.h       p       22      speed_t cfgetospeed(const struct termios *);
-cfmakeraw      termios.h       p       38      void cfmakeraw(struct termios *);
-cfsetispeed    termios.h       p       25      int cfsetispeed(struct termios *, speed_t);
-cfsetospeed    termios.h       p       24      int cfsetospeed(struct termios *, speed_t);
-cfsetspeed     termios.h       p       39      int cfsetspeed(struct termios *, speed_t);
-char16_t       uchar.h t       7       typedef unsigned short char16_t;
-char32_t       uchar.h t       8       typedef unsigned char32_t;
-chdir  unistd.h        p       76      int chdir(const char *);
-chmod  sys/stat.h      p       77      int chmod(const char *, mode_t);
-chown  unistd.h        p       51      int chown(const char *, uid_t, gid_t);
-chroot unistd.h        p       163     int chroot(const char *);
-cimag  complex.h       d       112     #define cimag(x) __CIMAG(x, double)
-cimag  complex.h       p       88      double cimag(double complex);
-cimag  tgmath.h        d       219     #define cimag(x) __tg_complex_retreal(cimag, (x))
-cimagf complex.h       d       113     #define cimagf(x) __CIMAG(x, float)
-cimagf complex.h       p       89      float cimagf(float complex);
-cimagl complex.h       d       114     #define cimagl(x) __CIMAG(x, long double)
-cimagl complex.h       p       90      long double cimagl(long double complex);
-clearenv       stdlib.h        p       145     int clearenv(void);
-clearerr       stdio.h p       73      void clearerr(FILE *);
-clearerr_unlocked      stdio.h p       171     void clearerr_unlocked(FILE *);
-clock  time.h  p       53      clock_t clock(void);
-clock_adjtime  sys/timex.h     p       92      int clock_adjtime(clockid_t, struct timex *);
-clock_getcpuclockid    time.h  p       107     int clock_getcpuclockid(pid_t, clockid_t *);
-clock_getres   time.h  p       103     int clock_getres(clockid_t, struct timespec *);
-clock_gettime  time.h  p       104     int clock_gettime(clockid_t, struct timespec *);
-clock_nanosleep        time.h  p       106     int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
-clock_settime  time.h  p       105     int clock_settime(clockid_t, const struct timespec *);
-clog   complex.h       p       68      double complex clog(double complex);
-clogf  complex.h       p       69      float complex clogf(float complex);
-clogl  complex.h       p       70      long double complex clogl(long double complex);
-clone  sched.h p       68      int clone(int(*)(void *), void *, int, void *, ...);
-close  unistd.h        p       37      int close(int);
-closedir       dirent.h        p       31      int closedir(DIR *);
-closelog       syslog.h        p       59      void closelog(void);
-clrbit sys/param.h     d       23      #define clrbit(x,i) __bitop(x,i,&=~)
-cnd_broadcast  threads.h       p       71      int cnd_broadcast(cnd_t *);
-cnd_destroy    threads.h       p       69      void cnd_destroy(cnd_t *);
-cnd_init       threads.h       p       68      int cnd_init(cnd_t *);
-cnd_signal     threads.h       p       72      int cnd_signal(cnd_t *);
-cnd_timedwait  threads.h       p       74      int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict);
-cnd_wait       threads.h       p       75      int cnd_wait(cnd_t *, mtx_t *);
-comp_t sys/acct.h      t       15      typedef uint16_t comp_t;
-compl  iso646.h        d       10      #define compl ~
-complex        complex.h       d       8       #define complex _Complex
-confstr        unistd.h        p       131     size_t confstr(int, char *, size_t);
-conj   complex.h       p       92      double complex conj(double complex);
-conj   tgmath.h        d       220     #define conj(x) __tg_complex(conj, (x))
-conjf  complex.h       p       93      float complex conjf(float complex);
-conjl  complex.h       p       94      long double complex conjl(long double complex);
-connect        sys/socket.h    p       300     int connect(int, const struct sockaddr *, socklen_t);
-copysign       math.h  p       159     double copysign(double, double);
-copysign       tgmath.h        d       221     #define copysign(x,y) __tg_real_2(copysign, (x), (y))
-copysignf      math.h  p       160     float copysignf(float, float);
-copysignl      math.h  p       161     long double copysignl(long double, long double);
-cos    math.h  p       163     double cos(double);
-cos    tgmath.h        d       222     #define cos(x) __tg_real_complex(cos, (x))
-cosf   math.h  p       164     float cosf(float);
-cosh   math.h  p       167     double cosh(double);
-cosh   tgmath.h        d       223     #define cosh(x) __tg_real_complex(cosh, (x))
-coshf  math.h  p       168     float coshf(float);
-coshl  math.h  p       169     long double coshl(long double);
-cosl   math.h  p       165     long double cosl(long double);
-cpow   complex.h       p       76      double complex cpow(double complex, double complex);
-cpowf  complex.h       p       77      float complex cpowf(float complex, float complex);
-cpowl  complex.h       p       78      long double complex cpowl(long double complex, long double complex);
-cproj  complex.h       p       96      double complex cproj(double complex);
-cproj  tgmath.h        d       224     #define cproj(x) __tg_complex(cproj, (x))
-cprojf complex.h       p       97      float complex cprojf(float complex);
-cprojl complex.h       p       98      long double complex cprojl(long double complex);
-cpu_set_t      sched.h t       77      typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t;
-creal  complex.h       d       108     #define creal(x) ((double)(x))
-creal  complex.h       p       100     double creal(double complex);
-creal  tgmath.h        d       225     #define creal(x) __tg_complex_retreal(creal, (x))
-crealf complex.h       d       109     #define crealf(x) ((float)(x))
-crealf complex.h       p       101     float crealf(float complex);
-creall complex.h       d       110     #define creall(x) ((long double)(x))
-creall complex.h       p       102     long double creall(long double complex);
-creat  fcntl.h p       33      int creat(const char *, mode_t);
-creat64        fcntl.h d       177     #define creat64 creat
-crypt  crypt.h p       13      char *crypt(const char *, const char *);
-crypt  unistd.h        p       144     char *crypt(const char *, const char *);
-crypt_r        crypt.h p       14      char *crypt_r(const char *, const char *, struct crypt_data *);
-csin   complex.h       p       32      double complex csin(double complex);
-csinf  complex.h       p       33      float complex csinf(float complex);
-csinh  complex.h       p       56      double complex csinh(double complex);
-csinhf complex.h       p       57      float complex csinhf(float complex);
-csinhl complex.h       p       58      long double complex csinhl(long double complex);
-csinl  complex.h       p       34      long double complex csinl(long double complex);
-csqrt  complex.h       p       80      double complex csqrt(double complex);
-csqrtf complex.h       p       81      float complex csqrtf(float complex);
-csqrtl complex.h       p       82      long double complex csqrtl(long double complex);
-ctan   complex.h       p       36      double complex ctan(double complex);
-ctanf  complex.h       p       37      float complex ctanf(float complex);
-ctanh  complex.h       p       60      double complex ctanh(double complex);
-ctanhf complex.h       p       61      float complex ctanhf(float complex);
-ctanhl complex.h       p       62      long double complex ctanhl(long double complex);
-ctanl  complex.h       p       38      long double complex ctanl(long double complex);
-ctermid        stdio.h p       150     char *ctermid(char *);
-ctermid        unistd.h        p       122     char *ctermid(char *);
-ctime  time.h  p       61      char *ctime(const time_t *);
-ctime_r        time.h  p       77      char *ctime_r(const time_t *, char *);
-cuserid        stdio.h p       163     char *cuserid(char *);
-d_fileno       dirent.h        d       29      #define d_fileno d_ino
-daemon unistd.h        p       171     int daemon(int, int);
-daylight       time.h  x       121     extern int daylight;
-dbtob  sys/quota.h     d       12      #define dbtob(num) ((num) << 10)
-difftime       time.h  p       55      double difftime(time_t, time_t);
-direct sys/dir.h       d       2       #define direct dirent
-dirent64       dirent.h        d       64      #define dirent64 dirent
-dirfd  dirent.h        p       39      int dirfd(DIR *);
-dirname        libgen.h        p       8       char *dirname(char *);
-div    stdlib.h        p       66      div_t div(int, int);
-div_t  stdlib.h        t       62      typedef struct { int quot, rem; } div_t;
-dl_iterate_phdr        link.h  p       48      int dl_iterate_phdr(int(*)(struct dl_phdr_info *, size_t, void *), void *);
-dladdr dlfcn.h p       34      int dladdr(const void *, Dl_info *);
-dlclose        dlfcn.h p       22      int dlclose(void *);
-dlerror        dlfcn.h p       23      char *dlerror(void);
-dlinfo dlfcn.h p       35      int dlinfo(void *, int, void *);
-dlopen dlfcn.h p       24      void *dlopen(const char *, int);
-dlsym  dlfcn.h p       25      void *dlsym(void *__restrict, const char *__restrict);
-dn_comp        resolv.h        p       134     int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
-dn_expand      resolv.h        p       135     int dn_expand(const unsigned char *, const unsigned char *, const unsigned char *, char *, int);
-dn_skipname    resolv.h        p       136     int dn_skipname(const unsigned char *, const unsigned char *);
-dprintf        stdio.h p       138     int dprintf(int, const char *__restrict, ...);
-dq_bhardlimit  sys/quota.h     d       73      #define dq_bhardlimit dq_dqb.dqb_bhardlimit
-dq_bsoftlimit  sys/quota.h     d       74      #define dq_bsoftlimit dq_dqb.dqb_bsoftlimit
-dq_btime       sys/quota.h     d       80      #define dq_btime dq_dqb.dqb_btime
-dq_curinodes   sys/quota.h     d       79      #define dq_curinodes dq_dqb.dqb_curinodes
-dq_curspace    sys/quota.h     d       75      #define dq_curspace dq_dqb.dqb_curspace
-dq_ihardlimit  sys/quota.h     d       77      #define dq_ihardlimit dq_dqb.dqb_ihardlimit
-dq_isoftlimit  sys/quota.h     d       78      #define dq_isoftlimit dq_dqb.dqb_isoftlimit
-dq_itime       sys/quota.h     d       81      #define dq_itime dq_dqb.dqb_itime
-dq_valid       sys/quota.h     d       76      #define dq_valid dq_dqb.dqb_valid
-dqoff  sys/quota.h     d       83      #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk))
-drand48        stdlib.h        p       126     double drand48(void);
-drem   math.h  p       386     double drem(double, double);
-dremf  math.h  p       387     float dremf(float, float);
-dup    unistd.h        p       39      int dup(int);
-dup2   unistd.h        p       40      int dup2(int, int);
-dup3   unistd.h        p       41      int dup3(int, int, int);
-duplocale      locale.h        p       74      locale_t duplocale(locale_t);
-e_exit utmp.h  d       25      #define e_exit __e_exit
-e_exit utmpx.h d       43      #define e_exit __e_exit
-e_termination  utmp.h  d       26      #define e_termination __e_termination
-e_termination  utmpx.h d       44      #define e_termination __e_termination
-eaccess        unistd.h        p       190     int eaccess(const char *, int);
-ecvt   stdlib.h        p       152     char *ecvt(double, int, int *, int *);
-encrypt        unistd.h        p       145     void encrypt(char *, int);
-encrypt_names  arpa/telnet.h   v       231     
-encrypt_names  arpa/telnet.h   x       240     extern char *encrypt_names[];
-enctype_names  arpa/telnet.h   v       236     
-enctype_names  arpa/telnet.h   x       241     extern char *enctype_names[];
-endgrent       grp.h   p       34      void endgrent(void);
-endhostent     netdb.h p       99      void endhostent(void);
-endmntent      mntent.h        p       34      int endmntent(FILE *);
-endnetent      netdb.h p       103     void endnetent(void);
-endorder       search.h        e       14      
-endprotoent    netdb.h p       115     void endprotoent(void);
-endpwent       pwd.h   p       32      void endpwent(void);
-endservent     netdb.h p       109     void endservent(void);
-endspent       shadow.h        p       28      void endspent(void);
-endusershell   unistd.h        p       173     void endusershell(void);
-endutent       utmp.h  p       28      void endutent(void);
-endutxent      utmpx.h p       35      void endutxent(void);
-environ        unistd.h        x       182     extern char **environ;
-epoll_create   sys/epoll.h     p       57      int epoll_create(int);
-epoll_create1  sys/epoll.h     p       58      int epoll_create1(int);
-epoll_ctl      sys/epoll.h     p       59      int epoll_ctl(int, int, int, struct epoll_event *);
-epoll_data_t   sys/epoll.h     t       45      } epoll_data_t;
-epoll_pwait    sys/epoll.h     p       61      int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
-epoll_wait     sys/epoll.h     p       60      int epoll_wait(int, struct epoll_event *, int, int);
-erand48        stdlib.h        p       127     double erand48(unsigned short [3]);
-erf    math.h  p       171     double erf(double);
-erf    tgmath.h        d       226     #define erf(x) __tg_real(erf, (x))
-erfc   math.h  p       175     double erfc(double);
-erfc   tgmath.h        d       227     #define erfc(x) __tg_real(erfc, (x))
-erfcf  math.h  p       176     float erfcf(float);
-erfcl  math.h  p       177     long double erfcl(long double);
-erff   math.h  p       172     float erff(float);
-erfl   math.h  p       173     long double erfl(long double);
-err    err.h   p       16      _Noreturn void err(int, const char *, ...);
-errno  errno.h d       13      #define errno (*__errno_location())
-errx   err.h   p       18      _Noreturn void errx(int, const char *, ...);
-ether_aton     netinet/ether.h p       11      struct ether_addr *ether_aton(const char *);
-ether_aton_r   netinet/ether.h p       13      struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
-ether_hostton  netinet/ether.h p       16      int ether_hostton(const char *, struct ether_addr *);
-ether_line     netinet/ether.h p       14      int ether_line(const char *, struct ether_addr *, char *);
-ether_ntoa     netinet/ether.h p       10      char *ether_ntoa(const struct ether_addr *);
-ether_ntoa_r   netinet/ether.h p       12      char *ether_ntoa_r(const struct ether_addr *, char *);
-ether_ntohost  netinet/ether.h p       15      int ether_ntohost(char *, const struct ether_addr *);
-euidaccess     unistd.h        p       189     int euidaccess(const char *, int);
-eventfd        sys/eventfd.h   p       17      int eventfd(unsigned int, int);
-eventfd_read   sys/eventfd.h   p       18      int eventfd_read(int, eventfd_t *);
-eventfd_t      sys/eventfd.h   t       11      typedef uint64_t eventfd_t;
-eventfd_write  sys/eventfd.h   p       19      int eventfd_write(int, eventfd_t);
-execl  unistd.h        p       88      int execl(const char *, const char *, ...);
-execle unistd.h        p       87      int execle(const char *, const char *, ...);
-execlp unistd.h        p       90      int execlp(const char *, const char *, ...);
-execv  unistd.h        p       86      int execv(const char *, char *const []);
-execve unistd.h        p       85      int execve(const char *, char *const [], char *const []);
-execvp unistd.h        p       89      int execvp(const char *, char *const []);
-execvpe        unistd.h        p       177     int execvpe(const char *, char *const [], char *const []);
-exit   stdlib.h        p       46      _Noreturn void exit(int);
-exp    math.h  p       179     double exp(double);
-exp    tgmath.h        d       228     #define exp(x) __tg_real_complex(exp, (x))
-exp10  math.h  p       417     double exp10(double);
-exp10f math.h  p       418     float exp10f(float);
-exp10l math.h  p       419     long double exp10l(long double);
-exp2   math.h  p       183     double exp2(double);
-exp2   tgmath.h        d       229     #define exp2(x) __tg_real(exp2, (x))
-exp2f  math.h  p       184     float exp2f(float);
-exp2l  math.h  p       185     long double exp2l(long double);
-expf   math.h  p       180     float expf(float);
-expl   math.h  p       181     long double expl(long double);
-expm1  math.h  p       187     double expm1(double);
-expm1  tgmath.h        d       230     #define expm1(x) __tg_real(expm1, (x))
-expm1f math.h  p       188     float expm1f(float);
-expm1l math.h  p       189     long double expm1l(long double);
-fabs   math.h  p       191     double fabs(double);
-fabs   tgmath.h        d       231     #define fabs(x) __tg_real_complex_fabs(x)
-fabsf  math.h  p       192     float fabsf(float);
-fabsl  math.h  p       193     long double fabsl(long double);
-faccessat      unistd.h        p       74      int faccessat(int, const char *, int, int);
-facilitynames  syslog.h        d       82      #define facilitynames ((CODE *)(const CODE []){ { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, { "user", LOG_USER }, { "uucp", LOG_UUCP }, { "local0", LOG_LOCAL0 }, { "local1", LOG_LOCAL1 }, { "local2", LOG_LOCAL2 }, { "local3", LOG_LOCAL3 }, { "local4", LOG_LOCAL4 }, { "local5", LOG_LOCAL5 }, { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
-fallocate      fcntl.h p       160     int fallocate(int, int, off_t, off_t);
-fallocate64    fcntl.h d       161     #define fallocate64 fallocate
-false  stdbool.h       d       7       #define false 0
-fanotify_init  sys/fanotify.h  p       67      int fanotify_init(unsigned, unsigned);
-fanotify_mark  sys/fanotify.h  p       68      int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
-fchdir unistd.h        p       77      int fchdir(int);
-fchmod sys/stat.h      p       78      int fchmod(int, mode_t);
-fchmodat       sys/stat.h      p       79      int fchmodat(int, const char *, mode_t, int);
-fchown unistd.h        p       52      int fchown(int, uid_t, gid_t);
-fchownat       unistd.h        p       54      int fchownat(int, const char *, uid_t, gid_t, int);
-fclose stdio.h p       65      int fclose(FILE *);
-fcntl  fcntl.h p       34      int fcntl(int, int, ...);
-fcvt   stdlib.h        p       153     char *fcvt(double, int, int *, int *);
-fd_mask        sys/select.h    t       20      typedef unsigned long fd_mask;
-fd_set sys/select.h    t       25      } fd_set;
-fdatasync      unistd.h        p       44      int fdatasync(int);
-fdim   math.h  p       195     double fdim(double, double);
-fdim   tgmath.h        d       232     #define fdim(x,y) __tg_real_2(fdim, (x), (y))
-fdimf  math.h  p       196     float fdimf(float, float);
-fdiml  math.h  p       197     long double fdiml(long double, long double);
-fdopen stdio.h p       132     FILE *fdopen(int, const char *);
-fdopendir      dirent.h        p       32      DIR *fdopendir(int);
-feclearexcept  fenv.h  p       10      int feclearexcept(int);
-fegetenv       fenv.h  p       19      int fegetenv(fenv_t *);
-fegetexceptflag        fenv.h  p       11      int fegetexceptflag(fexcept_t *, int);
-fegetround     fenv.h  p       16      int fegetround(void);
-feholdexcept   fenv.h  p       20      int feholdexcept(fenv_t *);
-feof   stdio.h p       70      int feof(FILE *);
-feof_unlocked  stdio.h p       172     int feof_unlocked(FILE *);
-feraiseexcept  fenv.h  p       12      int feraiseexcept(int);
-ferror stdio.h p       71      int ferror(FILE *);
-ferror_unlocked        stdio.h p       173     int ferror_unlocked(FILE *);
-fesetenv       fenv.h  p       21      int fesetenv(const fenv_t *);
-fesetexceptflag        fenv.h  p       13      int fesetexceptflag(const fexcept_t *, int);
-fesetround     fenv.h  p       17      int fesetround(int);
-fetestexcept   fenv.h  p       14      int fetestexcept(int);
-feupdateenv    fenv.h  p       22      int feupdateenv(const fenv_t *);
-fexecve        unistd.h        p       91      int fexecve(int, char *const [], char *const []);
-fflush stdio.h p       72      int fflush(FILE *);
-fflush_unlocked        stdio.h p       168     int fflush_unlocked(FILE *);
-ffs    strings.h       p       24      int ffs(int);
-ffsl   strings.h       p       25      int ffsl(long);
-ffsll  strings.h       p       26      int ffsll(long long);
-fgetc  stdio.h p       85      int fgetc(FILE *);
-fgetc_unlocked stdio.h p       166     int fgetc_unlocked(FILE *);
-fgetgrent      grp.h   p       38      struct group *fgetgrent(FILE *stream);
-fgetln stdio.h p       177     char *fgetln(FILE *, size_t *);
-fgetpos        stdio.h p       79      int fgetpos(FILE *__restrict, fpos_t *__restrict);
-fgetpos64      stdio.h d       193     #define fgetpos64 fgetpos
-fgetpwent      pwd.h   p       41      struct passwd *fgetpwent(FILE *);
-fgets  stdio.h p       94      char *fgets(char *__restrict, int, FILE *__restrict);
-fgets_unlocked stdio.h p       183     char *fgets_unlocked(char *, int, FILE *);
-fgetspent      shadow.h        p       30      struct spwd *fgetspent(FILE *);
-fgetwc wchar.h p       121     wint_t fgetwc(FILE *);
-fgetws wchar.h p       129     wchar_t *fgetws(wchar_t *__restrict, int, FILE *__restrict);
-fgetxattr      sys/xattr.h     p       16      ssize_t fgetxattr(int filedes, const char *, void *, size_t);
-fileno stdio.h p       135     int fileno(FILE *);
-fileno_unlocked        stdio.h p       174     int fileno_unlocked(FILE *);
-finite math.h  p       389     int finite(double);
-finitef        math.h  p       390     int finitef(float);
-flistxattr     sys/xattr.h     p       19      ssize_t flistxattr(int filedes, char *, size_t);
-flock  sys/file.h      p       16      int flock(int, int);
-flock64        fcntl.h d       174     #define flock64 flock
-flockfile      stdio.h p       140     void flockfile(FILE *);
-floor  math.h  p       199     double floor(double);
-floor  tgmath.h        d       233     #define floor(x) __tg_real(floor, (x))
-floorf math.h  p       200     float floorf(float);
-floorl math.h  p       201     long double floorl(long double);
-fma    math.h  p       203     double fma(double, double, double);
-fma    tgmath.h        d       234     #define fma(x,y,z) __tg_real_fma((x), (y), (z))
-fmaf   math.h  p       204     float fmaf(float, float, float);
-fmal   math.h  p       205     long double fmal(long double, long double, long double);
-fmax   math.h  p       207     double fmax(double, double);
-fmax   tgmath.h        d       235     #define fmax(x,y) __tg_real_2(fmax, (x), (y))
-fmaxf  math.h  p       208     float fmaxf(float, float);
-fmaxl  math.h  p       209     long double fmaxl(long double, long double);
-fmemopen       stdio.h p       130     FILE *fmemopen(void *__restrict, size_t, const char *__restrict);
-fmin   math.h  p       211     double fmin(double, double);
-fmin   tgmath.h        d       236     #define fmin(x,y) __tg_real_2(fmin, (x), (y))
-fminf  math.h  p       212     float fminf(float, float);
-fminl  math.h  p       213     long double fminl(long double, long double);
-fmod   math.h  p       215     double fmod(double, double);
-fmod   tgmath.h        d       237     #define fmod(x,y) __tg_real_2(fmod, (x), (y))
-fmodf  math.h  p       216     float fmodf(float, float);
-fmodl  math.h  p       217     long double fmodl(long double, long double);
-fmtmsg fmtmsg.h        p       41      int fmtmsg(long, const char *, int, const char *, const char *, const char *);
-fnmatch        fnmatch.h       p       18      int fnmatch(const char *, const char *, int);
-fopen  stdio.h p       63      FILE *fopen(const char *__restrict, const char *__restrict);
-fopen64        stdio.h d       189     #define fopen64 fopen
-fork   unistd.h        p       84      pid_t fork(void);
-forkpty        pty.h   p       12      int forkpty(int *, char *, const struct termios *, const struct winsize *);
-formnames      arpa/ftp.h      v       33      
-fpathconf      unistd.h        p       129     long fpathconf(int, int);
-fpclassify     math.h  d       56      #define fpclassify(x) ( sizeof(x) == sizeof(float) ? __fpclassifyf(x) : sizeof(x) == sizeof(double) ? __fpclassify(x) : __fpclassifyl(x) )
-fpos64_t       stdio.h d       195     #define fpos64_t fpos_t
-fpos_t stdio.h t       53      } fpos_t;
-fprintf        stdio.h p       103     int fprintf(FILE *__restrict, const char *__restrict, ...);
-fputc  stdio.h p       90      int fputc(int, FILE *);
-fputc_unlocked stdio.h p       167     int fputc_unlocked(int, FILE *);
-fputs  stdio.h p       99      int fputs(const char *__restrict, FILE *__restrict);
-fputs_unlocked stdio.h p       184     int fputs_unlocked(const char *, FILE *);
-fputwc wchar.h p       125     wint_t fputwc(wchar_t, FILE *);
-fputws wchar.h p       130     int fputws(const wchar_t *__restrict, FILE *__restrict);
-fread  stdio.h p       82      size_t fread(void *__restrict, size_t, size_t, FILE *__restrict);
-fread_unlocked stdio.h p       169     size_t fread_unlocked(void *, size_t, size_t, FILE *);
-free   malloc.h        p       15      void free(void *);
-free   sched.h p       75      void free(void *);
-free   stdlib.h        p       41      void free(void *);
-freeaddrinfo   netdb.h p       58      void freeaddrinfo(struct addrinfo *);
-freeifaddrs    ifaddrs.h       p       27      void freeifaddrs(struct ifaddrs *ifp);
-freelocale     locale.h        p       75      void freelocale(locale_t);
-fremovexattr   sys/xattr.h     p       25      int fremovexattr(int, const char *);
-freopen        stdio.h p       64      FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
-freopen64      stdio.h d       190     #define freopen64 freopen
-frexp  math.h  p       219     double frexp(double, int *);
-frexp  tgmath.h        d       238     #define frexp(x,y) __tg_real_2_1(frexp, (x), (y))
-frexpf math.h  p       220     float frexpf(float, int *);
-frexpl math.h  p       221     long double frexpl(long double, int *);
-fs_to_dq_blocks        sys/quota.h     d       14      #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / 1024)
-fsblkcnt64_t   sys/stat.h      d       104     #define fsblkcnt64_t fsblkcnt_t
-fsblkcnt64_t   sys/statfs.h    d       24      #define fsblkcnt64_t fsblkcnt_t
-fsblkcnt64_t   sys/statvfs.h   d       49      #define fsblkcnt64_t fsblkcnt_t
-fsblkcnt64_t   sys/types.h     d       77      #define fsblkcnt64_t fsblkcnt_t
-fscanf stdio.h p       113     int fscanf(FILE *__restrict, const char *__restrict, ...);
-fseek  stdio.h p       75      int fseek(FILE *, long, int);
-fseeko stdio.h p       136     int fseeko(FILE *, off_t, int);
-fseeko64       stdio.h d       191     #define fseeko64 fseeko
-fsetpos        stdio.h p       80      int fsetpos(FILE *, const fpos_t *);
-fsetpos64      stdio.h d       194     #define fsetpos64 fsetpos
-fsetxattr      sys/xattr.h     p       22      int fsetxattr(int, const char *, const void *, size_t, int);
-fsfilcnt64_t   sys/stat.h      d       105     #define fsfilcnt64_t fsfilcnt_t
-fsfilcnt64_t   sys/statfs.h    d       25      #define fsfilcnt64_t fsfilcnt_t
-fsfilcnt64_t   sys/statvfs.h   d       50      #define fsfilcnt64_t fsfilcnt_t
-fsfilcnt64_t   sys/types.h     d       78      #define fsfilcnt64_t fsfilcnt_t
-fsid_t sys/statfs.h    t       14      } fsid_t;
-fstat  sys/stat.h      p       74      int fstat(int, struct stat *);
-fstat64        sys/stat.h      d       100     #define fstat64 fstat
-fstatat        sys/stat.h      p       76      int fstatat(int, const char *__restrict, struct stat *__restrict, int);
-fstatat64      sys/stat.h      d       102     #define fstatat64 fstatat
-fstatfs        sys/statfs.h    p       19      int fstatfs(int, struct statfs *);
-fstatfs64      sys/statfs.h    d       23      #define fstatfs64 fstatfs
-fstatvfs       sys/statvfs.h   p       32      int fstatvfs(int, struct statvfs *);
-fstatvfs64     sys/statvfs.h   d       48      #define fstatvfs64 fstatvfs
-fsync  unistd.h        p       43      int fsync(int);
-ftell  stdio.h p       76      long ftell(FILE *);
-ftello stdio.h p       137     off_t ftello(FILE *);
-ftello64       stdio.h d       192     #define ftello64 ftello
-ftime  sys/timeb.h     p       17      int ftime(struct timeb *);
-ftok   sys/ipc.h       p       37      key_t ftok(const char *, int);
-ftruncate      unistd.h        p       66      int ftruncate(int, off_t);
-ftruncate64    unistd.h        d       198     #define ftruncate64 ftruncate
-ftrylockfile   stdio.h p       141     int ftrylockfile(FILE *);
-ftw    ftw.h   p       30      int ftw(const char *, int(*)(const char *, const struct stat *, int), int);
-ftw64  ftw.h   d       34      #define ftw64 ftw
-funlockfile    stdio.h p       142     void funlockfile(FILE *);
-futimens       sys/stat.h      p       88      int futimens(int, const struct timespec [2]);
-futimes        sys/time.h      p       37      int futimes(int, const struct timeval [2]);
-futimesat      sys/time.h      p       38      int futimesat(int, const char *, const struct timeval [2]);
-fwide  wchar.h p       102     int fwide(FILE *, int);
-fwprintf       wchar.h p       106     int fwprintf(FILE *__restrict, const wchar_t *__restrict, ...);
-fwrite stdio.h p       83      size_t fwrite(const void *__restrict, size_t, size_t, FILE *__restrict);
-fwrite_unlocked        stdio.h p       170     size_t fwrite_unlocked(const void *, size_t, size_t, FILE *);
-fwscanf        wchar.h p       114     int fwscanf(FILE *__restrict, const wchar_t *__restrict, ...);
-gai_strerror   netdb.h p       60      const char *gai_strerror(int);
-gcvt   stdlib.h        p       154     char *gcvt(double, int, char *);
-get_avphys_pages       sys/sysinfo.h   p       30      long get_avphys_pages(void);
-get_current_dir_name   unistd.h        p       187     char *get_current_dir_name(void);
-get_nprocs     sys/sysinfo.h   p       28      int get_nprocs(void);
-get_nprocs_conf        sys/sysinfo.h   p       27      int get_nprocs_conf(void);
-get_phys_pages sys/sysinfo.h   p       29      long get_phys_pages(void);
-getaddrinfo    netdb.h p       57      int getaddrinfo(const char *__restrict, const char *__restrict, const struct addrinfo *__restrict, struct addrinfo **__restrict);
-getauxval      sys/auxv.h      p       10      unsigned long getauxval(unsigned long);
-getc   stdio.h p       86      int getc(FILE *);
-getc_unlocked  stdio.h p       143     int getc_unlocked(FILE *);
-getchar        stdio.h p       87      int getchar(void);
-getchar_unlocked       stdio.h p       144     int getchar_unlocked(void);
-getcontext     ucontext.h      p       17      int getcontext(struct __ucontext *);
-getcwd unistd.h        p       78      char *getcwd(char *, size_t);
-getdate        time.h  p       125     struct tm *getdate(const char *);
-getdate_err    time.h  x       124     extern int getdate_err;
-getdelim       stdio.h p       147     ssize_t getdelim(char **__restrict, size_t *__restrict, int, FILE *__restrict);
-getdents       dirent.h        p       56      int getdents(int, struct dirent *, size_t);
-getdents64     dirent.h        d       72      #define getdents64 getdents
-getdomainname  unistd.h        p       167     int getdomainname(char *, size_t);
-getdtablesize  unistd.h        p       165     int getdtablesize(void);
-getegid        unistd.h        p       110     gid_t getegid(void);
-getenv stdlib.h        p       51      char *getenv(const char *);
-geteuid        unistd.h        p       108     uid_t geteuid(void);
-getgid unistd.h        p       109     gid_t getgid(void);
-getgrent       grp.h   p       33      struct group *getgrent(void);
-getgrgid       grp.h   p       27      struct group *getgrgid(gid_t);
-getgrgid_r     grp.h   p       30      int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
-getgrnam       grp.h   p       28      struct group *getgrnam(const char *);
-getgrnam_r     grp.h   p       31      int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
-getgrouplist   grp.h   p       43      int getgrouplist(const char *, gid_t, gid_t *, int *);
-getgroups      unistd.h        p       111     int getgroups(int, gid_t []);
-gethostbyaddr  netdb.h p       124     struct hostent *gethostbyaddr(const void *, socklen_t, int);
-gethostbyaddr_r        netdb.h p       140     int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent **, int *);
-gethostbyname  netdb.h p       123     struct hostent *gethostbyname(const char *);
-gethostbyname2 netdb.h p       139     struct hostent *gethostbyname2(const char *, int);
-gethostbyname2_r       netdb.h p       138     int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
-gethostbyname_r        netdb.h p       137     int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
-gethostent     netdb.h p       100     struct hostent *gethostent(void);
-gethostid      unistd.h        p       140     long gethostid(void);
-gethostname    unistd.h        p       121     int gethostname(char *, size_t);
-getifaddrs     ifaddrs.h       p       28      int getifaddrs(struct ifaddrs **ifap);
-getitimer      sys/time.h      p       26      int getitimer(int, struct itimerval *);
-getline        stdio.h p       148     ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
-getloadavg     stdlib.h        p       144     int getloadavg(double *, int);
-getlogin       unistd.h        p       119     char *getlogin(void);
-getlogin_r     unistd.h        p       120     int getlogin_r(char *, size_t);
-getmntent      mntent.h        p       35      struct mntent *getmntent(FILE *);
-getmntent_r    mntent.h        p       36      struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
-getnameinfo    netdb.h p       59      int getnameinfo(const struct sockaddr *__restrict, socklen_t, char *__restrict, socklen_t, char *__restrict, socklen_t, int);
-getnetbyaddr   netdb.h p       105     struct netent *getnetbyaddr(uint32_t, int);
-getnetbyname   netdb.h p       106     struct netent *getnetbyname(const char *);
-getnetent      netdb.h p       104     struct netent *getnetent(void);
-getopt getopt.h        p       8       int getopt(int, char * const [], const char *);
-getopt unistd.h        p       124     int getopt(int, char * const [], const char *);
-getopt_long    getopt.h        p       20      int getopt_long(int, char *const *, const char *, const struct option *, int *);
-getopt_long_only       getopt.h        p       21      int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
-getpagesize    unistd.h        p       164     int getpagesize(void);
-getpass        unistd.h        p       170     char *getpass(const char *);
-getpeername    sys/socket.h    p       306     int getpeername(int, struct sockaddr *__restrict, socklen_t *__restrict);
-getpgid        unistd.h        p       97      pid_t getpgid(pid_t);
-getpgrp        unistd.h        p       96      pid_t getpgrp(void);
-getpid unistd.h        p       94      pid_t getpid(void);
-getppid        unistd.h        p       95      pid_t getppid(void);
-getpriority    sys/resource.h  p       55      int getpriority(int, id_t);
-getprotobyname netdb.h p       117     struct protoent *getprotobyname(const char *);
-getprotobynumber       netdb.h p       118     struct protoent *getprotobynumber(int);
-getprotoent    netdb.h p       116     struct protoent *getprotoent(void);
-getpwent       pwd.h   p       33      struct passwd *getpwent(void);
-getpwnam       pwd.h   p       36      struct passwd *getpwnam(const char *);
-getpwnam_r     pwd.h   p       38      int getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
-getpwuid       pwd.h   p       35      struct passwd *getpwuid(uid_t);
-getpwuid_r     pwd.h   p       37      int getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
-getresgid      unistd.h        p       186     int getresgid(gid_t *, gid_t *, gid_t *);
-getresuid      unistd.h        p       185     int getresuid(uid_t *, uid_t *, uid_t *);
-getrlimit      sys/resource.h  p       51      int getrlimit(int, struct rlimit *);
-getrlimit64    sys/resource.h  d       102     #define getrlimit64 getrlimit
-getrusage      sys/resource.h  p       53      int getrusage(int, struct rusage *);
-gets   stdio.h p       96      char *gets(char *);
-getservbyname  netdb.h p       111     struct servent *getservbyname(const char *, const char *);
-getservbyname_r        netdb.h p       142     int getservbyname_r(const char *, const char *, struct servent *, char *, size_t, struct servent **);
-getservbyport  netdb.h p       112     struct servent *getservbyport(int, const char *);
-getservbyport_r        netdb.h p       141     int getservbyport_r(int, const char *, struct servent *, char *, size_t, struct servent **);
-getservent     netdb.h p       110     struct servent *getservent(void);
-getsid unistd.h        p       100     pid_t getsid(pid_t);
-getsockname    sys/socket.h    p       305     int getsockname(int, struct sockaddr *__restrict, socklen_t *__restrict);
-getsockopt     sys/socket.h    p       315     int getsockopt(int, int, int, void *__restrict, socklen_t *__restrict);
-getspent       shadow.h        p       29      struct spwd *getspent(void);
-getspnam       shadow.h        p       34      struct spwd *getspnam(const char *);
-getspnam_r     shadow.h        p       35      int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
-getsubopt      stdlib.h        p       105     int getsubopt(char **, char *const *, char **);
-gettimeofday   sys/time.h      p       11      int gettimeofday(struct timeval *__restrict, void *__restrict);
-getuid unistd.h        p       107     uid_t getuid(void);
-getusershell   unistd.h        p       174     char *getusershell(void);
-getutent       utmp.h  p       29      struct utmp *getutent(void);
-getutid        utmp.h  p       30      struct utmp *getutid(const struct utmp *);
-getutline      utmp.h  p       31      struct utmp *getutline(const struct utmp *);
-getutxent      utmpx.h p       36      struct utmpx *getutxent(void);
-getutxid       utmpx.h p       37      struct utmpx *getutxid(const struct utmpx *);
-getutxline     utmpx.h p       38      struct utmpx *getutxline(const struct utmpx *);
-getw   stdio.h p       175     int getw(FILE *);
-getwc  wchar.h p       122     wint_t getwc(FILE *);
-getwchar       wchar.h p       123     wint_t getwchar(void);
-getxattr       sys/xattr.h     p       14      ssize_t getxattr(const char *, const char *, void *, size_t);
-glob   glob.h  p       22      int glob(const char *__restrict, int, int(*)(const char *, int), glob_t *__restrict);
-glob64 glob.h  d       40      #define glob64 glob
-glob64_t       glob.h  d       42      #define glob64_t glob_t
-glob_t glob.h  t       20      } glob_t;
-globfree       glob.h  p       23      void globfree(glob_t *);
-globfree64     glob.h  d       41      #define globfree64 globfree
-gmtime time.h  p       58      struct tm *gmtime(const time_t *);
-gmtime_r       time.h  p       74      struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
-grantpt        stdlib.h        p       120     int grantpt(int);
-h_addr netdb.h d       81      #define h_addr h_addr_list[0]
-h_errno        netdb.h d       126     #define h_errno (*__h_errno_location())
-hasmntopt      mntent.h        p       38      char *hasmntopt(const struct mntent *, const char *);
-hcreate        search.h        p       21      int hcreate(size_t);
-hcreate_r      search.h        p       32      int hcreate_r(size_t, struct hsearch_data *);
-hdestroy       search.h        p       22      void hdestroy(void);
-hdestroy_r     search.h        p       33      void hdestroy_r(struct hsearch_data *);
-herror netdb.h p       135     void herror(const char *);
-howmany        sys/param.h     d       27      #define howmany(n,d) (((n)+((d)-1))/(d))
-hsearch        search.h        p       23      ENTRY *hsearch(ENTRY, ACTION);
-hsearch_r      search.h        p       34      int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
-hstrerror      netdb.h p       136     const char *hstrerror(int);
-htobe16        endian.h        d       41      #define htobe16(x) __bswap16(x)
-htobe16        endian.h        d       60      #define htobe16(x) (uint16_t)(x)
-htobe32        endian.h        d       44      #define htobe32(x) __bswap32(x)
-htobe32        endian.h        d       63      #define htobe32(x) (uint32_t)(x)
-htobe64        endian.h        d       47      #define htobe64(x) __bswap64(x)
-htobe64        endian.h        d       66      #define htobe64(x) (uint64_t)(x)
-htole16        endian.h        d       50      #define htole16(x) (uint16_t)(x)
-htole16        endian.h        d       69      #define htole16(x) __bswap16(x)
-htole32        endian.h        d       53      #define htole32(x) (uint32_t)(x)
-htole32        endian.h        d       72      #define htole32(x) __bswap32(x)
-htole64        endian.h        d       56      #define htole64(x) (uint64_t)(x)
-htole64        endian.h        d       75      #define htole64(x) __bswap64(x)
-htonl  arpa/inet.h     p       11      uint32_t htonl(uint32_t);
-htonl  netinet/in.h    p       71      uint32_t htonl(uint32_t);
-htons  arpa/inet.h     p       12      uint16_t htons(uint16_t);
-htons  netinet/in.h    p       72      uint16_t htons(uint16_t);
-hypot  math.h  p       223     double hypot(double, double);
-hypot  tgmath.h        d       239     #define hypot(x,y) __tg_real_2(hypot, (x), (y))
-hypotf math.h  p       224     float hypotf(float, float);
-hypotl math.h  p       225     long double hypotl(long double, long double);
-icmp6_data16   netinet/icmp6.h d       36      #define icmp6_data16 icmp6_dataun.icmp6_un_data16
-icmp6_data32   netinet/icmp6.h d       35      #define icmp6_data32 icmp6_dataun.icmp6_un_data32
-icmp6_data8    netinet/icmp6.h d       37      #define icmp6_data8 icmp6_dataun.icmp6_un_data8
-icmp6_id       netinet/icmp6.h d       40      #define icmp6_id icmp6_data16[0]
-icmp6_maxdelay netinet/icmp6.h d       42      #define icmp6_maxdelay icmp6_data16[0]
-icmp6_mtu      netinet/icmp6.h d       39      #define icmp6_mtu icmp6_data32[0]
-icmp6_pptr     netinet/icmp6.h d       38      #define icmp6_pptr icmp6_data32[0]
-icmp6_seq      netinet/icmp6.h d       41      #define icmp6_seq icmp6_data16[1]
-icmp_data      netinet/ip_icmp.h       d       132     #define icmp_data icmp_dun.id_data
-icmp_gwaddr    netinet/ip_icmp.h       d       117     #define icmp_gwaddr icmp_hun.ih_gwaddr
-icmp_id        netinet/ip_icmp.h       d       118     #define icmp_id icmp_hun.ih_idseq.icd_id
-icmp_ip        netinet/ip_icmp.h       d       129     #define icmp_ip icmp_dun.id_ip.idi_ip
-icmp_lifetime  netinet/ip_icmp.h       d       125     #define icmp_lifetime icmp_hun.ih_rtradv.irt_lifetime
-icmp_mask      netinet/ip_icmp.h       d       131     #define icmp_mask icmp_dun.id_mask
-icmp_nextmtu   netinet/ip_icmp.h       d       122     #define icmp_nextmtu icmp_hun.ih_pmtu.ipm_nextmtu
-icmp_num_addrs netinet/ip_icmp.h       d       123     #define icmp_num_addrs icmp_hun.ih_rtradv.irt_num_addrs
-icmp_otime     netinet/ip_icmp.h       d       126     #define icmp_otime icmp_dun.id_ts.its_otime
-icmp_pmvoid    netinet/ip_icmp.h       d       121     #define icmp_pmvoid icmp_hun.ih_pmtu.ipm_void
-icmp_pptr      netinet/ip_icmp.h       d       116     #define icmp_pptr icmp_hun.ih_pptr
-icmp_radv      netinet/ip_icmp.h       d       130     #define icmp_radv icmp_dun.id_radv
-icmp_rtime     netinet/ip_icmp.h       d       127     #define icmp_rtime icmp_dun.id_ts.its_rtime
-icmp_seq       netinet/ip_icmp.h       d       119     #define icmp_seq icmp_hun.ih_idseq.icd_seq
-icmp_ttime     netinet/ip_icmp.h       d       128     #define icmp_ttime icmp_dun.id_ts.its_ttime
-icmp_void      netinet/ip_icmp.h       d       120     #define icmp_void icmp_hun.ih_void
-icmp_wpa       netinet/ip_icmp.h       d       124     #define icmp_wpa icmp_hun.ih_rtradv.irt_wpa
-iconv  iconv.h p       17      size_t iconv(iconv_t, char **__restrict, size_t *__restrict, char **__restrict, size_t *__restrict);
-iconv_close    iconv.h p       18      int iconv_close(iconv_t);
-iconv_open     iconv.h p       16      iconv_t iconv_open(const char *, const char *);
-iconv_t        iconv.h t       14      typedef void *iconv_t;
-idtype_t       sys/wait.h      t       17      } idtype_t;
-if_freenameindex       net/if.h        p       21      void if_freenameindex(struct if_nameindex *);
-if_indextoname net/if.h        p       19      char *if_indextoname(unsigned int, char *);
-if_nameindex   net/if.h        p       20      struct if_nameindex *if_nameindex(void);
-if_nametoindex net/if.h        p       18      unsigned int if_nametoindex(const char *);
-ifa_broadaddr  ifaddrs.h       d       24      #define ifa_broadaddr ifa_ifu.ifu_broadaddr
-ifa_broadaddr  net/if.h        d       62      #define ifa_broadaddr ifa_ifu.ifu_broadaddr
-ifa_dstaddr    ifaddrs.h       d       25      #define ifa_dstaddr ifa_ifu.ifu_dstaddr
-ifa_dstaddr    net/if.h        d       63      #define ifa_dstaddr ifa_ifu.ifu_dstaddr
-ifc_buf        net/if.h        d       125     #define ifc_buf ifc_ifcu.ifcu_buf
-ifc_req        net/if.h        d       126     #define ifc_req ifc_ifcu.ifcu_req
-ifr_addr       net/if.h        d       99      #define ifr_addr ifr_ifru.ifru_addr
-ifr_bandwidth  net/if.h        d       110     #define ifr_bandwidth ifr_ifru.ifru_ivalue
-ifr_broadaddr  net/if.h        d       101     #define ifr_broadaddr ifr_ifru.ifru_broadaddr
-ifr_data       net/if.h        d       108     #define ifr_data ifr_ifru.ifru_data
-ifr_dstaddr    net/if.h        d       100     #define ifr_dstaddr ifr_ifru.ifru_dstaddr
-ifr_flags      net/if.h        d       103     #define ifr_flags ifr_ifru.ifru_flags
-ifr_hwaddr     net/if.h        d       98      #define ifr_hwaddr ifr_ifru.ifru_hwaddr
-ifr_ifindex    net/if.h        d       109     #define ifr_ifindex ifr_ifru.ifru_ivalue
-ifr_map        net/if.h        d       106     #define ifr_map ifr_ifru.ifru_map
-ifr_metric     net/if.h        d       104     #define ifr_metric ifr_ifru.ifru_ivalue
-ifr_mtu        net/if.h        d       105     #define ifr_mtu ifr_ifru.ifru_mtu
-ifr_name       net/if.h        d       97      #define ifr_name ifr_ifrn.ifrn_name
-ifr_netmask    net/if.h        d       102     #define ifr_netmask ifr_ifru.ifru_netmask
-ifr_newname    net/if.h        d       112     #define ifr_newname ifr_ifru.ifru_newname
-ifr_qlen       net/if.h        d       111     #define ifr_qlen ifr_ifru.ifru_ivalue
-ifr_slave      net/if.h        d       107     #define ifr_slave ifr_ifru.ifru_slave
-ilogb  math.h  p       227     int ilogb(double);
-ilogb  tgmath.h        d       240     #define ilogb(x) __tg_real_nocast(ilogb, (x))
-ilogbf math.h  p       228     int ilogbf(float);
-ilogbl math.h  p       229     int ilogbl(long double);
-imaxabs        inttypes.h      p       16      intmax_t imaxabs(intmax_t);
-imaxdiv        inttypes.h      p       17      imaxdiv_t imaxdiv(intmax_t, intmax_t);
-imaxdiv_t      inttypes.h      t       14      typedef struct { intmax_t quot, rem; } imaxdiv_t;
-in6addr_any    netinet/in.h    x       64      extern const struct in6_addr in6addr_any, in6addr_loopback;
-in6addr_loopback       netinet/in.h    x       64      extern const struct in6_addr in6addr_any, in6addr_loopback;
-in_addr_t      netinet/in.h    t       13      typedef uint32_t in_addr_t;
-in_port_t      netinet/in.h    t       12      typedef uint16_t in_port_t;
-index  strings.h       p       19      char *index(const char *, int);
-inet_addr      arpa/inet.h     p       16      in_addr_t inet_addr(const char *);
-inet_aton      arpa/inet.h     p       22      int inet_aton(const char *, struct in_addr *);
-inet_lnaof     arpa/inet.h     p       24      in_addr_t inet_lnaof(struct in_addr);
-inet_makeaddr  arpa/inet.h     p       23      struct in_addr inet_makeaddr(in_addr_t, in_addr_t);
-inet_netof     arpa/inet.h     p       25      in_addr_t inet_netof(struct in_addr);
-inet_network   arpa/inet.h     p       17      in_addr_t inet_network(const char *);
-inet_ntoa      arpa/inet.h     p       18      char *inet_ntoa(struct in_addr);
-inet_ntop      arpa/inet.h     p       20      const char *inet_ntop(int, const void *__restrict, char *__restrict, socklen_t);
-inet_pton      arpa/inet.h     p       19      int inet_pton(int, const char *__restrict, void *__restrict);
-initgroups     grp.h   p       45      int initgroups(const char *, gid_t);
-initstate      stdlib.h        p       116     char *initstate(unsigned int, char *, size_t);
-ino64_t        dirent.h        d       71      #define ino64_t ino_t
-ino64_t        sys/stat.h      d       106     #define ino64_t ino_t
-ino64_t        sys/types.h     d       79      #define ino64_t ino_t
-inotify_add_watch      sys/inotify.h   p       50      int inotify_add_watch(int, const char *, uint32_t);
-inotify_init   sys/inotify.h   p       48      int inotify_init(void);
-inotify_init1  sys/inotify.h   p       49      int inotify_init1(int);
-inotify_rm_watch       sys/inotify.h   p       51      int inotify_rm_watch(int, int);
-insque search.h        p       37      void insque(void *, void *);
-int_fast64_t   stdint.h        t       23      typedef int64_t int_fast64_t;
-int_fast8_t    stdint.h        t       22      typedef int8_t int_fast8_t;
-int_least16_t  stdint.h        t       26      typedef int16_t int_least16_t;
-int_least32_t  stdint.h        t       27      typedef int32_t int_least32_t;
-int_least64_t  stdint.h        t       28      typedef int64_t int_least64_t;
-int_least8_t   stdint.h        t       25      typedef int8_t int_least8_t;
-ioctl  stropts.h       p       133     int ioctl(int, int, ...);
-ioctl  sys/ioctl.h     p       9       int ioctl(int, int, ...);
-ioperm sys/io.h        p       12      int ioperm(unsigned long, unsigned long, int);
-iopl   sys/io.h        p       11      int iopl(int);
-ip6_flow       netinet/ip6.h   d       27      #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
-ip6_hlim       netinet/ip6.h   d       30      #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
-ip6_hops       netinet/ip6.h   d       31      #define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
-ip6_nxt        netinet/ip6.h   d       29      #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
-ip6_plen       netinet/ip6.h   d       28      #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
-ip6_vfc        netinet/ip6.h   d       26      #define ip6_vfc ip6_ctlun.ip6_un2_vfc
-isalnum        ctype.h p       10      int isalnum(int);
-isalnum_l      ctype.h p       48      int isalnum_l(int, locale_t);
-isalpha        ctype.h d       31      #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26)
-isalpha        ctype.h p       11      int isalpha(int);
-isalpha_l      ctype.h p       49      int isalpha_l(int, locale_t);
-isascii        ctype.h d       67      #define isascii(a) (0 ? isascii(a) : (unsigned)(a) < 128)
-isascii        ctype.h p       63      int isascii(int);
-isastream      stropts.h       p       132     int isastream(int);
-isatty unistd.h        p       103     int isatty(int);
-isblank        ctype.h p       12      int isblank(int);
-isblank_l      ctype.h p       50      int isblank_l(int, locale_t);
-isclr  sys/param.h     d       25      #define isclr(x,i) !isset(x,i)
-iscntrl        ctype.h p       13      int iscntrl(int);
-iscntrl_l      ctype.h p       51      int iscntrl_l(int, locale_t);
-isdigit        ctype.h d       32      #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10)
-isdigit        ctype.h p       14      int isdigit(int);
-isdigit_l      ctype.h p       52      int isdigit_l(int, locale_t);
-isfinite       math.h  d       76      #define isfinite(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) < 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) < 0x7ffULL<<52 : __fpclassifyl(x) > FP_INFINITE)
-isgraph        ctype.h d       36      #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e)
-isgraph        ctype.h p       15      int isgraph(int);
-isgraph_l      ctype.h p       53      int isgraph_l(int, locale_t);
-isgreater      math.h  d       120     #define isgreater(x, y) __tg_pred_2(x, y, __isgreater)
-isgreaterequal math.h  d       121     #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal)
-isinf  math.h  d       61      #define isinf(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) == 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) == 0x7ffULL<<52 : __fpclassifyl(x) == FP_INFINITE)
-isless math.h  d       117     #define isless(x, y) __tg_pred_2(x, y, __isless)
-islessequal    math.h  d       118     #define islessequal(x, y) __tg_pred_2(x, y, __islessequal)
-islessgreater  math.h  d       119     #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater)
-islower        ctype.h d       33      #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26)
-islower        ctype.h p       16      int islower(int);
-islower_l      ctype.h p       54      int islower_l(int, locale_t);
-isnan  math.h  d       66      #define isnan(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) > 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) > 0x7ffULL<<52 : __fpclassifyl(x) == FP_NAN)
-isnormal       math.h  d       71      #define isnormal(x) ( sizeof(x) == sizeof(float) ? ((__FLOAT_BITS(x)+0x00800000) & 0x7fffffff) >= 0x01000000 : sizeof(x) == sizeof(double) ? ((__DOUBLE_BITS(x)+(1ULL<<52)) & -1ULL>>1) >= 1ULL<<53 : __fpclassifyl(x) == FP_NORMAL)
-isprint        ctype.h d       35      #define isprint(a) (0 ? isprint(a) : ((unsigned)(a)-0x20) < 0x5f)
-isprint        ctype.h p       17      int isprint(int);
-isprint_l      ctype.h p       55      int isprint_l(int, locale_t);
-ispunct        ctype.h p       18      int ispunct(int);
-ispunct_l      ctype.h p       56      int ispunct_l(int, locale_t);
-isset  sys/param.h     d       24      #define isset(x,i) __bitop(x,i,&)
-issetugid      unistd.h        p       178     int issetugid(void);
-isspace        ctype.h d       37      #define isspace(a) __isspace(a)
-isspace        ctype.h p       19      int isspace(int);
-isspace_l      ctype.h p       57      int isspace_l(int, locale_t);
-isunordered    math.h  d       90      #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y)))
-isupper        ctype.h d       34      #define isupper(a) (0 ? isupper(a) : ((unsigned)(a)-'A') < 26)
-isupper        ctype.h p       20      int isupper(int);
-isupper_l      ctype.h p       58      int isupper_l(int, locale_t);
-iswalnum       wchar.h p       159     int iswalnum(wint_t);
-iswalnum       wctype.h        p       27      int iswalnum(wint_t);
-iswalnum_l     wctype.h        p       54      int iswalnum_l(wint_t, locale_t);
-iswalpha       wchar.h p       160     int iswalpha(wint_t);
-iswalpha       wctype.h        p       28      int iswalpha(wint_t);
-iswalpha_l     wctype.h        p       55      int iswalpha_l(wint_t, locale_t);
-iswblank       wchar.h p       161     int iswblank(wint_t);
-iswblank       wctype.h        p       29      int iswblank(wint_t);
-iswblank_l     wctype.h        p       56      int iswblank_l(wint_t, locale_t);
-iswcntrl       wchar.h p       162     int iswcntrl(wint_t);
-iswcntrl       wctype.h        p       30      int iswcntrl(wint_t);
-iswcntrl_l     wctype.h        p       57      int iswcntrl_l(wint_t, locale_t);
-iswctype       wchar.h p       171     int iswctype(wint_t, wctype_t);
-iswctype       wctype.h        p       39      int iswctype(wint_t, wctype_t);
-iswctype_l     wctype.h        p       66      int iswctype_l(wint_t, wctype_t, locale_t);
-iswdigit       wchar.h d       178     #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10)
-iswdigit       wchar.h p       163     int iswdigit(wint_t);
-iswdigit       wctype.h        d       48      #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10)
-iswdigit       wctype.h        p       31      int iswdigit(wint_t);
-iswdigit_l     wctype.h        p       58      int iswdigit_l(wint_t, locale_t);
-iswgraph       wchar.h p       164     int iswgraph(wint_t);
-iswgraph       wctype.h        p       32      int iswgraph(wint_t);
-iswgraph_l     wctype.h        p       59      int iswgraph_l(wint_t, locale_t);
-iswlower       wchar.h p       165     int iswlower(wint_t);
-iswlower       wctype.h        p       33      int iswlower(wint_t);
-iswlower_l     wctype.h        p       60      int iswlower_l(wint_t, locale_t);
-iswprint       wchar.h p       166     int iswprint(wint_t);
-iswprint       wctype.h        p       34      int iswprint(wint_t);
-iswprint_l     wctype.h        p       61      int iswprint_l(wint_t, locale_t);
-iswpunct       wchar.h p       167     int iswpunct(wint_t);
-iswpunct       wctype.h        p       35      int iswpunct(wint_t);
-iswpunct_l     wctype.h        p       62      int iswpunct_l(wint_t, locale_t);
-iswspace       wchar.h p       168     int iswspace(wint_t);
-iswspace       wctype.h        p       36      int iswspace(wint_t);
-iswspace_l     wctype.h        p       63      int iswspace_l(wint_t, locale_t);
-iswupper       wchar.h p       169     int iswupper(wint_t);
-iswupper       wctype.h        p       37      int iswupper(wint_t);
-iswupper_l     wctype.h        p       64      int iswupper_l(wint_t, locale_t);
-iswxdigit      wchar.h p       170     int iswxdigit(wint_t);
-iswxdigit      wctype.h        p       38      int iswxdigit(wint_t);
-iswxdigit_l    wctype.h        p       65      int iswxdigit_l(wint_t, locale_t);
-isxdigit       ctype.h p       21      int isxdigit(int);
-isxdigit_l     ctype.h p       59      int isxdigit_l(int, locale_t);
-j0     math.h  p       374     double j0(double);
-j0f    math.h  p       401     float j0f(float);
-j1     math.h  p       375     double j1(double);
-j1f    math.h  p       402     float j1f(float);
-jmp_buf        setjmp.h        t       16      } jmp_buf[1];
-jn     math.h  p       376     double jn(int, double);
-jnf    math.h  p       403     float jnf(int, float);
-jrand48        stdlib.h        p       131     long jrand48(unsigned short [3]);
-kill   signal.h        p       193     int kill(pid_t, int);
-killpg signal.h        p       219     int killpg(pid_t, int);
-klogctl        sys/klog.h      p       8       int klogctl(int, char *, int);
-l64a   stdlib.h        p       123     char *l64a(long);
-labs   stdlib.h        p       59      long labs(long);
-lchmod sys/stat.h      p       92      int lchmod(const char *, mode_t);
-lchown unistd.h        p       53      int lchown(const char *, uid_t, gid_t);
-lckpwdf        shadow.h        p       37      int lckpwdf(void);
-lcong48        stdlib.h        p       134     void lcong48(unsigned short [7]);
-ldexp  math.h  p       231     double ldexp(double, int);
-ldexp  tgmath.h        d       241     #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y))
-ldexpf math.h  p       232     float ldexpf(float, int);
-ldexpl math.h  p       233     long double ldexpl(long double, int);
-ldiv   stdlib.h        p       67      ldiv_t ldiv(long, long);
-ldiv_t stdlib.h        t       63      typedef struct { long quot, rem; } ldiv_t;
-le16toh        endian.h        d       51      #define le16toh(x) (uint16_t)(x)
-le16toh        endian.h        d       70      #define le16toh(x) __bswap16(x)
-le32toh        endian.h        d       54      #define le32toh(x) (uint32_t)(x)
-le32toh        endian.h        d       73      #define le32toh(x) __bswap32(x)
-le64toh        endian.h        d       57      #define le64toh(x) (uint64_t)(x)
-le64toh        endian.h        d       76      #define le64toh(x) __bswap64(x)
-leaf   search.h        e       14      
-letoh16        endian.h        d       52      #define letoh16(x) (uint16_t)(x)
-letoh16        endian.h        d       71      #define letoh16(x) __bswap16(x)
-letoh32        endian.h        d       55      #define letoh32(x) (uint32_t)(x)
-letoh32        endian.h        d       74      #define letoh32(x) __bswap32(x)
-letoh64        endian.h        d       58      #define letoh64(x) (uint64_t)(x)
-letoh64        endian.h        d       77      #define letoh64(x) __bswap64(x)
-lfind  search.h        p       42      void *lfind(const void *, const void *, size_t *, size_t, int(*)(const void *, const void *));
-lgamma math.h  p       235     double lgamma(double);
-lgamma tgmath.h        d       242     #define lgamma(x) __tg_real(lgamma, (x))
-lgamma_r       math.h  p       398     double lgamma_r(double, int*);
-lgammaf        math.h  p       236     float lgammaf(float);
-lgammaf_r      math.h  p       399     float lgammaf_r(float, int*);
-lgammal        math.h  p       237     long double lgammal(long double);
-lgammal_r      math.h  p       411     long double lgammal_r(long double, int*);
-lgetxattr      sys/xattr.h     p       15      ssize_t lgetxattr(const char *, const char *, void *, size_t);
-link   unistd.h        p       56      int link(const char *, const char *);
-linkat unistd.h        p       57      int linkat(int, const char *, int, const char *, int);
-lio_listio     aio.h   p       50      int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
-lio_listio64   aio.h   d       61      #define lio_listio64 lio_listio
-listen sys/socket.h    p       301     int listen(int, int);
-listxattr      sys/xattr.h     p       17      ssize_t listxattr(const char *, char *, size_t);
-llabs  stdlib.h        p       60      long long llabs(long long);
-lldiv  stdlib.h        p       68      lldiv_t lldiv(long long, long long);
-lldiv_t        stdlib.h        t       64      typedef struct { long long quot, rem; } lldiv_t;
-llistxattr     sys/xattr.h     p       18      ssize_t llistxattr(const char *, char *, size_t);
-llrint math.h  p       239     long long llrint(double);
-llrint tgmath.h        d       243     #define llrint(x) __tg_real_nocast(llrint, (x))
-llrintf        math.h  p       240     long long llrintf(float);
-llrintl        math.h  p       241     long long llrintl(long double);
-llround        math.h  p       243     long long llround(double);
-llround        tgmath.h        d       244     #define llround(x) __tg_real_nocast(llround, (x))
-llroundf       math.h  p       244     long long llroundf(float);
-llroundl       math.h  p       245     long long llroundl(long double);
-localeconv     locale.h        p       54      struct lconv *localeconv(void);
-localtime      time.h  p       59      struct tm *localtime(const time_t *);
-localtime_r    time.h  p       75      struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict);
-lockf  fcntl.h p       139     int lockf(int, int, off_t);
-lockf  unistd.h        p       139     int lockf(int, int, off_t);
-lockf64        fcntl.h d       178     #define lockf64 lockf
-lockf64        unistd.h        d       199     #define lockf64 lockf
-loff_t fcntl.h d       167     #define loff_t off_t
-log    math.h  p       247     double log(double);
-log    tgmath.h        d       245     #define log(x) __tg_real_complex(log, (x))
-log10  math.h  p       251     double log10(double);
-log10  tgmath.h        d       246     #define log10(x) __tg_real(log10, (x))
-log10f math.h  p       252     float log10f(float);
-log10l math.h  p       253     long double log10l(long double);
-log1p  math.h  p       255     double log1p(double);
-log1p  tgmath.h        d       247     #define log1p(x) __tg_real(log1p, (x))
-log1pf math.h  p       256     float log1pf(float);
-log1pl math.h  p       257     long double log1pl(long double);
-log2   math.h  p       259     double log2(double);
-log2   tgmath.h        d       248     #define log2(x) __tg_real(log2, (x))
-log2f  math.h  p       260     float log2f(float);
-log2l  math.h  p       261     long double log2l(long double);
-logb   math.h  p       263     double logb(double);
-logb   tgmath.h        d       249     #define logb(x) __tg_real(logb, (x))
-logbf  math.h  p       264     float logbf(float);
-logbl  math.h  p       265     long double logbl(long double);
-logf   math.h  p       248     float logf(float);
-login_tty      utmp.h  p       38      int login_tty(int);
-logl   math.h  p       249     long double logl(long double);
-longjmp        setjmp.h        p       33      _Noreturn void longjmp(jmp_buf, int);
-lrand48        stdlib.h        p       128     long int lrand48(void);
-lremovexattr   sys/xattr.h     p       24      int lremovexattr(const char *, const char *);
-lrint  math.h  p       267     long lrint(double);
-lrint  tgmath.h        d       250     #define lrint(x) __tg_real_nocast(lrint, (x))
-lrintf math.h  p       268     long lrintf(float);
-lrintl math.h  p       269     long lrintl(long double);
-lround math.h  p       271     long lround(double);
-lround tgmath.h        d       251     #define lround(x) __tg_real_nocast(lround, (x))
-lroundf        math.h  p       272     long lroundf(float);
-lroundl        math.h  p       273     long lroundl(long double);
-lsearch        search.h        p       40      void *lsearch(const void *, void *, size_t *, size_t, int(*)(const void *, const void *));
-lseek  unistd.h        p       42      off_t lseek(int, off_t, int);
-lseek64        unistd.h        d       194     #define lseek64 lseek
-lsetxattr      sys/xattr.h     p       21      int lsetxattr(const char *, const char *, const void *, size_t, int);
-lstat  sys/stat.h      p       75      int lstat(const char *__restrict, struct stat *__restrict);
-lstat64        sys/stat.h      d       101     #define lstat64 lstat
-lutimes        sys/time.h      p       39      int lutimes(const char *, const struct timeval [2]);
-lwpid_t        sys/procfs.h    t       58      typedef pid_t lwpid_t;
-madvise        sys/mman.h      p       103     int madvise(void *, size_t, int);
-major  sys/sysmacros.h d       4       #define major(x) ((unsigned)( (((x)>>31>>1) & 0xfffff000) | (((x)>>8) & 0x00000fff) ))
-makecontext    ucontext.h      p       18      void makecontext(struct __ucontext *, void(*)(void), int, ...);
-makedev        sys/sysmacros.h d       9       #define makedev(x,y) ( (((x)&0xfffff000ULL) << 32) | (((x)&0x00000fffULL) << 8) | (((y)&0xffffff00ULL) << 12) | (((y)&0x000000ffULL)) )
-malloc malloc.h        p       12      void *malloc(size_t);
-malloc stdlib.h        p       38      void *malloc(size_t);
-malloc_usable_size     malloc.h        p       19      size_t malloc_usable_size(void *);
-math_errhandling       math.h  d       28      #define math_errhandling 2
-mblen  stdlib.h        p       70      int mblen(const char *, size_t);
-mbrlen wchar.h p       85      size_t mbrlen(const char *__restrict, size_t, mbstate_t *__restrict);
-mbrtoc16       uchar.h p       18      size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
-mbrtoc32       uchar.h p       21      size_t mbrtoc32(char32_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
-mbrtowc        wchar.h p       82      size_t mbrtowc(wchar_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
-mbsinit        wchar.h p       81      int mbsinit(const mbstate_t *);
-mbsnrtowcs     wchar.h p       142     size_t mbsnrtowcs(wchar_t *__restrict, const char **__restrict, size_t, size_t, mbstate_t *__restrict);
-mbsrtowcs      wchar.h p       87      size_t mbsrtowcs(wchar_t *__restrict, const char **__restrict, size_t, mbstate_t *__restrict);
-mbstowcs       stdlib.h        p       73      size_t mbstowcs(wchar_t *__restrict, const char *__restrict, size_t);
-mbtowc stdlib.h        p       71      int mbtowc(wchar_t *__restrict, const char *__restrict, size_t);
-memalign       malloc.h        p       17      void *memalign(size_t, size_t);
-memalign       stdlib.h        p       143     void *memalign(size_t, size_t);
-memccpy        string.h        p       78      void *memccpy(void *__restrict, const void *__restrict, int, size_t);
-memchr string.h        p       29      void *memchr(const void *, int, size_t);
-memcmp sched.h p       73      int memcmp(const void *, const void *, size_t);
-memcmp string.h        p       28      int memcmp(const void *, const void *, size_t);
-memcpy sched.h p       72      void *memcpy(void *__restrict, const void *__restrict, size_t);
-memcpy string.h        p       25      void *memcpy(void *__restrict, const void *__restrict, size_t);
-memmem string.h        p       94      void *memmem(const void *, size_t, const void *, size_t);
-memmove        string.h        p       26      void *memmove(void *, const void *, size_t);
-mempcpy        string.h        p       96      void *mempcpy(void *, const void *, size_t);
-memrchr        string.h        p       95      void *memrchr(const void *, int, size_t);
-memset string.h        p       27      void *memset(void *, int, size_t);
-mincore        sys/mman.h      p       104     int mincore(void *, size_t, unsigned char *);
-minor  sys/sysmacros.h d       6       #define minor(x) ((unsigned)( (((x)>>12) & 0xffffff00) | ((x) & 0x000000ff) ))
-mkdir  sys/stat.h      p       81      int mkdir(const char *, mode_t);
-mkdirat        sys/stat.h      p       84      int mkdirat(int, const char *, mode_t);
-mkdtemp        stdlib.h        p       104     char *mkdtemp(char *);
-mkfifo sys/stat.h      p       83      int mkfifo(const char *, mode_t);
-mkfifoat       sys/stat.h      p       86      int mkfifoat(int, const char *, mode_t);
-mknod  sys/stat.h      p       82      int mknod(const char *, mode_t, dev_t);
-mknodat        sys/stat.h      p       85      int mknodat(int, const char *, mode_t, dev_t);
-mkostemp       stdlib.h        p       103     int mkostemp(char *, int);
-mkostemp64     stdlib.h        d       163     #define mkostemp64 mkostemp
-mkostemps      stdlib.h        p       141     int mkostemps(char *, int, int);
-mkostemps64    stdlib.h        d       166     #define mkostemps64 mkostemps
-mkstemp        stdlib.h        p       102     int mkstemp(char *);
-mkstemp64      stdlib.h        d       162     #define mkstemp64 mkstemp
-mkstemps       stdlib.h        p       140     int mkstemps(char *, int);
-mkstemps64     stdlib.h        d       165     #define mkstemps64 mkstemps
-mktemp stdlib.h        p       139     char *mktemp(char *);
-mktime time.h  p       56      time_t mktime(struct tm *);
-mld_cksum      netinet/icmp6.h d       208     #define mld_cksum mld_icmp6_hdr.icmp6_cksum
-mld_code       netinet/icmp6.h d       207     #define mld_code mld_icmp6_hdr.icmp6_code
-mld_maxdelay   netinet/icmp6.h d       209     #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
-mld_reserved   netinet/icmp6.h d       210     #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
-mld_type       netinet/icmp6.h d       206     #define mld_type mld_icmp6_hdr.icmp6_type
-mlock  sys/mman.h      p       89      int mlock(const void *, size_t);
-mlockall       sys/mman.h      p       91      int mlockall(int);
-mmap   sys/mman.h      p       81      void *mmap(void *, size_t, int, int, int, off_t);
-mmap64 sys/mman.h      d       111     #define mmap64 mmap
-modenames      arpa/ftp.h      v       30      
-modf   math.h  p       275     double modf(double, double *);
-modff  math.h  p       276     float modff(float, float *);
-modfl  math.h  p       277     long double modfl(long double, long double *);
-mount  sys/mount.h     p       65      int mount(const char *, const char *, const char *, unsigned long, const void *);
-mprotect       sys/mman.h      p       84      int mprotect(void *, size_t, int);
-mq_close       mqueue.h        p       22      int mq_close(mqd_t);
-mq_getattr     mqueue.h        p       23      int mq_getattr(mqd_t, struct mq_attr *);
-mq_notify      mqueue.h        p       24      int mq_notify(mqd_t, const struct sigevent *);
-mq_open        mqueue.h        p       25      mqd_t mq_open(const char *, int, ...);
-mq_receive     mqueue.h        p       26      ssize_t mq_receive(mqd_t, char *, size_t, unsigned *);
-mq_send        mqueue.h        p       27      int mq_send(mqd_t, const char *, size_t, unsigned);
-mq_setattr     mqueue.h        p       28      int mq_setattr(mqd_t, const struct mq_attr *__restrict, struct mq_attr *__restrict);
-mq_timedreceive        mqueue.h        p       29      ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict);
-mq_timedsend   mqueue.h        p       30      int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *);
-mq_unlink      mqueue.h        p       31      int mq_unlink(const char *);
-mqd_t  mqueue.h        t       16      typedef int mqd_t;
-mrand48        stdlib.h        p       130     long mrand48(void);
-mremap sys/mman.h      p       97      void *mremap(void *, size_t, size_t, int, ...);
-msgctl sys/msg.h       p       36      int msgctl(int, int, struct msqid_ds *);
-msgget sys/msg.h       p       37      int msgget(key_t, int);
-msglen_t       sys/msg.h       t       19      typedef unsigned long msglen_t;
-msgqnum_t      sys/msg.h       t       18      typedef unsigned long msgqnum_t;
-msgrcv sys/msg.h       p       38      ssize_t msgrcv(int, void *, size_t, long, int);
-msgsnd sys/msg.h       p       39      int msgsnd(int, const void *, size_t, int);
-msync  sys/mman.h      p       85      int msync(void *, size_t, int);
-mtx_destroy    threads.h       p       61      void mtx_destroy(mtx_t *);
-mtx_init       threads.h       p       60      int mtx_init(mtx_t *, int);
-mtx_lock       threads.h       p       63      int mtx_lock(mtx_t *);
-mtx_plain      threads.h       e       36      
-mtx_recursive  threads.h       e       37      
-mtx_timed      threads.h       e       38      
-mtx_timedlock  threads.h       p       64      int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
-mtx_trylock    threads.h       p       65      int mtx_trylock(mtx_t *);
-mtx_unlock     threads.h       p       66      int mtx_unlock(mtx_t *);
-munlock        sys/mman.h      p       90      int munlock(const void *, size_t);
-munlockall     sys/mman.h      p       92      int munlockall(void);
-munmap sys/mman.h      p       82      int munmap(void *, size_t);
-n_long netinet/in_systm.h      t       7       typedef uint32_t n_long, n_time;
-n_short        netinet/in_systm.h      t       6       typedef uint16_t n_short;
-n_time netinet/in_systm.h      t       7       typedef uint32_t n_long, n_time;
-nan    math.h  p       279     double nan(const char *);
-nanf   math.h  p       280     float nanf(const char *);
-nanl   math.h  p       281     long double nanl(const char *);
-nanosleep      time.h  p       102     int nanosleep(const struct timespec *, struct timespec *);
-nd_na_cksum    netinet/icmp6.h d       136     #define nd_na_cksum nd_na_hdr.icmp6_cksum
-nd_na_code     netinet/icmp6.h d       135     #define nd_na_code nd_na_hdr.icmp6_code
-nd_na_flags_reserved   netinet/icmp6.h d       137     #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
-nd_na_type     netinet/icmp6.h d       134     #define nd_na_type nd_na_hdr.icmp6_type
-nd_ns_cksum    netinet/icmp6.h d       126     #define nd_ns_cksum nd_ns_hdr.icmp6_cksum
-nd_ns_code     netinet/icmp6.h d       125     #define nd_ns_code nd_ns_hdr.icmp6_code
-nd_ns_reserved netinet/icmp6.h d       127     #define nd_ns_reserved nd_ns_hdr.icmp6_data32[0]
-nd_ns_type     netinet/icmp6.h d       124     #define nd_ns_type nd_ns_hdr.icmp6_type
-nd_ra_cksum    netinet/icmp6.h d       111     #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
-nd_ra_code     netinet/icmp6.h d       110     #define nd_ra_code nd_ra_hdr.icmp6_code
-nd_ra_curhoplimit      netinet/icmp6.h d       112     #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
-nd_ra_flags_reserved   netinet/icmp6.h d       113     #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
-nd_ra_router_lifetime  netinet/icmp6.h d       117     #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
-nd_ra_type     netinet/icmp6.h d       109     #define nd_ra_type nd_ra_hdr.icmp6_type
-nd_rd_cksum    netinet/icmp6.h d       156     #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
-nd_rd_code     netinet/icmp6.h d       155     #define nd_rd_code nd_rd_hdr.icmp6_code
-nd_rd_reserved netinet/icmp6.h d       157     #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
-nd_rd_type     netinet/icmp6.h d       154     #define nd_rd_type nd_rd_hdr.icmp6_type
-nd_rs_cksum    netinet/icmp6.h d       100     #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
-nd_rs_code     netinet/icmp6.h d       99      #define nd_rs_code nd_rs_hdr.icmp6_code
-nd_rs_reserved netinet/icmp6.h d       101     #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
-nd_rs_type     netinet/icmp6.h d       98      #define nd_rs_type nd_rs_hdr.icmp6_type
-nearbyint      math.h  p       283     double nearbyint(double);
-nearbyint      tgmath.h        d       252     #define nearbyint(x) __tg_real(nearbyint, (x))
-nearbyintf     math.h  p       284     float nearbyintf(float);
-nearbyintl     math.h  p       285     long double nearbyintl(long double);
-newlocale      locale.h        p       76      locale_t newlocale(int, const char *, locale_t);
-nextafter      math.h  p       287     double nextafter(double, double);
-nextafter      tgmath.h        d       253     #define nextafter(x,y) __tg_real_2(nextafter, (x), (y))
-nextafterf     math.h  p       288     float nextafterf(float, float);
-nextafterl     math.h  p       289     long double nextafterl(long double, long double);
-nexttoward     math.h  p       291     double nexttoward(double, long double);
-nexttoward     tgmath.h        d       254     #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y))
-nexttowardf    math.h  p       292     float nexttowardf(float, long double);
-nexttowardl    math.h  p       293     long double nexttowardl(long double, long double);
-nfds_t poll.h  t       29      typedef unsigned long nfds_t;
-nftw   ftw.h   p       31      int nftw(const char *, int(*)(const char *, const struct stat *, int, struct FTW *), int, int);
-nftw64 ftw.h   d       35      #define nftw64 nftw
-nice   unistd.h        p       141     int nice(int);
-nl_catd        nl_types.h      t       12      typedef void *nl_catd;
-nl_item        nl_types.h      t       11      typedef int nl_item;
-nl_langinfo    langinfo.h      p       85      char *nl_langinfo(nl_item);
-nl_langinfo_l  langinfo.h      p       86      char *nl_langinfo_l(nl_item, locale_t);
-no_argument    getopt.h        d       23      #define no_argument 0
-noreturn       stdnoreturn.h   d       5       #define noreturn _Noreturn
-not    iso646.h        d       11      #define not !
-not_eq iso646.h        d       12      #define not_eq !=
-nrand48        stdlib.h        p       129     long int nrand48(unsigned short [3]);
-ns_c_2 arpa/nameser.h  e       213     
-ns_c_any       arpa/nameser.h  e       217     
-ns_c_chaos     arpa/nameser.h  e       214     
-ns_c_hs        arpa/nameser.h  e       215     
-ns_c_in        arpa/nameser.h  e       212     
-ns_c_invalid   arpa/nameser.h  e       211     
-ns_c_max       arpa/nameser.h  e       218     
-ns_c_none      arpa/nameser.h  e       216     
-ns_cert_types  arpa/nameser.h  t       234     } ns_cert_types;
-ns_class       arpa/nameser.h  t       219     } ns_class;
-ns_f_aa        arpa/nameser.h  e       78      
-ns_f_ad        arpa/nameser.h  e       83      
-ns_f_cd        arpa/nameser.h  e       84      
-ns_f_max       arpa/nameser.h  e       86      
-ns_f_opcode    arpa/nameser.h  e       77      
-ns_f_qr        arpa/nameser.h  e       76      
-ns_f_ra        arpa/nameser.h  e       81      
-ns_f_rcode     arpa/nameser.h  e       85      
-ns_f_rd        arpa/nameser.h  e       80      
-ns_f_tc        arpa/nameser.h  e       79      
-ns_f_z arpa/nameser.h  e       82      
-ns_flag        arpa/nameser.h  t       87      } ns_flag;
-ns_get16       arpa/nameser.h  p       311     unsigned ns_get16(const unsigned char *);
-ns_get32       arpa/nameser.h  p       312     unsigned long ns_get32(const unsigned char *);
-ns_initparse   arpa/nameser.h  p       316     int ns_initparse(const unsigned char *, int, ns_msg *);
-ns_key_types   arpa/nameser.h  t       226     } ns_key_types;
-ns_kt_dh       arpa/nameser.h  e       223     
-ns_kt_dsa      arpa/nameser.h  e       224     
-ns_kt_private  arpa/nameser.h  e       225     
-ns_kt_rsa      arpa/nameser.h  e       222     
-ns_msg arpa/nameser.h  t       46      } ns_msg;
-ns_msg_base    arpa/nameser.h  d       52      #define ns_msg_base(handle) ((handle)._msg + 0)
-ns_msg_count   arpa/nameser.h  d       55      #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
-ns_msg_end     arpa/nameser.h  d       53      #define ns_msg_end(handle) ((handle)._eom + 0)
-ns_msg_getflag arpa/nameser.h  d       56      #define ns_msg_getflag(handle, flag) (((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift)
-ns_msg_id      arpa/nameser.h  d       51      #define ns_msg_id(handle) ((handle)._id + 0)
-ns_msg_size    arpa/nameser.h  d       54      #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
-ns_name_uncompress     arpa/nameser.h  p       319     int ns_name_uncompress(const unsigned char *, const unsigned char *, const unsigned char *, char *, size_t);
-ns_o_iquery    arpa/nameser.h  e       91      
-ns_o_max       arpa/nameser.h  e       95      
-ns_o_notify    arpa/nameser.h  e       93      
-ns_o_query     arpa/nameser.h  e       90      
-ns_o_status    arpa/nameser.h  e       92      
-ns_o_update    arpa/nameser.h  e       94      
-ns_opcode      arpa/nameser.h  t       96      } ns_opcode;
-ns_parserr     arpa/nameser.h  p       317     int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
-ns_put16       arpa/nameser.h  p       313     void ns_put16(unsigned, unsigned char *);
-ns_put32       arpa/nameser.h  p       314     void ns_put32(unsigned long, unsigned char *);
-ns_r_badkey    arpa/nameser.h  e       113     
-ns_r_badsig    arpa/nameser.h  e       112     
-ns_r_badtime   arpa/nameser.h  e       114     
-ns_r_badvers   arpa/nameser.h  e       111     
-ns_r_formerr   arpa/nameser.h  e       100     
-ns_r_max       arpa/nameser.h  e       110     
-ns_r_noerror   arpa/nameser.h  e       99      
-ns_r_notauth   arpa/nameser.h  e       108     
-ns_r_notimpl   arpa/nameser.h  e       103     
-ns_r_notzone   arpa/nameser.h  e       109     
-ns_r_nxdomain  arpa/nameser.h  e       102     
-ns_r_nxrrset   arpa/nameser.h  e       107     
-ns_r_refused   arpa/nameser.h  e       104     
-ns_r_servfail  arpa/nameser.h  e       101     
-ns_r_yxdomain  arpa/nameser.h  e       105     
-ns_r_yxrrset   arpa/nameser.h  e       106     
-ns_rcode       arpa/nameser.h  t       115     } ns_rcode;
-ns_rr  arpa/nameser.h  t       66      } ns_rr;
-ns_rr_class    arpa/nameser.h  d       70      #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
-ns_rr_name     arpa/nameser.h  d       68      #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
-ns_rr_rdata    arpa/nameser.h  d       73      #define ns_rr_rdata(rr) ((rr).rdata + 0)
-ns_rr_rdlen    arpa/nameser.h  d       72      #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
-ns_rr_ttl      arpa/nameser.h  d       71      #define ns_rr_ttl(rr) ((rr).ttl + 0)
-ns_rr_type     arpa/nameser.h  d       69      #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
-ns_s_an        arpa/nameser.h  e       31      
-ns_s_ar        arpa/nameser.h  e       35      
-ns_s_max       arpa/nameser.h  e       36      
-ns_s_ns        arpa/nameser.h  e       33      
-ns_s_pr        arpa/nameser.h  e       32      
-ns_s_qd        arpa/nameser.h  e       29      
-ns_s_ud        arpa/nameser.h  e       34      
-ns_s_zn        arpa/nameser.h  e       30      
-ns_sect        arpa/nameser.h  t       37      } ns_sect;
-ns_skiprr      arpa/nameser.h  p       318     int ns_skiprr(const unsigned char *, const unsigned char *, ns_sect, int);
-ns_t_a arpa/nameser.h  e       149     
-ns_t_a6        arpa/nameser.h  e       186     
-ns_t_aaaa      arpa/nameser.h  e       176     
-ns_t_afsdb     arpa/nameser.h  e       166     
-ns_t_any       arpa/nameser.h  e       197     
-ns_t_apl       arpa/nameser.h  e       190     
-ns_t_atma      arpa/nameser.h  e       182     
-ns_t_axfr      arpa/nameser.h  e       194     
-ns_t_cert      arpa/nameser.h  e       185     
-ns_t_cname     arpa/nameser.h  e       153     
-ns_t_dname     arpa/nameser.h  e       187     
-ns_t_eid       arpa/nameser.h  e       179     
-ns_t_gpos      arpa/nameser.h  e       175     
-ns_t_hinfo     arpa/nameser.h  e       161     
-ns_t_invalid   arpa/nameser.h  e       148     
-ns_t_isdn      arpa/nameser.h  e       168     
-ns_t_ixfr      arpa/nameser.h  e       193     
-ns_t_key       arpa/nameser.h  e       173     
-ns_t_kx        arpa/nameser.h  e       184     
-ns_t_loc       arpa/nameser.h  e       177     
-ns_t_maila     arpa/nameser.h  e       196     
-ns_t_mailb     arpa/nameser.h  e       195     
-ns_t_max       arpa/nameser.h  e       199     
-ns_t_mb        arpa/nameser.h  e       155     
-ns_t_md        arpa/nameser.h  e       151     
-ns_t_mf        arpa/nameser.h  e       152     
-ns_t_mg        arpa/nameser.h  e       156     
-ns_t_minfo     arpa/nameser.h  e       162     
-ns_t_mr        arpa/nameser.h  e       157     
-ns_t_mrr_p     arpa/nameser.h  d       204     #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
-ns_t_mx        arpa/nameser.h  e       163     
-ns_t_naptr     arpa/nameser.h  e       183     
-ns_t_nimloc    arpa/nameser.h  e       180     
-ns_t_ns        arpa/nameser.h  e       150     
-ns_t_nsap      arpa/nameser.h  e       170     
-ns_t_nsap_ptr  arpa/nameser.h  e       171     
-ns_t_null      arpa/nameser.h  e       158     
-ns_t_nxt       arpa/nameser.h  e       178     
-ns_t_opt       arpa/nameser.h  e       189     
-ns_t_ptr       arpa/nameser.h  e       160     
-ns_t_px        arpa/nameser.h  e       174     
-ns_t_qt_p      arpa/nameser.h  d       202     #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || (t) == ns_t_mailb || (t) == ns_t_maila)
-ns_t_rp        arpa/nameser.h  e       165     
-ns_t_rr_p      arpa/nameser.h  d       205     #define ns_t_rr_p(t) (!ns_t_qt_p(t) && !ns_t_mrr_p(t))
-ns_t_rt        arpa/nameser.h  e       169     
-ns_t_sig       arpa/nameser.h  e       172     
-ns_t_sink      arpa/nameser.h  e       188     
-ns_t_soa       arpa/nameser.h  e       154     
-ns_t_srv       arpa/nameser.h  e       181     
-ns_t_tkey      arpa/nameser.h  e       191     
-ns_t_tsig      arpa/nameser.h  e       192     
-ns_t_txt       arpa/nameser.h  e       164     
-ns_t_udp_p     arpa/nameser.h  d       206     #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
-ns_t_wks       arpa/nameser.h  e       159     
-ns_t_x25       arpa/nameser.h  e       167     
-ns_t_xfr_p     arpa/nameser.h  d       207     #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || (t) == ns_t_zxfr)
-ns_t_zxfr      arpa/nameser.h  e       198     
-ns_tcp_tsig_state      arpa/nameser.h  t       137     typedef struct ns_tcp_tsig_state ns_tcp_tsig_state;
-ns_tsig_key    arpa/nameser.h  t       128     typedef struct ns_tsig_key ns_tsig_key;
-ns_type        arpa/nameser.h  t       200     } ns_type;
-ns_uop_add     arpa/nameser.h  e       119     
-ns_uop_delete  arpa/nameser.h  e       118     
-ns_uop_max     arpa/nameser.h  e       120     
-ns_update_operation    arpa/nameser.h  t       121     } ns_update_operation;
-nsaddr resolv.h        d       32      # define nsaddr nsaddr_list[0]
-ntohl  arpa/inet.h     p       13      uint32_t ntohl(uint32_t);
-ntohl  netinet/in.h    p       73      uint32_t ntohl(uint32_t);
-ntohs  arpa/inet.h     p       14      uint16_t ntohs(uint16_t);
-ntohs  netinet/in.h    p       74      uint16_t ntohs(uint16_t);
-off64_t        aio.h   d       62      #define off64_t off_t
-off64_t        dirent.h        d       70      #define off64_t off_t
-off64_t        fcntl.h d       181     #define off64_t off_t
-off64_t        stdio.h d       196     #define off64_t off_t
-off64_t        sys/mman.h      d       112     #define off64_t off_t
-off64_t        sys/sendfile.h  d       15      #define off64_t off_t
-off64_t        sys/stat.h      d       107     #define off64_t off_t
-off64_t        sys/types.h     d       80      #define off64_t off_t
-off64_t        sys/uio.h       d       35      #define off64_t off_t
-off64_t        unistd.h        d       200     #define off64_t off_t
-offsetof       stddef.h        d       20      #define offsetof(type, member) __builtin_offsetof(type, member)
-offsetof       stddef.h        d       22      #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 ))
-once_flag      threads.h       t       15      typedef int once_flag;
-open   fcntl.h p       35      int open(const char *, int, ...);
-open64 fcntl.h d       175     #define open64 open
-open_memstream stdio.h p       131     FILE *open_memstream(char **, size_t *);
-open_wmemstream        wchar.h p       141     FILE *open_wmemstream(wchar_t **, size_t *);
-openat fcntl.h p       36      int openat(int, const char *, int, ...);
-openat64       fcntl.h d       176     #define openat64 openat
-opendir        dirent.h        p       33      DIR *opendir(const char *);
-openlog        syslog.h        p       60      void openlog(const char *, int, int);
-openpty        pty.h   p       11      int openpty(int *, int *, char *, const struct termios *, const struct winsize *);
-optarg getopt.h        x       9       extern char *optarg;
-optarg unistd.h        x       125     extern char *optarg;
-opterr getopt.h        x       10      extern int optind, opterr, optopt, optreset;
-opterr unistd.h        x       126     extern int optind, opterr, optopt;
-optind getopt.h        x       10      extern int optind, opterr, optopt, optreset;
-optind unistd.h        x       126     extern int optind, opterr, optopt;
-optional_argument      getopt.h        d       25      #define optional_argument 2
-optopt getopt.h        x       10      extern int optind, opterr, optopt, optreset;
-optopt unistd.h        x       126     extern int optind, opterr, optopt;
-optreset       getopt.h        x       10      extern int optind, opterr, optopt, optreset;
-or     iso646.h        d       13      #define or ||
-or_eq  iso646.h        d       14      #define or_eq |=
-pathconf       unistd.h        p       128     long pathconf(const char *, int);
-pause  unistd.h        p       82      int pause(void);
-pclose stdio.h p       134     int pclose(FILE *);
-perror stdio.h p       119     void perror(const char *);
-personality    sys/personality.h       p       41      int personality(unsigned long);
-pipe   unistd.h        p       35      int pipe(int [2]);
-pipe2  unistd.h        p       36      int pipe2(int [2], int);
-poll   poll.h  p       38      int poll(struct pollfd *, nfds_t, int);
-popen  stdio.h p       133     FILE *popen(const char *, const char *);
-posix_close    unistd.h        p       38      int posix_close(int, int);
-posix_fadvise  fcntl.h p       37      int posix_fadvise(int, off_t, off_t, int);
-posix_fadvise64        fcntl.h d       179     #define posix_fadvise64 posix_fadvise
-posix_fallocate        fcntl.h p       38      int posix_fallocate(int, off_t, off_t);
-posix_fallocate64      fcntl.h d       180     #define posix_fallocate64 posix_fallocate
-posix_madvise  sys/mman.h      p       87      int posix_madvise(void *, size_t, int);
-posix_memalign stdlib.h        p       99      int posix_memalign(void **, size_t, size_t);
-posix_openpt   stdlib.h        p       119     int posix_openpt(int);
-posix_spawn    spawn.h p       38      int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
-posix_spawn_file_actions_addclose      spawn.h p       67      int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
-posix_spawn_file_actions_adddup2       spawn.h p       68      int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
-posix_spawn_file_actions_addopen       spawn.h p       66      int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
-posix_spawn_file_actions_destroy       spawn.h p       64      int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
-posix_spawn_file_actions_init  spawn.h p       63      int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
-posix_spawn_file_actions_t     spawn.h t       36      } posix_spawn_file_actions_t;
-posix_spawnattr_destroy        spawn.h p       44      int posix_spawnattr_destroy(posix_spawnattr_t *);
-posix_spawnattr_getflags       spawn.h p       47      int posix_spawnattr_getflags(const posix_spawnattr_t *__restrict, short *__restrict);
-posix_spawnattr_getpgroup      spawn.h p       50      int posix_spawnattr_getpgroup(const posix_spawnattr_t *__restrict, pid_t *__restrict);
-posix_spawnattr_getschedparam  spawn.h p       59      int posix_spawnattr_getschedparam(const posix_spawnattr_t *__restrict, struct sched_param *__restrict);
-posix_spawnattr_getschedpolicy spawn.h p       61      int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict, int *__restrict);
-posix_spawnattr_getsigdefault  spawn.h p       56      int posix_spawnattr_getsigdefault(const posix_spawnattr_t *__restrict, sigset_t *__restrict);
-posix_spawnattr_getsigmask     spawn.h p       53      int posix_spawnattr_getsigmask(const posix_spawnattr_t *__restrict, sigset_t *__restrict);
-posix_spawnattr_init   spawn.h p       43      int posix_spawnattr_init(posix_spawnattr_t *);
-posix_spawnattr_setflags       spawn.h p       46      int posix_spawnattr_setflags(posix_spawnattr_t *, short);
-posix_spawnattr_setpgroup      spawn.h p       49      int posix_spawnattr_setpgroup(posix_spawnattr_t *, pid_t);
-posix_spawnattr_setschedparam  spawn.h p       58      int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
-posix_spawnattr_setschedpolicy spawn.h p       60      int posix_spawnattr_setschedpolicy(posix_spawnattr_t *, int);
-posix_spawnattr_setsigdefault  spawn.h p       55      int posix_spawnattr_setsigdefault(posix_spawnattr_t *__restrict, const sigset_t *__restrict);
-posix_spawnattr_setsigmask     spawn.h p       52      int posix_spawnattr_setsigmask(posix_spawnattr_t *__restrict, const sigset_t *__restrict);
-posix_spawnattr_t      spawn.h t       30      } posix_spawnattr_t;
-posix_spawnp   spawn.h p       40      int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
-postorder      search.h        e       14      
-pow    math.h  p       295     double pow(double, double);
-pow    tgmath.h        d       255     #define pow(x,y) __tg_real_complex_pow((x), (y))
-pow10  math.h  p       421     double pow10(double);
-pow10f math.h  p       422     float pow10f(float);
-pow10l math.h  p       423     long double pow10l(long double);
-powerof2       sys/param.h     d       29      #define powerof2(n) !(((n)-1) & (n))
-powf   math.h  p       296     float powf(float, float);
-powl   math.h  p       297     long double powl(long double, long double);
-ppoll  poll.h  p       45      int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
-prctl  sys/prctl.h     p       133     int prctl(int, ...);
-pread  unistd.h        p       48      ssize_t pread(int, void *, size_t, off_t);
-pread64        unistd.h        d       195     #define pread64 pread
-preadv sys/uio.h       p       30      ssize_t preadv(int, const struct iovec *, int, off_t);
-preadv64       sys/uio.h       d       33      #define preadv64 preadv
-preorder       search.h        e       14      
-prfpregset_t   sys/procfs.h    t       57      typedef elf_fpregset_t prfpregset_t;
-prgregset_t    sys/procfs.h    t       56      typedef elf_gregset_t prgregset_t;
-printf stdio.h p       102     int printf(const char *__restrict, ...);
-prioritynames  syslog.h        d       76      #define prioritynames ((CODE *)(const CODE []){ { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, { "info", LOG_INFO }, { "none", INTERNAL_NOPRI }, { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, { "warn", LOG_WARNING }, { "warning", LOG_WARNING }, { 0, -1 } })
-prlimit        sys/resource.h  p       59      int prlimit(pid_t, int, const struct rlimit *, struct rlimit *);
-prlimit64      sys/resource.h  d       60      #define prlimit64 prlimit
-process_vm_readv       sys/uio.h       p       41      ssize_t process_vm_readv(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
-process_vm_writev      sys/uio.h       p       40      ssize_t process_vm_writev(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
-program_invocation_name        errno.h x       16      extern char *program_invocation_short_name, *program_invocation_name;
-program_invocation_short_name  errno.h x       16      extern char *program_invocation_short_name, *program_invocation_name;
-prpsinfo_t     sys/procfs.h    t       60      typedef struct elf_prpsinfo prpsinfo_t;
-prstatus_t     sys/procfs.h    t       59      typedef struct elf_prstatus prstatus_t;
-psaddr_t       sys/procfs.h    t       55      typedef void *psaddr_t;
-pselect        sys/select.h    p       33      int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, const struct timespec *__restrict, const sigset_t *__restrict);
-psiginfo       signal.h        p       213     void psiginfo(const siginfo_t *, const char *);
-psignal        signal.h        p       214     void psignal(int, const char *);
-pthread_atfork pthread.h       p       193     int pthread_atfork(void(*)(void), void(*)(void), void(*)(void));
-pthread_attr_destroy   pthread.h       p       144     int pthread_attr_destroy(pthread_attr_t *);
-pthread_attr_getdetachstate    pthread.h       p       150     int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
-pthread_attr_getguardsize      pthread.h       p       146     int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict);
-pthread_attr_getinheritsched   pthread.h       p       160     int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
-pthread_attr_getschedparam     pthread.h       p       158     int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
-pthread_attr_getschedpolicy    pthread.h       p       156     int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
-pthread_attr_getscope  pthread.h       p       154     int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
-pthread_attr_getstack  pthread.h       p       152     int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
-pthread_attr_getstacksize      pthread.h       p       148     int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
-pthread_attr_init      pthread.h       p       143     int pthread_attr_init(pthread_attr_t *);
-pthread_attr_setdetachstate    pthread.h       p       151     int pthread_attr_setdetachstate(pthread_attr_t *, int);
-pthread_attr_setguardsize      pthread.h       p       147     int pthread_attr_setguardsize(pthread_attr_t *, size_t);
-pthread_attr_setinheritsched   pthread.h       p       161     int pthread_attr_setinheritsched(pthread_attr_t *, int);
-pthread_attr_setschedparam     pthread.h       p       159     int pthread_attr_setschedparam(pthread_attr_t *__restrict, const struct sched_param *__restrict);
-pthread_attr_setschedpolicy    pthread.h       p       157     int pthread_attr_setschedpolicy(pthread_attr_t *, int);
-pthread_attr_setscope  pthread.h       p       155     int pthread_attr_setscope(pthread_attr_t *, int);
-pthread_attr_setstack  pthread.h       p       153     int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
-pthread_attr_setstacksize      pthread.h       p       149     int pthread_attr_setstacksize(pthread_attr_t *, size_t);
-pthread_barrier_destroy        pthread.h       p       135     int pthread_barrier_destroy(pthread_barrier_t *);
-pthread_barrier_init   pthread.h       p       134     int pthread_barrier_init(pthread_barrier_t *__restrict, const pthread_barrierattr_t *__restrict, unsigned);
-pthread_barrier_wait   pthread.h       p       136     int pthread_barrier_wait(pthread_barrier_t *);
-pthread_barrierattr_destroy    pthread.h       p       188     int pthread_barrierattr_destroy(pthread_barrierattr_t *);
-pthread_barrierattr_getpshared pthread.h       p       189     int pthread_barrierattr_getpshared(const pthread_barrierattr_t *__restrict, int *__restrict);
-pthread_barrierattr_init       pthread.h       p       190     int pthread_barrierattr_init(pthread_barrierattr_t *);
-pthread_barrierattr_setpshared pthread.h       p       191     int pthread_barrierattr_setpshared(pthread_barrierattr_t *, int);
-pthread_cancel pthread.h       p       92      int pthread_cancel(pthread_t);
-pthread_cleanup_pop    pthread.h       d       210     #define pthread_cleanup_pop(r) _pthread_cleanup_pop(&__cb, (r)); } while(0)
-pthread_cleanup_push   pthread.h       d       209     #define pthread_cleanup_push(f, x) do { struct __ptcb __cb; _pthread_cleanup_push(&__cb, f, x);
-pthread_cond_broadcast pthread.h       p       115     int pthread_cond_broadcast(pthread_cond_t *);
-pthread_cond_destroy   pthread.h       p       112     int pthread_cond_destroy(pthread_cond_t *);
-pthread_cond_init      pthread.h       p       111     int pthread_cond_init(pthread_cond_t *__restrict, const pthread_condattr_t *__restrict);
-pthread_cond_signal    pthread.h       p       116     int pthread_cond_signal(pthread_cond_t *);
-pthread_cond_timedwait pthread.h       p       114     int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct timespec *__restrict);
-pthread_cond_wait      pthread.h       p       113     int pthread_cond_wait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict);
-pthread_condattr_destroy       pthread.h       p       177     int pthread_condattr_destroy(pthread_condattr_t *);
-pthread_condattr_getclock      pthread.h       p       180     int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
-pthread_condattr_getpshared    pthread.h       p       181     int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
-pthread_condattr_init  pthread.h       p       176     int pthread_condattr_init(pthread_condattr_t *);
-pthread_condattr_setclock      pthread.h       p       178     int pthread_condattr_setclock(pthread_condattr_t *, clockid_t);
-pthread_condattr_setpshared    pthread.h       p       179     int pthread_condattr_setpshared(pthread_condattr_t *, int);
-pthread_create pthread.h       p       77      int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict);
-pthread_detach pthread.h       p       78      int pthread_detach(pthread_t);
-pthread_equal  pthread.h       d       86      #define pthread_equal(x,y) ((x)==(y))
-pthread_equal  pthread.h       p       84      int pthread_equal(pthread_t, pthread_t);
-pthread_exit   pthread.h       p       79      _Noreturn void pthread_exit(void *);
-pthread_getaffinity_np pthread.h       p       214     int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *);
-pthread_getattr_np     pthread.h       p       216     int pthread_getattr_np(pthread_t, pthread_attr_t *);
-pthread_getconcurrency pthread.h       p       195     int pthread_getconcurrency(void);
-pthread_getcpuclockid  pthread.h       p       198     int pthread_getcpuclockid(pthread_t, clockid_t *);
-pthread_getschedparam  pthread.h       p       94      int pthread_getschedparam(pthread_t, int *__restrict, struct sched_param *__restrict);
-pthread_getspecific    pthread.h       p       140     void *pthread_getspecific(pthread_key_t);
-pthread_join   pthread.h       p       80      int pthread_join(pthread_t, void **);
-pthread_key_create     pthread.h       p       138     int pthread_key_create(pthread_key_t *, void(*)(void *));
-pthread_key_delete     pthread.h       p       139     int pthread_key_delete(pthread_key_t);
-pthread_kill   signal.h        p       211     int pthread_kill(pthread_t, int);
-pthread_mutex_consistent       pthread.h       p       106     int pthread_mutex_consistent(pthread_mutex_t *);
-pthread_mutex_destroy  pthread.h       p       105     int pthread_mutex_destroy(pthread_mutex_t *);
-pthread_mutex_getprioceiling   pthread.h       p       108     int pthread_mutex_getprioceiling(const pthread_mutex_t *__restrict, int *__restrict);
-pthread_mutex_init     pthread.h       p       100     int pthread_mutex_init(pthread_mutex_t *__restrict, const pthread_mutexattr_t *__restrict);
-pthread_mutex_lock     pthread.h       p       101     int pthread_mutex_lock(pthread_mutex_t *);
-pthread_mutex_setprioceiling   pthread.h       p       109     int pthread_mutex_setprioceiling(pthread_mutex_t *__restrict, int, int *__restrict);
-pthread_mutex_timedlock        pthread.h       p       104     int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict);
-pthread_mutex_trylock  pthread.h       p       103     int pthread_mutex_trylock(pthread_mutex_t *);
-pthread_mutex_unlock   pthread.h       p       102     int pthread_mutex_unlock(pthread_mutex_t *);
-pthread_mutexattr_destroy      pthread.h       p       163     int pthread_mutexattr_destroy(pthread_mutexattr_t *);
-pthread_mutexattr_getprioceiling       pthread.h       p       164     int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *__restrict, int *__restrict);
-pthread_mutexattr_getprotocol  pthread.h       p       165     int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *__restrict, int *__restrict);
-pthread_mutexattr_getpshared   pthread.h       p       166     int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
-pthread_mutexattr_getrobust    pthread.h       p       167     int pthread_mutexattr_getrobust(const pthread_mutexattr_t *__restrict, int *__restrict);
-pthread_mutexattr_gettype      pthread.h       p       168     int pthread_mutexattr_gettype(const pthread_mutexattr_t *__restrict, int *__restrict);
-pthread_mutexattr_init pthread.h       p       169     int pthread_mutexattr_init(pthread_mutexattr_t *);
-pthread_mutexattr_setprioceiling       pthread.h       p       170     int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *, int);
-pthread_mutexattr_setprotocol  pthread.h       p       171     int pthread_mutexattr_setprotocol(pthread_mutexattr_t *, int);
-pthread_mutexattr_setpshared   pthread.h       p       172     int pthread_mutexattr_setpshared(pthread_mutexattr_t *, int);
-pthread_mutexattr_setrobust    pthread.h       p       173     int pthread_mutexattr_setrobust(pthread_mutexattr_t *, int);
-pthread_mutexattr_settype      pthread.h       p       174     int pthread_mutexattr_settype(pthread_mutexattr_t *, int);
-pthread_once   pthread.h       p       98      int pthread_once(pthread_once_t *, void(*)(void));
-pthread_rwlock_destroy pthread.h       p       119     int pthread_rwlock_destroy(pthread_rwlock_t *);
-pthread_rwlock_init    pthread.h       p       118     int pthread_rwlock_init(pthread_rwlock_t *__restrict, const pthread_rwlockattr_t *__restrict);
-pthread_rwlock_rdlock  pthread.h       p       120     int pthread_rwlock_rdlock(pthread_rwlock_t *);
-pthread_rwlock_timedrdlock     pthread.h       p       122     int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
-pthread_rwlock_timedwrlock     pthread.h       p       125     int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
-pthread_rwlock_tryrdlock       pthread.h       p       121     int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
-pthread_rwlock_trywrlock       pthread.h       p       124     int pthread_rwlock_trywrlock(pthread_rwlock_t *);
-pthread_rwlock_unlock  pthread.h       p       126     int pthread_rwlock_unlock(pthread_rwlock_t *);
-pthread_rwlock_wrlock  pthread.h       p       123     int pthread_rwlock_wrlock(pthread_rwlock_t *);
-pthread_rwlockattr_destroy     pthread.h       p       184     int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
-pthread_rwlockattr_getpshared  pthread.h       p       186     int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
-pthread_rwlockattr_init        pthread.h       p       183     int pthread_rwlockattr_init(pthread_rwlockattr_t *);
-pthread_rwlockattr_setpshared  pthread.h       p       185     int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
-pthread_self   pthread.h       p       82      pthread_t pthread_self(void);
-pthread_setaffinity_np pthread.h       p       215     int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
-pthread_setcancelstate pthread.h       p       89      int pthread_setcancelstate(int, int *);
-pthread_setcanceltype  pthread.h       p       90      int pthread_setcanceltype(int, int *);
-pthread_setconcurrency pthread.h       p       196     int pthread_setconcurrency(int);
-pthread_setschedparam  pthread.h       p       95      int pthread_setschedparam(pthread_t, int, const struct sched_param *);
-pthread_setschedprio   pthread.h       p       96      int pthread_setschedprio(pthread_t, int);
-pthread_setspecific    pthread.h       p       141     int pthread_setspecific(pthread_key_t, const void *);
-pthread_sigmask        signal.h        p       210     int pthread_sigmask(int, const sigset_t *__restrict, sigset_t *__restrict);
-pthread_spin_destroy   pthread.h       p       129     int pthread_spin_destroy(pthread_spinlock_t *);
-pthread_spin_init      pthread.h       p       128     int pthread_spin_init(pthread_spinlock_t *, int);
-pthread_spin_lock      pthread.h       p       130     int pthread_spin_lock(pthread_spinlock_t *);
-pthread_spin_trylock   pthread.h       p       131     int pthread_spin_trylock(pthread_spinlock_t *);
-pthread_spin_unlock    pthread.h       p       132     int pthread_spin_unlock(pthread_spinlock_t *);
-pthread_testcancel     pthread.h       p       91      void pthread_testcancel(void);
-ptrace sys/ptrace.h    p       95      long ptrace(int, ...);
-ptsname        stdlib.h        p       122     char *ptsname(int);
-ptsname_r      stdlib.h        p       151     int ptsname_r(int, char *, size_t);
-putc   stdio.h p       91      int putc(int, FILE *);
-putc_unlocked  stdio.h p       145     int putc_unlocked(int, FILE *);
-putchar        stdio.h p       92      int putchar(int);
-putchar_unlocked       stdio.h p       146     int putchar_unlocked(int);
-putenv stdlib.h        p       118     int putenv(char *);
-putgrent       grp.h   p       39      int putgrent(const struct group *, FILE *);
-putpwent       pwd.h   p       42      int putpwent(const struct passwd *, FILE *);
-puts   stdio.h p       100     int puts(const char *);
-putspent       shadow.h        p       32      int putspent(const struct spwd *, FILE *);
-pututline      utmp.h  p       32      struct utmp *pututline(const struct utmp *);
-pututxline     utmpx.h p       39      struct utmpx *pututxline(const struct utmpx *);
-putw   stdio.h p       176     int putw(int, FILE *);
-putwc  wchar.h p       126     wint_t putwc(wchar_t, FILE *);
-putwchar       wchar.h p       127     wint_t putwchar(wchar_t);
-pwrite unistd.h        p       49      ssize_t pwrite(int, const void *, size_t, off_t);
-pwrite64       unistd.h        d       196     #define pwrite64 pwrite
-pwritev        sys/uio.h       p       31      ssize_t pwritev(int, const struct iovec *, int, off_t);
-pwritev64      sys/uio.h       d       34      #define pwritev64 pwritev
-qsort  stdlib.h        p       56      void qsort(void *, size_t, size_t, int(*)(const void *, const void *));
-quad_t sys/types.h     t       68      typedef long long quad_t;
-quick_exit     stdlib.h        p       49      _Noreturn void quick_exit(int);
-quotactl       sys/quota.h     p       98      int quotactl(int, const char *, int, char *);
-raise  signal.h        p       262     int raise(int);
-rand   stdlib.h        p       35      int rand(void);
-rand_r stdlib.h        p       106     int rand_r(unsigned *);
-random stdlib.h        p       114     long int random(void);
-read   unistd.h        p       46      ssize_t read(int, void *, size_t);
-readahead      fcntl.h p       162     ssize_t readahead(int, off_t, size_t);
-readdir        dirent.h        p       34      struct dirent *readdir(DIR *);
-readdir64      dirent.h        d       65      #define readdir64 readdir
-readdir64_r    dirent.h        d       66      #define readdir64_r readdir_r
-readdir_r      dirent.h        p       35      int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
-readlink       unistd.h        p       60      ssize_t readlink(const char *__restrict, char *__restrict, size_t);
-readlinkat     unistd.h        p       61      ssize_t readlinkat(int, const char *__restrict, char *__restrict, size_t);
-readv  sys/uio.h       p       26      ssize_t readv(int, const struct iovec *, int);
-realloc        malloc.h        p       14      void *realloc(void *, size_t);
-realloc        stdlib.h        p       40      void *realloc(void *, size_t);
-realpath       stdlib.h        p       113     char *realpath(const char *__restrict, char *__restrict);
-reboot sys/reboot.h    p       15      int reboot(int);
-recv   sys/socket.h    p       309     ssize_t recv(int, void *, size_t, int);
-recvfrom       sys/socket.h    p       311     ssize_t recvfrom(int, void *__restrict, size_t, int, struct sockaddr *__restrict, socklen_t *__restrict);
-recvmmsg       sys/socket.h    p       39      int recvmmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
-recvmsg        sys/socket.h    p       313     ssize_t recvmsg(int, struct msghdr *, int);
-regcomp        regex.h p       52      int regcomp(regex_t *__restrict, const char *__restrict, int);
-regerror       regex.h p       56      size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
-regex_t        regex.h t       20      } regex_t;
-regexec        regex.h p       53      int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
-regfree        regex.h p       54      void regfree(regex_t *);
-regmatch_t     regex.h t       25      } regmatch_t;
-remainder      math.h  p       299     double remainder(double, double);
-remainder      tgmath.h        d       256     #define remainder(x,y) __tg_real_2(remainder, (x), (y))
-remainderf     math.h  p       300     float remainderf(float, float);
-remainderl     math.h  p       301     long double remainderl(long double, long double);
-remap_file_pages       sys/mman.h      p       98      int remap_file_pages(void *, size_t, int, size_t, int);
-remove stdio.h p       67      int remove(const char *);
-removexattr    sys/xattr.h     p       23      int removexattr(const char *, const char *);
-remque search.h        p       38      void remque(void *);
-remquo math.h  p       303     double remquo(double, double, int *);
-remquo tgmath.h        d       257     #define remquo(x,y,z) __tg_real_remquo((x), (y), (z))
-remquof        math.h  p       304     float remquof(float, float, int *);
-remquol        math.h  p       305     long double remquol(long double, long double, int *);
-rename stdio.h p       68      int rename(const char *, const char *);
-renameat       stdio.h p       149     int renameat(int, const char *, int, const char *);
-required_argument      getopt.h        d       24      #define required_argument 1
-res_init       resolv.h        p       128     int res_init(void);
-res_mkquery    resolv.h        p       132     int res_mkquery(int, const char *, int, int, const unsigned char *, int, const unsigned char*, unsigned char *, int);
-res_query      resolv.h        p       129     int res_query(const char *, int, int, unsigned char *, int);
-res_querydomain        resolv.h        p       130     int res_querydomain(const char *, const char *, int, int, unsigned char *, int);
-res_search     resolv.h        p       131     int res_search(const char *, int, int, unsigned char *, int);
-res_send       resolv.h        p       133     int res_send(const unsigned char *, int, unsigned char *, int);
-res_state      resolv.h        t       62      } *res_state;
-rewind stdio.h p       77      void rewind(FILE *);
-rewinddir      dirent.h        p       36      void rewinddir(DIR *);
-rindex strings.h       p       20      char *rindex(const char *, int);
-rint   math.h  p       307     double rint(double);
-rint   tgmath.h        d       258     #define rint(x) __tg_real(rint, (x))
-rintf  math.h  p       308     float rintf(float);
-rintl  math.h  p       309     long double rintl(long double);
-rlim64_t       sys/resource.h  d       105     #define rlim64_t rlim_t
-rlim_t sys/resource.h  t       20      typedef unsigned long long rlim_t;
-rlimit64       sys/resource.h  d       104     #define rlimit64 rlimit
-rmdir  unistd.h        p       64      int rmdir(const char *);
-round  math.h  p       311     double round(double);
-round  tgmath.h        d       259     #define round(x) __tg_real(round, (x))
-roundf math.h  p       312     float roundf(float);
-roundl math.h  p       313     long double roundl(long double);
-roundup        sys/param.h     d       28      #define roundup(n,d) (howmany(n,d)*(d))
-rr_cksum       netinet/icmp6.h d       224     #define rr_cksum rr_hdr.icmp6_cksum
-rr_code        netinet/icmp6.h d       223     #define rr_code rr_hdr.icmp6_code
-rr_seqnum      netinet/icmp6.h d       225     #define rr_seqnum rr_hdr.icmp6_data32[0]
-rr_type        netinet/icmp6.h d       222     #define rr_type rr_hdr.icmp6_type
-rt_mss net/route.h     d       32      #define rt_mss rt_mtu
-s6_addr        netinet/in.h    d       32      #define s6_addr __in6_union.__s6_addr
-s6_addr16      netinet/in.h    d       33      #define s6_addr16 __in6_union.__s6_addr16
-s6_addr32      netinet/in.h    d       34      #define s6_addr32 __in6_union.__s6_addr32
-sa_handler     signal.h        d       171     #define sa_handler __sa_handler.sa_handler
-sa_sigaction   signal.h        d       172     #define sa_sigaction __sa_handler.sa_sigaction
-sbrk   unistd.h        p       160     void *sbrk(intptr_t);
-scalb  math.h  p       392     double scalb(double, double);
-scalbf math.h  p       393     float scalbf(float, float);
-scalbln        math.h  p       315     double scalbln(double, long);
-scalbln        tgmath.h        d       260     #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y))
-scalblnf       math.h  p       316     float scalblnf(float, long);
-scalblnl       math.h  p       317     long double scalblnl(long double, long);
-scalbn math.h  p       319     double scalbn(double, int);
-scalbn tgmath.h        d       261     #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
-scalbnf        math.h  p       320     float scalbnf(float, int);
-scalbnl        math.h  p       321     long double scalbnl(long double, int);
-scandir        dirent.h        p       42      int scandir(const char *, struct dirent ***, int(*)(const struct dirent *), int(*)(const struct dirent **, const struct dirent **));
-scandir64      dirent.h        d       67      #define scandir64 scandir
-scanf  stdio.h p       112     int scanf(const char *__restrict, ...);
-sched_get_priority_max sched.h p       27      int sched_get_priority_max(int);
-sched_get_priority_min sched.h p       28      int sched_get_priority_min(int);
-sched_getaffinity      sched.h p       80      int sched_getaffinity(pid_t, size_t, cpu_set_t *);
-sched_getcpu   sched.h p       79      int sched_getcpu(void);
-sched_getparam sched.h p       29      int sched_getparam(pid_t, struct sched_param *);
-sched_getscheduler     sched.h p       30      int sched_getscheduler(pid_t);
-sched_rr_get_interval  sched.h p       31      int sched_rr_get_interval(pid_t, struct timespec *);
-sched_setaffinity      sched.h p       81      int sched_setaffinity(pid_t, size_t, const cpu_set_t *);
-sched_setparam sched.h p       32      int sched_setparam(pid_t, const struct sched_param *);
-sched_setscheduler     sched.h p       33      int sched_setscheduler(pid_t, int, const struct sched_param *);
-sched_yield    sched.h p       34      int sched_yield(void);
-seed48 stdlib.h        p       133     unsigned short *seed48(unsigned short [3]);
-seekdir        dirent.h        p       37      void seekdir(DIR *, long);
-select sys/select.h    p       32      int select(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, struct timeval *__restrict);
-sem_close      semaphore.h     p       21      int sem_close(sem_t *);
-sem_destroy    semaphore.h     p       22      int sem_destroy(sem_t *);
-sem_getvalue   semaphore.h     p       23      int sem_getvalue(sem_t *__restrict, int *__restrict);
-sem_init       semaphore.h     p       24      int sem_init(sem_t *, int, unsigned);
-sem_open       semaphore.h     p       25      sem_t *sem_open(const char *, int, ...);
-sem_post       semaphore.h     p       26      int sem_post(sem_t *);
-sem_t  semaphore.h     t       19      } sem_t;
-sem_timedwait  semaphore.h     p       27      int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
-sem_trywait    semaphore.h     p       28      int sem_trywait(sem_t *);
-sem_unlink     semaphore.h     p       29      int sem_unlink(const char *);
-sem_wait       semaphore.h     p       30      int sem_wait(sem_t *);
-semctl sys/sem.h       p       56      int semctl(int, int, int, ...);
-semget sys/sem.h       p       57      int semget(key_t, int, int);
-semop  sys/sem.h       p       58      int semop(int, struct sembuf *, size_t);
-semtimedop     sys/sem.h       p       61      int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
-send   sys/socket.h    p       308     ssize_t send(int, const void *, size_t, int);
-sendfile       sys/sendfile.h  p       11      ssize_t sendfile(int, int, off_t *, size_t);
-sendfile64     sys/sendfile.h  d       14      #define sendfile64 sendfile
-sendmmsg       sys/socket.h    p       38      int sendmmsg(int, struct mmsghdr *, unsigned int, unsigned int);
-sendmsg        sys/socket.h    p       312     ssize_t sendmsg(int, const struct msghdr *, int);
-sendto sys/socket.h    p       310     ssize_t sendto(int, const void *, size_t, int, const struct sockaddr *, socklen_t);
-setbit sys/param.h     d       22      #define setbit(x,i) __bitop(x,i,|=)
-setbuf stdio.h p       122     void setbuf(FILE *__restrict, char *__restrict);
-setbuffer      stdio.h p       165     void setbuffer(FILE *, char *, size_t);
-setcontext     ucontext.h      p       19      int setcontext(const struct __ucontext *);
-setdomainname  unistd.h        p       168     int setdomainname(const char *, size_t);
-setegid        unistd.h        p       117     int setegid(gid_t);
-setenv stdlib.h        p       100     int setenv(const char *, const char *, int);
-seteuid        unistd.h        p       114     int seteuid(uid_t);
-setfsgid       sys/fsuid.h     p       14      int setfsgid(gid_t);
-setfsuid       sys/fsuid.h     p       13      int setfsuid(uid_t);
-setgid unistd.h        p       115     int setgid(gid_t);
-setgrent       grp.h   p       35      void setgrent(void);
-setgroups      grp.h   p       44      int setgroups(size_t, const gid_t *);
-setgroups      unistd.h        p       169     int setgroups(size_t, const gid_t *);
-sethostent     netdb.h p       98      void sethostent(int);
-sethostname    unistd.h        p       166     int sethostname(const char *, size_t);
-setitimer      sys/time.h      p       27      int setitimer(int, const struct itimerval *__restrict, struct itimerval *__restrict);
-setjmp setjmp.h        d       35      #define setjmp setjmp
-setjmp setjmp.h        p       32      int setjmp(jmp_buf);
-setkey stdlib.h        p       125     void setkey(const char *);
-setlinebuf     stdio.h p       164     void setlinebuf(FILE *);
-setlocale      locale.h        p       53      char *setlocale(int, const char *);
-setlogmask     syslog.h        p       61      int setlogmask(int);
-setmntent      mntent.h        p       33      FILE *setmntent(const char *, const char *);
-setnetent      netdb.h p       102     void setnetent(int);
-setns  sched.h p       70      int setns(int, int);
-setpgid        unistd.h        p       98      int setpgid(pid_t, pid_t);
-setpgrp        unistd.h        p       143     pid_t setpgrp(void);
-setpriority    sys/resource.h  p       56      int setpriority(int, id_t, int);
-setprotoent    netdb.h p       114     void setprotoent(int);
-setpwent       pwd.h   p       31      void setpwent(void);
-setregid       unistd.h        p       116     int setregid(gid_t, gid_t);
-setresgid      unistd.h        p       184     int setresgid(gid_t, gid_t, gid_t);
-setresuid      unistd.h        p       183     int setresuid(uid_t, uid_t, uid_t);
-setreuid       unistd.h        p       113     int setreuid(uid_t, uid_t);
-setrlimit      sys/resource.h  p       52      int setrlimit(int, const struct rlimit *);
-setrlimit64    sys/resource.h  d       103     #define setrlimit64 setrlimit
-setservent     netdb.h p       108     void setservent(int);
-setsid unistd.h        p       99      pid_t setsid(void);
-setsockopt     sys/socket.h    p       316     int setsockopt(int, int, int, const void *, socklen_t);
-setspent       shadow.h        p       27      void setspent(void);
-setstate       stdlib.h        p       117     char *setstate(char *);
-settimeofday   sys/time.h      p       40      int settimeofday(const struct timeval *, const struct timezone *);
-setuid unistd.h        p       112     int setuid(uid_t);
-setusershell   unistd.h        p       172     void setusershell(void);
-setutent       utmp.h  p       33      void setutent(void);
-setutxent      utmpx.h p       40      void setutxent(void);
-setvbuf        stdio.h p       121     int setvbuf(FILE *__restrict, char *__restrict, int, size_t);
-setxattr       sys/xattr.h     p       20      int setxattr(const char *, const char *, const void *, size_t, int);
-sg_io_hdr_t    scsi/sg.h       t       87      } sg_io_hdr_t;
-sg_iovec_t     scsi/sg.h       t       62      } sg_iovec_t;
-sg_req_info_t  scsi/sg.h       t       109     } sg_req_info_t;
-sgetspent      shadow.h        p       31      struct spwd *sgetspent(const char *);
-shm_open       sys/mman.h      p       107     int shm_open(const char *, int, mode_t);
-shm_unlink     sys/mman.h      p       108     int shm_unlink(const char *);
-shmat  sys/shm.h       p       45      void *shmat(int, const void *, int);
-shmatt_t       sys/shm.h       t       43      typedef unsigned long shmatt_t;
-shmctl sys/shm.h       p       46      int shmctl(int, int, struct shmid_ds *);
-shmdt  sys/shm.h       p       47      int shmdt(const void *);
-shmget sys/shm.h       p       48      int shmget(key_t, size_t, int);
-shutdown       sys/socket.h    p       297     int shutdown(int, int);
-si_addr        signal.h        d       148     #define si_addr __si_fields.__sigfault.si_addr
-si_addr_lsb    signal.h        d       149     #define si_addr_lsb __si_fields.__sigfault.si_addr_lsb
-si_arch        signal.h        d       160     #define si_arch __si_fields.__sigsys.si_arch
-si_band        signal.h        d       152     #define si_band __si_fields.__sigpoll.si_band
-si_call_addr   signal.h        d       158     #define si_call_addr __si_fields.__sigsys.si_call_addr
-si_fd  signal.h        d       153     #define si_fd __si_fields.__sigpoll.si_fd
-si_int signal.h        d       157     #define si_int si_value.sival_int
-si_lower       signal.h        d       150     #define si_lower __si_fields.__sigfault.__addr_bnd.si_lower
-si_overrun     signal.h        d       155     #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun
-si_pid signal.h        d       142     #define si_pid __si_fields.__si_common.__first.__piduid.si_pid
-si_ptr signal.h        d       156     #define si_ptr si_value.sival_ptr
-si_status      signal.h        d       144     #define si_status __si_fields.__si_common.__second.__sigchld.si_status
-si_stime       signal.h        d       146     #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime
-si_syscall     signal.h        d       159     #define si_syscall __si_fields.__sigsys.si_syscall
-si_timerid     signal.h        d       154     #define si_timerid __si_fields.__si_common.__first.__timer.si_timerid
-si_uid signal.h        d       143     #define si_uid __si_fields.__si_common.__first.__piduid.si_uid
-si_upper       signal.h        d       151     #define si_upper __si_fields.__sigfault.__addr_bnd.si_upper
-si_utime       signal.h        d       145     #define si_utime __si_fields.__si_common.__second.__sigchld.si_utime
-si_value       signal.h        d       147     #define si_value __si_fields.__si_common.__second.si_value
-sig_atomic_t   signal.h        t       259     typedef int sig_atomic_t;
-sig_t  signal.h        t       241     typedef void (*sig_t)(int);
-sigaction      signal.h        p       203     int sigaction(int, const struct sigaction *__restrict, struct sigaction *__restrict);
-sigaddset      signal.h        p       197     int sigaddset(sigset_t *, int);
-sigaltstack    signal.h        p       220     int sigaltstack(const stack_t *__restrict, stack_t *__restrict);
-sigandset      signal.h        p       249     int sigandset(sigset_t *, const sigset_t *, const sigset_t *);
-sigdelset      signal.h        p       198     int sigdelset(sigset_t *, int);
-sigemptyset    signal.h        p       195     int sigemptyset(sigset_t *);
-sigfillset     signal.h        p       196     int sigfillset(sigset_t *);
-sighandler_t   signal.h        t       245     typedef void (*sighandler_t)(int);
-sighold        signal.h        p       221     int sighold(int);
-sigignore      signal.h        p       222     int sigignore(int);
-siginfo_t      signal.h        t       141     } siginfo_t;
-siginterrupt   signal.h        p       223     int siginterrupt(int, int);
-sigisemptyset  signal.h        p       247     int sigisemptyset(const sigset_t *);
-sigismember    signal.h        p       199     int sigismember(const sigset_t *, int);
-sigjmp_buf     setjmp.h        t       21      typedef jmp_buf sigjmp_buf;
-siglongjmp     setjmp.h        p       23      _Noreturn void siglongjmp(sigjmp_buf, int);
-signal signal.h        p       261     void(*signal(int, void(*)(int)))(int);
-signalfd       sys/signalfd.h  p       18      int signalfd(int, const sigset_t *, int);
-signbit        math.h  d       85      #define signbit(x) ( sizeof(x) == sizeof(float) ? (int)(__FLOAT_BITS(x)>>31) : sizeof(x) == sizeof(double) ? (int)(__DOUBLE_BITS(x)>>63) : __signbitl(x) )
-signgam        math.h  x       372     extern int signgam;
-significand    math.h  p       395     double significand(double);
-significandf   math.h  p       396     float significandf(float);
-sigorset       signal.h        p       248     int sigorset(sigset_t *, const sigset_t *, const sigset_t *);
-sigpause       signal.h        p       224     int sigpause(int);
-sigpending     signal.h        p       204     int sigpending(sigset_t *);
-sigprocmask    signal.h        p       201     int sigprocmask(int, const sigset_t *__restrict, sigset_t *__restrict);
-sigqueue       signal.h        p       208     int sigqueue(pid_t, int, const union sigval);
-sigrelse       signal.h        p       225     int sigrelse(int);
-sigset signal.h        p       226     void(*sigset(int, void(*)(int)))(int);
-sigsetjmp      setjmp.h        p       22      int sigsetjmp(sigjmp_buf, int);
-sigsuspend     signal.h        p       202     int sigsuspend(const sigset_t *);
-sigtimedwait   signal.h        p       207     int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restrict);
-sigwait        signal.h        p       205     int sigwait(const sigset_t *__restrict, int *__restrict);
-sigwaitinfo    signal.h        p       206     int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict);
-sin    math.h  p       323     double sin(double);
-sin    tgmath.h        d       262     #define sin(x) __tg_real_complex(sin, (x))
-sincos math.h  p       413     void sincos(double, double*, double*);
-sincosf        math.h  p       414     void sincosf(float, float*, float*);
-sincosl        math.h  p       415     void sincosl(long double, long double*, long double*);
-sinf   math.h  p       324     float sinf(float);
-sinh   math.h  p       327     double sinh(double);
-sinh   tgmath.h        d       263     #define sinh(x) __tg_real_complex(sinh, (x))
-sinhf  math.h  p       328     float sinhf(float);
-sinhl  math.h  p       329     long double sinhl(long double);
-sinl   math.h  p       325     long double sinl(long double);
-slc_names      arpa/telnet.h   v       154     
-slc_names      arpa/telnet.h   x       158     extern char *slc_names[];
-sleep  unistd.h        p       81      unsigned sleep(unsigned);
-snprintf       stdio.h p       105     int snprintf(char *__restrict, size_t, const char *__restrict, ...);
-sockatmark     sys/socket.h    p       318     int sockatmark(int);
-socket sys/socket.h    p       294     int socket(int, int, int);
-socketpair     sys/socket.h    p       295     int socketpair(int, int, int, int [2]);
-speed_t        termios.h       t       15      typedef unsigned int speed_t;
-splice fcntl.h p       165     ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
-sprintf        stdio.h p       104     int sprintf(char *__restrict, const char *__restrict, ...);
-sqrt   math.h  p       331     double sqrt(double);
-sqrt   tgmath.h        d       264     #define sqrt(x) __tg_real_complex(sqrt, (x))
-sqrtf  math.h  p       332     float sqrtf(float);
-sqrtl  math.h  p       333     long double sqrtl(long double);
-srand  stdlib.h        p       36      void srand(unsigned);
-srand48        stdlib.h        p       132     void srand48(long);
-srandom        stdlib.h        p       115     void srandom(unsigned int);
-sscanf stdio.h p       114     int sscanf(const char *__restrict, const char *__restrict, ...);
-st_atime       sys/stat.h      d       25      #define st_atime st_atim.tv_sec
-st_ctime       sys/stat.h      d       27      #define st_ctime st_ctim.tv_sec
-st_mtime       sys/stat.h      d       26      #define st_mtime st_mtim.tv_sec
-stack_t        signal.h        t       44      typedef struct sigaltstack stack_t;
-stat   sys/stat.h      p       73      int stat(const char *__restrict, struct stat *__restrict);
-stat64 sys/stat.h      d       99      #define stat64 stat
-statfs sys/statfs.h    p       18      int statfs(const char *, struct statfs *);
-statfs64       sys/statfs.h    d       22      #define statfs64 statfs
-static_assert  assert.h        d       12      #define static_assert _Static_assert
-statvfs        sys/statvfs.h   p       31      int statvfs(const char *__restrict, struct statvfs *__restrict);
-statvfs64      sys/statvfs.h   d       47      #define statvfs64 statvfs
-stderr stdio.h d       61      #define stderr (stderr)
-stderr stdio.h x       57      extern FILE *const stderr;
-stdin  stdio.h d       59      #define stdin (stdin)
-stdin  stdio.h x       55      extern FILE *const stdin;
-stdout stdio.h d       60      #define stdout (stdout)
-stdout stdio.h x       56      extern FILE *const stdout;
-stime  time.h  p       130     int stime(const time_t *);
-stpcpy string.h        p       65      char *stpcpy(char *__restrict, const char *__restrict);
-stpncpy        string.h        p       66      char *stpncpy(char *__restrict, const char *__restrict, size_t);
-strcasecmp     strings.h       p       29      int strcasecmp(const char *, const char *);
-strcasecmp_l   string.h        p       90      int strcasecmp_l(const char *, const char *, locale_t);
-strcasecmp_l   strings.h       p       32      int strcasecmp_l(const char *, const char *, locale_t);
-strcasestr     string.h        p       93      char *strcasestr(const char *, const char *);
-strcat string.h        p       34      char *strcat(char *__restrict, const char *__restrict);
-strchr string.h        p       43      char *strchr(const char *, int);
-strchrnul      string.h        p       92      char *strchrnul(const char *, int);
-strcmp string.h        p       37      int strcmp(const char *, const char *);
-strcoll        string.h        p       40      int strcoll(const char *, const char *);
-strcoll_l      string.h        p       72      int strcoll_l(const char *, const char *, locale_t);
-strcpy string.h        p       31      char *strcpy(char *__restrict, const char *__restrict);
-strcspn        string.h        p       46      size_t strcspn(const char *, const char *);
-strdup string.h        p       68      char *strdup(const char *);
-strdupa        string.h        d       88      #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
-strerror       string.h        p       54      char *strerror(int);
-strerror_l     string.h        p       71      char *strerror_l(int, locale_t);
-strerror_r     string.h        p       64      int strerror_r(int, char *, size_t);
-strfmon        monetary.h      p       16      ssize_t strfmon(char *__restrict, size_t, const char *__restrict, ...);
-strfmon_l      monetary.h      p       17      ssize_t strfmon_l(char *__restrict, size_t, locale_t, const char *__restrict, ...);
-strftime       time.h  p       57      size_t strftime(char *__restrict, size_t, const char *__restrict, const struct tm *__restrict);
-strftime_l     time.h  p       72      size_t strftime_l(char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
-strlcat        string.h        p       83      size_t strlcat(char *, const char *, size_t);
-strlcpy        string.h        p       84      size_t strlcpy(char *, const char *, size_t);
-strlen string.h        p       52      size_t strlen(const char *);
-strlen sys/un.h        p       24      size_t strlen(const char *);
-strncasecmp    strings.h       p       30      int strncasecmp(const char *, const char *, size_t);
-strncasecmp_l  string.h        p       91      int strncasecmp_l(const char *, const char *, size_t, locale_t);
-strncasecmp_l  strings.h       p       33      int strncasecmp_l(const char *, const char *, size_t, locale_t);
-strncat        string.h        p       35      char *strncat(char *__restrict, const char *__restrict, size_t);
-strncmp        string.h        p       38      int strncmp(const char *, const char *, size_t);
-strncpy        string.h        p       32      char *strncpy(char *__restrict, const char *__restrict, size_t);
-strndup        string.h        p       69      char *strndup(const char *, size_t);
-strnlen        string.h        p       67      size_t strnlen(const char *, size_t);
-strpbrk        string.h        p       48      char *strpbrk(const char *, const char *);
-strptime       time.h  p       120     char *strptime(const char *__restrict, const char *__restrict, struct tm *__restrict);
-strrchr        string.h        p       44      char *strrchr(const char *, int);
-strsep string.h        p       82      char *strsep(char **, const char *);
-strsignal      string.h        p       70      char *strsignal(int);
-strspn string.h        p       47      size_t strspn(const char *, const char *);
-strstr string.h        p       49      char *strstr(const char *, const char *);
-strtod stdlib.h        p       27      double strtod(const char *__restrict, char **__restrict);
-strtod_l       stdlib.h        p       157     double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
-strtof stdlib.h        p       26      float strtof(const char *__restrict, char **__restrict);
-strtof_l       stdlib.h        p       156     float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
-strtoimax      inttypes.h      p       19      intmax_t strtoimax(const char *__restrict, char **__restrict, int);
-strtok string.h        p       50      char *strtok(char *__restrict, const char *__restrict);
-strtok_r       string.h        p       63      char *strtok_r(char *__restrict, const char *__restrict, char **__restrict);
-strtol stdlib.h        p       30      long strtol(const char *__restrict, char **__restrict, int);
-strtold        stdlib.h        p       28      long double strtold(const char *__restrict, char **__restrict);
-strtold_l      stdlib.h        p       158     long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
-strtoll        stdlib.h        p       32      long long strtoll(const char *__restrict, char **__restrict, int);
-strtoul        stdlib.h        p       31      unsigned long strtoul(const char *__restrict, char **__restrict, int);
-strtoull       stdlib.h        p       33      unsigned long long strtoull(const char *__restrict, char **__restrict, int);
-strtoumax      inttypes.h      p       20      uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
-struct FTW     ftw.h   s       24      
-struct __fsid_t        sys/statfs.h    s       12      
-struct __jmp_buf_tag   setjmp.h        s       12      
-struct __locale_struct stdlib.h        S       155     struct __locale_struct;
-struct __ns_msg        arpa/nameser.h  s       39      
-struct __ns_rr arpa/nameser.h  s       59      
-struct __ptcb  pthread.h       s       200     
-struct __res_state     resolv.h        s       26      
-struct __ucontext      ucontext.h      S       15      struct __ucontext;
-struct _ns_flagdata    arpa/nameser.h  s       48      
-struct acct    sys/acct.h      s       17      
-struct acct_v3 sys/acct.h      s       39      
-struct addrinfo        netdb.h s       16      
-struct aiocb   aio.h   s       17      
-struct ar_hdr  ar.h    s       12      
-struct arpd_request    net/if_arp.h    s       125     
-struct arphdr  net/if_arp.h    s       22      
-struct arpreq  net/if_arp.h    s       98      
-struct arpreq_old      net/if_arp.h    s       106     
-struct bandinfo        stropts.h       s       84      
-struct ccs_modesel_head        scsi/scsi.h     s       134     
-struct cpu_set_t       pthread.h       S       213     struct cpu_set_t;
-struct cpu_set_t       sched.h s       77      
-struct crypt_data      crypt.h s       8       
-struct dirent  dirent.h        s       20      
-struct dl_phdr_info    link.h  s       22      
-struct dqblk   sys/quota.h     s       60      
-struct dqinfo  sys/quota.h     s       90      
-struct elf_prpsinfo    sys/procfs.h    s       36      
-struct elf_prstatus    sys/procfs.h    s       17      
-struct elf_siginfo     sys/procfs.h    s       11      
-struct entry   search.h        s       16      
-struct epoll_event     sys/epoll.h     s       47      
-struct ether_addr      net/ethernet.h  s       12      
-struct ether_arp       netinet/if_ether.h      s       105     
-struct ether_header    net/ethernet.h  s       16      
-struct ethhdr  netinet/if_ether.h      s       96      
-struct f_owner_ex      fcntl.h s       147     
-struct fanotify_event_metadata sys/fanotify.h  s       8       
-struct fanotify_response       sys/fanotify.h  s       22      
-struct flock   fcntl.h s       24      
-struct group   grp.h   s       19      
-struct group_filter    netinet/in.h    s       291     
-struct group_req       netinet/in.h    s       280     
-struct group_source_req        netinet/in.h    s       285     
-struct hostent netdb.h s       73      
-struct hsearch_data    search.h        s       26      
-struct icmp    netinet/ip_icmp.h       s       77      
-struct icmp6_filter    netinet/icmp6.h s       20      
-struct icmp6_hdr       netinet/icmp6.h s       24      
-struct icmp6_router_renum      netinet/icmp6.h s       214     
-struct icmp_ra_addr    netinet/ip_icmp.h       s       72      
-struct icmphdr netinet/ip_icmp.h       s       12      
-struct if_nameindex    net/if.h        s       12      
-struct ifaddr  net/if.h        s       52      
-struct ifaddrs ifaddrs.h       s       12      
-struct ifconf  net/if.h        s       117     
-struct ifmap   net/if.h        s       65      
-struct ifreq   net/if.h        s       77      
-struct igmp    netinet/igmp.h  s       7       
-struct ih_idseq        netinet/ip_icmp.h       s       84      
-struct ih_pmtu netinet/ip_icmp.h       s       90      
-struct ih_rtradv       netinet/ip_icmp.h       s       95      
-struct in6_addr        netinet/in.h    s       24      
-struct in6_pktinfo     netinet/in.h    s       309     
-struct in6_rtmsg       net/route.h     s       35      
-struct in_addr netinet/in.h    s       14      
-struct in_pktinfo      netinet/in.h    s       302     
-struct inotify_event   sys/inotify.h   s       11      
-struct ip      netinet/ip.h    s       44      
-struct ip6_dest        netinet/ip6.h   s       43      
-struct ip6_ext netinet/ip6.h   s       33      
-struct ip6_frag        netinet/ip6.h   s       65      
-struct ip6_hbh netinet/ip6.h   s       38      
-struct ip6_hdr netinet/ip6.h   s       12      
-struct ip6_hdrctl      netinet/ip6.h   s       14      
-struct ip6_mtuinfo     netinet/in.h    s       315     
-struct ip6_opt netinet/ip6.h   s       82      
-struct ip6_opt_jumbo   netinet/ip6.h   s       102     
-struct ip6_opt_nsap    netinet/ip6.h   s       109     
-struct ip6_opt_router  netinet/ip6.h   s       122     
-struct ip6_opt_tunnel  netinet/ip6.h   s       116     
-struct ip6_rthdr       netinet/ip6.h   s       48      
-struct ip6_rthdr0      netinet/ip6.h   s       55      
-struct ip_mreq netinet/in.h    s       250     
-struct ip_mreq_source  netinet/in.h    s       263     
-struct ip_mreqn        netinet/in.h    s       256     
-struct ip_msfilter     netinet/in.h    s       269     
-struct ip_opts netinet/in.h    s       231     
-struct ip_timestamp    netinet/ip.h    s       67      
-struct iphdr   netinet/ip.h    s       25      
-struct ipv6_mreq       netinet/in.h    s       45      
-struct itimerspec      sys/timerfd.h   S       16      struct itimerspec;
-struct itimerspec      time.h  s       81      
-struct itimerval       sys/time.h      s       20      
-struct lastlog utmp.h  s       15      
-struct lconv   locale.h        s       24      
-struct linger  sys/socket.h    s       42      
-struct link_map        link.h  s       33      
-struct mld_hdr netinet/icmp6.h s       201     
-struct mmsghdr sys/socket.h    s       30      
-struct mntent  mntent.h        s       23      
-struct mq_attr mqueue.h        s       17      
-struct msgbuf  sys/msg.h       s       42      
-struct msginfo sys/msg.h       s       31      
-struct mt_tape_info    sys/mtio.h      s       82      
-struct mtconfiginfo    sys/mtio.h      s       112     
-struct mtget   sys/mtio.h      s       51      
-struct mtop    sys/mtio.h      s       7       
-struct mtpos   sys/mtio.h      s       108     
-struct nd_neighbor_advert      netinet/icmp6.h s       129     
-struct nd_neighbor_solicit     netinet/icmp6.h s       119     
-struct nd_opt_adv_interval     netinet/icmp6.h s       286     
-struct nd_opt_hdr      netinet/icmp6.h s       159     
-struct nd_opt_home_agent_info  netinet/icmp6.h s       293     
-struct nd_opt_mtu      netinet/icmp6.h s       194     
-struct nd_opt_prefix_info      netinet/icmp6.h s       172     
-struct nd_opt_rd_hdr   netinet/icmp6.h s       187     
-struct nd_redirect     netinet/icmp6.h s       148     
-struct nd_router_advert        netinet/icmp6.h s       103     
-struct nd_router_solicit       netinet/icmp6.h s       94      
-struct netent  netdb.h s       65      
-struct ns_tcp_tsig_state       arpa/nameser.h  s       130     
-struct ns_tsig_key     arpa/nameser.h  s       123     
-struct ntptimeval      sys/timex.h     s       14      
-struct option  getopt.h        s       12      
-struct packet_mreq     netpacket/packet.h      s       16      
-struct passwd  pwd.h   s       20      
-struct pollfd  poll.h  s       31      
-struct prctl_mm_map    sys/prctl.h     s       88      
-struct protoent        netdb.h s       91      
-struct ptrace_peeksiginfo_args sys/ptrace.h    s       89      
-struct qelem   search.h        s       51      
-struct r_debug link.h  s       40      
-struct re_pattern_buffer       regex.h s       15      
-struct res_sym resolv.h        s       70      
-struct rlimit  sys/resource.h  s       22      
-struct rr_pco_match    netinet/icmp6.h s       233     
-struct rr_pco_use      netinet/icmp6.h s       248     
-struct rr_result       netinet/icmp6.h s       270     
-struct rtentry net/route.h     s       14      
-struct rusage  sys/resource.h  s       28      
-struct sched_param     sched.h s       19      
-struct sched_param     spawn.h S       16      struct sched_param;
-struct sembuf  sys/sem.h       s       50      
-struct seminfo sys/sem.h       s       37      
-struct servent netdb.h s       83      
-struct sg_header       scsi/sg.h       s       116     
-struct sg_io_hdr       scsi/sg.h       s       64      
-struct sg_iovec        scsi/sg.h       s       59      
-struct sg_req_info     scsi/sg.h       s       100     
-struct sg_scsi_id      scsi/sg.h       s       89      
-struct sigaction       signal.h        s       162     
-struct sigevent        mqueue.h        S       20      struct sigevent;
-struct sigevent        signal.h        s       174     
-struct sigevent        time.h  S       109     struct sigevent;
-struct signalfd_siginfo        sys/signalfd.h  s       20      
-struct sockaddr        sys/socket.h    s       281     
-struct sockaddr_in     netinet/in.h    s       16      
-struct sockaddr_in6    netinet/in.h    s       36      
-struct sockaddr_ll     netpacket/packet.h      s       8       
-struct sockaddr_storage        sys/socket.h    s       287     
-struct sockaddr_un     sys/un.h        s       17      
-struct spwd    shadow.h        s       15      
-struct statvfs sys/statvfs.h   s       16      
-struct str_list        stropts.h       s       127     
-struct str_mlist       stropts.h       s       123     
-struct strbuf  stropts.h       s       89      
-struct strfdinsert     stropts.h       s       101     
-struct strioctl        stropts.h       s       109     
-struct strpeek stropts.h       s       95      
-struct strrecvfd       stropts.h       s       116     
-struct sysinfo sys/sysinfo.h   s       10      
-struct tcp_info        netinet/tcp.h   s       148     
-struct tcp_md5sig      netinet/tcp.h   s       191     
-struct tcphdr  netinet/tcp.h   s       75      
-struct tftphdr arpa/tftp.h     s       9       
-struct timeb   sys/timeb.h     s       11      
-struct timespec        sys/socket.h    S       36      struct timespec;
-struct timestamp       netinet/ip.h    s       12      
-struct timex   sys/timex.h     s       19      
-struct timezone        sys/time.h      s       33      
-struct tm      time.h  s       38      
-struct tm      wchar.h S       134     struct tm;
-struct tms     sys/times.h     s       11      
-struct ucred   sys/socket.h    s       23      
-struct udphdr  netinet/udp.h   s       18      
-struct utimbuf utime.h s       12      
-struct utmpx   utmpx.h s       17      
-struct utsname sys/utsname.h   s       10      
-strunames      arpa/ftp.h      v       31      
-strverscmp     string.h        p       89      int strverscmp(const char *, const char *);
-strxfrm        string.h        p       41      size_t strxfrm(char *__restrict, const char *__restrict, size_t);
-strxfrm_l      string.h        p       73      size_t strxfrm_l(char *__restrict, const char *__restrict, size_t, locale_t);
-swab   unistd.h        p       146     void swab(const void *__restrict, void *__restrict, ssize_t);
-swapcontext    ucontext.h      p       20      int swapcontext(struct __ucontext *, const struct __ucontext *);
-swapoff        sys/swap.h      p       15      int swapoff(const char *);
-swapon sys/swap.h      p       14      int swapon(const char *, int);
-swprintf       wchar.h p       107     int swprintf(wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
-swscanf        wchar.h p       115     int swscanf(const wchar_t *__restrict, const wchar_t *__restrict, ...);
-symlink        unistd.h        p       58      int symlink(const char *, const char *);
-symlinkat      unistd.h        p       59      int symlinkat(const char *, int, const char *);
-sync   unistd.h        p       142     void sync(void);
-sync_file_range        fcntl.h p       163     int sync_file_range(int, off_t, off_t, unsigned);
-syncfs unistd.h        p       188     int syncfs(int);
-syscall        unistd.h        p       176     long syscall(long, ...);
-sysconf        unistd.h        p       130     long sysconf(int);
-sysinfo        sys/sysinfo.h   p       26      int sysinfo(struct sysinfo *);
-syslog syslog.h        p       62      void syslog(int, const char *, ...);
-system stdlib.h        p       53      int system(const char *);
-tan    math.h  p       335     double tan(double);
-tan    tgmath.h        d       265     #define tan(x) __tg_real_complex(tan, (x))
-tanf   math.h  p       336     float tanf(float);
-tanh   math.h  p       339     double tanh(double);
-tanh   tgmath.h        d       266     #define tanh(x) __tg_real_complex(tanh, (x))
-tanhf  math.h  p       340     float tanhf(float);
-tanhl  math.h  p       341     long double tanhl(long double);
-tanl   math.h  p       337     long double tanl(long double);
-tcdrain        termios.h       p       31      int tcdrain(int);
-tcflag_t       termios.h       t       16      typedef unsigned int tcflag_t;
-tcflow termios.h       p       33      int tcflow(int, int);
-tcflush        termios.h       p       32      int tcflush(int, int);
-tcgetattr      termios.h       p       27      int tcgetattr(int, struct termios *);
-tcgetpgrp      unistd.h        p       104     pid_t tcgetpgrp(int);
-tcgetsid       termios.h       p       35      pid_t tcgetsid(int);
-tcp_seq        netinet/tcp.h   t       66      typedef uint32_t tcp_seq;
-tcsendbreak    termios.h       p       30      int tcsendbreak(int, int);
-tcsetattr      termios.h       p       28      int tcsetattr(int, int, const struct termios *);
-tcsetpgrp      unistd.h        p       105     int tcsetpgrp(int, pid_t);
-tdelete        search.h        p       45      void *tdelete(const void *__restrict, void **__restrict, int(*)(const void *, const void *));
-tdestroy       search.h        p       56      void tdestroy(void *, void(*)(void *));
-tee    fcntl.h p       166     ssize_t tee(int, int, size_t, unsigned);
-telcmds        arpa/telnet.h   d       27      #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
-telldir        dirent.h        p       38      long telldir(DIR *);
-telopts        arpa/telnet.h   v       80      
-tempnam        stdio.h p       158     char *tempnam(const char *, const char *);
-textdomain     libintl.h       p       23      char *textdomain(const char *);
-tfind  search.h        p       46      void *tfind(const void *, void *const *, int(*)(const void *, const void *));
-tgamma math.h  p       343     double tgamma(double);
-tgamma tgmath.h        d       267     #define tgamma(x) __tg_real(tgamma, (x))
-tgammaf        math.h  p       344     float tgammaf(float);
-tgammal        math.h  p       345     long double tgammal(long double);
-th_block       arpa/tftp.h     d       18      #define th_block th_u.tu_block
-th_code        arpa/tftp.h     d       19      #define th_code th_u.tu_code
-th_msg arpa/tftp.h     d       21      #define th_msg th_data
-th_stuff       arpa/tftp.h     d       20      #define th_stuff th_u.tu_stuff
-thrd_busy      threads.h       e       29      
-thrd_create    threads.h       p       43      int thrd_create(thrd_t *, thrd_start_t, void *);
-thrd_current   threads.h       p       52      thrd_t thrd_current(void);
-thrd_detach    threads.h       p       46      int thrd_detach(thrd_t);
-thrd_equal     threads.h       d       55      #define thrd_equal(A, B) ((A) == (B))
-thrd_equal     threads.h       p       53      int thrd_equal(thrd_t, thrd_t);
-thrd_error     threads.h       e       30      
-thrd_exit      threads.h       p       44      _Noreturn void thrd_exit(int);
-thrd_join      threads.h       p       47      int thrd_join(thrd_t, int *);
-thrd_nomem     threads.h       e       31      
-thrd_sleep     threads.h       p       49      int thrd_sleep(const struct timespec *, struct timespec *);
-thrd_start_t   threads.h       t       17      typedef int (*thrd_start_t)(void *);
-thrd_success   threads.h       e       28      
-thrd_t threads.h       t       11      typedef struct __pthread *thrd_t;
-thrd_t threads.h       t       9       typedef unsigned long thrd_t;
-thrd_timedout  threads.h       e       32      
-thrd_yield     threads.h       p       50      void thrd_yield(void);
-thread_local   threads.h       d       12      #define thread_local _Thread_local
-time   time.h  p       54      time_t time(time_t *);
-timegm time.h  p       131     time_t timegm(struct tm *);
-timer_create   time.h  p       110     int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
-timer_delete   time.h  p       111     int timer_delete(timer_t);
-timer_getoverrun       time.h  p       114     int timer_getoverrun(timer_t);
-timer_gettime  time.h  p       113     int timer_gettime(timer_t, struct itimerspec *);
-timer_settime  time.h  p       112     int timer_settime(timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict);
-timeradd       sys/time.h      d       46      #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, ((a)->tv_usec = (s)->tv_usec + (t)->tv_usec) >= 1000000 && ((a)->tv_usec -= 1000000, (a)->tv_sec++) )
-timerclear     sys/time.h      d       43      #define timerclear(t) ((t)->tv_sec = (t)->tv_usec = 0)
-timercmp       sys/time.h      d       44      #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? (s)->tv_usec op (t)->tv_usec : (s)->tv_sec op (t)->tv_sec)
-timerfd_create sys/timerfd.h   p       18      int timerfd_create(int, int);
-timerfd_gettime        sys/timerfd.h   p       20      int timerfd_gettime(int, struct itimerspec *);
-timerfd_settime        sys/timerfd.h   p       19      int timerfd_settime(int, int, const struct itimerspec *, struct itimerspec *);
-timerisset     sys/time.h      d       42      #define timerisset(t) ((t)->tv_sec || (t)->tv_usec)
-timersub       sys/time.h      d       49      #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, ((a)->tv_usec = (s)->tv_usec - (t)->tv_usec) < 0 && ((a)->tv_usec += 1000000, (a)->tv_sec--) )
-times  sys/times.h     p       19      clock_t times(struct tms *);
-timespec_get   time.h  p       62      int timespec_get(struct timespec *, int);
-timezone       time.h  x       122     extern long timezone;
-tmpfile        stdio.h p       125     FILE *tmpfile(void);
-tmpfile64      stdio.h d       188     #define tmpfile64 tmpfile
-tmpnam stdio.h p       124     char *tmpnam(char *);
-toascii        ctype.h p       64      int toascii(int);
-tolower        ctype.h p       22      int tolower(int);
-tolower_l      ctype.h p       60      int tolower_l(int, locale_t);
-toupper        ctype.h p       23      int toupper(int);
-toupper_l      ctype.h p       61      int toupper_l(int, locale_t);
-towctrans      wctype.h        p       40      wint_t towctrans(wint_t, wctrans_t);
-towctrans_l    wctype.h        p       69      wint_t towctrans_l(wint_t, wctrans_t, locale_t);
-towlower       wchar.h p       172     wint_t towlower(wint_t);
-towlower       wctype.h        p       41      wint_t towlower(wint_t);
-towlower_l     wctype.h        p       67      wint_t towlower_l(wint_t, locale_t);
-towupper       wchar.h p       173     wint_t towupper(wint_t);
-towupper       wctype.h        p       42      wint_t towupper(wint_t);
-towupper_l     wctype.h        p       68      wint_t towupper_l(wint_t, locale_t);
-true   stdbool.h       d       6       #define true 1
-trunc  math.h  p       347     double trunc(double);
-trunc  tgmath.h        d       268     #define trunc(x) __tg_real(trunc, (x))
-truncate       unistd.h        p       65      int truncate(const char *, off_t);
-truncate64     unistd.h        d       197     #define truncate64 truncate
-truncf math.h  p       348     float truncf(float);
-truncl math.h  p       349     long double truncl(long double);
-tsearch        search.h        p       47      void *tsearch(const void *, void **, int(*)(const void *, const void *));
-tss_create     threads.h       p       77      int tss_create(tss_t *, tss_dtor_t);
-tss_delete     threads.h       p       78      void tss_delete(tss_t key);
-tss_dtor_t     threads.h       t       18      typedef void (*tss_dtor_t)(void *);
-tss_get        threads.h       p       81      void *tss_get(tss_t);
-tss_set        threads.h       p       80      int tss_set(tss_t, void *);
-tss_t  threads.h       t       16      typedef unsigned tss_t;
-ttyname        unistd.h        p       101     char *ttyname(int);
-ttyname_r      unistd.h        p       102     int ttyname_r(int, char *, size_t);
-twalk  search.h        p       48      void twalk(const void *, void(*)(const void *, VISIT, int));
-typenames      arpa/ftp.h      v       32      
-tzname time.h  x       123     extern char *tzname[2];
-tzset  time.h  p       79      void tzset(void);
-u_char sys/types.h     t       64      typedef unsigned char u_char;
-u_int  sys/types.h     t       66      typedef unsigned u_int, uint;
-u_int16_t      sys/types.h     t       61      typedef unsigned short u_int16_t;
-u_int32_t      sys/types.h     t       62      typedef unsigned u_int32_t;
-u_int8_t       sys/types.h     t       60      typedef unsigned char u_int8_t;
-u_long sys/types.h     t       67      typedef unsigned long u_long, ulong;
-u_quad_t       sys/types.h     t       69      typedef unsigned long long u_quad_t;
-u_short        sys/types.h     t       65      typedef unsigned short u_short, ushort;
-ualarm unistd.h        p       152     unsigned ualarm(unsigned, unsigned);
-uh_dport       netinet/udp.h   d       13      #define uh_dport dest
-uh_sport       netinet/udp.h   d       12      #define uh_sport source
-uh_sum netinet/udp.h   d       15      #define uh_sum check
-uh_ulen        netinet/udp.h   d       14      #define uh_ulen len
-uint   sys/types.h     t       66      typedef unsigned u_int, uint;
-uint_fast64_t  stdint.h        t       31      typedef uint64_t uint_fast64_t;
-uint_fast8_t   stdint.h        t       30      typedef uint8_t uint_fast8_t;
-uint_least16_t stdint.h        t       34      typedef uint16_t uint_least16_t;
-uint_least32_t stdint.h        t       35      typedef uint32_t uint_least32_t;
-uint_least64_t stdint.h        t       36      typedef uint64_t uint_least64_t;
-uint_least8_t  stdint.h        t       33      typedef uint8_t uint_least8_t;
-ulckpwdf       shadow.h        p       38      int ulckpwdf(void);
-ulimit ulimit.h        p       11      long ulimit(int, ...);
-ulong  sys/types.h     t       67      typedef unsigned long u_long, ulong;
-umask  sys/stat.h      p       80      mode_t umask(mode_t);
-umount sys/mount.h     p       66      int umount(const char *);
-umount2        sys/mount.h     p       67      int umount2(const char *, int);
-uname  sys/utsname.h   p       24      int uname(struct utsname *);
-ungetc stdio.h p       88      int ungetc(int, FILE *);
-ungetwc        wchar.h p       132     wint_t ungetwc(wint_t, FILE *);
-union _G_fpos64_t      stdio.h u       50      
-union epoll_data       sys/epoll.h     u       40      
-union sigval   signal.h        u       91      
-unlink unistd.h        p       62      int unlink(const char *);
-unlinkat       unistd.h        p       63      int unlinkat(int, const char *, int);
-unlockpt       stdlib.h        p       121     int unlockpt(int);
-unsetenv       stdlib.h        p       101     int unsetenv(const char *);
-unshare        sched.h p       69      int unshare(int);
-updwtmp        utmp.h  p       35      void updwtmp(const char *, const struct utmp *);
-updwtmpx       utmpx.h p       45      void updwtmpx(const char *, const struct utmpx *);
-uselocale      locale.h        p       77      locale_t uselocale(locale_t);
-ushort sys/types.h     t       65      typedef unsigned short u_short, ushort;
-usleep unistd.h        p       151     int usleep(unsigned);
-ut_addr        utmp.h  d       23      #define ut_addr ut_addr_v6[0]
-ut_name        utmp.h  d       22      #define ut_name ut_user
-ut_time        utmp.h  d       21      #define ut_time ut_tv.tv_sec
-utime  utime.h p       18      int utime(const char *, const struct utimbuf *);
-utimensat      sys/stat.h      p       89      int utimensat(int, const char *, const struct timespec [2], int);
-utimes sys/time.h      p       28      int utimes(const char *, const struct timeval [2]);
-utmp   utmp.h  d       24      #define utmp utmpx
-utmpname       utmp.h  p       36      int utmpname(const char *);
-utmpxname      utmpx.h p       46      int utmpxname(const char *);
-va_arg stdarg.h        d       15      #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        stdarg.h        d       16      #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end stdarg.h        d       14      #define va_end(v) __builtin_va_end(v)
-va_start       stdarg.h        d       13      #define va_start(v,l) __builtin_va_start(v,l)
-valloc malloc.h        p       16      void *valloc(size_t);
-valloc stdlib.h        p       142     void *valloc(size_t);
-vasprintf      stdio.h p       179     int vasprintf(char **, const char *, __isoc_va_list);
-vdprintf       stdio.h p       139     int vdprintf(int, const char *__restrict, __isoc_va_list);
-verr   err.h   p       17      _Noreturn void verr(int, const char *, va_list);
-verrx  err.h   p       19      _Noreturn void verrx(int, const char *, va_list);
-versionsort    dirent.h        p       60      int versionsort(const struct dirent **, const struct dirent **);
-versionsort64  dirent.h        d       69      #define versionsort64 versionsort
-vfork  unistd.h        p       161     pid_t vfork(void);
-vfprintf       stdio.h p       108     int vfprintf(FILE *__restrict, const char *__restrict, __isoc_va_list);
-vfscanf        stdio.h p       116     int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
-vfwprintf      wchar.h p       110     int vfwprintf(FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
-vfwscanf       wchar.h p       118     int vfwscanf(FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
-vhangup        unistd.h        p       162     int vhangup(void);
-vmsplice       fcntl.h p       164     ssize_t vmsplice(int, const struct iovec *, size_t, unsigned);
-vprintf        stdio.h p       107     int vprintf(const char *__restrict, __isoc_va_list);
-vscanf stdio.h p       115     int vscanf(const char *__restrict, __isoc_va_list);
-vsnprintf      stdio.h p       110     int vsnprintf(char *__restrict, size_t, const char *__restrict, __isoc_va_list);
-vsprintf       stdio.h p       109     int vsprintf(char *__restrict, const char *__restrict, __isoc_va_list);
-vsscanf        stdio.h p       117     int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
-vswprintf      wchar.h p       111     int vswprintf(wchar_t *__restrict, size_t, const wchar_t *__restrict, __isoc_va_list);
-vswscanf       wchar.h p       119     int vswscanf(const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
-vsyslog        syslog.h        p       68      void vsyslog(int, const char *, va_list);
-vwarn  err.h   p       12      void vwarn(const char *, va_list);
-vwarnx err.h   p       14      void vwarnx(const char *, va_list);
-vwprintf       wchar.h p       109     int vwprintf(const wchar_t *__restrict, __isoc_va_list);
-vwscanf        wchar.h p       117     int vwscanf(const wchar_t *__restrict, __isoc_va_list);
-wait   sys/wait.h      p       19      pid_t wait(int *);
-wait3  sys/wait.h      p       31      pid_t wait3(int *, int, struct rusage *);
-wait4  sys/wait.h      p       32      pid_t wait4(pid_t, int *, int, struct rusage *);
-waitid sys/wait.h      p       26      int waitid(idtype_t, id_t, siginfo_t *, int);
-waitpid        sys/wait.h      p       20      pid_t waitpid(pid_t, int *, int );
-warn   err.h   p       11      void warn(const char *, ...);
-warnx  err.h   p       13      void warnx(const char *, ...);
-wcpcpy wchar.h p       146     wchar_t *wcpcpy(wchar_t *__restrict, const wchar_t *__restrict);
-wcpncpy        wchar.h p       147     wchar_t *wcpncpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
-wcrtomb        wchar.h p       83      size_t wcrtomb(char *__restrict, wchar_t, mbstate_t *__restrict);
-wcscasecmp     wchar.h p       148     int wcscasecmp(const wchar_t *, const wchar_t *);
-wcscasecmp_l   wchar.h p       149     int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
-wcscat wchar.h p       49      wchar_t *wcscat(wchar_t *__restrict, const wchar_t *__restrict);
-wcschr wchar.h p       58      wchar_t *wcschr(const wchar_t *, wchar_t);
-wcscmp wchar.h p       52      int wcscmp(const wchar_t *, const wchar_t *);
-wcscoll        wchar.h p       55      int wcscoll(const wchar_t *, const wchar_t *);
-wcscoll_l      wchar.h p       152     int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
-wcscpy wchar.h p       46      wchar_t *wcscpy(wchar_t *__restrict, const wchar_t *__restrict);
-wcscspn        wchar.h p       61      size_t wcscspn(const wchar_t *, const wchar_t *);
-wcsdup wchar.h p       144     wchar_t *wcsdup(const wchar_t *);
-wcsftime       wchar.h p       135     size_t wcsftime(wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
-wcslen wchar.h p       67      size_t wcslen(const wchar_t *);
-wcsncasecmp    wchar.h p       150     int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
-wcsncasecmp_l  wchar.h p       151     int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
-wcsncat        wchar.h p       50      wchar_t *wcsncat(wchar_t *__restrict, const wchar_t *__restrict, size_t);
-wcsncmp        wchar.h p       53      int wcsncmp(const wchar_t *, const wchar_t *, size_t);
-wcsncpy        wchar.h p       47      wchar_t *wcsncpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
-wcsnlen        wchar.h p       145     size_t wcsnlen(const wchar_t *, size_t);
-wcsnrtombs     wchar.h p       143     size_t wcsnrtombs(char *__restrict, const wchar_t **__restrict, size_t, size_t, mbstate_t *__restrict);
-wcspbrk        wchar.h p       63      wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
-wcsrchr        wchar.h p       59      wchar_t *wcsrchr(const wchar_t *, wchar_t);
-wcsrtombs      wchar.h p       88      size_t wcsrtombs(char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
-wcsspn wchar.h p       62      size_t wcsspn(const wchar_t *, const wchar_t *);
-wcsstr wchar.h p       69      wchar_t *wcsstr(const wchar_t *__restrict, const wchar_t *__restrict);
-wcstod wchar.h p       91      double wcstod(const wchar_t *__restrict, wchar_t **__restrict);
-wcstof wchar.h p       90      float wcstof(const wchar_t *__restrict, wchar_t **__restrict);
-wcstoimax      inttypes.h      p       22      intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcstok wchar.h p       65      wchar_t *wcstok(wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
-wcstol wchar.h p       94      long wcstol(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcstold        wchar.h p       92      long double wcstold(const wchar_t *__restrict, wchar_t **__restrict);
-wcstoll        wchar.h p       97      long long wcstoll(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcstombs       stdlib.h        p       74      size_t wcstombs(char *__restrict, const wchar_t *__restrict, size_t);
-wcstoul        wchar.h p       95      unsigned long wcstoul(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcstoull       wchar.h p       98      unsigned long long wcstoull(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcstoumax      inttypes.h      p       23      uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
-wcswcs wchar.h p       70      wchar_t *wcswcs(const wchar_t *, const wchar_t *);
-wcswidth       wchar.h p       158     int wcswidth(const wchar_t *, size_t);
-wcsxfrm        wchar.h p       56      size_t wcsxfrm(wchar_t *__restrict, const wchar_t *__restrict, size_t n);
-wcsxfrm_l      wchar.h p       153     size_t wcsxfrm_l(wchar_t *__restrict, const wchar_t *__restrict, size_t n, locale_t);
-wctob  wchar.h p       79      int wctob(wint_t);
-wctomb stdlib.h        p       72      int wctomb(char *, wchar_t);
-wctrans        wctype.h        p       43      wctrans_t wctrans(const char *);
-wctrans_l      wctype.h        p       70      wctrans_t wctrans_l(const char *, locale_t);
-wctrans_t      wctype.h        t       20      typedef const int * wctrans_t;
-wctype wchar.h p       174     wctype_t wctype(const char *);
-wctype wctype.h        p       44      wctype_t wctype(const char *);
-wctype_l       wctype.h        p       71      wctype_t wctype_l(const char *, locale_t);
-wcwidth        wchar.h p       157     int wcwidth(wchar_t);
-wmemchr        wchar.h p       72      wchar_t *wmemchr(const wchar_t *, wchar_t, size_t);
-wmemcmp        wchar.h p       73      int wmemcmp(const wchar_t *, const wchar_t *, size_t);
-wmemcpy        wchar.h p       74      wchar_t *wmemcpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
-wmemmove       wchar.h p       75      wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
-wmemset        wchar.h p       76      wchar_t *wmemset(wchar_t *, wchar_t, size_t);
-wordexp        wordexp.h       p       35      int wordexp(const char *__restrict, wordexp_t *__restrict, int);
-wordexp_t      wordexp.h       t       26      } wordexp_t;
-wordfree       wordexp.h       p       36      void wordfree(wordexp_t *);
-wprintf        wchar.h p       105     int wprintf(const wchar_t *__restrict, ...);
-write  unistd.h        p       47      ssize_t write(int, const void *, size_t);
-writev sys/uio.h       p       27      ssize_t writev(int, const struct iovec *, int);
-wscanf wchar.h p       113     int wscanf(const wchar_t *__restrict, ...);
-xEOF   arpa/telnet.h   d       23      #define xEOF 236
-xor    iso646.h        d       15      #define xor ^
-xor_eq iso646.h        d       16      #define xor_eq ^=
-y0     math.h  p       378     double y0(double);
-y0f    math.h  p       405     float y0f(float);
-y1     math.h  p       379     double y1(double);
-y1f    math.h  p       406     float y1f(float);
-yn     math.h  p       380     double yn(int, double);
-ynf    math.h  p       407     float ynf(int, float);
+ABDAY_1        langinfo.h      d       #define ABDAY_1 0x20000
+ABDAY_2        langinfo.h      d       #define ABDAY_2 0x20001
+ABDAY_3        langinfo.h      d       #define ABDAY_3 0x20002
+ABDAY_4        langinfo.h      d       #define ABDAY_4 0x20003
+ABDAY_5        langinfo.h      d       #define ABDAY_5 0x20004
+ABDAY_6        langinfo.h      d       #define ABDAY_6 0x20005
+ABDAY_7        langinfo.h      d       #define ABDAY_7 0x20006
+ABMON_1        langinfo.h      d       #define ABMON_1 0x2000E
+ABMON_10       langinfo.h      d       #define ABMON_10 0x20017
+ABMON_11       langinfo.h      d       #define ABMON_11 0x20018
+ABMON_12       langinfo.h      d       #define ABMON_12 0x20019
+ABMON_2        langinfo.h      d       #define ABMON_2 0x2000F
+ABMON_3        langinfo.h      d       #define ABMON_3 0x20010
+ABMON_4        langinfo.h      d       #define ABMON_4 0x20011
+ABMON_5        langinfo.h      d       #define ABMON_5 0x20012
+ABMON_6        langinfo.h      d       #define ABMON_6 0x20013
+ABMON_7        langinfo.h      d       #define ABMON_7 0x20014
+ABMON_8        langinfo.h      d       #define ABMON_8 0x20015
+ABMON_9        langinfo.h      d       #define ABMON_9 0x20016
+ABORT  arpa/telnet.h   d       #define ABORT 238
+ABORT  scsi/scsi.h     d       #define ABORT 0x06
+ABORTED_COMMAND        scsi/scsi.h     d       #define ABORTED_COMMAND 0x0b
+ACCOUNTING     utmp.h  d       #define ACCOUNTING 9
+ACCT_BYTEORDER sys/acct.h      d       #define ACCT_BYTEORDER (128*(__BYTE_ORDER==__BIG_ENDIAN))
+ACCT_COMM      sys/acct.h      d       #define ACCT_COMM 16
+ACK    arpa/tftp.h     d       #define ACK 04
+ACORE  sys/acct.h      d       #define ACORE 8
+ACTION search.h        t       typedef enum { FIND, ENTER } ACTION;
+ADD    arpa/nameser.h  d       #define ADD ns_uop_add
+ADDR_COMPAT_LAYOUT     sys/personality.h       d       #define ADDR_COMPAT_LAYOUT 0x0200000
+ADDR_LIMIT_32BIT       sys/personality.h       d       #define ADDR_LIMIT_32BIT 0x0800000
+ADDR_LIMIT_3GB sys/personality.h       d       #define ADDR_LIMIT_3GB 0x8000000
+ADDR_NO_RANDOMIZE      sys/personality.h       d       #define ADDR_NO_RANDOMIZE 0x0040000
+ADJ_ESTERROR   sys/timex.h     d       #define ADJ_ESTERROR 0x0008
+ADJ_FREQUENCY  sys/timex.h     d       #define ADJ_FREQUENCY 0x0002
+ADJ_MAXERROR   sys/timex.h     d       #define ADJ_MAXERROR 0x0004
+ADJ_MICRO      sys/timex.h     d       #define ADJ_MICRO 0x1000
+ADJ_NANO       sys/timex.h     d       #define ADJ_NANO 0x2000
+ADJ_OFFSET     sys/timex.h     d       #define ADJ_OFFSET 0x0001
+ADJ_OFFSET_SINGLESHOT  sys/timex.h     d       #define ADJ_OFFSET_SINGLESHOT 0x8001
+ADJ_OFFSET_SS_READ     sys/timex.h     d       #define ADJ_OFFSET_SS_READ 0xa001
+ADJ_SETOFFSET  sys/timex.h     d       #define ADJ_SETOFFSET 0x0100
+ADJ_STATUS     sys/timex.h     d       #define ADJ_STATUS 0x0010
+ADJ_TAI        sys/timex.h     d       #define ADJ_TAI 0x0080
+ADJ_TICK       sys/timex.h     d       #define ADJ_TICK 0x4000
+ADJ_TIMECONST  sys/timex.h     d       #define ADJ_TIMECONST 0x0020
+AFORK  sys/acct.h      d       #define AFORK 1
+AF_ALG sys/socket.h    d       #define AF_ALG PF_ALG
+AF_APPLETALK   sys/socket.h    d       #define AF_APPLETALK PF_APPLETALK
+AF_ASH sys/socket.h    d       #define AF_ASH PF_ASH
+AF_ATMPVC      sys/socket.h    d       #define AF_ATMPVC PF_ATMPVC
+AF_ATMSVC      sys/socket.h    d       #define AF_ATMSVC PF_ATMSVC
+AF_AX25        sys/socket.h    d       #define AF_AX25 PF_AX25
+AF_BLUETOOTH   sys/socket.h    d       #define AF_BLUETOOTH PF_BLUETOOTH
+AF_BRIDGE      sys/socket.h    d       #define AF_BRIDGE PF_BRIDGE
+AF_CAIF        sys/socket.h    d       #define AF_CAIF PF_CAIF
+AF_CAN sys/socket.h    d       #define AF_CAN PF_CAN
+AF_DECnet      sys/socket.h    d       #define AF_DECnet PF_DECnet
+AF_ECONET      sys/socket.h    d       #define AF_ECONET PF_ECONET
+AF_FILE        sys/socket.h    d       #define AF_FILE AF_LOCAL
+AF_IB  sys/socket.h    d       #define AF_IB PF_IB
+AF_IEEE802154  sys/socket.h    d       #define AF_IEEE802154 PF_IEEE802154
+AF_INET        sys/socket.h    d       #define AF_INET PF_INET
+AF_INET6       sys/socket.h    d       #define AF_INET6 PF_INET6
+AF_IPX sys/socket.h    d       #define AF_IPX PF_IPX
+AF_IRDA        sys/socket.h    d       #define AF_IRDA PF_IRDA
+AF_ISDN        sys/socket.h    d       #define AF_ISDN PF_ISDN
+AF_IUCV        sys/socket.h    d       #define AF_IUCV PF_IUCV
+AF_KEY sys/socket.h    d       #define AF_KEY PF_KEY
+AF_LLC sys/socket.h    d       #define AF_LLC PF_LLC
+AF_LOCAL       sys/socket.h    d       #define AF_LOCAL PF_LOCAL
+AF_MAX sys/socket.h    d       #define AF_MAX PF_MAX
+AF_MPLS        sys/socket.h    d       #define AF_MPLS PF_MPLS
+AF_NETBEUI     sys/socket.h    d       #define AF_NETBEUI PF_NETBEUI
+AF_NETLINK     sys/socket.h    d       #define AF_NETLINK PF_NETLINK
+AF_NETROM      sys/socket.h    d       #define AF_NETROM PF_NETROM
+AF_NFC sys/socket.h    d       #define AF_NFC PF_NFC
+AF_PACKET      sys/socket.h    d       #define AF_PACKET PF_PACKET
+AF_PHONET      sys/socket.h    d       #define AF_PHONET PF_PHONET
+AF_PPPOX       sys/socket.h    d       #define AF_PPPOX PF_PPPOX
+AF_RDS sys/socket.h    d       #define AF_RDS PF_RDS
+AF_ROSE        sys/socket.h    d       #define AF_ROSE PF_ROSE
+AF_ROUTE       sys/socket.h    d       #define AF_ROUTE PF_ROUTE
+AF_RXRPC       sys/socket.h    d       #define AF_RXRPC PF_RXRPC
+AF_SECURITY    sys/socket.h    d       #define AF_SECURITY PF_SECURITY
+AF_SNA sys/socket.h    d       #define AF_SNA PF_SNA
+AF_TIPC        sys/socket.h    d       #define AF_TIPC PF_TIPC
+AF_UNIX        sys/socket.h    d       #define AF_UNIX AF_LOCAL
+AF_UNSPEC      sys/socket.h    d       #define AF_UNSPEC PF_UNSPEC
+AF_VSOCK       sys/socket.h    d       #define AF_VSOCK PF_VSOCK
+AF_WANPIPE     sys/socket.h    d       #define AF_WANPIPE PF_WANPIPE
+AF_X25 sys/socket.h    d       #define AF_X25 PF_X25
+AHZ    sys/acct.h      d       #define AHZ 100
+AIO_ALLDONE    aio.h   d       #define AIO_ALLDONE 2
+AIO_CANCELED   aio.h   d       #define AIO_CANCELED 0
+AIO_NOTCANCELED        aio.h   d       #define AIO_NOTCANCELED 1
+AI_ADDRCONFIG  netdb.h d       #define AI_ADDRCONFIG 0x20
+AI_ALL netdb.h d       #define AI_ALL 0x10
+AI_CANONNAME   netdb.h d       #define AI_CANONNAME 0x02
+AI_NUMERICHOST netdb.h d       #define AI_NUMERICHOST 0x04
+AI_NUMERICSERV netdb.h d       #define AI_NUMERICSERV 0x400
+AI_PASSIVE     netdb.h d       #define AI_PASSIVE 0x01
+AI_V4MAPPED    netdb.h d       #define AI_V4MAPPED 0x08
+ALLOW_MEDIUM_REMOVAL   scsi/scsi.h     d       #define ALLOW_MEDIUM_REMOVAL 0x1e
+ALT_DIGITS     langinfo.h      d       #define ALT_DIGITS 0x2002F
+AM_STR langinfo.h      d       #define AM_STR 0x20026
+ANYMARK        stropts.h       d       #define ANYMARK 0x01
+AO     arpa/telnet.h   d       #define AO 245
+AREGTYPE       tar.h   d       #define AREGTYPE '\0'
+ARFMAG ar.h    d       #define ARFMAG "`\n"
+ARG_MAX        limits.h        d       #define ARG_MAX 131072
+ARMAG  ar.h    d       #define ARMAG "!<arch>\n"
+ARPD_FLUSH     net/if_arp.h    d       #define ARPD_FLUSH 0x03
+ARPD_LOOKUP    net/if_arp.h    d       #define ARPD_LOOKUP 0x02
+ARPD_UPDATE    net/if_arp.h    d       #define ARPD_UPDATE 0x01
+ARPHRD_ADAPT   net/if_arp.h    d       #define ARPHRD_ADAPT 264
+ARPHRD_APPLETLK        net/if_arp.h    d       #define ARPHRD_APPLETLK 8
+ARPHRD_ARCNET  net/if_arp.h    d       #define ARPHRD_ARCNET 7
+ARPHRD_ASH     net/if_arp.h    d       #define ARPHRD_ASH 781
+ARPHRD_ATM     net/if_arp.h    d       #define ARPHRD_ATM 19
+ARPHRD_AX25    net/if_arp.h    d       #define ARPHRD_AX25 3
+ARPHRD_BIF     net/if_arp.h    d       #define ARPHRD_BIF 775
+ARPHRD_CAIF    net/if_arp.h    d       #define ARPHRD_CAIF 822
+ARPHRD_CAN     net/if_arp.h    d       #define ARPHRD_CAN 280
+ARPHRD_CHAOS   net/if_arp.h    d       #define ARPHRD_CHAOS 5
+ARPHRD_CISCO   net/if_arp.h    d       #define ARPHRD_CISCO 513
+ARPHRD_CSLIP   net/if_arp.h    d       #define ARPHRD_CSLIP 257
+ARPHRD_CSLIP6  net/if_arp.h    d       #define ARPHRD_CSLIP6 259
+ARPHRD_DDCMP   net/if_arp.h    d       #define ARPHRD_DDCMP 517
+ARPHRD_DLCI    net/if_arp.h    d       #define ARPHRD_DLCI 15
+ARPHRD_ECONET  net/if_arp.h    d       #define ARPHRD_ECONET 782
+ARPHRD_EETHER  net/if_arp.h    d       #define ARPHRD_EETHER 2
+ARPHRD_ETHER   net/if_arp.h    d       #define ARPHRD_ETHER 1
+ARPHRD_EUI64   net/if_arp.h    d       #define ARPHRD_EUI64 27
+ARPHRD_FCAL    net/if_arp.h    d       #define ARPHRD_FCAL 785
+ARPHRD_FCFABRIC        net/if_arp.h    d       #define ARPHRD_FCFABRIC 787
+ARPHRD_FCPL    net/if_arp.h    d       #define ARPHRD_FCPL 786
+ARPHRD_FCPP    net/if_arp.h    d       #define ARPHRD_FCPP 784
+ARPHRD_FDDI    net/if_arp.h    d       #define ARPHRD_FDDI 774
+ARPHRD_FRAD    net/if_arp.h    d       #define ARPHRD_FRAD 770
+ARPHRD_HDLC    net/if_arp.h    d       #define ARPHRD_HDLC ARPHRD_CISCO
+ARPHRD_HIPPI   net/if_arp.h    d       #define ARPHRD_HIPPI 780
+ARPHRD_HWX25   net/if_arp.h    d       #define ARPHRD_HWX25 272
+ARPHRD_IEEE1394        net/if_arp.h    d       #define ARPHRD_IEEE1394 24
+ARPHRD_IEEE802 net/if_arp.h    d       #define ARPHRD_IEEE802 6
+ARPHRD_IEEE80211       net/if_arp.h    d       #define ARPHRD_IEEE80211 801
+ARPHRD_IEEE80211_PRISM net/if_arp.h    d       #define ARPHRD_IEEE80211_PRISM 802
+ARPHRD_IEEE80211_RADIOTAP      net/if_arp.h    d       #define ARPHRD_IEEE80211_RADIOTAP 803
+ARPHRD_IEEE802154      net/if_arp.h    d       #define ARPHRD_IEEE802154 804
+ARPHRD_IEEE802154_MONITOR      net/if_arp.h    d       #define ARPHRD_IEEE802154_MONITOR 805
+ARPHRD_IEEE802_TR      net/if_arp.h    d       #define ARPHRD_IEEE802_TR 800
+ARPHRD_INFINIBAND      net/if_arp.h    d       #define ARPHRD_INFINIBAND 32
+ARPHRD_IP6GRE  net/if_arp.h    d       #define ARPHRD_IP6GRE 823
+ARPHRD_IPDDP   net/if_arp.h    d       #define ARPHRD_IPDDP 777
+ARPHRD_IPGRE   net/if_arp.h    d       #define ARPHRD_IPGRE 778
+ARPHRD_IRDA    net/if_arp.h    d       #define ARPHRD_IRDA 783
+ARPHRD_LAPB    net/if_arp.h    d       #define ARPHRD_LAPB 516
+ARPHRD_LOCALTLK        net/if_arp.h    d       #define ARPHRD_LOCALTLK 773
+ARPHRD_LOOPBACK        net/if_arp.h    d       #define ARPHRD_LOOPBACK 772
+ARPHRD_METRICOM        net/if_arp.h    d       #define ARPHRD_METRICOM 23
+ARPHRD_NETLINK net/if_arp.h    d       #define ARPHRD_NETLINK 824
+ARPHRD_NETROM  net/if_arp.h    d       #define ARPHRD_NETROM 0
+ARPHRD_NONE    net/if_arp.h    d       #define ARPHRD_NONE 0xFFFE
+ARPHRD_PHONET  net/if_arp.h    d       #define ARPHRD_PHONET 820
+ARPHRD_PHONET_PIPE     net/if_arp.h    d       #define ARPHRD_PHONET_PIPE 821
+ARPHRD_PIMREG  net/if_arp.h    d       #define ARPHRD_PIMREG 779
+ARPHRD_PPP     net/if_arp.h    d       #define ARPHRD_PPP 512
+ARPHRD_PRONET  net/if_arp.h    d       #define ARPHRD_PRONET 4
+ARPHRD_RAWHDLC net/if_arp.h    d       #define ARPHRD_RAWHDLC 518
+ARPHRD_ROSE    net/if_arp.h    d       #define ARPHRD_ROSE 270
+ARPHRD_RSRVD   net/if_arp.h    d       #define ARPHRD_RSRVD 260
+ARPHRD_SIT     net/if_arp.h    d       #define ARPHRD_SIT 776
+ARPHRD_SKIP    net/if_arp.h    d       #define ARPHRD_SKIP 771
+ARPHRD_SLIP    net/if_arp.h    d       #define ARPHRD_SLIP 256
+ARPHRD_SLIP6   net/if_arp.h    d       #define ARPHRD_SLIP6 258
+ARPHRD_TUNNEL  net/if_arp.h    d       #define ARPHRD_TUNNEL 768
+ARPHRD_TUNNEL6 net/if_arp.h    d       #define ARPHRD_TUNNEL6 769
+ARPHRD_VOID    net/if_arp.h    d       #define ARPHRD_VOID 0xFFFF
+ARPHRD_X25     net/if_arp.h    d       #define ARPHRD_X25 271
+ARPOP_InREPLY  net/if_arp.h    d       #define ARPOP_InREPLY 9
+ARPOP_InREQUEST        net/if_arp.h    d       #define ARPOP_InREQUEST 8
+ARPOP_NAK      net/if_arp.h    d       #define ARPOP_NAK 10
+ARPOP_REPLY    net/if_arp.h    d       #define ARPOP_REPLY 2
+ARPOP_REQUEST  net/if_arp.h    d       #define ARPOP_REQUEST 1
+ARPOP_RREPLY   net/if_arp.h    d       #define ARPOP_RREPLY 4
+ARPOP_RREQUEST net/if_arp.h    d       #define ARPOP_RREQUEST 3
+ASU    sys/acct.h      d       #define ASU 2
+ATF_COM        net/if_arp.h    d       #define ATF_COM 0x02
+ATF_DONTPUB    net/if_arp.h    d       #define ATF_DONTPUB 0x40
+ATF_MAGIC      net/if_arp.h    d       #define ATF_MAGIC 0x80
+ATF_NETMASK    net/if_arp.h    d       #define ATF_NETMASK 0x20
+ATF_PERM       net/if_arp.h    d       #define ATF_PERM 0x04
+ATF_PUBL       net/if_arp.h    d       #define ATF_PUBL 0x08
+ATF_USETRAILERS        net/if_arp.h    d       #define ATF_USETRAILERS 0x10
+AT_BASE        elf.h   d       #define AT_BASE 7
+AT_BASE_PLATFORM       elf.h   d       #define AT_BASE_PLATFORM 24
+AT_CLKTCK      elf.h   d       #define AT_CLKTCK 17
+AT_DCACHEBSIZE elf.h   d       #define AT_DCACHEBSIZE 19
+AT_EACCESS     fcntl.h d       #define AT_EACCESS 0x200
+AT_EGID        elf.h   d       #define AT_EGID 14
+AT_EMPTY_PATH  fcntl.h d       #define AT_EMPTY_PATH 0x1000
+AT_ENTRY       elf.h   d       #define AT_ENTRY 9
+AT_EUID        elf.h   d       #define AT_EUID 12
+AT_EXECFD      elf.h   d       #define AT_EXECFD 2
+AT_EXECFN      elf.h   d       #define AT_EXECFN 31
+AT_FDCWD       fcntl.h d       #define AT_FDCWD (-100)
+AT_FLAGS       elf.h   d       #define AT_FLAGS 8
+AT_FPUCW       elf.h   d       #define AT_FPUCW 18
+AT_GID elf.h   d       #define AT_GID 13
+AT_HWCAP       elf.h   d       #define AT_HWCAP 16
+AT_HWCAP2      elf.h   d       #define AT_HWCAP2 26
+AT_ICACHEBSIZE elf.h   d       #define AT_ICACHEBSIZE 20
+AT_IGNORE      elf.h   d       #define AT_IGNORE 1
+AT_IGNOREPPC   elf.h   d       #define AT_IGNOREPPC 22
+AT_L1D_CACHESHAPE      elf.h   d       #define AT_L1D_CACHESHAPE 35
+AT_L1I_CACHESHAPE      elf.h   d       #define AT_L1I_CACHESHAPE 34
+AT_L2_CACHESHAPE       elf.h   d       #define AT_L2_CACHESHAPE 36
+AT_L3_CACHESHAPE       elf.h   d       #define AT_L3_CACHESHAPE 37
+AT_NOTELF      elf.h   d       #define AT_NOTELF 10
+AT_NO_AUTOMOUNT        fcntl.h d       #define AT_NO_AUTOMOUNT 0x800
+AT_NULL        elf.h   d       #define AT_NULL 0
+AT_PAGESZ      elf.h   d       #define AT_PAGESZ 6
+AT_PHDR        elf.h   d       #define AT_PHDR 3
+AT_PHENT       elf.h   d       #define AT_PHENT 4
+AT_PHNUM       elf.h   d       #define AT_PHNUM 5
+AT_PLATFORM    elf.h   d       #define AT_PLATFORM 15
+AT_RANDOM      elf.h   d       #define AT_RANDOM 25
+AT_REMOVEDIR   fcntl.h d       #define AT_REMOVEDIR 0x200
+AT_SECURE      elf.h   d       #define AT_SECURE 23
+AT_SYMLINK_FOLLOW      fcntl.h d       #define AT_SYMLINK_FOLLOW 0x400
+AT_SYMLINK_NOFOLLOW    fcntl.h d       #define AT_SYMLINK_NOFOLLOW 0x100
+AT_SYSINFO     elf.h   d       #define AT_SYSINFO 32
+AT_SYSINFO_EHDR        elf.h   d       #define AT_SYSINFO_EHDR 33
+AT_UCACHEBSIZE elf.h   d       #define AT_UCACHEBSIZE 21
+AT_UID elf.h   d       #define AT_UID 11
+AUTHTYPE_CNT   arpa/telnet.h   d       #define AUTHTYPE_CNT 5
+AUTHTYPE_KERBEROS_V4   arpa/telnet.h   d       #define AUTHTYPE_KERBEROS_V4 1
+AUTHTYPE_KERBEROS_V5   arpa/telnet.h   d       #define AUTHTYPE_KERBEROS_V5 2
+AUTHTYPE_MINK  arpa/telnet.h   d       #define AUTHTYPE_MINK 4
+AUTHTYPE_NAME  arpa/telnet.h   d       #define AUTHTYPE_NAME(x) authtype_names[x]
+AUTHTYPE_NAME_OK       arpa/telnet.h   d       #define AUTHTYPE_NAME_OK(x) ((unsigned int)(x) < AUTHTYPE_CNT)
+AUTHTYPE_NULL  arpa/telnet.h   d       #define AUTHTYPE_NULL 0
+AUTHTYPE_SPX   arpa/telnet.h   d       #define AUTHTYPE_SPX 3
+AUTHTYPE_TEST  arpa/telnet.h   d       #define AUTHTYPE_TEST 99
+AUTH_HOW_MASK  arpa/telnet.h   d       #define AUTH_HOW_MASK 2
+AUTH_HOW_MUTUAL        arpa/telnet.h   d       #define AUTH_HOW_MUTUAL 2
+AUTH_HOW_ONE_WAY       arpa/telnet.h   d       #define AUTH_HOW_ONE_WAY 0
+AUTH_WHO_CLIENT        arpa/telnet.h   d       #define AUTH_WHO_CLIENT 0
+AUTH_WHO_MASK  arpa/telnet.h   d       #define AUTH_WHO_MASK 1
+AUTH_WHO_SERVER        arpa/telnet.h   d       #define AUTH_WHO_SERVER 1
+AXSIG  sys/acct.h      d       #define AXSIG 16
+AYT    arpa/telnet.h   d       #define AYT 246
+BCACHE sys/cachectl.h  d       #define BCACHE (ICACHE|DCACHE)
+BC_BASE_MAX    limits.h        d       #define BC_BASE_MAX 99
+BC_DIM_MAX     limits.h        d       #define BC_DIM_MAX 2048
+BC_SCALE_MAX   limits.h        d       #define BC_SCALE_MAX 99
+BC_STRING_MAX  limits.h        d       #define BC_STRING_MAX 1000
+BIG_ENDIAN     endian.h        d       #define BIG_ENDIAN __BIG_ENDIAN
+BITSPERBYTE    values.h        d       #define BITSPERBYTE CHAR_BIT
+BLANK_CHECK    scsi/scsi.h     d       #define BLANK_CHECK 0x08
+BLKBSZGET      sys/mount.h     d       #define BLKBSZGET _IOR(0x12,112,size_t)
+BLKBSZSET      sys/mount.h     d       #define BLKBSZSET _IOW(0x12,113,size_t)
+BLKFLSBUF      sys/mount.h     d       #define BLKFLSBUF _IO(0x12, 97)
+BLKFRAGET      sys/mount.h     d       #define BLKFRAGET _IO(0x12,101)
+BLKFRASET      sys/mount.h     d       #define BLKFRASET _IO(0x12,100)
+BLKGETSIZE     sys/mount.h     d       #define BLKGETSIZE _IO(0x12, 96)
+BLKGETSIZE64   sys/mount.h     d       #define BLKGETSIZE64 _IOR(0x12,114,size_t)
+BLKRAGET       sys/mount.h     d       #define BLKRAGET _IO(0x12, 99)
+BLKRASET       sys/mount.h     d       #define BLKRASET _IO(0x12, 98)
+BLKROGET       sys/mount.h     d       #define BLKROGET _IO(0x12, 94)
+BLKROSET       sys/mount.h     d       #define BLKROSET _IO(0x12, 93)
+BLKRRPART      sys/mount.h     d       #define BLKRRPART _IO(0x12, 95)
+BLKSECTGET     sys/mount.h     d       #define BLKSECTGET _IO(0x12,103)
+BLKSECTSET     sys/mount.h     d       #define BLKSECTSET _IO(0x12,102)
+BLKSSZGET      sys/mount.h     d       #define BLKSSZGET _IO(0x12,104)
+BLKTYPE        tar.h   d       #define BLKTYPE '4'
+BLK_BYTECOUNT  arpa/ftp.h      d       #define BLK_BYTECOUNT 2
+BLK_EOF        arpa/ftp.h      d       #define BLK_EOF 0x40
+BLK_EOR        arpa/ftp.h      d       #define BLK_EOR 0x80
+BLK_ERRORS     arpa/ftp.h      d       #define BLK_ERRORS 0x20
+BLK_RESTART    arpa/ftp.h      d       #define BLK_RESTART 0x10
+BOOT_TIME      utmpx.h d       #define BOOT_TIME 2
+BREAK  arpa/telnet.h   d       #define BREAK 243
+BUFSIZ stdio.h d       #define BUFSIZ 1024
+BUSY   scsi/scsi.h     d       #define BUSY 0x04
+BUS_ADRALN     signal.h        d       #define BUS_ADRALN 1
+BUS_ADRERR     signal.h        d       #define BUS_ADRERR 2
+BUS_DEVICE_RESET       scsi/scsi.h     d       #define BUS_DEVICE_RESET 0x0c
+BUS_MCEERR_AO  signal.h        d       #define BUS_MCEERR_AO 5
+BUS_MCEERR_AR  signal.h        d       #define BUS_MCEERR_AR 4
+BUS_OBJERR     signal.h        d       #define BUS_OBJERR 3
+BYTE_ORDER     endian.h        d       #define BYTE_ORDER __BYTE_ORDER
+CACHEABLE      sys/cachectl.h  d       #define CACHEABLE 0
+CANBSIZE       sys/param.h     d       #define CANBSIZE 255
+CBRK   sys/ttydefaults.h       d       #define CBRK CEOL
+CDISCARD       sys/ttydefaults.h       d       #define CDISCARD CTRL('o')
+CDSUSP sys/ttydefaults.h       d       #define CDSUSP CTRL('y')
+CEOF   sys/ttydefaults.h       d       #define CEOF CTRL('d')
+CEOL   sys/ttydefaults.h       d       #define CEOL '\0'
+CEOL   sys/ttydefaults.h       d       #define CEOL _POSIX_VDISABLE
+CEOT   sys/ttydefaults.h       d       #define CEOT CEOF
+CERASE sys/ttydefaults.h       d       #define CERASE 0177
+CFLUSH sys/ttydefaults.h       d       #define CFLUSH CDISCARD
+CHANGE_DEFINITION      scsi/scsi.h     d       #define CHANGE_DEFINITION 0x40
+CHARBITS       values.h        d       #define CHARBITS (sizeof(char) * 8)
+CHARCLASS_NAME_MAX     limits.h        d       #define CHARCLASS_NAME_MAX 14
+CHAR_BIT       limits.h        d       #define CHAR_BIT 8
+CHAR_MAX       limits.h        d       #define CHAR_MAX 127
+CHAR_MAX       limits.h        d       #define CHAR_MAX 255
+CHAR_MIN       limits.h        d       #define CHAR_MIN (-128)
+CHAR_MIN       limits.h        d       #define CHAR_MIN 0
+CHECK_CONDITION        scsi/scsi.h     d       #define CHECK_CONDITION 0x01
+CHRTYPE        tar.h   d       #define CHRTYPE '3'
+CINTR  sys/ttydefaults.h       d       #define CINTR CTRL('c')
+CKILL  sys/ttydefaults.h       d       #define CKILL CTRL('u')
+CLD_CONTINUED  signal.h        d       #define CLD_CONTINUED 6
+CLD_DUMPED     signal.h        d       #define CLD_DUMPED 3
+CLD_EXITED     signal.h        d       #define CLD_EXITED 1
+CLD_KILLED     signal.h        d       #define CLD_KILLED 2
+CLD_STOPPED    signal.h        d       #define CLD_STOPPED 5
+CLD_TRAPPED    signal.h        d       #define CLD_TRAPPED 4
+CLNEXT sys/ttydefaults.h       d       #define CLNEXT CTRL('v')
+CLOCKS_PER_SEC time.h  d       #define CLOCKS_PER_SEC 1000000L
+CLOCK_BOOTTIME time.h  d       #define CLOCK_BOOTTIME 7
+CLOCK_BOOTTIME_ALARM   time.h  d       #define CLOCK_BOOTTIME_ALARM 9
+CLOCK_MONOTONIC        time.h  d       #define CLOCK_MONOTONIC 1
+CLOCK_MONOTONIC_COARSE time.h  d       #define CLOCK_MONOTONIC_COARSE 6
+CLOCK_MONOTONIC_RAW    time.h  d       #define CLOCK_MONOTONIC_RAW 4
+CLOCK_PROCESS_CPUTIME_ID       time.h  d       #define CLOCK_PROCESS_CPUTIME_ID 2
+CLOCK_REALTIME time.h  d       #define CLOCK_REALTIME 0
+CLOCK_REALTIME_ALARM   time.h  d       #define CLOCK_REALTIME_ALARM 8
+CLOCK_REALTIME_COARSE  time.h  d       #define CLOCK_REALTIME_COARSE 5
+CLOCK_SGI_CYCLE        time.h  d       #define CLOCK_SGI_CYCLE 10
+CLOCK_TAI      time.h  d       #define CLOCK_TAI 11
+CLOCK_THREAD_CPUTIME_ID        time.h  d       #define CLOCK_THREAD_CPUTIME_ID 3
+CLONE_CHILD_CLEARTID   sched.h d       #define CLONE_CHILD_CLEARTID 0x00200000
+CLONE_CHILD_SETTID     sched.h d       #define CLONE_CHILD_SETTID 0x01000000
+CLONE_DETACHED sched.h d       #define CLONE_DETACHED 0x00400000
+CLONE_FILES    sched.h d       #define CLONE_FILES 0x00000400
+CLONE_FS       sched.h d       #define CLONE_FS 0x00000200
+CLONE_IO       sched.h d       #define CLONE_IO 0x80000000
+CLONE_NEWIPC   sched.h d       #define CLONE_NEWIPC 0x08000000
+CLONE_NEWNET   sched.h d       #define CLONE_NEWNET 0x40000000
+CLONE_NEWNS    sched.h d       #define CLONE_NEWNS 0x00020000
+CLONE_NEWPID   sched.h d       #define CLONE_NEWPID 0x20000000
+CLONE_NEWUSER  sched.h d       #define CLONE_NEWUSER 0x10000000
+CLONE_NEWUTS   sched.h d       #define CLONE_NEWUTS 0x04000000
+CLONE_PARENT   sched.h d       #define CLONE_PARENT 0x00008000
+CLONE_PARENT_SETTID    sched.h d       #define CLONE_PARENT_SETTID 0x00100000
+CLONE_PTRACE   sched.h d       #define CLONE_PTRACE 0x00002000
+CLONE_SETTLS   sched.h d       #define CLONE_SETTLS 0x00080000
+CLONE_SIGHAND  sched.h d       #define CLONE_SIGHAND 0x00000800
+CLONE_SYSVSEM  sched.h d       #define CLONE_SYSVSEM 0x00040000
+CLONE_THREAD   sched.h d       #define CLONE_THREAD 0x00010000
+CLONE_UNTRACED sched.h d       #define CLONE_UNTRACED 0x00800000
+CLONE_VFORK    sched.h d       #define CLONE_VFORK 0x00004000
+CLONE_VM       sched.h d       #define CLONE_VM 0x00000100
+CMIN   sys/ttydefaults.h       d       #define CMIN 1
+CMPLX  complex.h       d       #define CMPLX(x, y) __CMPLX(x, y, double)
+CMPLXF complex.h       d       #define CMPLXF(x, y) __CMPLX(x, y, float)
+CMPLXL complex.h       d       #define CMPLXL(x, y) __CMPLX(x, y, long double)
+CMSG_ALIGN     sys/socket.h    d       #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1))
+CMSG_DATA      sys/socket.h    d       #define CMSG_DATA(cmsg) ((unsigned char *) (((struct cmsghdr *)(cmsg)) + 1))
+CMSG_FIRSTHDR  sys/socket.h    d       #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
+CMSG_LEN       sys/socket.h    d       #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
+CMSG_NXTHDR    sys/socket.h    d       #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) ? (struct cmsghdr *)0 : (__CMSG_NEXT(cmsg) + sizeof (struct cmsghdr) >= __MHDR_END(mhdr) ? (struct cmsghdr *)0 : ((struct cmsghdr *)__CMSG_NEXT(cmsg))))
+CMSG_SPACE     sys/socket.h    d       #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr)))
+CODE   syslog.h        t       } CODE;
+CODESET        langinfo.h      d       #define CODESET 14
+COLL_WEIGHTS_MAX       limits.h        d       #define COLL_WEIGHTS_MAX 2
+COMMAND_COMPLETE       scsi/scsi.h     d       #define COMMAND_COMPLETE 0x00
+COMMAND_TERMINATED     scsi/scsi.h     d       #define COMMAND_TERMINATED 0x11
+COMPARE        scsi/scsi.h     d       #define COMPARE 0x39
+COMPLETE       arpa/ftp.h      d       #define COMPLETE 2
+CONDITION_GOOD scsi/scsi.h     d       #define CONDITION_GOOD 0x02
+CONTINUE       arpa/ftp.h      d       #define CONTINUE 3
+CONTTYPE       tar.h   d       #define CONTTYPE '7'
+COPY   scsi/scsi.h     d       #define COPY 0x18
+COPY_ABORTED   scsi/scsi.h     d       #define COPY_ABORTED 0x0a
+COPY_VERIFY    scsi/scsi.h     d       #define COPY_VERIFY 0x3a
+CPU_ALLOC      sched.h d       #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n)))
+CPU_ALLOC_SIZE sched.h d       #define CPU_ALLOC_SIZE(n) (sizeof(long) * ( (n)/(8*sizeof(long)) + ((n)%(8*sizeof(long)) + 8*sizeof(long)-1)/(8*sizeof(long)) ) )
+CPU_AND        sched.h d       #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2)
+CPU_AND_S      sched.h d       #define CPU_AND_S(a,b,c,d) __CPU_AND_S(a,b,c,d)
+CPU_CLR        sched.h d       #define CPU_CLR(i, set) CPU_CLR_S(i,sizeof(cpu_set_t),set)
+CPU_CLR_S      sched.h d       #define CPU_CLR_S(i, size, set) __CPU_op_S(i, size, set, &=~)
+CPU_COUNT      sched.h d       #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t),set)
+CPU_COUNT_S    sched.h d       #define CPU_COUNT_S(size,set) __sched_cpucount(size,set)
+CPU_EQUAL      sched.h d       #define CPU_EQUAL(s1,s2) CPU_EQUAL_S(sizeof(cpu_set_t),s1,s2)
+CPU_EQUAL_S    sched.h d       #define CPU_EQUAL_S(size,set1,set2) (!memcmp(set1,set2,size))
+CPU_FREE       sched.h d       #define CPU_FREE(set) free(set)
+CPU_ISSET      sched.h d       #define CPU_ISSET(i, set) CPU_ISSET_S(i,sizeof(cpu_set_t),set)
+CPU_ISSET_S    sched.h d       #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &)
+CPU_OR sched.h d       #define CPU_OR(d,s1,s2) CPU_OR_S(sizeof(cpu_set_t),d,s1,s2)
+CPU_OR_S       sched.h d       #define CPU_OR_S(a,b,c,d) __CPU_OR_S(a,b,c,d)
+CPU_SET        sched.h d       #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
+CPU_SETSIZE    sched.h d       #define CPU_SETSIZE 128
+CPU_SET_S      sched.h d       #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=)
+CPU_XOR        sched.h d       #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
+CPU_XOR_S      sched.h d       #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d)
+CPU_ZERO       sched.h d       #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
+CPU_ZERO_S     sched.h d       #define CPU_ZERO_S(size,set) memset(set,0,size)
+CQUIT  sys/ttydefaults.h       d       #define CQUIT 034
+CREPRINT       sys/ttydefaults.h       d       #define CREPRINT CTRL('r')
+CRNCYSTR       langinfo.h      d       #define CRNCYSTR 0x4000F
+CRPRNT sys/ttydefaults.h       d       #define CRPRNT CREPRINT
+CSIGNAL        sched.h d       #define CSIGNAL 0x000000ff
+CSTART sys/ttydefaults.h       d       #define CSTART CTRL('q')
+CSTATUS        sys/ttydefaults.h       d       #define CSTATUS '\0'
+CSTATUS        sys/ttydefaults.h       d       #define CSTATUS _POSIX_VDISABLE
+CSTOP  sys/ttydefaults.h       d       #define CSTOP CTRL('s')
+CSUSP  sys/ttydefaults.h       d       #define CSUSP CTRL('z')
+CTIME  sys/ttydefaults.h       d       #define CTIME 0
+CTRL   sys/ttydefaults.h       d       #define CTRL(x) (x&037)
+CWERASE        sys/ttydefaults.h       d       #define CWERASE CTRL('w')
+C_ANY  arpa/nameser.h  d       #define C_ANY ns_c_any
+C_CHAOS        arpa/nameser.h  d       #define C_CHAOS ns_c_chaos
+C_HS   arpa/nameser.h  d       #define C_HS ns_c_hs
+C_IN   arpa/nameser.h  d       #define C_IN ns_c_in
+C_IRGRP        cpio.h  d       #define C_IRGRP 000040
+C_IROTH        cpio.h  d       #define C_IROTH 000004
+C_IRUSR        cpio.h  d       #define C_IRUSR 000400
+C_ISBLK        cpio.h  d       #define C_ISBLK 060000
+C_ISCHR        cpio.h  d       #define C_ISCHR 020000
+C_ISCTG        cpio.h  d       #define C_ISCTG 0110000
+C_ISDIR        cpio.h  d       #define C_ISDIR 040000
+C_ISFIFO       cpio.h  d       #define C_ISFIFO 010000
+C_ISGID        cpio.h  d       #define C_ISGID 002000
+C_ISLNK        cpio.h  d       #define C_ISLNK 0120000
+C_ISREG        cpio.h  d       #define C_ISREG 0100000
+C_ISSOCK       cpio.h  d       #define C_ISSOCK 0140000
+C_ISUID        cpio.h  d       #define C_ISUID 004000
+C_ISVTX        cpio.h  d       #define C_ISVTX 001000
+C_IWGRP        cpio.h  d       #define C_IWGRP 000020
+C_IWOTH        cpio.h  d       #define C_IWOTH 000002
+C_IWUSR        cpio.h  d       #define C_IWUSR 000200
+C_IXGRP        cpio.h  d       #define C_IXGRP 000010
+C_IXOTH        cpio.h  d       #define C_IXOTH 000001
+C_IXUSR        cpio.h  d       #define C_IXUSR 000100
+C_NONE arpa/nameser.h  d       #define C_NONE ns_c_none
+DATA   arpa/tftp.h     d       #define DATA 03
+DATA_PROTECT   scsi/scsi.h     d       #define DATA_PROTECT 0x07
+DAY_1  langinfo.h      d       #define DAY_1 0x20007
+DAY_2  langinfo.h      d       #define DAY_2 0x20008
+DAY_3  langinfo.h      d       #define DAY_3 0x20009
+DAY_4  langinfo.h      d       #define DAY_4 0x2000A
+DAY_5  langinfo.h      d       #define DAY_5 0x2000B
+DAY_6  langinfo.h      d       #define DAY_6 0x2000C
+DAY_7  langinfo.h      d       #define DAY_7 0x2000D
+DBL_DECIMAL_DIG        float.h d       #define DBL_DECIMAL_DIG 17
+DBL_DIG        float.h d       #define DBL_DIG 15
+DBL_EPSILON    float.h d       #define DBL_EPSILON 2.22044604925031308085e-16
+DBL_HAS_SUBNORM        float.h d       #define DBL_HAS_SUBNORM 1
+DBL_MANT_DIG   float.h d       #define DBL_MANT_DIG 53
+DBL_MAX        float.h d       #define DBL_MAX 1.79769313486231570815e+308
+DBL_MAX_10_EXP float.h d       #define DBL_MAX_10_EXP 308
+DBL_MAX_EXP    float.h d       #define DBL_MAX_EXP 1024
+DBL_MIN        float.h d       #define DBL_MIN 2.22507385850720138309e-308
+DBL_MIN_10_EXP float.h d       #define DBL_MIN_10_EXP (-307)
+DBL_MIN_EXP    float.h d       #define DBL_MIN_EXP (-1021)
+DBL_TRUE_MIN   float.h d       #define DBL_TRUE_MIN 4.94065645841246544177e-324
+DCACHE sys/cachectl.h  d       #define DCACHE (1<<1)
+DEAD_PROCESS   utmpx.h d       #define DEAD_PROCESS 8
+DEFTAPE        sys/mtio.h      d       # define DEFTAPE "/dev/tape"
+DELAYTIMER_MAX limits.h        d       #define DELAYTIMER_MAX 0x7fffffff
+DELETE arpa/nameser.h  d       #define DELETE ns_uop_delete
+DEV_BSIZE      sys/param.h     d       #define DEV_BSIZE 512
+DF_1_CONFALT   elf.h   d       #define DF_1_CONFALT 0x00002000
+DF_1_DIRECT    elf.h   d       #define DF_1_DIRECT 0x00000100
+DF_1_DISPRELDNE        elf.h   d       #define DF_1_DISPRELDNE 0x00008000
+DF_1_DISPRELPND        elf.h   d       #define DF_1_DISPRELPND 0x00010000
+DF_1_EDITED    elf.h   d       #define DF_1_EDITED 0x00200000
+DF_1_ENDFILTEE elf.h   d       #define DF_1_ENDFILTEE 0x00004000
+DF_1_GLOBAL    elf.h   d       #define DF_1_GLOBAL 0x00000002
+DF_1_GLOBAUDIT elf.h   d       #define DF_1_GLOBAUDIT 0x01000000
+DF_1_GROUP     elf.h   d       #define DF_1_GROUP 0x00000004
+DF_1_IGNMULDEF elf.h   d       #define DF_1_IGNMULDEF 0x00040000
+DF_1_INITFIRST elf.h   d       #define DF_1_INITFIRST 0x00000020
+DF_1_INTERPOSE elf.h   d       #define DF_1_INTERPOSE 0x00000400
+DF_1_LOADFLTR  elf.h   d       #define DF_1_LOADFLTR 0x00000010
+DF_1_NODEFLIB  elf.h   d       #define DF_1_NODEFLIB 0x00000800
+DF_1_NODELETE  elf.h   d       #define DF_1_NODELETE 0x00000008
+DF_1_NODIRECT  elf.h   d       #define DF_1_NODIRECT 0x00020000
+DF_1_NODUMP    elf.h   d       #define DF_1_NODUMP 0x00001000
+DF_1_NOHDR     elf.h   d       #define DF_1_NOHDR 0x00100000
+DF_1_NOKSYMS   elf.h   d       #define DF_1_NOKSYMS 0x00080000
+DF_1_NOOPEN    elf.h   d       #define DF_1_NOOPEN 0x00000040
+DF_1_NORELOC   elf.h   d       #define DF_1_NORELOC 0x00400000
+DF_1_NOW       elf.h   d       #define DF_1_NOW 0x00000001
+DF_1_ORIGIN    elf.h   d       #define DF_1_ORIGIN 0x00000080
+DF_1_SINGLETON elf.h   d       #define DF_1_SINGLETON 0x02000000
+DF_1_SYMINTPOSE        elf.h   d       #define DF_1_SYMINTPOSE 0x00800000
+DF_1_TRANS     elf.h   d       #define DF_1_TRANS 0x00000200
+DF_BIND_NOW    elf.h   d       #define DF_BIND_NOW 0x00000008
+DF_ORIGIN      elf.h   d       #define DF_ORIGIN 0x00000001
+DF_P1_GROUPPERM        elf.h   d       #define DF_P1_GROUPPERM 0x00000002
+DF_P1_LAZYLOAD elf.h   d       #define DF_P1_LAZYLOAD 0x00000001
+DF_STATIC_TLS  elf.h   d       #define DF_STATIC_TLS 0x00000010
+DF_SYMBOLIC    elf.h   d       #define DF_SYMBOLIC 0x00000002
+DF_TEXTREL     elf.h   d       #define DF_TEXTREL 0x00000004
+DIR    dirent.h        T       typedef struct __dirstream DIR;
+DIRTYPE        tar.h   d       #define DIRTYPE '5'
+DISCONNECT     scsi/scsi.h     d       #define DISCONNECT 0x04
+DM     arpa/telnet.h   d       #define DM 242
+DMAXEXP        values.h        d       #define DMAXEXP DBL_MAX_EXP
+DMINEXP        values.h        d       #define DMINEXP DBL_MIN_EXP
+DN_ACCESS      fcntl.h d       #define DN_ACCESS 0x00000001
+DN_ATTRIB      fcntl.h d       #define DN_ATTRIB 0x00000020
+DN_CREATE      fcntl.h d       #define DN_CREATE 0x00000004
+DN_DELETE      fcntl.h d       #define DN_DELETE 0x00000008
+DN_MODIFY      fcntl.h d       #define DN_MODIFY 0x00000002
+DN_MULTISHOT   fcntl.h d       #define DN_MULTISHOT 0x80000000
+DN_RENAME      fcntl.h d       #define DN_RENAME 0x00000010
+DO     arpa/telnet.h   d       #define DO 253
+DONT   arpa/telnet.h   d       #define DONT 254
+DOUBLEBITS     values.h        d       #define DOUBLEBITS (sizeof(double) * 8)
+DTF_1_CONFEXP  elf.h   d       #define DTF_1_CONFEXP 0x00000002
+DTF_1_PARINIT  elf.h   d       #define DTF_1_PARINIT 0x00000001
+DTTOIF dirent.h        d       #define DTTOIF(x) ((x)<<12)
+DT_ADDRNUM     elf.h   d       #define DT_ADDRNUM 11
+DT_ADDRRNGHI   elf.h   d       #define DT_ADDRRNGHI 0x6ffffeff
+DT_ADDRRNGLO   elf.h   d       #define DT_ADDRRNGLO 0x6ffffe00
+DT_ADDRTAGIDX  elf.h   d       #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag))
+DT_ALPHA_NUM   elf.h   d       #define DT_ALPHA_NUM 1
+DT_ALPHA_PLTRO elf.h   d       #define DT_ALPHA_PLTRO (DT_LOPROC + 0)
+DT_AUDIT       elf.h   d       #define DT_AUDIT 0x6ffffefc
+DT_AUXILIARY   elf.h   d       #define DT_AUXILIARY 0x7ffffffd
+DT_BIND_NOW    elf.h   d       #define DT_BIND_NOW 24
+DT_BLK dirent.h        d       #define DT_BLK 6
+DT_CHECKSUM    elf.h   d       #define DT_CHECKSUM 0x6ffffdf8
+DT_CHR dirent.h        d       #define DT_CHR 2
+DT_CONFIG      elf.h   d       #define DT_CONFIG 0x6ffffefa
+DT_DEBUG       elf.h   d       #define DT_DEBUG 21
+DT_DEPAUDIT    elf.h   d       #define DT_DEPAUDIT 0x6ffffefb
+DT_DIR dirent.h        d       #define DT_DIR 4
+DT_ENCODING    elf.h   d       #define DT_ENCODING 32
+DT_EXTRANUM    elf.h   d       #define DT_EXTRANUM 3
+DT_EXTRATAGIDX elf.h   d       #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
+DT_FEATURE_1   elf.h   d       #define DT_FEATURE_1 0x6ffffdfc
+DT_FIFO        dirent.h        d       #define DT_FIFO 1
+DT_FILTER      elf.h   d       #define DT_FILTER 0x7fffffff
+DT_FINI        elf.h   d       #define DT_FINI 13
+DT_FINI_ARRAY  elf.h   d       #define DT_FINI_ARRAY 26
+DT_FINI_ARRAYSZ        elf.h   d       #define DT_FINI_ARRAYSZ 28
+DT_FLAGS       elf.h   d       #define DT_FLAGS 30
+DT_FLAGS_1     elf.h   d       #define DT_FLAGS_1 0x6ffffffb
+DT_GNU_CONFLICT        elf.h   d       #define DT_GNU_CONFLICT 0x6ffffef8
+DT_GNU_CONFLICTSZ      elf.h   d       #define DT_GNU_CONFLICTSZ 0x6ffffdf6
+DT_GNU_HASH    elf.h   d       #define DT_GNU_HASH 0x6ffffef5
+DT_GNU_LIBLIST elf.h   d       #define DT_GNU_LIBLIST 0x6ffffef9
+DT_GNU_LIBLISTSZ       elf.h   d       #define DT_GNU_LIBLISTSZ 0x6ffffdf7
+DT_GNU_PRELINKED       elf.h   d       #define DT_GNU_PRELINKED 0x6ffffdf5
+DT_HASH        elf.h   d       #define DT_HASH 4
+DT_HIOS        elf.h   d       #define DT_HIOS 0x6ffff000
+DT_HIPROC      elf.h   d       #define DT_HIPROC 0x7fffffff
+DT_IA_64_NUM   elf.h   d       #define DT_IA_64_NUM 1
+DT_IA_64_PLT_RESERVE   elf.h   d       #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
+DT_INIT        elf.h   d       #define DT_INIT 12
+DT_INIT_ARRAY  elf.h   d       #define DT_INIT_ARRAY 25
+DT_INIT_ARRAYSZ        elf.h   d       #define DT_INIT_ARRAYSZ 27
+DT_JMPREL      elf.h   d       #define DT_JMPREL 23
+DT_LNK dirent.h        d       #define DT_LNK 10
+DT_LOOS        elf.h   d       #define DT_LOOS 0x6000000d
+DT_LOPROC      elf.h   d       #define DT_LOPROC 0x70000000
+DT_MIPS_AUX_DYNAMIC    elf.h   d       #define DT_MIPS_AUX_DYNAMIC 0x70000031
+DT_MIPS_BASE_ADDRESS   elf.h   d       #define DT_MIPS_BASE_ADDRESS 0x70000006
+DT_MIPS_COMPACT_SIZE   elf.h   d       #define DT_MIPS_COMPACT_SIZE 0x7000002f
+DT_MIPS_CONFLICT       elf.h   d       #define DT_MIPS_CONFLICT 0x70000008
+DT_MIPS_CONFLICTNO     elf.h   d       #define DT_MIPS_CONFLICTNO 0x7000000b
+DT_MIPS_CXX_FLAGS      elf.h   d       #define DT_MIPS_CXX_FLAGS 0x70000022
+DT_MIPS_DELTA_CLASS    elf.h   d       #define DT_MIPS_DELTA_CLASS 0x70000017
+DT_MIPS_DELTA_CLASSSYM elf.h   d       #define DT_MIPS_DELTA_CLASSSYM 0x70000020
+DT_MIPS_DELTA_CLASSSYM_NO      elf.h   d       #define DT_MIPS_DELTA_CLASSSYM_NO 0x70000021
+DT_MIPS_DELTA_CLASS_NO elf.h   d       #define DT_MIPS_DELTA_CLASS_NO 0x70000018
+DT_MIPS_DELTA_INSTANCE elf.h   d       #define DT_MIPS_DELTA_INSTANCE 0x70000019
+DT_MIPS_DELTA_INSTANCE_NO      elf.h   d       #define DT_MIPS_DELTA_INSTANCE_NO 0x7000001a
+DT_MIPS_DELTA_RELOC    elf.h   d       #define DT_MIPS_DELTA_RELOC 0x7000001b
+DT_MIPS_DELTA_RELOC_NO elf.h   d       #define DT_MIPS_DELTA_RELOC_NO 0x7000001c
+DT_MIPS_DELTA_SYM      elf.h   d       #define DT_MIPS_DELTA_SYM 0x7000001d
+DT_MIPS_DELTA_SYM_NO   elf.h   d       #define DT_MIPS_DELTA_SYM_NO 0x7000001e
+DT_MIPS_DYNSTR_ALIGN   elf.h   d       #define DT_MIPS_DYNSTR_ALIGN 0x7000002b
+DT_MIPS_FLAGS  elf.h   d       #define DT_MIPS_FLAGS 0x70000005
+DT_MIPS_GOTSYM elf.h   d       #define DT_MIPS_GOTSYM 0x70000013
+DT_MIPS_GP_VALUE       elf.h   d       #define DT_MIPS_GP_VALUE 0x70000030
+DT_MIPS_HIDDEN_GOTIDX  elf.h   d       #define DT_MIPS_HIDDEN_GOTIDX 0x70000027
+DT_MIPS_HIPAGENO       elf.h   d       #define DT_MIPS_HIPAGENO 0x70000014
+DT_MIPS_ICHECKSUM      elf.h   d       #define DT_MIPS_ICHECKSUM 0x70000003
+DT_MIPS_INTERFACE      elf.h   d       #define DT_MIPS_INTERFACE 0x7000002a
+DT_MIPS_INTERFACE_SIZE elf.h   d       #define DT_MIPS_INTERFACE_SIZE 0x7000002c
+DT_MIPS_IVERSION       elf.h   d       #define DT_MIPS_IVERSION 0x70000004
+DT_MIPS_LIBLIST        elf.h   d       #define DT_MIPS_LIBLIST 0x70000009
+DT_MIPS_LIBLISTNO      elf.h   d       #define DT_MIPS_LIBLISTNO 0x70000010
+DT_MIPS_LOCALPAGE_GOTIDX       elf.h   d       #define DT_MIPS_LOCALPAGE_GOTIDX 0x70000025
+DT_MIPS_LOCAL_GOTIDX   elf.h   d       #define DT_MIPS_LOCAL_GOTIDX 0x70000026
+DT_MIPS_LOCAL_GOTNO    elf.h   d       #define DT_MIPS_LOCAL_GOTNO 0x7000000a
+DT_MIPS_MSYM   elf.h   d       #define DT_MIPS_MSYM 0x70000007
+DT_MIPS_NUM    elf.h   d       #define DT_MIPS_NUM 0x35
+DT_MIPS_OPTIONS        elf.h   d       #define DT_MIPS_OPTIONS 0x70000029
+DT_MIPS_PERF_SUFFIX    elf.h   d       #define DT_MIPS_PERF_SUFFIX 0x7000002e
+DT_MIPS_PIXIE_INIT     elf.h   d       #define DT_MIPS_PIXIE_INIT 0x70000023
+DT_MIPS_PLTGOT elf.h   d       #define DT_MIPS_PLTGOT 0x70000032
+DT_MIPS_PROTECTED_GOTIDX       elf.h   d       #define DT_MIPS_PROTECTED_GOTIDX 0x70000028
+DT_MIPS_RLD_MAP        elf.h   d       #define DT_MIPS_RLD_MAP 0x70000016
+DT_MIPS_RLD_TEXT_RESOLVE_ADDR  elf.h   d       #define DT_MIPS_RLD_TEXT_RESOLVE_ADDR 0x7000002d
+DT_MIPS_RLD_VERSION    elf.h   d       #define DT_MIPS_RLD_VERSION 0x70000001
+DT_MIPS_RWPLT  elf.h   d       #define DT_MIPS_RWPLT 0x70000034
+DT_MIPS_SYMBOL_LIB     elf.h   d       #define DT_MIPS_SYMBOL_LIB 0x70000024
+DT_MIPS_SYMTABNO       elf.h   d       #define DT_MIPS_SYMTABNO 0x70000011
+DT_MIPS_TIME_STAMP     elf.h   d       #define DT_MIPS_TIME_STAMP 0x70000002
+DT_MIPS_UNREFEXTNO     elf.h   d       #define DT_MIPS_UNREFEXTNO 0x70000012
+DT_MOVEENT     elf.h   d       #define DT_MOVEENT 0x6ffffdfa
+DT_MOVESZ      elf.h   d       #define DT_MOVESZ 0x6ffffdfb
+DT_MOVETAB     elf.h   d       #define DT_MOVETAB 0x6ffffefe
+DT_NEEDED      elf.h   d       #define DT_NEEDED 1
+DT_NULL        elf.h   d       #define DT_NULL 0
+DT_NUM elf.h   d       #define DT_NUM 34
+DT_PLTGOT      elf.h   d       #define DT_PLTGOT 3
+DT_PLTPAD      elf.h   d       #define DT_PLTPAD 0x6ffffefd
+DT_PLTPADSZ    elf.h   d       #define DT_PLTPADSZ 0x6ffffdf9
+DT_PLTREL      elf.h   d       #define DT_PLTREL 20
+DT_PLTRELSZ    elf.h   d       #define DT_PLTRELSZ 2
+DT_POSFLAG_1   elf.h   d       #define DT_POSFLAG_1 0x6ffffdfd
+DT_PPC64_GLINK elf.h   d       #define DT_PPC64_GLINK (DT_LOPROC + 0)
+DT_PPC64_NUM   elf.h   d       #define DT_PPC64_NUM 3
+DT_PPC64_OPD   elf.h   d       #define DT_PPC64_OPD (DT_LOPROC + 1)
+DT_PPC64_OPDSZ elf.h   d       #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
+DT_PPC_GOT     elf.h   d       #define DT_PPC_GOT (DT_LOPROC + 0)
+DT_PPC_NUM     elf.h   d       #define DT_PPC_NUM 1
+DT_PREINIT_ARRAY       elf.h   d       #define DT_PREINIT_ARRAY 32
+DT_PREINIT_ARRAYSZ     elf.h   d       #define DT_PREINIT_ARRAYSZ 33
+DT_PROCNUM     elf.h   d       #define DT_PROCNUM DT_MIPS_NUM
+DT_REG dirent.h        d       #define DT_REG 8
+DT_REL elf.h   d       #define DT_REL 17
+DT_RELA        elf.h   d       #define DT_RELA 7
+DT_RELACOUNT   elf.h   d       #define DT_RELACOUNT 0x6ffffff9
+DT_RELAENT     elf.h   d       #define DT_RELAENT 9
+DT_RELASZ      elf.h   d       #define DT_RELASZ 8
+DT_RELCOUNT    elf.h   d       #define DT_RELCOUNT 0x6ffffffa
+DT_RELENT      elf.h   d       #define DT_RELENT 19
+DT_RELSZ       elf.h   d       #define DT_RELSZ 18
+DT_RPATH       elf.h   d       #define DT_RPATH 15
+DT_RUNPATH     elf.h   d       #define DT_RUNPATH 29
+DT_SOCK        dirent.h        d       #define DT_SOCK 12
+DT_SONAME      elf.h   d       #define DT_SONAME 14
+DT_SPARC_NUM   elf.h   d       #define DT_SPARC_NUM 2
+DT_SPARC_REGISTER      elf.h   d       #define DT_SPARC_REGISTER 0x70000001
+DT_STRSZ       elf.h   d       #define DT_STRSZ 10
+DT_STRTAB      elf.h   d       #define DT_STRTAB 5
+DT_SYMBOLIC    elf.h   d       #define DT_SYMBOLIC 16
+DT_SYMENT      elf.h   d       #define DT_SYMENT 11
+DT_SYMINENT    elf.h   d       #define DT_SYMINENT 0x6ffffdff
+DT_SYMINFO     elf.h   d       #define DT_SYMINFO 0x6ffffeff
+DT_SYMINSZ     elf.h   d       #define DT_SYMINSZ 0x6ffffdfe
+DT_SYMTAB      elf.h   d       #define DT_SYMTAB 6
+DT_TEXTREL     elf.h   d       #define DT_TEXTREL 22
+DT_TLSDESC_GOT elf.h   d       #define DT_TLSDESC_GOT 0x6ffffef7
+DT_TLSDESC_PLT elf.h   d       #define DT_TLSDESC_PLT 0x6ffffef6
+DT_UNKNOWN     dirent.h        d       #define DT_UNKNOWN 0
+DT_VALNUM      elf.h   d       #define DT_VALNUM 12
+DT_VALRNGHI    elf.h   d       #define DT_VALRNGHI 0x6ffffdff
+DT_VALRNGLO    elf.h   d       #define DT_VALRNGLO 0x6ffffd00
+DT_VALTAGIDX   elf.h   d       #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag))
+DT_VERDEF      elf.h   d       #define DT_VERDEF 0x6ffffffc
+DT_VERDEFNUM   elf.h   d       #define DT_VERDEFNUM 0x6ffffffd
+DT_VERNEED     elf.h   d       #define DT_VERNEED 0x6ffffffe
+DT_VERNEEDNUM  elf.h   d       #define DT_VERNEEDNUM 0x6fffffff
+DT_VERSIONTAGIDX       elf.h   d       #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag))
+DT_VERSIONTAGNUM       elf.h   d       #define DT_VERSIONTAGNUM 16
+DT_VERSYM      elf.h   d       #define DT_VERSYM 0x6ffffff0
+DT_WHT dirent.h        d       #define DT_WHT 14
+D_FMT  langinfo.h      d       #define D_FMT 0x20029
+D_T_FMT        langinfo.h      d       #define D_T_FMT 0x20028
+Dl_info        dlfcn.h t       } Dl_info;
+EACCESS        arpa/tftp.h     d       #define EACCESS 2
+EAI_ADDRFAMILY netdb.h d       #define EAI_ADDRFAMILY -9
+EAI_AGAIN      netdb.h d       #define EAI_AGAIN -3
+EAI_ALLDONE    netdb.h d       #define EAI_ALLDONE -103
+EAI_BADFLAGS   netdb.h d       #define EAI_BADFLAGS -1
+EAI_CANCELED   netdb.h d       #define EAI_CANCELED -101
+EAI_FAIL       netdb.h d       #define EAI_FAIL -4
+EAI_FAMILY     netdb.h d       #define EAI_FAMILY -6
+EAI_IDN_ENCODE netdb.h d       #define EAI_IDN_ENCODE -105
+EAI_INPROGRESS netdb.h d       #define EAI_INPROGRESS -100
+EAI_INTR       netdb.h d       #define EAI_INTR -104
+EAI_MEMORY     netdb.h d       #define EAI_MEMORY -10
+EAI_NODATA     netdb.h d       #define EAI_NODATA -5
+EAI_NONAME     netdb.h d       #define EAI_NONAME -2
+EAI_NOTCANCELED        netdb.h d       #define EAI_NOTCANCELED -102
+EAI_OVERFLOW   netdb.h d       #define EAI_OVERFLOW -12
+EAI_SERVICE    netdb.h d       #define EAI_SERVICE -8
+EAI_SOCKTYPE   netdb.h d       #define EAI_SOCKTYPE -7
+EAI_SYSTEM     netdb.h d       #define EAI_SYSTEM -11
+EBADID arpa/tftp.h     d       #define EBADID 5
+EBADOP arpa/tftp.h     d       #define EBADOP 4
+EC     arpa/telnet.h   d       #define EC 247
+EEXISTS        arpa/tftp.h     d       #define EEXISTS 6
+EFA_PARISC_1_0 elf.h   d       #define EFA_PARISC_1_0 0x020b
+EFA_PARISC_1_1 elf.h   d       #define EFA_PARISC_1_1 0x0210
+EFA_PARISC_2_0 elf.h   d       #define EFA_PARISC_2_0 0x0214
+EFD_CLOEXEC    sys/eventfd.h   d       #define EFD_CLOEXEC O_CLOEXEC
+EFD_NONBLOCK   sys/eventfd.h   d       #define EFD_NONBLOCK O_NONBLOCK
+EFD_SEMAPHORE  sys/eventfd.h   d       #define EFD_SEMAPHORE 1
+EF_ALPHA_32BIT elf.h   d       #define EF_ALPHA_32BIT 1
+EF_ALPHA_CANRELAX      elf.h   d       #define EF_ALPHA_CANRELAX 2
+EF_ARM_ABI_FLOAT_HARD  elf.h   d       #define EF_ARM_ABI_FLOAT_HARD 0x400
+EF_ARM_ABI_FLOAT_SOFT  elf.h   d       #define EF_ARM_ABI_FLOAT_SOFT 0x200
+EF_ARM_ALIGN8  elf.h   d       #define EF_ARM_ALIGN8 0x40
+EF_ARM_APCS_26 elf.h   d       #define EF_ARM_APCS_26 0x08
+EF_ARM_APCS_FLOAT      elf.h   d       #define EF_ARM_APCS_FLOAT 0x10
+EF_ARM_BE8     elf.h   d       #define EF_ARM_BE8 0x00800000
+EF_ARM_DYNSYMSUSESEGIDX        elf.h   d       #define EF_ARM_DYNSYMSUSESEGIDX 0x08
+EF_ARM_EABIMASK        elf.h   d       #define EF_ARM_EABIMASK 0XFF000000
+EF_ARM_EABI_UNKNOWN    elf.h   d       #define EF_ARM_EABI_UNKNOWN 0x00000000
+EF_ARM_EABI_VER1       elf.h   d       #define EF_ARM_EABI_VER1 0x01000000
+EF_ARM_EABI_VER2       elf.h   d       #define EF_ARM_EABI_VER2 0x02000000
+EF_ARM_EABI_VER3       elf.h   d       #define EF_ARM_EABI_VER3 0x03000000
+EF_ARM_EABI_VER4       elf.h   d       #define EF_ARM_EABI_VER4 0x04000000
+EF_ARM_EABI_VER5       elf.h   d       #define EF_ARM_EABI_VER5 0x05000000
+EF_ARM_EABI_VERSION    elf.h   d       #define EF_ARM_EABI_VERSION(flags) ((flags) & EF_ARM_EABIMASK)
+EF_ARM_HASENTRY        elf.h   d       #define EF_ARM_HASENTRY 0x02
+EF_ARM_INTERWORK       elf.h   d       #define EF_ARM_INTERWORK 0x04
+EF_ARM_LE8     elf.h   d       #define EF_ARM_LE8 0x00400000
+EF_ARM_MAPSYMSFIRST    elf.h   d       #define EF_ARM_MAPSYMSFIRST 0x10
+EF_ARM_MAVERICK_FLOAT  elf.h   d       #define EF_ARM_MAVERICK_FLOAT 0x800
+EF_ARM_NEW_ABI elf.h   d       #define EF_ARM_NEW_ABI 0x80
+EF_ARM_OLD_ABI elf.h   d       #define EF_ARM_OLD_ABI 0x100
+EF_ARM_PIC     elf.h   d       #define EF_ARM_PIC 0x20
+EF_ARM_RELEXEC elf.h   d       #define EF_ARM_RELEXEC 0x01
+EF_ARM_SOFT_FLOAT      elf.h   d       #define EF_ARM_SOFT_FLOAT 0x200
+EF_ARM_SYMSARESORTED   elf.h   d       #define EF_ARM_SYMSARESORTED 0x04
+EF_ARM_VFP_FLOAT       elf.h   d       #define EF_ARM_VFP_FLOAT 0x400
+EF_CPU32       elf.h   d       #define EF_CPU32 0x00810000
+EF_IA_64_ABI64 elf.h   d       #define EF_IA_64_ABI64 0x00000010
+EF_IA_64_ARCH  elf.h   d       #define EF_IA_64_ARCH 0xff000000
+EF_IA_64_MASKOS        elf.h   d       #define EF_IA_64_MASKOS 0x0000000f
+EF_MIPS_64BIT_WHIRL    elf.h   d       #define EF_MIPS_64BIT_WHIRL 16
+EF_MIPS_ABI2   elf.h   d       #define EF_MIPS_ABI2 32
+EF_MIPS_ABI_ON32       elf.h   d       #define EF_MIPS_ABI_ON32 64
+EF_MIPS_ARCH   elf.h   d       #define EF_MIPS_ARCH 0xf0000000
+EF_MIPS_ARCH_1 elf.h   d       #define EF_MIPS_ARCH_1 0x00000000
+EF_MIPS_ARCH_2 elf.h   d       #define EF_MIPS_ARCH_2 0x10000000
+EF_MIPS_ARCH_3 elf.h   d       #define EF_MIPS_ARCH_3 0x20000000
+EF_MIPS_ARCH_32        elf.h   d       #define EF_MIPS_ARCH_32 0x50000000
+EF_MIPS_ARCH_32R2      elf.h   d       #define EF_MIPS_ARCH_32R2 0x70000000
+EF_MIPS_ARCH_4 elf.h   d       #define EF_MIPS_ARCH_4 0x30000000
+EF_MIPS_ARCH_5 elf.h   d       #define EF_MIPS_ARCH_5 0x40000000
+EF_MIPS_ARCH_64        elf.h   d       #define EF_MIPS_ARCH_64 0x60000000
+EF_MIPS_ARCH_64R2      elf.h   d       #define EF_MIPS_ARCH_64R2 0x80000000
+EF_MIPS_CPIC   elf.h   d       #define EF_MIPS_CPIC 4
+EF_MIPS_NAN2008        elf.h   d       #define EF_MIPS_NAN2008 1024
+EF_MIPS_NOREORDER      elf.h   d       #define EF_MIPS_NOREORDER 1
+EF_MIPS_PIC    elf.h   d       #define EF_MIPS_PIC 2
+EF_MIPS_XGOT   elf.h   d       #define EF_MIPS_XGOT 8
+EF_PARISC_ARCH elf.h   d       #define EF_PARISC_ARCH 0x0000ffff
+EF_PARISC_EXT  elf.h   d       #define EF_PARISC_EXT 0x00020000
+EF_PARISC_LAZYSWAP     elf.h   d       #define EF_PARISC_LAZYSWAP 0x00400000
+EF_PARISC_LSB  elf.h   d       #define EF_PARISC_LSB 0x00040000
+EF_PARISC_NO_KABP      elf.h   d       #define EF_PARISC_NO_KABP 0x00100000
+EF_PARISC_TRAPNIL      elf.h   d       #define EF_PARISC_TRAPNIL 0x00010000
+EF_PARISC_WIDE elf.h   d       #define EF_PARISC_WIDE 0x00080000
+EF_PPC_EMB     elf.h   d       #define EF_PPC_EMB 0x80000000
+EF_PPC_RELOCATABLE     elf.h   d       #define EF_PPC_RELOCATABLE 0x00010000
+EF_PPC_RELOCATABLE_LIB elf.h   d       #define EF_PPC_RELOCATABLE_LIB 0x00008000
+EF_SPARCV9_MM  elf.h   d       #define EF_SPARCV9_MM 3
+EF_SPARCV9_PSO elf.h   d       #define EF_SPARCV9_PSO 1
+EF_SPARCV9_RMO elf.h   d       #define EF_SPARCV9_RMO 2
+EF_SPARCV9_TSO elf.h   d       #define EF_SPARCV9_TSO 0
+EF_SPARC_32PLUS        elf.h   d       #define EF_SPARC_32PLUS 0x000100
+EF_SPARC_EXT_MASK      elf.h   d       #define EF_SPARC_EXT_MASK 0xFFFF00
+EF_SPARC_HAL_R1        elf.h   d       #define EF_SPARC_HAL_R1 0x000400
+EF_SPARC_LEDATA        elf.h   d       #define EF_SPARC_LEDATA 0x800000
+EF_SPARC_SUN_US1       elf.h   d       #define EF_SPARC_SUN_US1 0x000200
+EF_SPARC_SUN_US3       elf.h   d       #define EF_SPARC_SUN_US3 0x000800
+EI_ABIVERSION  elf.h   d       #define EI_ABIVERSION 8
+EI_CLASS       elf.h   d       #define EI_CLASS 4
+EI_DATA        elf.h   d       #define EI_DATA 5
+EI_MAG0        elf.h   d       #define EI_MAG0 0
+EI_MAG1        elf.h   d       #define EI_MAG1 1
+EI_MAG2        elf.h   d       #define EI_MAG2 2
+EI_MAG3        elf.h   d       #define EI_MAG3 3
+EI_NIDENT      elf.h   d       #define EI_NIDENT (16)
+EI_OSABI       elf.h   d       #define EI_OSABI 7
+EI_PAD elf.h   d       #define EI_PAD 9
+EI_VERSION     elf.h   d       #define EI_VERSION 6
+EL     arpa/telnet.h   d       #define EL 248
+ELF32_M_INFO   elf.h   d       #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size))
+ELF32_M_SIZE   elf.h   d       #define ELF32_M_SIZE(info) ((unsigned char) (info))
+ELF32_M_SYM    elf.h   d       #define ELF32_M_SYM(info) ((info) >> 8)
+ELF32_R_INFO   elf.h   d       #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
+ELF32_R_SYM    elf.h   d       #define ELF32_R_SYM(val) ((val) >> 8)
+ELF32_R_TYPE   elf.h   d       #define ELF32_R_TYPE(val) ((val) & 0xff)
+ELF32_ST_BIND  elf.h   d       #define ELF32_ST_BIND(val) (((unsigned char) (val)) >> 4)
+ELF32_ST_INFO  elf.h   d       #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
+ELF32_ST_TYPE  elf.h   d       #define ELF32_ST_TYPE(val) ((val) & 0xf)
+ELF32_ST_VISIBILITY    elf.h   d       #define ELF32_ST_VISIBILITY(o) ((o) & 0x03)
+ELF64_M_INFO   elf.h   d       #define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size)
+ELF64_M_SIZE   elf.h   d       #define ELF64_M_SIZE(info) ELF32_M_SIZE (info)
+ELF64_M_SYM    elf.h   d       #define ELF64_M_SYM(info) ELF32_M_SYM (info)
+ELF64_R_INFO   elf.h   d       #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
+ELF64_R_SYM    elf.h   d       #define ELF64_R_SYM(i) ((i) >> 32)
+ELF64_R_TYPE   elf.h   d       #define ELF64_R_TYPE(i) ((i) & 0xffffffff)
+ELF64_ST_BIND  elf.h   d       #define ELF64_ST_BIND(val) ELF32_ST_BIND (val)
+ELF64_ST_INFO  elf.h   d       #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
+ELF64_ST_TYPE  elf.h   d       #define ELF64_ST_TYPE(val) ELF32_ST_TYPE (val)
+ELF64_ST_VISIBILITY    elf.h   d       #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
+ELFCLASS32     elf.h   d       #define ELFCLASS32 1
+ELFCLASS64     elf.h   d       #define ELFCLASS64 2
+ELFCLASSNONE   elf.h   d       #define ELFCLASSNONE 0
+ELFCLASSNUM    elf.h   d       #define ELFCLASSNUM 3
+ELFDATA2LSB    elf.h   d       #define ELFDATA2LSB 1
+ELFDATA2MSB    elf.h   d       #define ELFDATA2MSB 2
+ELFDATANONE    elf.h   d       #define ELFDATANONE 0
+ELFDATANUM     elf.h   d       #define ELFDATANUM 3
+ELFMAG elf.h   d       #define ELFMAG "\177ELF"
+ELFMAG0        elf.h   d       #define ELFMAG0 0x7f
+ELFMAG1        elf.h   d       #define ELFMAG1 'E'
+ELFMAG2        elf.h   d       #define ELFMAG2 'L'
+ELFMAG3        elf.h   d       #define ELFMAG3 'F'
+ELFOSABI_AIX   elf.h   d       #define ELFOSABI_AIX 7
+ELFOSABI_ARM   elf.h   d       #define ELFOSABI_ARM 97
+ELFOSABI_FREEBSD       elf.h   d       #define ELFOSABI_FREEBSD 9
+ELFOSABI_GNU   elf.h   d       #define ELFOSABI_GNU 3
+ELFOSABI_HPUX  elf.h   d       #define ELFOSABI_HPUX 1
+ELFOSABI_IRIX  elf.h   d       #define ELFOSABI_IRIX 8
+ELFOSABI_LINUX elf.h   d       #define ELFOSABI_LINUX 3
+ELFOSABI_MODESTO       elf.h   d       #define ELFOSABI_MODESTO 11
+ELFOSABI_NETBSD        elf.h   d       #define ELFOSABI_NETBSD 2
+ELFOSABI_NONE  elf.h   d       #define ELFOSABI_NONE 0
+ELFOSABI_OPENBSD       elf.h   d       #define ELFOSABI_OPENBSD 12
+ELFOSABI_SOLARIS       elf.h   d       #define ELFOSABI_SOLARIS 6
+ELFOSABI_STANDALONE    elf.h   d       #define ELFOSABI_STANDALONE 255
+ELFOSABI_SYSV  elf.h   d       #define ELFOSABI_SYSV 0
+ELFOSABI_TRU64 elf.h   d       #define ELFOSABI_TRU64 10
+ELF_NOTE_ABI   elf.h   d       #define ELF_NOTE_ABI NT_GNU_ABI_TAG
+ELF_NOTE_GNU   elf.h   d       #define ELF_NOTE_GNU "GNU"
+ELF_NOTE_OS_FREEBSD    elf.h   d       #define ELF_NOTE_OS_FREEBSD 3
+ELF_NOTE_OS_GNU        elf.h   d       #define ELF_NOTE_OS_GNU 1
+ELF_NOTE_OS_LINUX      elf.h   d       #define ELF_NOTE_OS_LINUX 0
+ELF_NOTE_OS_SOLARIS2   elf.h   d       #define ELF_NOTE_OS_SOLARIS2 2
+ELF_NOTE_PAGESIZE_HINT elf.h   d       #define ELF_NOTE_PAGESIZE_HINT 1
+ELF_NOTE_SOLARIS       elf.h   d       #define ELF_NOTE_SOLARIS "SUNW Solaris"
+ELF_PRARGSZ    sys/procfs.h    d       #define ELF_PRARGSZ 80
+EMPTY  utmpx.h d       #define EMPTY 0
+EM_386 elf.h   d       #define EM_386 3
+EM_68HC05      elf.h   d       #define EM_68HC05 72
+EM_68HC08      elf.h   d       #define EM_68HC08 71
+EM_68HC11      elf.h   d       #define EM_68HC11 70
+EM_68HC12      elf.h   d       #define EM_68HC12 53
+EM_68HC16      elf.h   d       #define EM_68HC16 69
+EM_68K elf.h   d       #define EM_68K 4
+EM_860 elf.h   d       #define EM_860 7
+EM_88K elf.h   d       #define EM_88K 5
+EM_960 elf.h   d       #define EM_960 19
+EM_AARCH64     elf.h   d       #define EM_AARCH64 183
+EM_ALPHA       elf.h   d       #define EM_ALPHA 0x9026
+EM_ARC elf.h   d       #define EM_ARC 45
+EM_ARC_A5      elf.h   d       #define EM_ARC_A5 93
+EM_ARM elf.h   d       #define EM_ARM 40
+EM_AVR elf.h   d       #define EM_AVR 83
+EM_COLDFIRE    elf.h   d       #define EM_COLDFIRE 52
+EM_CRIS        elf.h   d       #define EM_CRIS 76
+EM_D10V        elf.h   d       #define EM_D10V 85
+EM_D30V        elf.h   d       #define EM_D30V 86
+EM_FAKE_ALPHA  elf.h   d       #define EM_FAKE_ALPHA 41
+EM_FIREPATH    elf.h   d       #define EM_FIREPATH 78
+EM_FR20        elf.h   d       #define EM_FR20 37
+EM_FR30        elf.h   d       #define EM_FR30 84
+EM_FX66        elf.h   d       #define EM_FX66 66
+EM_H8S elf.h   d       #define EM_H8S 48
+EM_H8_300      elf.h   d       #define EM_H8_300 46
+EM_H8_300H     elf.h   d       #define EM_H8_300H 47
+EM_H8_500      elf.h   d       #define EM_H8_500 49
+EM_HUANY       elf.h   d       #define EM_HUANY 81
+EM_IA_64       elf.h   d       #define EM_IA_64 50
+EM_JAVELIN     elf.h   d       #define EM_JAVELIN 77
+EM_M32 elf.h   d       #define EM_M32 1
+EM_M32R        elf.h   d       #define EM_M32R 88
+EM_ME16        elf.h   d       #define EM_ME16 59
+EM_MICROBLAZE  elf.h   d       #define EM_MICROBLAZE 189
+EM_MIPS        elf.h   d       #define EM_MIPS 8
+EM_MIPS_RS3_LE elf.h   d       #define EM_MIPS_RS3_LE 10
+EM_MIPS_X      elf.h   d       #define EM_MIPS_X 51
+EM_MMA elf.h   d       #define EM_MMA 54
+EM_MMIX        elf.h   d       #define EM_MMIX 80
+EM_MN10200     elf.h   d       #define EM_MN10200 90
+EM_MN10300     elf.h   d       #define EM_MN10300 89
+EM_NCPU        elf.h   d       #define EM_NCPU 56
+EM_NDR1        elf.h   d       #define EM_NDR1 57
+EM_NONE        elf.h   d       #define EM_NONE 0
+EM_NUM elf.h   d       #define EM_NUM 192
+EM_OR1K        elf.h   d       #define EM_OR1K 92
+EM_PARISC      elf.h   d       #define EM_PARISC 15
+EM_PCP elf.h   d       #define EM_PCP 55
+EM_PDSP        elf.h   d       #define EM_PDSP 63
+EM_PJ  elf.h   d       #define EM_PJ 91
+EM_PPC elf.h   d       #define EM_PPC 20
+EM_PPC64       elf.h   d       #define EM_PPC64 21
+EM_PRISM       elf.h   d       #define EM_PRISM 82
+EM_RCE elf.h   d       #define EM_RCE 39
+EM_RH32        elf.h   d       #define EM_RH32 38
+EM_S370        elf.h   d       #define EM_S370 9
+EM_S390        elf.h   d       #define EM_S390 22
+EM_SH  elf.h   d       #define EM_SH 42
+EM_SPARC       elf.h   d       #define EM_SPARC 2
+EM_SPARC32PLUS elf.h   d       #define EM_SPARC32PLUS 18
+EM_SPARCV9     elf.h   d       #define EM_SPARCV9 43
+EM_ST100       elf.h   d       #define EM_ST100 60
+EM_ST19        elf.h   d       #define EM_ST19 74
+EM_ST7 elf.h   d       #define EM_ST7 68
+EM_ST9PLUS     elf.h   d       #define EM_ST9PLUS 67
+EM_STARCORE    elf.h   d       #define EM_STARCORE 58
+EM_SVX elf.h   d       #define EM_SVX 73
+EM_TILEGX      elf.h   d       #define EM_TILEGX 191
+EM_TILEPRO     elf.h   d       #define EM_TILEPRO 188
+EM_TINYJ       elf.h   d       #define EM_TINYJ 61
+EM_TRICORE     elf.h   d       #define EM_TRICORE 44
+EM_V800        elf.h   d       #define EM_V800 36
+EM_V850        elf.h   d       #define EM_V850 87
+EM_VAX elf.h   d       #define EM_VAX 75
+EM_VPP500      elf.h   d       #define EM_VPP500 17
+EM_X86_64      elf.h   d       #define EM_X86_64 62
+EM_XTENSA      elf.h   d       #define EM_XTENSA 94
+EM_ZSP elf.h   d       #define EM_ZSP 79
+ENCRYPT_CNT    arpa/telnet.h   d       #define ENCRYPT_CNT 9
+ENCRYPT_DEC_KEYID      arpa/telnet.h   d       #define ENCRYPT_DEC_KEYID 8
+ENCRYPT_ENC_KEYID      arpa/telnet.h   d       #define ENCRYPT_ENC_KEYID 7
+ENCRYPT_END    arpa/telnet.h   d       #define ENCRYPT_END 4
+ENCRYPT_IS     arpa/telnet.h   d       #define ENCRYPT_IS 0
+ENCRYPT_NAME   arpa/telnet.h   d       #define ENCRYPT_NAME(x) encrypt_names[x]
+ENCRYPT_NAME_OK        arpa/telnet.h   d       #define ENCRYPT_NAME_OK(x) ((unsigned int)(x) < ENCRYPT_CNT)
+ENCRYPT_REPLY  arpa/telnet.h   d       #define ENCRYPT_REPLY 2
+ENCRYPT_REQEND arpa/telnet.h   d       #define ENCRYPT_REQEND 6
+ENCRYPT_REQSTART       arpa/telnet.h   d       #define ENCRYPT_REQSTART 5
+ENCRYPT_START  arpa/telnet.h   d       #define ENCRYPT_START 3
+ENCRYPT_SUPPORT        arpa/telnet.h   d       #define ENCRYPT_SUPPORT 1
+ENCTYPE_ANY    arpa/telnet.h   d       #define ENCTYPE_ANY 0
+ENCTYPE_CNT    arpa/telnet.h   d       #define ENCTYPE_CNT 3
+ENCTYPE_DES_CFB64      arpa/telnet.h   d       #define ENCTYPE_DES_CFB64 1
+ENCTYPE_DES_OFB64      arpa/telnet.h   d       #define ENCTYPE_DES_OFB64 2
+ENCTYPE_NAME   arpa/telnet.h   d       #define ENCTYPE_NAME(x) enctype_names[x]
+ENCTYPE_NAME_OK        arpa/telnet.h   d       #define ENCTYPE_NAME_OK(x) ((unsigned int)(x) < ENCTYPE_CNT)
+ENOSPACE       arpa/tftp.h     d       #define ENOSPACE 3
+ENOTFOUND      arpa/tftp.h     d       #define ENOTFOUND 1
+ENOUSER        arpa/tftp.h     d       #define ENOUSER 7
+ENTER  search.h        e       
+ENTRY  search.h        t       } ENTRY;
+ENV_ESC        arpa/telnet.h   d       #define ENV_ESC 2
+ENV_USERVAR    arpa/telnet.h   d       #define ENV_USERVAR 3
+EOF    stdio.h d       #define EOF (-1)
+EOR    arpa/telnet.h   d       #define EOR 239
+EPOLLERR       sys/epoll.h     d       #define EPOLLERR 0x008
+EPOLLET        sys/epoll.h     d       #define EPOLLET (1U<<31)
+EPOLLHUP       sys/epoll.h     d       #define EPOLLHUP 0x010
+EPOLLIN        sys/epoll.h     d       #define EPOLLIN 0x001
+EPOLLMSG       sys/epoll.h     d       #define EPOLLMSG 0x400
+EPOLLONESHOT   sys/epoll.h     d       #define EPOLLONESHOT (1U<<30)
+EPOLLOUT       sys/epoll.h     d       #define EPOLLOUT 0x004
+EPOLLPRI       sys/epoll.h     d       #define EPOLLPRI 0x002
+EPOLLRDBAND    sys/epoll.h     d       #define EPOLLRDBAND 0x080
+EPOLLRDHUP     sys/epoll.h     d       #define EPOLLRDHUP 0x2000
+EPOLLRDNORM    sys/epoll.h     d       #define EPOLLRDNORM 0x040
+EPOLLWAKEUP    sys/epoll.h     d       #define EPOLLWAKEUP (1U<<29)
+EPOLLWRBAND    sys/epoll.h     d       #define EPOLLWRBAND 0x200
+EPOLLWRNORM    sys/epoll.h     d       #define EPOLLWRNORM 0x100
+EPOLL_CLOEXEC  sys/epoll.h     d       #define EPOLL_CLOEXEC O_CLOEXEC
+EPOLL_CTL_ADD  sys/epoll.h     d       #define EPOLL_CTL_ADD 1
+EPOLL_CTL_DEL  sys/epoll.h     d       #define EPOLL_CTL_DEL 2
+EPOLL_CTL_MOD  sys/epoll.h     d       #define EPOLL_CTL_MOD 3
+EPOLL_NONBLOCK sys/epoll.h     d       #define EPOLL_NONBLOCK O_NONBLOCK
+ERA    langinfo.h      d       #define ERA 0x2002C
+ERASE  scsi/scsi.h     d       #define ERASE 0x19
+ERA_D_FMT      langinfo.h      d       #define ERA_D_FMT 0x2002E
+ERA_D_T_FMT    langinfo.h      d       #define ERA_D_T_FMT 0x20030
+ERA_T_FMT      langinfo.h      d       #define ERA_T_FMT 0x20031
+ERROR  arpa/ftp.h      d       #define ERROR 5
+ERROR  arpa/tftp.h     d       #define ERROR 05
+ETHERMIN       net/ethernet.h  d       #define ETHERMIN (ETHER_MIN_LEN - ETHER_HDR_LEN - ETHER_CRC_LEN)
+ETHERMTU       net/ethernet.h  d       #define ETHERMTU ETH_DATA_LEN
+ETHERTYPE_AARP net/ethernet.h  d       #define ETHERTYPE_AARP 0x80F3
+ETHERTYPE_ARP  net/ethernet.h  d       #define ETHERTYPE_ARP 0x0806
+ETHERTYPE_AT   net/ethernet.h  d       #define ETHERTYPE_AT 0x809B
+ETHERTYPE_IP   net/ethernet.h  d       #define ETHERTYPE_IP 0x0800
+ETHERTYPE_IPV6 net/ethernet.h  d       #define ETHERTYPE_IPV6 0x86dd
+ETHERTYPE_IPX  net/ethernet.h  d       #define ETHERTYPE_IPX 0x8137
+ETHERTYPE_LOOPBACK     net/ethernet.h  d       #define ETHERTYPE_LOOPBACK 0x9000
+ETHERTYPE_NTRAILER     net/ethernet.h  d       #define ETHERTYPE_NTRAILER 16
+ETHERTYPE_PUP  net/ethernet.h  d       #define ETHERTYPE_PUP 0x0200
+ETHERTYPE_REVARP       net/ethernet.h  d       #define ETHERTYPE_REVARP 0x8035
+ETHERTYPE_SPRITE       net/ethernet.h  d       #define ETHERTYPE_SPRITE 0x0500
+ETHERTYPE_TRAIL        net/ethernet.h  d       #define ETHERTYPE_TRAIL 0x1000
+ETHERTYPE_VLAN net/ethernet.h  d       #define ETHERTYPE_VLAN 0x8100
+ETHER_ADDR_LEN net/ethernet.h  d       #define ETHER_ADDR_LEN ETH_ALEN
+ETHER_CRC_LEN  net/ethernet.h  d       #define ETHER_CRC_LEN 4
+ETHER_HDR_LEN  net/ethernet.h  d       #define ETHER_HDR_LEN ETH_HLEN
+ETHER_IS_VALID_LEN     net/ethernet.h  d       #define ETHER_IS_VALID_LEN(foo) ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
+ETHER_MAP_IP_MULTICAST netinet/if_ether.h      d       #define ETHER_MAP_IP_MULTICAST(ipaddr, enaddr) do { (enaddr)[0] = 0x01; (enaddr)[1] = 0x00; (enaddr)[2] = 0x5e; (enaddr)[3] = ((uint8_t *)ipaddr)[1] & 0x7f; (enaddr)[4] = ((uint8_t *)ipaddr)[2]; (enaddr)[5] = ((uint8_t *)ipaddr)[3]; } while(0)
+ETHER_MAX_LEN  net/ethernet.h  d       #define ETHER_MAX_LEN (ETH_FRAME_LEN + ETHER_CRC_LEN)
+ETHER_MIN_LEN  net/ethernet.h  d       #define ETHER_MIN_LEN (ETH_ZLEN + ETHER_CRC_LEN)
+ETHER_TYPE_LEN net/ethernet.h  d       #define ETHER_TYPE_LEN 2
+ETH_ALEN       netinet/if_ether.h      d       #define ETH_ALEN 6
+ETH_DATA_LEN   netinet/if_ether.h      d       #define ETH_DATA_LEN 1500
+ETH_FCS_LEN    netinet/if_ether.h      d       #define ETH_FCS_LEN 4
+ETH_FRAME_LEN  netinet/if_ether.h      d       #define ETH_FRAME_LEN 1514
+ETH_HLEN       netinet/if_ether.h      d       #define ETH_HLEN 14
+ETH_P_1588     netinet/if_ether.h      d       #define ETH_P_1588 0x88F7
+ETH_P_8021AD   netinet/if_ether.h      d       #define ETH_P_8021AD 0x88A8
+ETH_P_8021AH   netinet/if_ether.h      d       #define ETH_P_8021AH 0x88E7
+ETH_P_8021Q    netinet/if_ether.h      d       #define ETH_P_8021Q 0x8100
+ETH_P_80221    netinet/if_ether.h      d       #define ETH_P_80221 0x8917
+ETH_P_802_2    netinet/if_ether.h      d       #define ETH_P_802_2 0x0004
+ETH_P_802_3    netinet/if_ether.h      d       #define ETH_P_802_3 0x0001
+ETH_P_802_3_MIN        netinet/if_ether.h      d       #define ETH_P_802_3_MIN 0x0600
+ETH_P_802_EX1  netinet/if_ether.h      d       #define ETH_P_802_EX1 0x88B5
+ETH_P_AARP     netinet/if_ether.h      d       #define ETH_P_AARP 0x80F3
+ETH_P_AF_IUCV  netinet/if_ether.h      d       #define ETH_P_AF_IUCV 0xFBFB
+ETH_P_ALL      netinet/if_ether.h      d       #define ETH_P_ALL 0x0003
+ETH_P_AOE      netinet/if_ether.h      d       #define ETH_P_AOE 0x88A2
+ETH_P_ARCNET   netinet/if_ether.h      d       #define ETH_P_ARCNET 0x001A
+ETH_P_ARP      netinet/if_ether.h      d       #define ETH_P_ARP 0x0806
+ETH_P_ATALK    netinet/if_ether.h      d       #define ETH_P_ATALK 0x809B
+ETH_P_ATMFATE  netinet/if_ether.h      d       #define ETH_P_ATMFATE 0x8884
+ETH_P_ATMMPOA  netinet/if_ether.h      d       #define ETH_P_ATMMPOA 0x884c
+ETH_P_AX25     netinet/if_ether.h      d       #define ETH_P_AX25 0x0002
+ETH_P_BATMAN   netinet/if_ether.h      d       #define ETH_P_BATMAN 0x4305
+ETH_P_BPQ      netinet/if_ether.h      d       #define ETH_P_BPQ 0x08FF
+ETH_P_CAIF     netinet/if_ether.h      d       #define ETH_P_CAIF 0x00F7
+ETH_P_CAN      netinet/if_ether.h      d       #define ETH_P_CAN 0x000C
+ETH_P_CANFD    netinet/if_ether.h      d       #define ETH_P_CANFD 0x000D
+ETH_P_CONTROL  netinet/if_ether.h      d       #define ETH_P_CONTROL 0x0016
+ETH_P_CUST     netinet/if_ether.h      d       #define ETH_P_CUST 0x6006
+ETH_P_DDCMP    netinet/if_ether.h      d       #define ETH_P_DDCMP 0x0006
+ETH_P_DEC      netinet/if_ether.h      d       #define ETH_P_DEC 0x6000
+ETH_P_DIAG     netinet/if_ether.h      d       #define ETH_P_DIAG 0x6005
+ETH_P_DNA_DL   netinet/if_ether.h      d       #define ETH_P_DNA_DL 0x6001
+ETH_P_DNA_RC   netinet/if_ether.h      d       #define ETH_P_DNA_RC 0x6002
+ETH_P_DNA_RT   netinet/if_ether.h      d       #define ETH_P_DNA_RT 0x6003
+ETH_P_DSA      netinet/if_ether.h      d       #define ETH_P_DSA 0x001B
+ETH_P_ECONET   netinet/if_ether.h      d       #define ETH_P_ECONET 0x0018
+ETH_P_EDSA     netinet/if_ether.h      d       #define ETH_P_EDSA 0xDADA
+ETH_P_FCOE     netinet/if_ether.h      d       #define ETH_P_FCOE 0x8906
+ETH_P_FIP      netinet/if_ether.h      d       #define ETH_P_FIP 0x8914
+ETH_P_HDLC     netinet/if_ether.h      d       #define ETH_P_HDLC 0x0019
+ETH_P_IEEE802154       netinet/if_ether.h      d       #define ETH_P_IEEE802154 0x00F6
+ETH_P_IEEEPUP  netinet/if_ether.h      d       #define ETH_P_IEEEPUP 0x0a00
+ETH_P_IEEEPUPAT        netinet/if_ether.h      d       #define ETH_P_IEEEPUPAT 0x0a01
+ETH_P_IP       netinet/if_ether.h      d       #define ETH_P_IP 0x0800
+ETH_P_IPV6     netinet/if_ether.h      d       #define ETH_P_IPV6 0x86DD
+ETH_P_IPX      netinet/if_ether.h      d       #define ETH_P_IPX 0x8137
+ETH_P_IRDA     netinet/if_ether.h      d       #define ETH_P_IRDA 0x0017
+ETH_P_LAT      netinet/if_ether.h      d       #define ETH_P_LAT 0x6004
+ETH_P_LINK_CTL netinet/if_ether.h      d       #define ETH_P_LINK_CTL 0x886c
+ETH_P_LOCALTALK        netinet/if_ether.h      d       #define ETH_P_LOCALTALK 0x0009
+ETH_P_LOOP     netinet/if_ether.h      d       #define ETH_P_LOOP 0x0060
+ETH_P_LOOPBACK netinet/if_ether.h      d       #define ETH_P_LOOPBACK 0x9000
+ETH_P_MOBITEX  netinet/if_ether.h      d       #define ETH_P_MOBITEX 0x0015
+ETH_P_MPLS_MC  netinet/if_ether.h      d       #define ETH_P_MPLS_MC 0x8848
+ETH_P_MPLS_UC  netinet/if_ether.h      d       #define ETH_P_MPLS_UC 0x8847
+ETH_P_MVRP     netinet/if_ether.h      d       #define ETH_P_MVRP 0x88F5
+ETH_P_PAE      netinet/if_ether.h      d       #define ETH_P_PAE 0x888E
+ETH_P_PAUSE    netinet/if_ether.h      d       #define ETH_P_PAUSE 0x8808
+ETH_P_PHONET   netinet/if_ether.h      d       #define ETH_P_PHONET 0x00F5
+ETH_P_PPPTALK  netinet/if_ether.h      d       #define ETH_P_PPPTALK 0x0010
+ETH_P_PPP_DISC netinet/if_ether.h      d       #define ETH_P_PPP_DISC 0x8863
+ETH_P_PPP_MP   netinet/if_ether.h      d       #define ETH_P_PPP_MP 0x0008
+ETH_P_PPP_SES  netinet/if_ether.h      d       #define ETH_P_PPP_SES 0x8864
+ETH_P_PRP      netinet/if_ether.h      d       #define ETH_P_PRP 0x88FB
+ETH_P_PUP      netinet/if_ether.h      d       #define ETH_P_PUP 0x0200
+ETH_P_PUPAT    netinet/if_ether.h      d       #define ETH_P_PUPAT 0x0201
+ETH_P_QINQ1    netinet/if_ether.h      d       #define ETH_P_QINQ1 0x9100
+ETH_P_QINQ2    netinet/if_ether.h      d       #define ETH_P_QINQ2 0x9200
+ETH_P_QINQ3    netinet/if_ether.h      d       #define ETH_P_QINQ3 0x9300
+ETH_P_RARP     netinet/if_ether.h      d       #define ETH_P_RARP 0x8035
+ETH_P_SCA      netinet/if_ether.h      d       #define ETH_P_SCA 0x6007
+ETH_P_SLOW     netinet/if_ether.h      d       #define ETH_P_SLOW 0x8809
+ETH_P_SNAP     netinet/if_ether.h      d       #define ETH_P_SNAP 0x0005
+ETH_P_TDLS     netinet/if_ether.h      d       #define ETH_P_TDLS 0x890D
+ETH_P_TEB      netinet/if_ether.h      d       #define ETH_P_TEB 0x6558
+ETH_P_TIPC     netinet/if_ether.h      d       #define ETH_P_TIPC 0x88CA
+ETH_P_TRAILER  netinet/if_ether.h      d       #define ETH_P_TRAILER 0x001C
+ETH_P_TR_802_2 netinet/if_ether.h      d       #define ETH_P_TR_802_2 0x0011
+ETH_P_WAN_PPP  netinet/if_ether.h      d       #define ETH_P_WAN_PPP 0x0007
+ETH_P_WCCP     netinet/if_ether.h      d       #define ETH_P_WCCP 0x883E
+ETH_P_X25      netinet/if_ether.h      d       #define ETH_P_X25 0x0805
+ETH_ZLEN       netinet/if_ether.h      d       #define ETH_ZLEN 60
+ET_CORE        elf.h   d       #define ET_CORE 4
+ET_DYN elf.h   d       #define ET_DYN 3
+ET_EXEC        elf.h   d       #define ET_EXEC 2
+ET_HIOS        elf.h   d       #define ET_HIOS 0xfeff
+ET_HIPROC      elf.h   d       #define ET_HIPROC 0xffff
+ET_LOOS        elf.h   d       #define ET_LOOS 0xfe00
+ET_LOPROC      elf.h   d       #define ET_LOPROC 0xff00
+ET_NONE        elf.h   d       #define ET_NONE 0
+ET_NUM elf.h   d       #define ET_NUM 5
+ET_REL elf.h   d       #define ET_REL 1
+EUNDEF arpa/tftp.h     d       #define EUNDEF 0
+EV_CURRENT     elf.h   d       #define EV_CURRENT 1
+EV_NONE        elf.h   d       #define EV_NONE 0
+EV_NUM elf.h   d       #define EV_NUM 2
+EXIT_FAILURE   stdlib.h        d       #define EXIT_FAILURE 1
+EXIT_SUCCESS   stdlib.h        d       #define EXIT_SUCCESS 0
+EXPR_NEST_MAX  limits.h        d       #define EXPR_NEST_MAX 32
+EXTENDED_EXTENDED_IDENTIFY     scsi/scsi.h     d       #define EXTENDED_EXTENDED_IDENTIFY 0x02
+EXTENDED_MESSAGE       scsi/scsi.h     d       #define EXTENDED_MESSAGE 0x01
+EXTENDED_MODIFY_DATA_POINTER   scsi/scsi.h     d       #define EXTENDED_MODIFY_DATA_POINTER 0x00
+EXTENDED_SDTR  scsi/scsi.h     d       #define EXTENDED_SDTR 0x01
+EXTENDED_WDTR  scsi/scsi.h     d       #define EXTENDED_WDTR 0x03
+EX_CANTCREAT   sysexits.h      d       #define EX_CANTCREAT 73
+EX_CONFIG      sysexits.h      d       #define EX_CONFIG 78
+EX_DATAERR     sysexits.h      d       #define EX_DATAERR 65
+EX_IOERR       sysexits.h      d       #define EX_IOERR 74
+EX_NOHOST      sysexits.h      d       #define EX_NOHOST 68
+EX_NOINPUT     sysexits.h      d       #define EX_NOINPUT 66
+EX_NOPERM      sysexits.h      d       #define EX_NOPERM 77
+EX_NOUSER      sysexits.h      d       #define EX_NOUSER 67
+EX_OK  sysexits.h      d       #define EX_OK 0
+EX_OSERR       sysexits.h      d       #define EX_OSERR 71
+EX_OSFILE      sysexits.h      d       #define EX_OSFILE 72
+EX_PROTOCOL    sysexits.h      d       #define EX_PROTOCOL 76
+EX_SOFTWARE    sysexits.h      d       #define EX_SOFTWARE 70
+EX_TEMPFAIL    sysexits.h      d       #define EX_TEMPFAIL 75
+EX_UNAVAILABLE sysexits.h      d       #define EX_UNAVAILABLE 69
+EX_USAGE       sysexits.h      d       #define EX_USAGE 64
+EX__BASE       sysexits.h      d       #define EX__BASE 64
+EX__MAX        sysexits.h      d       #define EX__MAX 78
+E_MIPS_ARCH_1  elf.h   d       #define E_MIPS_ARCH_1 0x00000000
+E_MIPS_ARCH_2  elf.h   d       #define E_MIPS_ARCH_2 0x10000000
+E_MIPS_ARCH_3  elf.h   d       #define E_MIPS_ARCH_3 0x20000000
+E_MIPS_ARCH_32 elf.h   d       #define E_MIPS_ARCH_32 0x50000000
+E_MIPS_ARCH_4  elf.h   d       #define E_MIPS_ARCH_4 0x30000000
+E_MIPS_ARCH_5  elf.h   d       #define E_MIPS_ARCH_5 0x40000000
+E_MIPS_ARCH_64 elf.h   d       #define E_MIPS_ARCH_64 0x60000000
+Elf32_Addr     elf.h   t       typedef uint32_t Elf32_Addr;
+Elf32_Conflict elf.h   t       typedef Elf32_Addr Elf32_Conflict;
+Elf32_Dyn      elf.h   t       } Elf32_Dyn;
+Elf32_Ehdr     elf.h   t       } Elf32_Ehdr;
+Elf32_Half     elf.h   t       typedef uint16_t Elf32_Half;
+Elf32_Lib      elf.h   t       } Elf32_Lib;
+Elf32_Move     elf.h   t       } Elf32_Move;
+Elf32_Nhdr     elf.h   t       } Elf32_Nhdr;
+Elf32_Off      elf.h   t       typedef uint32_t Elf32_Off;
+Elf32_Phdr     elf.h   t       } Elf32_Phdr;
+Elf32_RegInfo  elf.h   t       } Elf32_RegInfo;
+Elf32_Rel      elf.h   t       } Elf32_Rel;
+Elf32_Rela     elf.h   t       } Elf32_Rela;
+Elf32_Section  elf.h   t       typedef uint16_t Elf32_Section;
+Elf32_Shdr     elf.h   t       } Elf32_Shdr;
+Elf32_Sword    elf.h   t       typedef int32_t Elf32_Sword;
+Elf32_Sxword   elf.h   t       typedef int64_t Elf32_Sxword;
+Elf32_Sym      elf.h   t       } Elf32_Sym;
+Elf32_Syminfo  elf.h   t       } Elf32_Syminfo;
+Elf32_Verdaux  elf.h   t       } Elf32_Verdaux;
+Elf32_Verdef   elf.h   t       } Elf32_Verdef;
+Elf32_Vernaux  elf.h   t       } Elf32_Vernaux;
+Elf32_Verneed  elf.h   t       } Elf32_Verneed;
+Elf32_Versym   elf.h   t       typedef Elf32_Half Elf32_Versym;
+Elf32_Word     elf.h   t       typedef uint32_t Elf32_Word;
+Elf32_Xword    elf.h   t       typedef uint64_t Elf32_Xword;
+Elf32_auxv_t   elf.h   t       } Elf32_auxv_t;
+Elf32_gptab    elf.h   t       } Elf32_gptab;
+Elf64_Addr     elf.h   t       typedef uint64_t Elf64_Addr;
+Elf64_Dyn      elf.h   t       } Elf64_Dyn;
+Elf64_Ehdr     elf.h   t       } Elf64_Ehdr;
+Elf64_Half     elf.h   t       typedef uint16_t Elf64_Half;
+Elf64_Lib      elf.h   t       } Elf64_Lib;
+Elf64_Move     elf.h   t       } Elf64_Move;
+Elf64_Nhdr     elf.h   t       } Elf64_Nhdr;
+Elf64_Off      elf.h   t       typedef uint64_t Elf64_Off;
+Elf64_Phdr     elf.h   t       } Elf64_Phdr;
+Elf64_Rel      elf.h   t       } Elf64_Rel;
+Elf64_Rela     elf.h   t       } Elf64_Rela;
+Elf64_Section  elf.h   t       typedef uint16_t Elf64_Section;
+Elf64_Shdr     elf.h   t       } Elf64_Shdr;
+Elf64_Sword    elf.h   t       typedef int32_t Elf64_Sword;
+Elf64_Sxword   elf.h   t       typedef int64_t Elf64_Sxword;
+Elf64_Sym      elf.h   t       } Elf64_Sym;
+Elf64_Syminfo  elf.h   t       } Elf64_Syminfo;
+Elf64_Verdaux  elf.h   t       } Elf64_Verdaux;
+Elf64_Verdef   elf.h   t       } Elf64_Verdef;
+Elf64_Vernaux  elf.h   t       } Elf64_Vernaux;
+Elf64_Verneed  elf.h   t       } Elf64_Verneed;
+Elf64_Versym   elf.h   t       typedef Elf64_Half Elf64_Versym;
+Elf64_Word     elf.h   t       typedef uint32_t Elf64_Word;
+Elf64_Xword    elf.h   t       typedef uint64_t Elf64_Xword;
+Elf64_auxv_t   elf.h   t       } Elf64_auxv_t;
+ElfW   link.h  d       #define ElfW(type) Elf32_ ## type
+ElfW   link.h  d       #define ElfW(type) Elf64_ ## type
+ElfW   link.h  p        ElfW(Addr) dlpi_addr;
+ElfW   link.h  p        ElfW(Addr) l_addr;
+ElfW   link.h  p        ElfW(Addr) r_brk;
+ElfW   link.h  p        ElfW(Addr) r_ldbase;
+ElfW   link.h  p        ElfW(Dyn) *l_ld;
+ElfW   link.h  p        ElfW(Half) dlpi_phnum;
+ElfW   link.h  p        const ElfW(Phdr) *dlpi_phdr;
+Elf_Options    elf.h   t       } Elf_Options;
+Elf_Options_Hw elf.h   t       } Elf_Options_Hw;
+Elf_Symndx     link.h  t       typedef uint32_t Elf_Symndx;
+FALLOC_FL_KEEP_SIZE    fcntl.h d       #define FALLOC_FL_KEEP_SIZE 1
+FALLOC_FL_PUNCH_HOLE   fcntl.h d       #define FALLOC_FL_PUNCH_HOLE 2
+FANOTIFY_METADATA_VERSION      sys/fanotify.h  d       #define FANOTIFY_METADATA_VERSION 3
+FAN_ACCESS     sys/fanotify.h  d       #define FAN_ACCESS 0x01
+FAN_ACCESS_PERM        sys/fanotify.h  d       #define FAN_ACCESS_PERM 0x20000
+FAN_ALLOW      sys/fanotify.h  d       #define FAN_ALLOW 0x01
+FAN_ALL_CLASS_BITS     sys/fanotify.h  d       #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
+FAN_ALL_EVENTS sys/fanotify.h  d       #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
+FAN_ALL_INIT_FLAGS     sys/fanotify.h  d       #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
+FAN_ALL_MARK_FLAGS     sys/fanotify.h  d       #define FAN_ALL_MARK_FLAGS (FAN_MARK_ADD | FAN_MARK_REMOVE | FAN_MARK_DONT_FOLLOW | FAN_MARK_ONLYDIR | FAN_MARK_MOUNT | FAN_MARK_IGNORED_MASK | FAN_MARK_IGNORED_SURV_MODIFY | FAN_MARK_FLUSH)
+FAN_ALL_OUTGOING_EVENTS        sys/fanotify.h  d       #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
+FAN_ALL_PERM_EVENTS    sys/fanotify.h  d       #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM | FAN_ACCESS_PERM)
+FAN_CLASS_CONTENT      sys/fanotify.h  d       #define FAN_CLASS_CONTENT 0x04
+FAN_CLASS_NOTIF        sys/fanotify.h  d       #define FAN_CLASS_NOTIF 0
+FAN_CLASS_PRE_CONTENT  sys/fanotify.h  d       #define FAN_CLASS_PRE_CONTENT 0x08
+FAN_CLOEXEC    sys/fanotify.h  d       #define FAN_CLOEXEC 0x01
+FAN_CLOSE      sys/fanotify.h  d       #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
+FAN_CLOSE_NOWRITE      sys/fanotify.h  d       #define FAN_CLOSE_NOWRITE 0x10
+FAN_CLOSE_WRITE        sys/fanotify.h  d       #define FAN_CLOSE_WRITE 0x08
+FAN_DENY       sys/fanotify.h  d       #define FAN_DENY 0x02
+FAN_EVENT_METADATA_LEN sys/fanotify.h  d       #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
+FAN_EVENT_NEXT sys/fanotify.h  d       #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((char *)(meta)) + (meta)->event_len))
+FAN_EVENT_OK   sys/fanotify.h  d       #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
+FAN_EVENT_ON_CHILD     sys/fanotify.h  d       #define FAN_EVENT_ON_CHILD 0x08000000
+FAN_MARK_ADD   sys/fanotify.h  d       #define FAN_MARK_ADD 0x01
+FAN_MARK_DONT_FOLLOW   sys/fanotify.h  d       #define FAN_MARK_DONT_FOLLOW 0x04
+FAN_MARK_FLUSH sys/fanotify.h  d       #define FAN_MARK_FLUSH 0x80
+FAN_MARK_IGNORED_MASK  sys/fanotify.h  d       #define FAN_MARK_IGNORED_MASK 0x20
+FAN_MARK_IGNORED_SURV_MODIFY   sys/fanotify.h  d       #define FAN_MARK_IGNORED_SURV_MODIFY 0x40
+FAN_MARK_MOUNT sys/fanotify.h  d       #define FAN_MARK_MOUNT 0x10
+FAN_MARK_ONLYDIR       sys/fanotify.h  d       #define FAN_MARK_ONLYDIR 0x08
+FAN_MARK_REMOVE        sys/fanotify.h  d       #define FAN_MARK_REMOVE 0x02
+FAN_MODIFY     sys/fanotify.h  d       #define FAN_MODIFY 0x02
+FAN_NOFD       sys/fanotify.h  d       #define FAN_NOFD -1
+FAN_NONBLOCK   sys/fanotify.h  d       #define FAN_NONBLOCK 0x02
+FAN_ONDIR      sys/fanotify.h  d       #define FAN_ONDIR 0x40000000
+FAN_OPEN       sys/fanotify.h  d       #define FAN_OPEN 0x20
+FAN_OPEN_PERM  sys/fanotify.h  d       #define FAN_OPEN_PERM 0x10000
+FAN_Q_OVERFLOW sys/fanotify.h  d       #define FAN_Q_OVERFLOW 0x4000
+FAN_UNLIMITED_MARKS    sys/fanotify.h  d       #define FAN_UNLIMITED_MARKS 0x20
+FAN_UNLIMITED_QUEUE    sys/fanotify.h  d       #define FAN_UNLIMITED_QUEUE 0x10
+FAPPEND        fcntl.h d       #define FAPPEND O_APPEND
+FASYNC fcntl.h d       #define FASYNC O_ASYNC
+FD_CLOEXEC     fcntl.h d       #define FD_CLOEXEC 1
+FD_CLR sys/select.h    d       #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long)))))
+FD_ISSET       sys/select.h    d       #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long)))))
+FD_SET sys/select.h    d       #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long)))))
+FD_SETSIZE     sys/select.h    d       #define FD_SETSIZE 1024
+FD_ZERO        sys/select.h    d       #define FD_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); __i; __i--) *__b++=0; } while(0)
+FFSYNC fcntl.h d       #define FFSYNC O_FSYNC
+FIFOTYPE       tar.h   d       #define FIFOTYPE '6'
+FILENAME_MAX   stdio.h d       #define FILENAME_MAX 4096
+FILESIZEBITS   limits.h        d       #define FILESIZEBITS 64
+FIND   search.h        e       
+FLOATBITS      values.h        d       #define FLOATBITS (sizeof(float) * 8)
+FLT_DECIMAL_DIG        float.h d       #define FLT_DECIMAL_DIG 9
+FLT_DIG        float.h d       #define FLT_DIG 6
+FLT_EPSILON    float.h d       #define FLT_EPSILON 1.1920928955078125e-07F
+FLT_HAS_SUBNORM        float.h d       #define FLT_HAS_SUBNORM 1
+FLT_MANT_DIG   float.h d       #define FLT_MANT_DIG 24
+FLT_MAX        float.h d       #define FLT_MAX 3.40282346638528859812e+38F
+FLT_MAX_10_EXP float.h d       #define FLT_MAX_10_EXP 38
+FLT_MAX_EXP    float.h d       #define FLT_MAX_EXP 128
+FLT_MIN        float.h d       #define FLT_MIN 1.17549435082228750797e-38F
+FLT_MIN_10_EXP float.h d       #define FLT_MIN_10_EXP (-37)
+FLT_MIN_EXP    float.h d       #define FLT_MIN_EXP (-125)
+FLT_RADIX      float.h d       #define FLT_RADIX 2
+FLT_ROUNDS     float.h d       #define FLT_ROUNDS (__flt_rounds())
+FLT_TRUE_MIN   float.h d       #define FLT_TRUE_MIN 1.40129846432481707092e-45F
+FLUSHBAND      stropts.h       d       #define FLUSHBAND 0x04
+FLUSHR stropts.h       d       #define FLUSHR 0x01
+FLUSHRW        stropts.h       d       #define FLUSHRW 0x03
+FLUSHW stropts.h       d       #define FLUSHW 0x02
+FMAXEXP        values.h        d       #define FMAXEXP FLT_MAX_EXP
+FMINEXP        values.h        d       #define FMINEXP FLT_MIN_EXP
+FMNAMESZ       stropts.h       d       #define FMNAMESZ 8
+FNDELAY        fcntl.h d       #define FNDELAY O_NDELAY
+FNM_CASEFOLD   fnmatch.h       d       #define FNM_CASEFOLD 0x10
+FNM_FILE_NAME  fnmatch.h       d       #define FNM_FILE_NAME FNM_PATHNAME
+FNM_LEADING_DIR        fnmatch.h       d       #define FNM_LEADING_DIR 0x8 
+FNM_NOESCAPE   fnmatch.h       d       #define FNM_NOESCAPE 0x2
+FNM_NOMATCH    fnmatch.h       d       #define FNM_NOMATCH 1
+FNM_NOSYS      fnmatch.h       d       #define FNM_NOSYS (-1)
+FNM_PATHNAME   fnmatch.h       d       #define FNM_PATHNAME 0x1
+FNM_PERIOD     fnmatch.h       d       #define FNM_PERIOD 0x4
+FNONBLOCK      fcntl.h d       #define FNONBLOCK O_NONBLOCK
+FOPEN_MAX      stdio.h d       #define FOPEN_MAX 1000
+FORMAT_UNIT    scsi/scsi.h     d       #define FORMAT_UNIT 0x04
+FORMERR        arpa/nameser.h  d       #define FORMERR ns_r_formerr
+FORM_C arpa/ftp.h      d       #define FORM_C 3
+FORM_N arpa/ftp.h      d       #define FORM_N 1
+FORM_T arpa/ftp.h      d       #define FORM_T 2
+FPE_FLTDIV     signal.h        d       #define FPE_FLTDIV 3
+FPE_FLTINV     signal.h        d       #define FPE_FLTINV 7
+FPE_FLTOVF     signal.h        d       #define FPE_FLTOVF 4
+FPE_FLTRES     signal.h        d       #define FPE_FLTRES 6
+FPE_FLTSUB     signal.h        d       #define FPE_FLTSUB 8
+FPE_FLTUND     signal.h        d       #define FPE_FLTUND 5
+FPE_INTDIV     signal.h        d       #define FPE_INTDIV 1
+FPE_INTOVF     signal.h        d       #define FPE_INTOVF 2
+FP_ILOGB0      math.h  d       #define FP_ILOGB0 FP_ILOGBNAN
+FP_ILOGBNAN    math.h  d       #define FP_ILOGBNAN (-1-(int)(((unsigned)-1)>>1))
+FP_INFINITE    math.h  d       #define FP_INFINITE 1
+FP_NAN math.h  d       #define FP_NAN 0
+FP_NORMAL      math.h  d       #define FP_NORMAL 4
+FP_SUBNORMAL   math.h  d       #define FP_SUBNORMAL 3
+FP_ZERO        math.h  d       #define FP_ZERO 2
+FSETLOCKING_BYCALLER   stdio_ext.h     d       #define FSETLOCKING_BYCALLER 2
+FSETLOCKING_INTERNAL   stdio_ext.h     d       #define FSETLOCKING_INTERNAL 1
+FSETLOCKING_QUERY      stdio_ext.h     d       #define FSETLOCKING_QUERY 0
+FTW_CHDIR      ftw.h   d       #define FTW_CHDIR 4
+FTW_D  ftw.h   d       #define FTW_D 2
+FTW_DEPTH      ftw.h   d       #define FTW_DEPTH 8
+FTW_DNR        ftw.h   d       #define FTW_DNR 3
+FTW_DP ftw.h   d       #define FTW_DP 6
+FTW_F  ftw.h   d       #define FTW_F 1
+FTW_MOUNT      ftw.h   d       #define FTW_MOUNT 2
+FTW_NS ftw.h   d       #define FTW_NS 4
+FTW_PHYS       ftw.h   d       #define FTW_PHYS 1
+FTW_SL ftw.h   d       #define FTW_SL 5
+FTW_SLN        ftw.h   d       #define FTW_SLN 7
+F_ADD_SEALS    fcntl.h d       #define F_ADD_SEALS 1033
+F_CANCELLK     fcntl.h d       #define F_CANCELLK 1029
+F_DUPFD_CLOEXEC        fcntl.h d       #define F_DUPFD_CLOEXEC 1030
+F_GETLEASE     fcntl.h d       #define F_GETLEASE 1025
+F_GETLK64      fcntl.h d       #define F_GETLK64 F_GETLK
+F_GETPIPE_SZ   fcntl.h d       #define F_GETPIPE_SZ 1032
+F_GET_SEALS    fcntl.h d       #define F_GET_SEALS 1034
+F_LOCK fcntl.h d       #define F_LOCK 1
+F_LOCK unistd.h        d       #define F_LOCK 1
+F_NOTIFY       fcntl.h d       #define F_NOTIFY 1026
+F_OFD_GETLK    fcntl.h d       #define F_OFD_GETLK 36
+F_OFD_SETLK    fcntl.h d       #define F_OFD_SETLK 37
+F_OFD_SETLKW   fcntl.h d       #define F_OFD_SETLKW 38
+F_OK   fcntl.h d       #define F_OK 0
+F_OK   unistd.h        d       #define F_OK 0
+F_OWNER_GID    fcntl.h d       #define F_OWNER_GID 2
+F_OWNER_PGRP   fcntl.h d       #define F_OWNER_PGRP 2
+F_OWNER_PID    fcntl.h d       #define F_OWNER_PID 1
+F_OWNER_TID    fcntl.h d       #define F_OWNER_TID 0
+F_RDLCK        fcntl.h d       #define F_RDLCK 0
+F_SEAL_GROW    fcntl.h d       #define F_SEAL_GROW 0x0004
+F_SEAL_SEAL    fcntl.h d       #define F_SEAL_SEAL 0x0001
+F_SEAL_SHRINK  fcntl.h d       #define F_SEAL_SHRINK 0x0002
+F_SEAL_WRITE   fcntl.h d       #define F_SEAL_WRITE 0x0008
+F_SETLEASE     fcntl.h d       #define F_SETLEASE 1024
+F_SETLK64      fcntl.h d       #define F_SETLK64 F_SETLK
+F_SETLKW64     fcntl.h d       #define F_SETLKW64 F_SETLKW
+F_SETPIPE_SZ   fcntl.h d       #define F_SETPIPE_SZ 1031
+F_TEST fcntl.h d       #define F_TEST 3
+F_TEST unistd.h        d       #define F_TEST 3
+F_TLOCK        fcntl.h d       #define F_TLOCK 2
+F_TLOCK        unistd.h        d       #define F_TLOCK 2
+F_ULOCK        fcntl.h d       #define F_ULOCK 0
+F_ULOCK        unistd.h        d       #define F_ULOCK 0
+F_UNLCK        fcntl.h d       #define F_UNLCK 2
+F_WRLCK        fcntl.h d       #define F_WRLCK 1
+GA     arpa/telnet.h   d       #define GA 249
+GETALL sys/sem.h       d       #define GETALL 13
+GETLONG        arpa/nameser.h  d       #define GETLONG NS_GET32
+GETNCNT        sys/sem.h       d       #define GETNCNT 14
+GETPID sys/sem.h       d       #define GETPID 11
+GETSHORT       arpa/nameser.h  d       #define GETSHORT NS_GET16
+GETVAL sys/sem.h       d       #define GETVAL 12
+GETZCNT        sys/sem.h       d       #define GETZCNT 15
+GLOB_ABORTED   glob.h  d       #define GLOB_ABORTED 2
+GLOB_APPEND    glob.h  d       #define GLOB_APPEND 0x20
+GLOB_DOOFFS    glob.h  d       #define GLOB_DOOFFS 0x08
+GLOB_ERR       glob.h  d       #define GLOB_ERR 0x01
+GLOB_MARK      glob.h  d       #define GLOB_MARK 0x02
+GLOB_NOCHECK   glob.h  d       #define GLOB_NOCHECK 0x10
+GLOB_NOESCAPE  glob.h  d       #define GLOB_NOESCAPE 0x40
+GLOB_NOMATCH   glob.h  d       #define GLOB_NOMATCH 3
+GLOB_NOSORT    glob.h  d       #define GLOB_NOSORT 0x04
+GLOB_NOSPACE   glob.h  d       #define GLOB_NOSPACE 1
+GLOB_NOSYS     glob.h  d       #define GLOB_NOSYS 4
+GLOB_PERIOD    glob.h  d       #define GLOB_PERIOD 0x80
+GMT_BOT        sys/mtio.h      d       #define GMT_BOT(x) ((x) & 0x40000000)
+GMT_DR_OPEN    sys/mtio.h      d       #define GMT_DR_OPEN(x) ((x) & 0x00040000)
+GMT_D_1600     sys/mtio.h      d       #define GMT_D_1600(x) ((x) & 0x00400000)
+GMT_D_6250     sys/mtio.h      d       #define GMT_D_6250(x) ((x) & 0x00800000)
+GMT_D_800      sys/mtio.h      d       #define GMT_D_800(x) ((x) & 0x00200000)
+GMT_EOD        sys/mtio.h      d       #define GMT_EOD(x) ((x) & 0x08000000)
+GMT_EOF        sys/mtio.h      d       #define GMT_EOF(x) ((x) & 0x80000000)
+GMT_EOT        sys/mtio.h      d       #define GMT_EOT(x) ((x) & 0x20000000)
+GMT_IM_REP_EN  sys/mtio.h      d       #define GMT_IM_REP_EN(x) ((x) & 0x00010000)
+GMT_ONLINE     sys/mtio.h      d       #define GMT_ONLINE(x) ((x) & 0x01000000)
+GMT_SM sys/mtio.h      d       #define GMT_SM(x) ((x) & 0x10000000)
+GMT_WR_PROT    sys/mtio.h      d       #define GMT_WR_PROT(x) ((x) & 0x04000000)
+GOOD   scsi/scsi.h     d       #define GOOD 0x00
+GROUP_FILTER_SIZE      netinet/in.h    d       #define GROUP_FILTER_SIZE(numsrc) (sizeof(struct group_filter) - sizeof(struct sockaddr_storage) + (numsrc) * sizeof(struct sockaddr_storage))
+GRPQUOTA       sys/quota.h     d       #define GRPQUOTA 1
+GRP_COMDAT     elf.h   d       #define GRP_COMDAT 0x1
+HARDWARE_ERROR scsi/scsi.h     d       #define HARDWARE_ERROR 0x04
+HEADER arpa/nameser.h  t       } HEADER;
+HEAD_OF_QUEUE_TAG      scsi/scsi.h     d       #define HEAD_OF_QUEUE_TAG 0x21
+HFIXEDSZ       arpa/nameser.h  d       #define HFIXEDSZ NS_HFIXEDSZ
+HIBITL values.h        d       #define HIBITL MINLONG
+HIBITS values.h        d       #define HIBITS MINSHORT
+HOST_NAME_MAX  limits.h        d       #define HOST_NAME_MAX 255
+HOST_NOT_FOUND netdb.h d       #define HOST_NOT_FOUND 1
+HUGE   math.h  d       #define HUGE 3.40282346638528859812e+38F
+HUGE_VAL       math.h  d       #define HUGE_VAL ((double)INFINITY)
+HUGE_VALF      math.h  d       #define HUGE_VALF INFINITY
+HUGE_VALL      math.h  d       #define HUGE_VALL ((long double)INFINITY)
+I      complex.h       d       #define I _Complex_I
+IAC    arpa/telnet.h   d       #define IAC 255
+ICACHE sys/cachectl.h  d       #define ICACHE (1<<0)
+ICMP6_DST_UNREACH      netinet/icmp6.h d       #define ICMP6_DST_UNREACH 1
+ICMP6_DST_UNREACH_ADDR netinet/icmp6.h d       #define ICMP6_DST_UNREACH_ADDR 3
+ICMP6_DST_UNREACH_ADMIN        netinet/icmp6.h d       #define ICMP6_DST_UNREACH_ADMIN 1
+ICMP6_DST_UNREACH_BEYONDSCOPE  netinet/icmp6.h d       #define ICMP6_DST_UNREACH_BEYONDSCOPE 2
+ICMP6_DST_UNREACH_NOPORT       netinet/icmp6.h d       #define ICMP6_DST_UNREACH_NOPORT 4
+ICMP6_DST_UNREACH_NOROUTE      netinet/icmp6.h d       #define ICMP6_DST_UNREACH_NOROUTE 0
+ICMP6_ECHO_REPLY       netinet/icmp6.h d       #define ICMP6_ECHO_REPLY 129
+ICMP6_ECHO_REQUEST     netinet/icmp6.h d       #define ICMP6_ECHO_REQUEST 128
+ICMP6_FILTER   netinet/icmp6.h d       #define ICMP6_FILTER 1
+ICMP6_FILTER_BLOCK     netinet/icmp6.h d       #define ICMP6_FILTER_BLOCK 1
+ICMP6_FILTER_BLOCKOTHERS       netinet/icmp6.h d       #define ICMP6_FILTER_BLOCKOTHERS 3
+ICMP6_FILTER_PASS      netinet/icmp6.h d       #define ICMP6_FILTER_PASS 2
+ICMP6_FILTER_PASSONLY  netinet/icmp6.h d       #define ICMP6_FILTER_PASSONLY 4
+ICMP6_FILTER_SETBLOCK  netinet/icmp6.h d       #define ICMP6_FILTER_SETBLOCK(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))))
+ICMP6_FILTER_SETBLOCKALL       netinet/icmp6.h d       #define ICMP6_FILTER_SETBLOCKALL(filterp) memset (filterp, 0xFF, sizeof (struct icmp6_filter));
+ICMP6_FILTER_SETPASS   netinet/icmp6.h d       #define ICMP6_FILTER_SETPASS(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))))
+ICMP6_FILTER_SETPASSALL        netinet/icmp6.h d       #define ICMP6_FILTER_SETPASSALL(filterp) memset (filterp, 0, sizeof (struct icmp6_filter));
+ICMP6_FILTER_WILLBLOCK netinet/icmp6.h d       #define ICMP6_FILTER_WILLBLOCK(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
+ICMP6_FILTER_WILLPASS  netinet/icmp6.h d       #define ICMP6_FILTER_WILLPASS(type, filterp) ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
+ICMP6_INFOMSG_MASK     netinet/icmp6.h d       #define ICMP6_INFOMSG_MASK 0x80
+ICMP6_PACKET_TOO_BIG   netinet/icmp6.h d       #define ICMP6_PACKET_TOO_BIG 2
+ICMP6_PARAMPROB_HEADER netinet/icmp6.h d       #define ICMP6_PARAMPROB_HEADER 0
+ICMP6_PARAMPROB_NEXTHEADER     netinet/icmp6.h d       #define ICMP6_PARAMPROB_NEXTHEADER 1
+ICMP6_PARAMPROB_OPTION netinet/icmp6.h d       #define ICMP6_PARAMPROB_OPTION 2
+ICMP6_PARAM_PROB       netinet/icmp6.h d       #define ICMP6_PARAM_PROB 4
+ICMP6_ROUTER_RENUMBERING       netinet/icmp6.h d       #define ICMP6_ROUTER_RENUMBERING 138
+ICMP6_RR_FLAGS_FORCEAPPLY      netinet/icmp6.h d       #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
+ICMP6_RR_FLAGS_PREVDONE        netinet/icmp6.h d       #define ICMP6_RR_FLAGS_PREVDONE 0x08
+ICMP6_RR_FLAGS_REQRESULT       netinet/icmp6.h d       #define ICMP6_RR_FLAGS_REQRESULT 0x40
+ICMP6_RR_FLAGS_SPECSITE        netinet/icmp6.h d       #define ICMP6_RR_FLAGS_SPECSITE 0x10
+ICMP6_RR_FLAGS_TEST    netinet/icmp6.h d       #define ICMP6_RR_FLAGS_TEST 0x80
+ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME       netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40
+ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME       netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40000000
+ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME       netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80
+ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME       netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80000000
+ICMP6_RR_PCOUSE_RAFLAGS_AUTO   netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_RAFLAGS_AUTO 0x10
+ICMP6_RR_PCOUSE_RAFLAGS_ONLINK netinet/icmp6.h d       #define ICMP6_RR_PCOUSE_RAFLAGS_ONLINK 0x20
+ICMP6_RR_RESULT_FLAGS_FORBIDDEN        netinet/icmp6.h d       #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0001
+ICMP6_RR_RESULT_FLAGS_FORBIDDEN        netinet/icmp6.h d       #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0100
+ICMP6_RR_RESULT_FLAGS_OOB      netinet/icmp6.h d       #define ICMP6_RR_RESULT_FLAGS_OOB 0x0002
+ICMP6_RR_RESULT_FLAGS_OOB      netinet/icmp6.h d       #define ICMP6_RR_RESULT_FLAGS_OOB 0x0200
+ICMP6_TIME_EXCEEDED    netinet/icmp6.h d       #define ICMP6_TIME_EXCEEDED 3
+ICMP6_TIME_EXCEED_REASSEMBLY   netinet/icmp6.h d       #define ICMP6_TIME_EXCEED_REASSEMBLY 1
+ICMP6_TIME_EXCEED_TRANSIT      netinet/icmp6.h d       #define ICMP6_TIME_EXCEED_TRANSIT 0
+ICMP_ADDRESS   netinet/ip_icmp.h       d       #define ICMP_ADDRESS 17
+ICMP_ADDRESSREPLY      netinet/ip_icmp.h       d       #define ICMP_ADDRESSREPLY 18
+ICMP_ADVLEN    netinet/ip_icmp.h       d       #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
+ICMP_ADVLENMIN netinet/ip_icmp.h       d       #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8)
+ICMP_DEST_UNREACH      netinet/ip_icmp.h       d       #define ICMP_DEST_UNREACH 3
+ICMP_ECHO      netinet/ip_icmp.h       d       #define ICMP_ECHO 8
+ICMP_ECHOREPLY netinet/ip_icmp.h       d       #define ICMP_ECHOREPLY 0
+ICMP_EXC_FRAGTIME      netinet/ip_icmp.h       d       #define ICMP_EXC_FRAGTIME 1
+ICMP_EXC_TTL   netinet/ip_icmp.h       d       #define ICMP_EXC_TTL 0
+ICMP_FRAG_NEEDED       netinet/ip_icmp.h       d       #define ICMP_FRAG_NEEDED 4
+ICMP_HOST_ANO  netinet/ip_icmp.h       d       #define ICMP_HOST_ANO 10
+ICMP_HOST_ISOLATED     netinet/ip_icmp.h       d       #define ICMP_HOST_ISOLATED 8
+ICMP_HOST_UNKNOWN      netinet/ip_icmp.h       d       #define ICMP_HOST_UNKNOWN 7
+ICMP_HOST_UNREACH      netinet/ip_icmp.h       d       #define ICMP_HOST_UNREACH 1
+ICMP_HOST_UNR_TOS      netinet/ip_icmp.h       d       #define ICMP_HOST_UNR_TOS 12
+ICMP_INFOTYPE  netinet/ip_icmp.h       d       #define ICMP_INFOTYPE(type) ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
+ICMP_INFO_REPLY        netinet/ip_icmp.h       d       #define ICMP_INFO_REPLY 16
+ICMP_INFO_REQUEST      netinet/ip_icmp.h       d       #define ICMP_INFO_REQUEST 15
+ICMP_IREQ      netinet/ip_icmp.h       d       #define ICMP_IREQ 15
+ICMP_IREQREPLY netinet/ip_icmp.h       d       #define ICMP_IREQREPLY 16
+ICMP_MASKLEN   netinet/ip_icmp.h       d       #define ICMP_MASKLEN 12
+ICMP_MASKREPLY netinet/ip_icmp.h       d       #define ICMP_MASKREPLY 18
+ICMP_MASKREQ   netinet/ip_icmp.h       d       #define ICMP_MASKREQ 17
+ICMP_MAXTYPE   netinet/ip_icmp.h       d       #define ICMP_MAXTYPE 18
+ICMP_MINLEN    netinet/ip_icmp.h       d       #define ICMP_MINLEN 8
+ICMP_NET_ANO   netinet/ip_icmp.h       d       #define ICMP_NET_ANO 9
+ICMP_NET_UNKNOWN       netinet/ip_icmp.h       d       #define ICMP_NET_UNKNOWN 6
+ICMP_NET_UNREACH       netinet/ip_icmp.h       d       #define ICMP_NET_UNREACH 0
+ICMP_NET_UNR_TOS       netinet/ip_icmp.h       d       #define ICMP_NET_UNR_TOS 11
+ICMP_PARAMETERPROB     netinet/ip_icmp.h       d       #define ICMP_PARAMETERPROB 12
+ICMP_PARAMPROB netinet/ip_icmp.h       d       #define ICMP_PARAMPROB 12
+ICMP_PARAMPROB_OPTABSENT       netinet/ip_icmp.h       d       #define ICMP_PARAMPROB_OPTABSENT 1
+ICMP_PKT_FILTERED      netinet/ip_icmp.h       d       #define ICMP_PKT_FILTERED 13
+ICMP_PORT_UNREACH      netinet/ip_icmp.h       d       #define ICMP_PORT_UNREACH 3
+ICMP_PREC_CUTOFF       netinet/ip_icmp.h       d       #define ICMP_PREC_CUTOFF 15
+ICMP_PREC_VIOLATION    netinet/ip_icmp.h       d       #define ICMP_PREC_VIOLATION 14
+ICMP_PROT_UNREACH      netinet/ip_icmp.h       d       #define ICMP_PROT_UNREACH 2
+ICMP_REDIRECT  netinet/ip_icmp.h       d       #define ICMP_REDIRECT 5
+ICMP_REDIRECT_HOST     netinet/ip_icmp.h       d       #define ICMP_REDIRECT_HOST 1
+ICMP_REDIRECT_NET      netinet/ip_icmp.h       d       #define ICMP_REDIRECT_NET 0
+ICMP_REDIRECT_TOSHOST  netinet/ip_icmp.h       d       #define ICMP_REDIRECT_TOSHOST 3
+ICMP_REDIRECT_TOSNET   netinet/ip_icmp.h       d       #define ICMP_REDIRECT_TOSNET 2
+ICMP_REDIR_HOST        netinet/ip_icmp.h       d       #define ICMP_REDIR_HOST 1
+ICMP_REDIR_HOSTTOS     netinet/ip_icmp.h       d       #define ICMP_REDIR_HOSTTOS 3
+ICMP_REDIR_NET netinet/ip_icmp.h       d       #define ICMP_REDIR_NET 0
+ICMP_REDIR_NETTOS      netinet/ip_icmp.h       d       #define ICMP_REDIR_NETTOS 2
+ICMP_ROUTERADVERT      netinet/ip_icmp.h       d       #define ICMP_ROUTERADVERT 9
+ICMP_ROUTERSOLICIT     netinet/ip_icmp.h       d       #define ICMP_ROUTERSOLICIT 10
+ICMP_SOURCEQUENCH      netinet/ip_icmp.h       d       #define ICMP_SOURCEQUENCH 4
+ICMP_SOURCE_QUENCH     netinet/ip_icmp.h       d       #define ICMP_SOURCE_QUENCH 4
+ICMP_SR_FAILED netinet/ip_icmp.h       d       #define ICMP_SR_FAILED 5
+ICMP_TIMESTAMP netinet/ip_icmp.h       d       #define ICMP_TIMESTAMP 13
+ICMP_TIMESTAMPREPLY    netinet/ip_icmp.h       d       #define ICMP_TIMESTAMPREPLY 14
+ICMP_TIME_EXCEEDED     netinet/ip_icmp.h       d       #define ICMP_TIME_EXCEEDED 11
+ICMP_TIMXCEED  netinet/ip_icmp.h       d       #define ICMP_TIMXCEED 11
+ICMP_TIMXCEED_INTRANS  netinet/ip_icmp.h       d       #define ICMP_TIMXCEED_INTRANS 0
+ICMP_TIMXCEED_REASS    netinet/ip_icmp.h       d       #define ICMP_TIMXCEED_REASS 1
+ICMP_TSLEN     netinet/ip_icmp.h       d       #define ICMP_TSLEN (8 + 3 * sizeof (n_time))
+ICMP_TSTAMP    netinet/ip_icmp.h       d       #define ICMP_TSTAMP 13
+ICMP_TSTAMPREPLY       netinet/ip_icmp.h       d       #define ICMP_TSTAMPREPLY 14
+ICMP_UNREACH   netinet/ip_icmp.h       d       #define ICMP_UNREACH 3
+ICMP_UNREACH_FILTER_PROHIB     netinet/ip_icmp.h       d       #define ICMP_UNREACH_FILTER_PROHIB 13
+ICMP_UNREACH_HOST      netinet/ip_icmp.h       d       #define ICMP_UNREACH_HOST 1
+ICMP_UNREACH_HOST_PRECEDENCE   netinet/ip_icmp.h       d       #define ICMP_UNREACH_HOST_PRECEDENCE 14
+ICMP_UNREACH_HOST_PROHIB       netinet/ip_icmp.h       d       #define ICMP_UNREACH_HOST_PROHIB 10
+ICMP_UNREACH_HOST_UNKNOWN      netinet/ip_icmp.h       d       #define ICMP_UNREACH_HOST_UNKNOWN 7
+ICMP_UNREACH_ISOLATED  netinet/ip_icmp.h       d       #define ICMP_UNREACH_ISOLATED 8
+ICMP_UNREACH_NEEDFRAG  netinet/ip_icmp.h       d       #define ICMP_UNREACH_NEEDFRAG 4
+ICMP_UNREACH_NET       netinet/ip_icmp.h       d       #define ICMP_UNREACH_NET 0
+ICMP_UNREACH_NET_PROHIB        netinet/ip_icmp.h       d       #define ICMP_UNREACH_NET_PROHIB 9
+ICMP_UNREACH_NET_UNKNOWN       netinet/ip_icmp.h       d       #define ICMP_UNREACH_NET_UNKNOWN 6
+ICMP_UNREACH_PORT      netinet/ip_icmp.h       d       #define ICMP_UNREACH_PORT 3
+ICMP_UNREACH_PRECEDENCE_CUTOFF netinet/ip_icmp.h       d       #define ICMP_UNREACH_PRECEDENCE_CUTOFF 15
+ICMP_UNREACH_PROTOCOL  netinet/ip_icmp.h       d       #define ICMP_UNREACH_PROTOCOL 2
+ICMP_UNREACH_SRCFAIL   netinet/ip_icmp.h       d       #define ICMP_UNREACH_SRCFAIL 5
+ICMP_UNREACH_TOSHOST   netinet/ip_icmp.h       d       #define ICMP_UNREACH_TOSHOST 12
+ICMP_UNREACH_TOSNET    netinet/ip_icmp.h       d       #define ICMP_UNREACH_TOSNET 11
+IFF_ALLMULTI   net/if.h        d       #define IFF_ALLMULTI 0x200
+IFF_AUTOMEDIA  net/if.h        d       #define IFF_AUTOMEDIA 0x4000
+IFF_BROADCAST  net/if.h        d       #define IFF_BROADCAST 0x2
+IFF_DEBUG      net/if.h        d       #define IFF_DEBUG 0x4
+IFF_DORMANT    net/if.h        d       #define IFF_DORMANT 0x20000
+IFF_DYNAMIC    net/if.h        d       #define IFF_DYNAMIC 0x8000
+IFF_ECHO       net/if.h        d       #define IFF_ECHO 0x40000
+IFF_LOOPBACK   net/if.h        d       #define IFF_LOOPBACK 0x8
+IFF_LOWER_UP   net/if.h        d       #define IFF_LOWER_UP 0x10000
+IFF_MASTER     net/if.h        d       #define IFF_MASTER 0x400
+IFF_MULTICAST  net/if.h        d       #define IFF_MULTICAST 0x1000
+IFF_NOARP      net/if.h        d       #define IFF_NOARP 0x80
+IFF_NOTRAILERS net/if.h        d       #define IFF_NOTRAILERS 0x20
+IFF_POINTOPOINT        net/if.h        d       #define IFF_POINTOPOINT 0x10
+IFF_PORTSEL    net/if.h        d       #define IFF_PORTSEL 0x2000
+IFF_PROMISC    net/if.h        d       #define IFF_PROMISC 0x100
+IFF_RUNNING    net/if.h        d       #define IFF_RUNNING 0x40
+IFF_SLAVE      net/if.h        d       #define IFF_SLAVE 0x800
+IFF_UP net/if.h        d       #define IFF_UP 0x1
+IFF_VOLATILE   net/if.h        d       #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
+IFHWADDRLEN    net/if.h        d       #define IFHWADDRLEN 6
+IFNAMSIZ       net/if.h        d       #define IFNAMSIZ IF_NAMESIZE
+IFTODT dirent.h        d       #define IFTODT(x) ((x)>>12 & 017)
+IF_NAMESIZE    net/if.h        d       #define IF_NAMESIZE 16
+IGMP_AWAKENING_MEMBER  netinet/igmp.h  d       #define IGMP_AWAKENING_MEMBER 5
+IGMP_DELAYING_MEMBER   netinet/igmp.h  d       #define IGMP_DELAYING_MEMBER 1
+IGMP_DVMRP     netinet/igmp.h  d       #define IGMP_DVMRP 0x13
+IGMP_HOST_LEAVE_MESSAGE        netinet/igmp.h  d       #define IGMP_HOST_LEAVE_MESSAGE IGMP_V2_LEAVE_GROUP
+IGMP_HOST_MEMBERSHIP_QUERY     netinet/igmp.h  d       #define IGMP_HOST_MEMBERSHIP_QUERY IGMP_MEMBERSHIP_QUERY
+IGMP_HOST_MEMBERSHIP_REPORT    netinet/igmp.h  d       #define IGMP_HOST_MEMBERSHIP_REPORT IGMP_V1_MEMBERSHIP_REPORT
+IGMP_HOST_NEW_MEMBERSHIP_REPORT        netinet/igmp.h  d       #define IGMP_HOST_NEW_MEMBERSHIP_REPORT IGMP_V2_MEMBERSHIP_REPORT
+IGMP_IDLE_MEMBER       netinet/igmp.h  d       #define IGMP_IDLE_MEMBER 2
+IGMP_LAZY_MEMBER       netinet/igmp.h  d       #define IGMP_LAZY_MEMBER 3
+IGMP_MAX_HOST_REPORT_DELAY     netinet/igmp.h  d       #define IGMP_MAX_HOST_REPORT_DELAY 10
+IGMP_MEMBERSHIP_QUERY  netinet/igmp.h  d       #define IGMP_MEMBERSHIP_QUERY 0x11
+IGMP_MINLEN    netinet/igmp.h  d       #define IGMP_MINLEN 8
+IGMP_MTRACE    netinet/igmp.h  d       #define IGMP_MTRACE 0x1f
+IGMP_MTRACE_RESP       netinet/igmp.h  d       #define IGMP_MTRACE_RESP 0x1e
+IGMP_PIM       netinet/igmp.h  d       #define IGMP_PIM 0x14
+IGMP_SLEEPING_MEMBER   netinet/igmp.h  d       #define IGMP_SLEEPING_MEMBER 4
+IGMP_TIMER_SCALE       netinet/igmp.h  d       #define IGMP_TIMER_SCALE 10
+IGMP_TRACE     netinet/igmp.h  d       #define IGMP_TRACE 0x15
+IGMP_V1_MEMBERSHIP_REPORT      netinet/igmp.h  d       #define IGMP_V1_MEMBERSHIP_REPORT 0x12
+IGMP_V2_LEAVE_GROUP    netinet/igmp.h  d       #define IGMP_V2_LEAVE_GROUP 0x17
+IGMP_V2_MEMBERSHIP_REPORT      netinet/igmp.h  d       #define IGMP_V2_MEMBERSHIP_REPORT 0x16
+IGMP_v1_ROUTER netinet/igmp.h  d       #define IGMP_v1_ROUTER 1
+IGMP_v2_ROUTER netinet/igmp.h  d       #define IGMP_v2_ROUTER 2
+IIF_ALL        sys/quota.h     d       #define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
+IIF_BGRACE     sys/quota.h     d       #define IIF_BGRACE 1
+IIF_FLAGS      sys/quota.h     d       #define IIF_FLAGS 4
+IIF_IGRACE     sys/quota.h     d       #define IIF_IGRACE 2
+ILLEGAL_REQUEST        scsi/scsi.h     d       #define ILLEGAL_REQUEST 0x05
+ILL_BADSTK     signal.h        d       #define ILL_BADSTK 8
+ILL_COPROC     signal.h        d       #define ILL_COPROC 7
+ILL_ILLADR     signal.h        d       #define ILL_ILLADR 3
+ILL_ILLOPC     signal.h        d       #define ILL_ILLOPC 1
+ILL_ILLOPN     signal.h        d       #define ILL_ILLOPN 2
+ILL_ILLTRP     signal.h        d       #define ILL_ILLTRP 4
+ILL_PRVOPC     signal.h        d       #define ILL_PRVOPC 5
+ILL_PRVREG     signal.h        d       #define ILL_PRVREG 6
+IN6ADDRSZ      arpa/nameser.h  d       #define IN6ADDRSZ NS_IN6ADDRSZ
+IN6ADDR_ANY_INIT       netinet/in.h    d       #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
+IN6ADDR_LOOPBACK_INIT  netinet/in.h    d       #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
+IN6_ARE_ADDR_EQUAL     netinet/in.h    d       #define IN6_ARE_ADDR_EQUAL(a,b) __ARE_4_EQUAL((const uint32_t *)(a), (const uint32_t *)(b))
+IN6_IS_ADDR_LINKLOCAL  netinet/in.h    d       #define IN6_IS_ADDR_LINKLOCAL(a) ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)
+IN6_IS_ADDR_LOOPBACK   netinet/in.h    d       #define IN6_IS_ADDR_LOOPBACK(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint8_t *) (a))[12] == 0 && ((uint8_t *) (a))[13] == 0 && ((uint8_t *) (a))[14] == 0 && ((uint8_t *) (a))[15] == 1 )
+IN6_IS_ADDR_MC_GLOBAL  netinet/in.h    d       #define IN6_IS_ADDR_MC_GLOBAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0xe))
+IN6_IS_ADDR_MC_LINKLOCAL       netinet/in.h    d       #define IN6_IS_ADDR_MC_LINKLOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))
+IN6_IS_ADDR_MC_NODELOCAL       netinet/in.h    d       #define IN6_IS_ADDR_MC_NODELOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x1))
+IN6_IS_ADDR_MC_ORGLOCAL        netinet/in.h    d       #define IN6_IS_ADDR_MC_ORGLOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x8))
+IN6_IS_ADDR_MC_SITELOCAL       netinet/in.h    d       #define IN6_IS_ADDR_MC_SITELOCAL(a) (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x5))
+IN6_IS_ADDR_MULTICAST  netinet/in.h    d       #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)
+IN6_IS_ADDR_SITELOCAL  netinet/in.h    d       #define IN6_IS_ADDR_SITELOCAL(a) ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0xc0)
+IN6_IS_ADDR_UNSPECIFIED        netinet/in.h    d       #define IN6_IS_ADDR_UNSPECIFIED(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint32_t *) (a))[3] == 0)
+IN6_IS_ADDR_V4COMPAT   netinet/in.h    d       #define IN6_IS_ADDR_V4COMPAT(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint32_t *) (a))[2] == 0 && ((uint8_t *) (a))[15] > 1)
+IN6_IS_ADDR_V4MAPPED   netinet/in.h    d       #define IN6_IS_ADDR_V4MAPPED(a) (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)
+INADDRSZ       arpa/nameser.h  d       #define INADDRSZ NS_INADDRSZ
+INADDR_ALLHOSTS_GROUP  netinet/in.h    d       #define INADDR_ALLHOSTS_GROUP ((in_addr_t) 0xe0000001)
+INADDR_ALLRTRS_GROUP   netinet/in.h    d       #define INADDR_ALLRTRS_GROUP ((in_addr_t) 0xe0000002)
+INADDR_ANY     netinet/in.h    d       #define INADDR_ANY ((in_addr_t) 0x00000000)
+INADDR_BROADCAST       netinet/in.h    d       #define INADDR_BROADCAST ((in_addr_t) 0xffffffff)
+INADDR_LOOPBACK        netinet/in.h    d       #define INADDR_LOOPBACK ((in_addr_t) 0x7f000001)
+INADDR_MAX_LOCAL_GROUP netinet/in.h    d       #define INADDR_MAX_LOCAL_GROUP ((in_addr_t) 0xe00000ff)
+INADDR_NONE    netinet/in.h    d       #define INADDR_NONE ((in_addr_t) 0xffffffff)
+INADDR_UNSPEC_GROUP    netinet/in.h    d       #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000)
+INDIR_MASK     arpa/nameser.h  d       #define INDIR_MASK NS_CMPRSFLGS
+INET6_ADDRSTRLEN       arpa/inet.h     d       #define INET6_ADDRSTRLEN 46
+INET6_ADDRSTRLEN       netinet/in.h    d       #define INET6_ADDRSTRLEN 46
+INET_ADDRSTRLEN        arpa/inet.h     d       #define INET_ADDRSTRLEN 16
+INET_ADDRSTRLEN        netinet/in.h    d       #define INET_ADDRSTRLEN 16
+INFINITY       math.h  d       #define INFINITY 1e5000f
+INFINITY       math.h  d       #define INFINITY __builtin_inff()
+INITIATE_RECOVERY      scsi/scsi.h     d       #define INITIATE_RECOVERY 0x0f
+INITIATOR_ERROR        scsi/scsi.h     d       #define INITIATOR_ERROR 0x05
+INITQFNAMES    sys/quota.h     d       #define INITQFNAMES { "user", "group", "undefined" };
+INIT_PROCESS   utmpx.h d       #define INIT_PROCESS 5
+INQUIRY        scsi/scsi.h     d       #define INQUIRY 0x12
+INT16SZ        arpa/nameser.h  d       #define INT16SZ NS_INT16SZ
+INT16_C        stdint.h        d       #define INT16_C(c) c
+INT16_MAX      stdint.h        d       #define INT16_MAX (0x7fff)
+INT16_MIN      stdint.h        d       #define INT16_MIN (-1-0x7fff)
+INT32SZ        arpa/nameser.h  d       #define INT32SZ NS_INT32SZ
+INT32_C        stdint.h        d       #define INT32_C(c) c
+INT32_MAX      stdint.h        d       #define INT32_MAX (0x7fffffff)
+INT32_MIN      stdint.h        d       #define INT32_MIN (-1-0x7fffffff)
+INT64_C        stdint.h        d       #define INT64_C(c) c ## L
+INT64_C        stdint.h        d       #define INT64_C(c) c ## LL
+INT64_MAX      stdint.h        d       #define INT64_MAX (0x7fffffffffffffff)
+INT64_MIN      stdint.h        d       #define INT64_MIN (-1-0x7fffffffffffffff)
+INT8SZ arpa/nameser.h  d       #define INT8SZ NS_INT8SZ
+INT8_C stdint.h        d       #define INT8_C(c) c
+INT8_MAX       stdint.h        d       #define INT8_MAX (0x7f)
+INT8_MIN       stdint.h        d       #define INT8_MIN (-1-0x7f)
+INTBITS        values.h        d       #define INTBITS (sizeof(int) * 8)
+INTERMEDIATE_C_GOOD    scsi/scsi.h     d       #define INTERMEDIATE_C_GOOD 0x0a
+INTERMEDIATE_GOOD      scsi/scsi.h     d       #define INTERMEDIATE_GOOD 0x08
+INTERNAL_MARK  syslog.h        d       #define INTERNAL_MARK (LOG_NFACILITIES<<3)
+INTERNAL_NOPRI syslog.h        d       #define INTERNAL_NOPRI 0x10
+INTMAX_C       stdint.h        d       #define INTMAX_C(c) c ## L
+INTMAX_C       stdint.h        d       #define INTMAX_C(c) c ## LL
+INTMAX_MAX     stdint.h        d       #define INTMAX_MAX INT64_MAX
+INTMAX_MIN     stdint.h        d       #define INTMAX_MIN INT64_MIN
+INT_FAST64_MAX stdint.h        d       #define INT_FAST64_MAX INT64_MAX
+INT_FAST64_MIN stdint.h        d       #define INT_FAST64_MIN INT64_MIN
+INT_FAST8_MAX  stdint.h        d       #define INT_FAST8_MAX INT8_MAX
+INT_FAST8_MIN  stdint.h        d       #define INT_FAST8_MIN INT8_MIN
+INT_LEAST16_MAX        stdint.h        d       #define INT_LEAST16_MAX INT16_MAX
+INT_LEAST16_MIN        stdint.h        d       #define INT_LEAST16_MIN INT16_MIN
+INT_LEAST32_MAX        stdint.h        d       #define INT_LEAST32_MAX INT32_MAX
+INT_LEAST32_MIN        stdint.h        d       #define INT_LEAST32_MIN INT32_MIN
+INT_LEAST64_MAX        stdint.h        d       #define INT_LEAST64_MAX INT64_MAX
+INT_LEAST64_MIN        stdint.h        d       #define INT_LEAST64_MIN INT64_MIN
+INT_LEAST8_MAX stdint.h        d       #define INT_LEAST8_MAX INT8_MAX
+INT_LEAST8_MIN stdint.h        d       #define INT_LEAST8_MIN INT8_MIN
+INT_MAX        limits.h        d       #define INT_MAX 0x7fffffff
+INT_MIN        limits.h        d       #define INT_MIN (-1-0x7fffffff)
+IN_ACCESS      sys/inotify.h   d       #define IN_ACCESS 0x00000001
+IN_ALL_EVENTS  sys/inotify.h   d       #define IN_ALL_EVENTS 0x00000fff
+IN_ATTRIB      sys/inotify.h   d       #define IN_ATTRIB 0x00000004
+IN_BADCLASS    netinet/in.h    d       #define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
+IN_CLASSA      netinet/in.h    d       #define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0)
+IN_CLASSA_HOST netinet/in.h    d       #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
+IN_CLASSA_MAX  netinet/in.h    d       #define IN_CLASSA_MAX 128
+IN_CLASSA_NET  netinet/in.h    d       #define IN_CLASSA_NET 0xff000000
+IN_CLASSA_NSHIFT       netinet/in.h    d       #define IN_CLASSA_NSHIFT 24
+IN_CLASSB      netinet/in.h    d       #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000)
+IN_CLASSB_HOST netinet/in.h    d       #define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET)
+IN_CLASSB_MAX  netinet/in.h    d       #define IN_CLASSB_MAX 65536
+IN_CLASSB_NET  netinet/in.h    d       #define IN_CLASSB_NET 0xffff0000
+IN_CLASSB_NSHIFT       netinet/in.h    d       #define IN_CLASSB_NSHIFT 16
+IN_CLASSC      netinet/in.h    d       #define IN_CLASSC(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xc0000000)
+IN_CLASSC_HOST netinet/in.h    d       #define IN_CLASSC_HOST (0xffffffff & ~IN_CLASSC_NET)
+IN_CLASSC_NET  netinet/in.h    d       #define IN_CLASSC_NET 0xffffff00
+IN_CLASSC_NSHIFT       netinet/in.h    d       #define IN_CLASSC_NSHIFT 8
+IN_CLASSD      netinet/in.h    d       #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000)
+IN_CLOEXEC     sys/inotify.h   d       #define IN_CLOEXEC O_CLOEXEC
+IN_CLOSE       sys/inotify.h   d       #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
+IN_CLOSE_NOWRITE       sys/inotify.h   d       #define IN_CLOSE_NOWRITE 0x00000010
+IN_CLOSE_WRITE sys/inotify.h   d       #define IN_CLOSE_WRITE 0x00000008
+IN_CREATE      sys/inotify.h   d       #define IN_CREATE 0x00000100
+IN_DELETE      sys/inotify.h   d       #define IN_DELETE 0x00000200
+IN_DELETE_SELF sys/inotify.h   d       #define IN_DELETE_SELF 0x00000400
+IN_DONT_FOLLOW sys/inotify.h   d       #define IN_DONT_FOLLOW 0x02000000
+IN_EXCL_UNLINK sys/inotify.h   d       #define IN_EXCL_UNLINK 0x04000000
+IN_EXPERIMENTAL        netinet/in.h    d       #define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
+IN_IGNORED     sys/inotify.h   d       #define IN_IGNORED 0x00008000
+IN_ISDIR       sys/inotify.h   d       #define IN_ISDIR 0x40000000
+IN_LOOPBACKNET netinet/in.h    d       #define IN_LOOPBACKNET 127
+IN_MASK_ADD    sys/inotify.h   d       #define IN_MASK_ADD 0x20000000
+IN_MODIFY      sys/inotify.h   d       #define IN_MODIFY 0x00000002
+IN_MOVE        sys/inotify.h   d       #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
+IN_MOVED_FROM  sys/inotify.h   d       #define IN_MOVED_FROM 0x00000040
+IN_MOVED_TO    sys/inotify.h   d       #define IN_MOVED_TO 0x00000080
+IN_MOVE_SELF   sys/inotify.h   d       #define IN_MOVE_SELF 0x00000800
+IN_MULTICAST   netinet/in.h    d       #define IN_MULTICAST(a) IN_CLASSD(a)
+IN_NONBLOCK    sys/inotify.h   d       #define IN_NONBLOCK O_NONBLOCK
+IN_ONESHOT     sys/inotify.h   d       #define IN_ONESHOT 0x80000000
+IN_ONLYDIR     sys/inotify.h   d       #define IN_ONLYDIR 0x01000000
+IN_OPEN        sys/inotify.h   d       #define IN_OPEN 0x00000020
+IN_Q_OVERFLOW  sys/inotify.h   d       #define IN_Q_OVERFLOW 0x00004000
+IN_UNMOUNT     sys/inotify.h   d       #define IN_UNMOUNT 0x00002000
+IOV_MAX        limits.h        d       #define IOV_MAX 1024
+IP     arpa/telnet.h   d       #define IP 244
+IP6F_MORE_FRAG netinet/ip6.h   d       #define IP6F_MORE_FRAG 0x0001
+IP6F_MORE_FRAG netinet/ip6.h   d       #define IP6F_MORE_FRAG 0x0100
+IP6F_OFF_MASK  netinet/ip6.h   d       #define IP6F_OFF_MASK 0xf8ff
+IP6F_OFF_MASK  netinet/ip6.h   d       #define IP6F_OFF_MASK 0xfff8
+IP6F_RESERVED_MASK     netinet/ip6.h   d       #define IP6F_RESERVED_MASK 0x0006
+IP6F_RESERVED_MASK     netinet/ip6.h   d       #define IP6F_RESERVED_MASK 0x0600
+IP6OPT_JUMBO   netinet/ip6.h   d       #define IP6OPT_JUMBO 0xc2
+IP6OPT_JUMBO_LEN       netinet/ip6.h   d       #define IP6OPT_JUMBO_LEN 6
+IP6OPT_NSAP_ADDR       netinet/ip6.h   d       #define IP6OPT_NSAP_ADDR 0xc3
+IP6OPT_PAD1    netinet/ip6.h   d       #define IP6OPT_PAD1 0
+IP6OPT_PADN    netinet/ip6.h   d       #define IP6OPT_PADN 1
+IP6OPT_ROUTER_ALERT    netinet/ip6.h   d       #define IP6OPT_ROUTER_ALERT 0x05
+IP6OPT_TUNNEL_LIMIT    netinet/ip6.h   d       #define IP6OPT_TUNNEL_LIMIT 0x04
+IP6OPT_TYPE    netinet/ip6.h   d       #define IP6OPT_TYPE(o) ((o) & 0xc0)
+IP6OPT_TYPE_DISCARD    netinet/ip6.h   d       #define IP6OPT_TYPE_DISCARD 0x40
+IP6OPT_TYPE_FORCEICMP  netinet/ip6.h   d       #define IP6OPT_TYPE_FORCEICMP 0x80
+IP6OPT_TYPE_ICMP       netinet/ip6.h   d       #define IP6OPT_TYPE_ICMP 0xc0
+IP6OPT_TYPE_MUTABLE    netinet/ip6.h   d       #define IP6OPT_TYPE_MUTABLE 0x20
+IP6OPT_TYPE_SKIP       netinet/ip6.h   d       #define IP6OPT_TYPE_SKIP 0x00
+IP6_ALERT_AN   netinet/ip6.h   d       #define IP6_ALERT_AN 0x0002
+IP6_ALERT_AN   netinet/ip6.h   d       #define IP6_ALERT_AN 0x0200
+IP6_ALERT_MLD  netinet/ip6.h   d       #define IP6_ALERT_MLD 0x0000
+IP6_ALERT_MLD  netinet/ip6.h   d       #define IP6_ALERT_MLD 0x0000
+IP6_ALERT_RSVP netinet/ip6.h   d       #define IP6_ALERT_RSVP 0x0001
+IP6_ALERT_RSVP netinet/ip6.h   d       #define IP6_ALERT_RSVP 0x0100
+IPC_CREAT      sys/ipc.h       d       #define IPC_CREAT 01000
+IPC_EXCL       sys/ipc.h       d       #define IPC_EXCL 02000
+IPC_INFO       sys/ipc.h       d       #define IPC_INFO 3
+IPC_NOWAIT     sys/ipc.h       d       #define IPC_NOWAIT 04000
+IPC_PRIVATE    sys/ipc.h       d       #define IPC_PRIVATE ((key_t) 0)
+IPC_RMID       sys/ipc.h       d       #define IPC_RMID 0
+IPC_SET        sys/ipc.h       d       #define IPC_SET 1
+IPC_STAT       sys/ipc.h       d       #define IPC_STAT 2
+IPDEFTTL       netinet/ip.h    d       #define IPDEFTTL 64
+IPFRAGTTL      netinet/ip.h    d       #define IPFRAGTTL 60
+IPOPT_CLASS    netinet/ip.h    d       #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK)
+IPOPT_CLASS_MASK       netinet/ip.h    d       #define IPOPT_CLASS_MASK 0x60
+IPOPT_CONTROL  netinet/ip.h    d       #define IPOPT_CONTROL 0x00
+IPOPT_COPIED   netinet/ip.h    d       #define IPOPT_COPIED(o) ((o) & IPOPT_COPY)
+IPOPT_COPY     netinet/ip.h    d       #define IPOPT_COPY 0x80
+IPOPT_DEBMEAS  netinet/ip.h    d       #define IPOPT_DEBMEAS 0x40
+IPOPT_END      netinet/ip.h    d       #define IPOPT_END IPOPT_EOL
+IPOPT_EOL      netinet/ip.h    d       #define IPOPT_EOL 0
+IPOPT_LSRR     netinet/ip.h    d       #define IPOPT_LSRR 131
+IPOPT_MEASUREMENT      netinet/ip.h    d       #define IPOPT_MEASUREMENT IPOPT_DEBMEAS
+IPOPT_MINOFF   netinet/ip.h    d       #define IPOPT_MINOFF 4
+IPOPT_NOOP     netinet/ip.h    d       #define IPOPT_NOOP IPOPT_NOP
+IPOPT_NOP      netinet/ip.h    d       #define IPOPT_NOP 1
+IPOPT_NUMBER   netinet/ip.h    d       #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK)
+IPOPT_NUMBER_MASK      netinet/ip.h    d       #define IPOPT_NUMBER_MASK 0x1f
+IPOPT_OFFSET   netinet/ip.h    d       #define IPOPT_OFFSET 2
+IPOPT_OLEN     netinet/ip.h    d       #define IPOPT_OLEN 1
+IPOPT_OPTVAL   netinet/ip.h    d       #define IPOPT_OPTVAL 0
+IPOPT_RA       netinet/ip.h    d       #define IPOPT_RA 148
+IPOPT_RESERVED1        netinet/ip.h    d       #define IPOPT_RESERVED1 0x20
+IPOPT_RESERVED2        netinet/ip.h    d       #define IPOPT_RESERVED2 0x60
+IPOPT_RR       netinet/ip.h    d       #define IPOPT_RR 7
+IPOPT_SATID    netinet/ip.h    d       #define IPOPT_SATID 136
+IPOPT_SEC      netinet/ip.h    d       #define IPOPT_SEC IPOPT_SECURITY
+IPOPT_SECURITY netinet/ip.h    d       #define IPOPT_SECURITY 130
+IPOPT_SECUR_CONFID     netinet/ip.h    d       #define IPOPT_SECUR_CONFID 0xf135
+IPOPT_SECUR_EFTO       netinet/ip.h    d       #define IPOPT_SECUR_EFTO 0x789a
+IPOPT_SECUR_MMMM       netinet/ip.h    d       #define IPOPT_SECUR_MMMM 0xbc4d
+IPOPT_SECUR_RESTR      netinet/ip.h    d       #define IPOPT_SECUR_RESTR 0xaf13
+IPOPT_SECUR_SECRET     netinet/ip.h    d       #define IPOPT_SECUR_SECRET 0xd788
+IPOPT_SECUR_TOPSECRET  netinet/ip.h    d       #define IPOPT_SECUR_TOPSECRET 0x6bc5
+IPOPT_SECUR_UNCLASS    netinet/ip.h    d       #define IPOPT_SECUR_UNCLASS 0x0000
+IPOPT_SID      netinet/ip.h    d       #define IPOPT_SID IPOPT_SATID
+IPOPT_SSRR     netinet/ip.h    d       #define IPOPT_SSRR 137
+IPOPT_TIMESTAMP        netinet/ip.h    d       #define IPOPT_TIMESTAMP IPOPT_TS
+IPOPT_TS       netinet/ip.h    d       #define IPOPT_TS 68
+IPOPT_TS_PRESPEC       netinet/ip.h    d       #define IPOPT_TS_PRESPEC 3
+IPOPT_TS_TSANDADDR     netinet/ip.h    d       #define IPOPT_TS_TSANDADDR 1
+IPOPT_TS_TSONLY        netinet/ip.h    d       #define IPOPT_TS_TSONLY 0
+IPPORT_RESERVED        netdb.h d       #define IPPORT_RESERVED 1024
+IPPROTO_AH     netinet/in.h    d       #define IPPROTO_AH 51
+IPPROTO_BEETPH netinet/in.h    d       #define IPPROTO_BEETPH 94
+IPPROTO_COMP   netinet/in.h    d       #define IPPROTO_COMP 108
+IPPROTO_DCCP   netinet/in.h    d       #define IPPROTO_DCCP 33
+IPPROTO_DSTOPTS        netinet/in.h    d       #define IPPROTO_DSTOPTS 60
+IPPROTO_EGP    netinet/in.h    d       #define IPPROTO_EGP 8
+IPPROTO_ENCAP  netinet/in.h    d       #define IPPROTO_ENCAP 98
+IPPROTO_ESP    netinet/in.h    d       #define IPPROTO_ESP 50
+IPPROTO_FRAGMENT       netinet/in.h    d       #define IPPROTO_FRAGMENT 44
+IPPROTO_GRE    netinet/in.h    d       #define IPPROTO_GRE 47
+IPPROTO_HOPOPTS        netinet/in.h    d       #define IPPROTO_HOPOPTS 0
+IPPROTO_ICMP   netinet/in.h    d       #define IPPROTO_ICMP 1
+IPPROTO_ICMPV6 netinet/in.h    d       #define IPPROTO_ICMPV6 58
+IPPROTO_IDP    netinet/in.h    d       #define IPPROTO_IDP 22
+IPPROTO_IGMP   netinet/in.h    d       #define IPPROTO_IGMP 2
+IPPROTO_IP     netinet/in.h    d       #define IPPROTO_IP 0
+IPPROTO_IPIP   netinet/in.h    d       #define IPPROTO_IPIP 4
+IPPROTO_IPV6   netinet/in.h    d       #define IPPROTO_IPV6 41
+IPPROTO_MAX    netinet/in.h    d       #define IPPROTO_MAX 256
+IPPROTO_MH     netinet/in.h    d       #define IPPROTO_MH 135
+IPPROTO_MPLS   netinet/in.h    d       #define IPPROTO_MPLS 137
+IPPROTO_MTP    netinet/in.h    d       #define IPPROTO_MTP 92
+IPPROTO_NONE   netinet/in.h    d       #define IPPROTO_NONE 59
+IPPROTO_PIM    netinet/in.h    d       #define IPPROTO_PIM 103
+IPPROTO_PUP    netinet/in.h    d       #define IPPROTO_PUP 12
+IPPROTO_RAW    netinet/in.h    d       #define IPPROTO_RAW 255
+IPPROTO_ROUTING        netinet/in.h    d       #define IPPROTO_ROUTING 43
+IPPROTO_RSVP   netinet/in.h    d       #define IPPROTO_RSVP 46
+IPPROTO_SCTP   netinet/in.h    d       #define IPPROTO_SCTP 132
+IPPROTO_TCP    netinet/in.h    d       #define IPPROTO_TCP 6
+IPPROTO_TP     netinet/in.h    d       #define IPPROTO_TP 29
+IPPROTO_UDP    netinet/in.h    d       #define IPPROTO_UDP 17
+IPPROTO_UDPLITE        netinet/in.h    d       #define IPPROTO_UDPLITE 136
+IPTOS_CLASS    netinet/ip.h    d       #define IPTOS_CLASS(x) ((x) & IPTOS_CLASS_MASK)
+IPTOS_CLASS_CS0        netinet/ip.h    d       #define IPTOS_CLASS_CS0 0x00
+IPTOS_CLASS_CS1        netinet/ip.h    d       #define IPTOS_CLASS_CS1 0x20
+IPTOS_CLASS_CS2        netinet/ip.h    d       #define IPTOS_CLASS_CS2 0x40
+IPTOS_CLASS_CS3        netinet/ip.h    d       #define IPTOS_CLASS_CS3 0x60
+IPTOS_CLASS_CS4        netinet/ip.h    d       #define IPTOS_CLASS_CS4 0x80
+IPTOS_CLASS_CS5        netinet/ip.h    d       #define IPTOS_CLASS_CS5 0xa0
+IPTOS_CLASS_CS6        netinet/ip.h    d       #define IPTOS_CLASS_CS6 0xc0
+IPTOS_CLASS_CS7        netinet/ip.h    d       #define IPTOS_CLASS_CS7 0xe0
+IPTOS_CLASS_DEFAULT    netinet/ip.h    d       #define IPTOS_CLASS_DEFAULT IPTOS_CLASS_CS0
+IPTOS_CLASS_MASK       netinet/ip.h    d       #define IPTOS_CLASS_MASK 0xe0
+IPTOS_DSCP     netinet/ip.h    d       #define IPTOS_DSCP(x) ((x) & IPTOS_DSCP_MASK)
+IPTOS_DSCP_AF11        netinet/ip.h    d       #define IPTOS_DSCP_AF11 0x28
+IPTOS_DSCP_AF12        netinet/ip.h    d       #define IPTOS_DSCP_AF12 0x30
+IPTOS_DSCP_AF13        netinet/ip.h    d       #define IPTOS_DSCP_AF13 0x38
+IPTOS_DSCP_AF21        netinet/ip.h    d       #define IPTOS_DSCP_AF21 0x48
+IPTOS_DSCP_AF22        netinet/ip.h    d       #define IPTOS_DSCP_AF22 0x50
+IPTOS_DSCP_AF23        netinet/ip.h    d       #define IPTOS_DSCP_AF23 0x58
+IPTOS_DSCP_AF31        netinet/ip.h    d       #define IPTOS_DSCP_AF31 0x68
+IPTOS_DSCP_AF32        netinet/ip.h    d       #define IPTOS_DSCP_AF32 0x70
+IPTOS_DSCP_AF33        netinet/ip.h    d       #define IPTOS_DSCP_AF33 0x78
+IPTOS_DSCP_AF41        netinet/ip.h    d       #define IPTOS_DSCP_AF41 0x88
+IPTOS_DSCP_AF42        netinet/ip.h    d       #define IPTOS_DSCP_AF42 0x90
+IPTOS_DSCP_AF43        netinet/ip.h    d       #define IPTOS_DSCP_AF43 0x98
+IPTOS_DSCP_EF  netinet/ip.h    d       #define IPTOS_DSCP_EF 0xb8
+IPTOS_DSCP_MASK        netinet/ip.h    d       #define IPTOS_DSCP_MASK 0xfc
+IPTOS_ECN      netinet/ip.h    d       #define IPTOS_ECN(x) ((x) & IPTOS_ECN_MASK)
+IPTOS_ECN_CE   netinet/ip.h    d       #define IPTOS_ECN_CE 0x03
+IPTOS_ECN_ECT0 netinet/ip.h    d       #define IPTOS_ECN_ECT0 0x02
+IPTOS_ECN_ECT1 netinet/ip.h    d       #define IPTOS_ECN_ECT1 0x01
+IPTOS_ECN_MASK netinet/ip.h    d       #define IPTOS_ECN_MASK 0x03
+IPTOS_ECN_NOT_ECT      netinet/ip.h    d       #define IPTOS_ECN_NOT_ECT 0x00
+IPTOS_LOWCOST  netinet/ip.h    d       #define IPTOS_LOWCOST 0x02
+IPTOS_LOWDELAY netinet/ip.h    d       #define IPTOS_LOWDELAY 0x10
+IPTOS_MINCOST  netinet/ip.h    d       #define IPTOS_MINCOST IPTOS_LOWCOST
+IPTOS_PREC     netinet/ip.h    d       #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
+IPTOS_PREC_CRITIC_ECP  netinet/ip.h    d       #define IPTOS_PREC_CRITIC_ECP 0xa0
+IPTOS_PREC_FLASH       netinet/ip.h    d       #define IPTOS_PREC_FLASH 0x60
+IPTOS_PREC_FLASHOVERRIDE       netinet/ip.h    d       #define IPTOS_PREC_FLASHOVERRIDE 0x80
+IPTOS_PREC_IMMEDIATE   netinet/ip.h    d       #define IPTOS_PREC_IMMEDIATE 0x40
+IPTOS_PREC_INTERNETCONTROL     netinet/ip.h    d       #define IPTOS_PREC_INTERNETCONTROL 0xc0
+IPTOS_PREC_MASK        netinet/ip.h    d       #define IPTOS_PREC_MASK 0xe0
+IPTOS_PREC_NETCONTROL  netinet/ip.h    d       #define IPTOS_PREC_NETCONTROL 0xe0
+IPTOS_PREC_PRIORITY    netinet/ip.h    d       #define IPTOS_PREC_PRIORITY 0x20
+IPTOS_PREC_ROUTINE     netinet/ip.h    d       #define IPTOS_PREC_ROUTINE 0x00
+IPTOS_RELIABILITY      netinet/ip.h    d       #define IPTOS_RELIABILITY 0x04
+IPTOS_THROUGHPUT       netinet/ip.h    d       #define IPTOS_THROUGHPUT 0x08
+IPTOS_TOS      netinet/ip.h    d       #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK)
+IPTOS_TOS_MASK netinet/ip.h    d       #define IPTOS_TOS_MASK 0x1E
+IPTTLDEC       netinet/ip.h    d       #define IPTTLDEC 1
+IPV6_2292DSTOPTS       netinet/in.h    d       #define IPV6_2292DSTOPTS 4
+IPV6_2292HOPLIMIT      netinet/in.h    d       #define IPV6_2292HOPLIMIT 8
+IPV6_2292HOPOPTS       netinet/in.h    d       #define IPV6_2292HOPOPTS 3
+IPV6_2292PKTINFO       netinet/in.h    d       #define IPV6_2292PKTINFO 2
+IPV6_2292PKTOPTIONS    netinet/in.h    d       #define IPV6_2292PKTOPTIONS 6
+IPV6_2292RTHDR netinet/in.h    d       #define IPV6_2292RTHDR 5
+IPV6_ADDRFORM  netinet/in.h    d       #define IPV6_ADDRFORM 1
+IPV6_ADDR_PREFERENCES  netinet/in.h    d       #define IPV6_ADDR_PREFERENCES 72
+IPV6_ADD_MEMBERSHIP    netinet/in.h    d       #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
+IPV6_AUTHHDR   netinet/in.h    d       #define IPV6_AUTHHDR 10
+IPV6_AUTOFLOWLABEL     netinet/in.h    d       #define IPV6_AUTOFLOWLABEL 70
+IPV6_CHECKSUM  netinet/in.h    d       #define IPV6_CHECKSUM 7
+IPV6_DONTFRAG  netinet/in.h    d       #define IPV6_DONTFRAG 62
+IPV6_DROP_MEMBERSHIP   netinet/in.h    d       #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
+IPV6_DSTOPTS   netinet/in.h    d       #define IPV6_DSTOPTS 59
+IPV6_HOPLIMIT  netinet/in.h    d       #define IPV6_HOPLIMIT 52
+IPV6_HOPOPTS   netinet/in.h    d       #define IPV6_HOPOPTS 54
+IPV6_IPSEC_POLICY      netinet/in.h    d       #define IPV6_IPSEC_POLICY 34
+IPV6_JOIN_ANYCAST      netinet/in.h    d       #define IPV6_JOIN_ANYCAST 27
+IPV6_JOIN_GROUP        netinet/in.h    d       #define IPV6_JOIN_GROUP 20
+IPV6_LEAVE_ANYCAST     netinet/in.h    d       #define IPV6_LEAVE_ANYCAST 28
+IPV6_LEAVE_GROUP       netinet/in.h    d       #define IPV6_LEAVE_GROUP 21
+IPV6_MINHOPCOUNT       netinet/in.h    d       #define IPV6_MINHOPCOUNT 73
+IPV6_MTU       netinet/in.h    d       #define IPV6_MTU 24
+IPV6_MTU_DISCOVER      netinet/in.h    d       #define IPV6_MTU_DISCOVER 23
+IPV6_MULTICAST_HOPS    netinet/in.h    d       #define IPV6_MULTICAST_HOPS 18
+IPV6_MULTICAST_IF      netinet/in.h    d       #define IPV6_MULTICAST_IF 17
+IPV6_MULTICAST_LOOP    netinet/in.h    d       #define IPV6_MULTICAST_LOOP 19
+IPV6_NEXTHOP   netinet/in.h    d       #define IPV6_NEXTHOP 9
+IPV6_ORIGDSTADDR       netinet/in.h    d       #define IPV6_ORIGDSTADDR 74
+IPV6_PATHMTU   netinet/in.h    d       #define IPV6_PATHMTU 61
+IPV6_PKTINFO   netinet/in.h    d       #define IPV6_PKTINFO 50
+IPV6_PMTUDISC_DO       netinet/in.h    d       #define IPV6_PMTUDISC_DO 2
+IPV6_PMTUDISC_DONT     netinet/in.h    d       #define IPV6_PMTUDISC_DONT 0
+IPV6_PMTUDISC_INTERFACE        netinet/in.h    d       #define IPV6_PMTUDISC_INTERFACE 4
+IPV6_PMTUDISC_OMIT     netinet/in.h    d       #define IPV6_PMTUDISC_OMIT 5
+IPV6_PMTUDISC_PROBE    netinet/in.h    d       #define IPV6_PMTUDISC_PROBE 3
+IPV6_PMTUDISC_WANT     netinet/in.h    d       #define IPV6_PMTUDISC_WANT 1
+IPV6_PREFER_SRC_CGA    netinet/in.h    d       #define IPV6_PREFER_SRC_CGA 0x0008
+IPV6_PREFER_SRC_COA    netinet/in.h    d       #define IPV6_PREFER_SRC_COA 0x0004
+IPV6_PREFER_SRC_HOME   netinet/in.h    d       #define IPV6_PREFER_SRC_HOME 0x0400
+IPV6_PREFER_SRC_NONCGA netinet/in.h    d       #define IPV6_PREFER_SRC_NONCGA 0x0800
+IPV6_PREFER_SRC_PUBLIC netinet/in.h    d       #define IPV6_PREFER_SRC_PUBLIC 0x0002
+IPV6_PREFER_SRC_PUBTMP_DEFAULT netinet/in.h    d       #define IPV6_PREFER_SRC_PUBTMP_DEFAULT 0x0100
+IPV6_PREFER_SRC_TMP    netinet/in.h    d       #define IPV6_PREFER_SRC_TMP 0x0001
+IPV6_RECVDSTOPTS       netinet/in.h    d       #define IPV6_RECVDSTOPTS 58
+IPV6_RECVERR   netinet/in.h    d       #define IPV6_RECVERR 25
+IPV6_RECVHOPLIMIT      netinet/in.h    d       #define IPV6_RECVHOPLIMIT 51
+IPV6_RECVHOPOPTS       netinet/in.h    d       #define IPV6_RECVHOPOPTS 53
+IPV6_RECVORIGDSTADDR   netinet/in.h    d       #define IPV6_RECVORIGDSTADDR IPV6_ORIGDSTADDR
+IPV6_RECVPATHMTU       netinet/in.h    d       #define IPV6_RECVPATHMTU 60
+IPV6_RECVPKTINFO       netinet/in.h    d       #define IPV6_RECVPKTINFO 49
+IPV6_RECVRTHDR netinet/in.h    d       #define IPV6_RECVRTHDR 56
+IPV6_RECVTCLASS        netinet/in.h    d       #define IPV6_RECVTCLASS 66
+IPV6_ROUTER_ALERT      netinet/in.h    d       #define IPV6_ROUTER_ALERT 22
+IPV6_RTHDR     netinet/in.h    d       #define IPV6_RTHDR 57
+IPV6_RTHDRDSTOPTS      netinet/in.h    d       #define IPV6_RTHDRDSTOPTS 55
+IPV6_RTHDR_LOOSE       netinet/in.h    d       #define IPV6_RTHDR_LOOSE 0
+IPV6_RTHDR_STRICT      netinet/in.h    d       #define IPV6_RTHDR_STRICT 1
+IPV6_RTHDR_TYPE_0      netinet/in.h    d       #define IPV6_RTHDR_TYPE_0 0
+IPV6_RXDSTOPTS netinet/in.h    d       #define IPV6_RXDSTOPTS IPV6_DSTOPTS
+IPV6_RXHOPOPTS netinet/in.h    d       #define IPV6_RXHOPOPTS IPV6_HOPOPTS
+IPV6_TCLASS    netinet/in.h    d       #define IPV6_TCLASS 67
+IPV6_TRANSPARENT       netinet/in.h    d       #define IPV6_TRANSPARENT 75
+IPV6_UNICAST_HOPS      netinet/in.h    d       #define IPV6_UNICAST_HOPS 16
+IPV6_UNICAST_IF        netinet/in.h    d       #define IPV6_UNICAST_IF 76
+IPV6_V6ONLY    netinet/in.h    d       #define IPV6_V6ONLY 26
+IPV6_XFRM_POLICY       netinet/in.h    d       #define IPV6_XFRM_POLICY 35
+IPVERSION      netinet/ip.h    d       #define IPVERSION 4
+IP_ADD_MEMBERSHIP      netinet/in.h    d       #define IP_ADD_MEMBERSHIP 35
+IP_ADD_SOURCE_MEMBERSHIP       netinet/in.h    d       #define IP_ADD_SOURCE_MEMBERSHIP 39
+IP_BIND_ADDRESS_NO_PORT        netinet/in.h    d       #define IP_BIND_ADDRESS_NO_PORT 24
+IP_BLOCK_SOURCE        netinet/in.h    d       #define IP_BLOCK_SOURCE 38
+IP_CHECKSUM    netinet/in.h    d       #define IP_CHECKSUM 23
+IP_DEFAULT_MULTICAST_LOOP      netinet/in.h    d       #define IP_DEFAULT_MULTICAST_LOOP 1
+IP_DEFAULT_MULTICAST_TTL       netinet/in.h    d       #define IP_DEFAULT_MULTICAST_TTL 1
+IP_DF  netinet/ip.h    d       #define IP_DF 0x4000
+IP_DROP_MEMBERSHIP     netinet/in.h    d       #define IP_DROP_MEMBERSHIP 36
+IP_DROP_SOURCE_MEMBERSHIP      netinet/in.h    d       #define IP_DROP_SOURCE_MEMBERSHIP 40
+IP_FREEBIND    netinet/in.h    d       #define IP_FREEBIND 15
+IP_HDRINCL     netinet/in.h    d       #define IP_HDRINCL 3
+IP_IPSEC_POLICY        netinet/in.h    d       #define IP_IPSEC_POLICY 16
+IP_MAXPACKET   netinet/ip.h    d       #define IP_MAXPACKET 65535
+IP_MAX_MEMBERSHIPS     netinet/in.h    d       #define IP_MAX_MEMBERSHIPS 20
+IP_MF  netinet/ip.h    d       #define IP_MF 0x2000
+IP_MINTTL      netinet/in.h    d       #define IP_MINTTL 21
+IP_MSFILTER    netinet/in.h    d       #define IP_MSFILTER 41
+IP_MSFILTER_SIZE       netinet/in.h    d       #define IP_MSFILTER_SIZE(numsrc) (sizeof(struct ip_msfilter) - sizeof(struct in_addr) + (numsrc) * sizeof(struct in_addr))
+IP_MSS netinet/ip.h    d       #define IP_MSS 576
+IP_MTU netinet/in.h    d       #define IP_MTU 14
+IP_MTU_DISCOVER        netinet/in.h    d       #define IP_MTU_DISCOVER 10
+IP_MULTICAST_ALL       netinet/in.h    d       #define IP_MULTICAST_ALL 49
+IP_MULTICAST_IF        netinet/in.h    d       #define IP_MULTICAST_IF 32
+IP_MULTICAST_LOOP      netinet/in.h    d       #define IP_MULTICAST_LOOP 34
+IP_MULTICAST_TTL       netinet/in.h    d       #define IP_MULTICAST_TTL 33
+IP_NODEFRAG    netinet/in.h    d       #define IP_NODEFRAG 22
+IP_OFFMASK     netinet/ip.h    d       #define IP_OFFMASK 0x1fff
+IP_OPTIONS     netinet/in.h    d       #define IP_OPTIONS 4
+IP_ORIGDSTADDR netinet/in.h    d       #define IP_ORIGDSTADDR 20
+IP_PASSSEC     netinet/in.h    d       #define IP_PASSSEC 18
+IP_PKTINFO     netinet/in.h    d       #define IP_PKTINFO 8
+IP_PKTOPTIONS  netinet/in.h    d       #define IP_PKTOPTIONS 9
+IP_PMTUDISC    netinet/in.h    d       #define IP_PMTUDISC 10
+IP_PMTUDISC_DO netinet/in.h    d       #define IP_PMTUDISC_DO 2
+IP_PMTUDISC_DONT       netinet/in.h    d       #define IP_PMTUDISC_DONT 0
+IP_PMTUDISC_INTERFACE  netinet/in.h    d       #define IP_PMTUDISC_INTERFACE 4
+IP_PMTUDISC_OMIT       netinet/in.h    d       #define IP_PMTUDISC_OMIT 5
+IP_PMTUDISC_PROBE      netinet/in.h    d       #define IP_PMTUDISC_PROBE 3
+IP_PMTUDISC_WANT       netinet/in.h    d       #define IP_PMTUDISC_WANT 1
+IP_RECVERR     netinet/in.h    d       #define IP_RECVERR 11
+IP_RECVOPTS    netinet/in.h    d       #define IP_RECVOPTS 6
+IP_RECVORIGDSTADDR     netinet/in.h    d       #define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
+IP_RECVRETOPTS netinet/in.h    d       #define IP_RECVRETOPTS IP_RETOPTS
+IP_RECVTOS     netinet/in.h    d       #define IP_RECVTOS 13
+IP_RECVTTL     netinet/in.h    d       #define IP_RECVTTL 12
+IP_RETOPTS     netinet/in.h    d       #define IP_RETOPTS 7
+IP_RF  netinet/ip.h    d       #define IP_RF 0x8000
+IP_ROUTER_ALERT        netinet/in.h    d       #define IP_ROUTER_ALERT 5
+IP_TOS netinet/in.h    d       #define IP_TOS 1
+IP_TRANSPARENT netinet/in.h    d       #define IP_TRANSPARENT 19
+IP_TTL netinet/in.h    d       #define IP_TTL 2
+IP_UNBLOCK_SOURCE      netinet/in.h    d       #define IP_UNBLOCK_SOURCE 37
+IP_UNICAST_IF  netinet/in.h    d       #define IP_UNICAST_IF 50
+IP_XFRM_POLICY netinet/in.h    d       #define IP_XFRM_POLICY 17
+IQUERY arpa/nameser.h  d       #define IQUERY ns_o_iquery
+ITIMER_PROF    sys/time.h      d       #define ITIMER_PROF 2
+ITIMER_REAL    sys/time.h      d       #define ITIMER_REAL 0
+ITIMER_VIRTUAL sys/time.h      d       #define ITIMER_VIRTUAL 1
+I_ATMARK       stropts.h       d       #define I_ATMARK (__SID |31)
+I_CANPUT       stropts.h       d       #define I_CANPUT (__SID |34)
+I_CKBAND       stropts.h       d       #define I_CKBAND (__SID |29)
+I_FDINSERT     stropts.h       d       #define I_FDINSERT (__SID |16)
+I_FIND stropts.h       d       #define I_FIND (__SID |11)
+I_FLUSH        stropts.h       d       #define I_FLUSH (__SID | 5)
+I_FLUSHBAND    stropts.h       d       #define I_FLUSHBAND (__SID |28)
+I_GETBAND      stropts.h       d       #define I_GETBAND (__SID |30)
+I_GETCLTIME    stropts.h       d       #define I_GETCLTIME (__SID |33)
+I_GETSIG       stropts.h       d       #define I_GETSIG (__SID |10)
+I_GRDOPT       stropts.h       d       #define I_GRDOPT (__SID | 7)
+I_GWROPT       stropts.h       d       #define I_GWROPT (__SID |20)
+I_LINK stropts.h       d       #define I_LINK (__SID |12)
+I_LIST stropts.h       d       #define I_LIST (__SID |21)
+I_LOOK stropts.h       d       #define I_LOOK (__SID | 4)
+I_NREAD        stropts.h       d       #define I_NREAD (__SID | 1)
+I_PEEK stropts.h       d       #define I_PEEK (__SID |15)
+I_PLINK        stropts.h       d       #define I_PLINK (__SID |22)
+I_POP  stropts.h       d       #define I_POP (__SID | 3)
+I_PUNLINK      stropts.h       d       #define I_PUNLINK (__SID |23)
+I_PUSH stropts.h       d       #define I_PUSH (__SID | 2)
+I_RECVFD       stropts.h       d       #define I_RECVFD (__SID |14)
+I_SENDFD       stropts.h       d       #define I_SENDFD (__SID |17)
+I_SETCLTIME    stropts.h       d       #define I_SETCLTIME (__SID |32)
+I_SETSIG       stropts.h       d       #define I_SETSIG (__SID | 9)
+I_SRDOPT       stropts.h       d       #define I_SRDOPT (__SID | 6)
+I_STR  stropts.h       d       #define I_STR (__SID | 8)
+I_SWROPT       stropts.h       d       #define I_SWROPT (__SID |19)
+I_UNLINK       stropts.h       d       #define I_UNLINK (__SID |13)
+LASTMARK       stropts.h       d       #define LASTMARK 0x02
+LC_ALL locale.h        d       #define LC_ALL 6
+LC_ALL_MASK    locale.h        d       #define LC_ALL_MASK 0x7fffffff
+LC_COLLATE     locale.h        d       #define LC_COLLATE 3
+LC_COLLATE_MASK        locale.h        d       #define LC_COLLATE_MASK (1<<LC_COLLATE)
+LC_CTYPE       locale.h        d       #define LC_CTYPE 0
+LC_CTYPE_MASK  locale.h        d       #define LC_CTYPE_MASK (1<<LC_CTYPE)
+LC_GLOBAL_LOCALE       locale.h        d       #define LC_GLOBAL_LOCALE ((locale_t)-1)
+LC_MESSAGES    locale.h        d       #define LC_MESSAGES 5
+LC_MESSAGES_MASK       locale.h        d       #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
+LC_MONETARY    locale.h        d       #define LC_MONETARY 4
+LC_MONETARY_MASK       locale.h        d       #define LC_MONETARY_MASK (1<<LC_MONETARY)
+LC_NUMERIC     locale.h        d       #define LC_NUMERIC 1
+LC_NUMERIC_MASK        locale.h        d       #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
+LC_TIME        locale.h        d       #define LC_TIME 2
+LC_TIME_MASK   locale.h        d       #define LC_TIME_MASK (1<<LC_TIME)
+LDBL_DECIMAL_DIG       float.h d       #define LDBL_DECIMAL_DIG DECIMAL_DIG
+LDBL_HAS_SUBNORM       float.h d       #define LDBL_HAS_SUBNORM 1
+LFLOW_OFF      arpa/telnet.h   d       #define LFLOW_OFF 0
+LFLOW_ON       arpa/telnet.h   d       #define LFLOW_ON 1
+LFLOW_RESTART_ANY      arpa/telnet.h   d       #define LFLOW_RESTART_ANY 2
+LFLOW_RESTART_XON      arpa/telnet.h   d       #define LFLOW_RESTART_XON 3
+LINE_MAX       limits.h        d       #define LINE_MAX 4096
+LINKED_CMD_COMPLETE    scsi/scsi.h     d       #define LINKED_CMD_COMPLETE 0x0a
+LINKED_FLG_CMD_COMPLETE        scsi/scsi.h     d       #define LINKED_FLG_CMD_COMPLETE 0x0b
+LIO_NOP        aio.h   d       #define LIO_NOP 2
+LIO_NOWAIT     aio.h   d       #define LIO_NOWAIT 1
+LIO_READ       aio.h   d       #define LIO_READ 0
+LIO_WAIT       aio.h   d       #define LIO_WAIT 0
+LIO_WRITE      aio.h   d       #define LIO_WRITE 1
+LITTLE_ENDIAN  endian.h        d       #define LITTLE_ENDIAN __LITTLE_ENDIAN
+LITUSE_ALPHA_ADDR      elf.h   d       #define LITUSE_ALPHA_ADDR 0
+LITUSE_ALPHA_BASE      elf.h   d       #define LITUSE_ALPHA_BASE 1
+LITUSE_ALPHA_BYTOFF    elf.h   d       #define LITUSE_ALPHA_BYTOFF 2
+LITUSE_ALPHA_JSR       elf.h   d       #define LITUSE_ALPHA_JSR 3
+LITUSE_ALPHA_TLS_GD    elf.h   d       #define LITUSE_ALPHA_TLS_GD 4
+LITUSE_ALPHA_TLS_LDM   elf.h   d       #define LITUSE_ALPHA_TLS_LDM 5
+LLONG_MIN      limits.h        d       #define LLONG_MIN (-LLONG_MAX-1)
+LL_DELAY_LOAD  elf.h   d       #define LL_DELAY_LOAD (1 << 4)
+LL_DELTA       elf.h   d       #define LL_DELTA (1 << 5)
+LL_EXACT_MATCH elf.h   d       #define LL_EXACT_MATCH (1 << 0)
+LL_EXPORTS     elf.h   d       #define LL_EXPORTS (1 << 3)
+LL_IGNORE_INT_VER      elf.h   d       #define LL_IGNORE_INT_VER (1 << 1)
+LL_NONE        elf.h   d       #define LL_NONE 0
+LL_REQUIRE_MINOR       elf.h   d       #define LL_REQUIRE_MINOR (1 << 2)
+LM_FORWARDMASK arpa/telnet.h   d       #define LM_FORWARDMASK 2
+LM_MODE        arpa/telnet.h   d       #define LM_MODE 1
+LM_SLC arpa/telnet.h   d       #define LM_SLC 3
+LNKTYPE        tar.h   d       #define LNKTYPE '1'
+LOCALDOMAINPARTS       resolv.h        d       #define LOCALDOMAINPARTS 2
+LOCK_EX        sys/file.h      d       #define LOCK_EX 2
+LOCK_NB        sys/file.h      d       #define LOCK_NB 4
+LOCK_SH        sys/file.h      d       #define LOCK_SH 1
+LOCK_UN        sys/file.h      d       #define LOCK_UN 8
+LOCK_UNLOCK_CACHE      scsi/scsi.h     d       #define LOCK_UNLOCK_CACHE 0x36
+LOGIN_NAME_MAX limits.h        d       #define LOGIN_NAME_MAX 256
+LOGIN_PROCESS  utmpx.h d       #define LOGIN_PROCESS 6
+LOG_ALERT      syslog.h        d       #define LOG_ALERT 1
+LOG_AUTH       syslog.h        d       #define LOG_AUTH (4<<3)
+LOG_AUTHPRIV   syslog.h        d       #define LOG_AUTHPRIV (10<<3)
+LOG_CONS       syslog.h        d       #define LOG_CONS 0x02
+LOG_CRIT       syslog.h        d       #define LOG_CRIT 2
+LOG_CRON       syslog.h        d       #define LOG_CRON (9<<3)
+LOG_DAEMON     syslog.h        d       #define LOG_DAEMON (3<<3)
+LOG_DEBUG      syslog.h        d       #define LOG_DEBUG 7
+LOG_EMERG      syslog.h        d       #define LOG_EMERG 0
+LOG_ERR        syslog.h        d       #define LOG_ERR 3
+LOG_FAC        syslog.h        d       #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
+LOG_FACMASK    syslog.h        d       #define LOG_FACMASK 0x3f8
+LOG_FTP        syslog.h        d       #define LOG_FTP (11<<3)
+LOG_INFO       syslog.h        d       #define LOG_INFO 6
+LOG_KERN       syslog.h        d       #define LOG_KERN (0<<3)
+LOG_LOCAL0     syslog.h        d       #define LOG_LOCAL0 (16<<3)
+LOG_LOCAL1     syslog.h        d       #define LOG_LOCAL1 (17<<3)
+LOG_LOCAL2     syslog.h        d       #define LOG_LOCAL2 (18<<3)
+LOG_LOCAL3     syslog.h        d       #define LOG_LOCAL3 (19<<3)
+LOG_LOCAL4     syslog.h        d       #define LOG_LOCAL4 (20<<3)
+LOG_LOCAL5     syslog.h        d       #define LOG_LOCAL5 (21<<3)
+LOG_LOCAL6     syslog.h        d       #define LOG_LOCAL6 (22<<3)
+LOG_LOCAL7     syslog.h        d       #define LOG_LOCAL7 (23<<3)
+LOG_LPR        syslog.h        d       #define LOG_LPR (6<<3)
+LOG_MAIL       syslog.h        d       #define LOG_MAIL (2<<3)
+LOG_MAKEPRI    syslog.h        d       #define LOG_MAKEPRI(f, p) (((f)<<3)|(p))
+LOG_MASK       syslog.h        d       #define LOG_MASK(p) (1<<(p))
+LOG_NDELAY     syslog.h        d       #define LOG_NDELAY 0x08
+LOG_NEWS       syslog.h        d       #define LOG_NEWS (7<<3)
+LOG_NFACILITIES        syslog.h        d       #define LOG_NFACILITIES 24
+LOG_NOTICE     syslog.h        d       #define LOG_NOTICE 5
+LOG_NOWAIT     syslog.h        d       #define LOG_NOWAIT 0x10
+LOG_ODELAY     syslog.h        d       #define LOG_ODELAY 0x04
+LOG_PERROR     syslog.h        d       #define LOG_PERROR 0x20
+LOG_PID        syslog.h        d       #define LOG_PID 0x01
+LOG_PRI        syslog.h        d       #define LOG_PRI(p) ((p)&LOG_PRIMASK)
+LOG_PRIMASK    syslog.h        d       #define LOG_PRIMASK 7
+LOG_SELECT     scsi/scsi.h     d       #define LOG_SELECT 0x4c
+LOG_SENSE      scsi/scsi.h     d       #define LOG_SENSE 0x4d
+LOG_SYSLOG     syslog.h        d       #define LOG_SYSLOG (5<<3)
+LOG_UPTO       syslog.h        d       #define LOG_UPTO(p) ((1<<((p)+1))-1)
+LOG_USER       syslog.h        d       #define LOG_USER (1<<3)
+LOG_UUCP       syslog.h        d       #define LOG_UUCP (8<<3)
+LOG_WARNING    syslog.h        d       #define LOG_WARNING 4
+LONGBITS       values.h        d       #define LONGBITS (sizeof(long) * 8)
+LONG_MIN       limits.h        d       #define LONG_MIN (-LONG_MAX-1)
+L_INCR sys/file.h      d       #define L_INCR 1
+L_INCR unistd.h        d       #define L_INCR 1
+L_SET  sys/file.h      d       #define L_SET 0
+L_SET  unistd.h        d       #define L_SET 0
+L_XTND sys/file.h      d       #define L_XTND 2
+L_XTND unistd.h        d       #define L_XTND 2
+L_ctermid      stdio.h d       #define L_ctermid 20
+L_cuserid      stdio.h d       #define L_cuserid 20
+L_tmpnam       stdio.h d       #define L_tmpnam 20
+MAGIC  cpio.h  d       #define MAGIC "070707"
+MATH_ERREXCEPT math.h  d       #define MATH_ERREXCEPT 2
+MATH_ERRNO     math.h  d       #define MATH_ERRNO 1
+MAX    sys/param.h     d       #define MAX(a,b) (((a)>(b))?(a):(b))
+MAXCDNAME      arpa/nameser.h  d       #define MAXCDNAME NS_MAXCDNAME
+MAXDFLSRCH     resolv.h        d       #define MAXDFLSRCH 3
+MAXDNAME       arpa/nameser.h  d       #define MAXDNAME NS_MAXDNAME
+MAXDNSRCH      resolv.h        d       #define MAXDNSRCH 6
+MAXDOUBLE      values.h        d       #define MAXDOUBLE DBL_MAX
+MAXFLOAT       math.h  d       #define MAXFLOAT 3.40282346638528859812e+38F
+MAXFLOAT       values.h        d       #define MAXFLOAT FLT_MAX
+MAXHOSTNAMELEN sys/param.h     d       #define MAXHOSTNAMELEN 64
+MAXINT values.h        d       #define MAXINT INT_MAX
+MAXLABEL       arpa/nameser.h  d       #define MAXLABEL NS_MAXLABEL
+MAXLONG        values.h        d       #define MAXLONG LONG_MAX
+MAXNAMLEN      sys/param.h     d       #define MAXNAMLEN 255
+MAXNS  resolv.h        d       #define MAXNS 3
+MAXPATHLEN     sys/param.h     d       #define MAXPATHLEN 4096
+MAXQUOTAS      sys/quota.h     d       #define MAXQUOTAS 2
+MAXRESOLVSORT  resolv.h        d       #define MAXRESOLVSORT 10
+MAXSHORT       values.h        d       #define MAXSHORT SHRT_MAX
+MAXSYMLINKS    sys/param.h     d       #define MAXSYMLINKS 20
+MAXTC  sys/timex.h     d       #define MAXTC 6
+MAXTTL netinet/ip.h    d       #define MAXTTL 255
+MAX_ADDR_LEN   net/if_arp.h    d       #define MAX_ADDR_LEN 7
+MAX_DQ_TIME    sys/quota.h     d       #define MAX_DQ_TIME 604800
+MAX_IPOPTLEN   netinet/ip.h    d       #define MAX_IPOPTLEN 40
+MAX_IQ_TIME    sys/quota.h     d       #define MAX_IQ_TIME 604800
+MB_CUR_MAX     stdlib.h        d       #define MB_CUR_MAX (__ctype_get_mb_cur_max())
+MB_LEN_MAX     limits.h        d       #define MB_LEN_MAX 4
+MCAST_BLOCK_SOURCE     netinet/in.h    d       #define MCAST_BLOCK_SOURCE 43
+MCAST_EXCLUDE  netinet/in.h    d       #define MCAST_EXCLUDE 0
+MCAST_INCLUDE  netinet/in.h    d       #define MCAST_INCLUDE 1
+MCAST_JOIN_GROUP       netinet/in.h    d       #define MCAST_JOIN_GROUP 42
+MCAST_JOIN_SOURCE_GROUP        netinet/in.h    d       #define MCAST_JOIN_SOURCE_GROUP 46
+MCAST_LEAVE_GROUP      netinet/in.h    d       #define MCAST_LEAVE_GROUP 45
+MCAST_LEAVE_SOURCE_GROUP       netinet/in.h    d       #define MCAST_LEAVE_SOURCE_GROUP 47
+MCAST_MSFILTER netinet/in.h    d       #define MCAST_MSFILTER 48
+MCAST_UNBLOCK_SOURCE   netinet/in.h    d       #define MCAST_UNBLOCK_SOURCE 44
+MEDIUM_ERROR   scsi/scsi.h     d       #define MEDIUM_ERROR 0x03
+MEDIUM_SCAN    scsi/scsi.h     d       #define MEDIUM_SCAN 0x38
+MESSAGE_REJECT scsi/scsi.h     d       #define MESSAGE_REJECT 0x07
+MIN    sys/param.h     d       #define MIN(a,b) (((a)<(b))?(a):(b))
+MINDOUBLE      values.h        d       #define MINDOUBLE DBL_MIN
+MINFLOAT       values.h        d       #define MINFLOAT FLT_MIN
+MININT values.h        d       #define MININT INT_MIN
+MINLONG        values.h        d       #define MINLONG LONG_MIN
+MINSHORT       values.h        d       #define MINSHORT SHRT_MIN
+MISCOMPARE     scsi/scsi.h     d       #define MISCOMPARE 0x0e
+MLD_LISTENER_QUERY     netinet/icmp6.h d       #define MLD_LISTENER_QUERY 130
+MLD_LISTENER_REDUCTION netinet/icmp6.h d       #define MLD_LISTENER_REDUCTION 132
+MLD_LISTENER_REPORT    netinet/icmp6.h d       #define MLD_LISTENER_REPORT 131
+MLOCK_ONFAULT  sys/mman.h      d       #define MLOCK_ONFAULT 0x01
+MMAP_PAGE_ZERO sys/personality.h       d       #define MMAP_PAGE_ZERO 0x0100000
+MM_APPL        fmtmsg.h        d       #define MM_APPL 8
+MM_CONSOLE     fmtmsg.h        d       #define MM_CONSOLE 512
+MM_ERROR       fmtmsg.h        d       #define MM_ERROR 2
+MM_FIRM        fmtmsg.h        d       #define MM_FIRM 4
+MM_HALT        fmtmsg.h        d       #define MM_HALT 1
+MM_HARD        fmtmsg.h        d       #define MM_HARD 1
+MM_INFO        fmtmsg.h        d       #define MM_INFO 4
+MM_NOCON       fmtmsg.h        d       #define MM_NOCON 4
+MM_NOMSG       fmtmsg.h        d       #define MM_NOMSG 1
+MM_NOSEV       fmtmsg.h        d       #define MM_NOSEV 0
+MM_NOTOK       fmtmsg.h        d       #define MM_NOTOK (-1)
+MM_NRECOV      fmtmsg.h        d       #define MM_NRECOV 128
+MM_NULLACT     fmtmsg.h        d       #define MM_NULLACT ((char*)0)
+MM_NULLLBL     fmtmsg.h        d       #define MM_NULLLBL ((char*)0)
+MM_NULLMC      fmtmsg.h        d       #define MM_NULLMC 0L
+MM_NULLSEV     fmtmsg.h        d       #define MM_NULLSEV 0
+MM_NULLTAG     fmtmsg.h        d       #define MM_NULLTAG ((char*)0)
+MM_NULLTXT     fmtmsg.h        d       #define MM_NULLTXT ((char*)0)
+MM_OK  fmtmsg.h        d       #define MM_OK 0
+MM_OPSYS       fmtmsg.h        d       #define MM_OPSYS 32
+MM_PRINT       fmtmsg.h        d       #define MM_PRINT 256
+MM_RECOVER     fmtmsg.h        d       #define MM_RECOVER 64
+MM_SOFT        fmtmsg.h        d       #define MM_SOFT 2
+MM_UTIL        fmtmsg.h        d       #define MM_UTIL 16
+MM_WARNING     fmtmsg.h        d       #define MM_WARNING 3
+MNTOPT_DEFAULTS        mntent.h        d       #define MNTOPT_DEFAULTS "defaults"
+MNTOPT_NOAUTO  mntent.h        d       #define MNTOPT_NOAUTO "noauto"
+MNTOPT_NOSUID  mntent.h        d       #define MNTOPT_NOSUID "nosuid"
+MNTOPT_RO      mntent.h        d       #define MNTOPT_RO "ro"
+MNTOPT_RW      mntent.h        d       #define MNTOPT_RW "rw"
+MNTOPT_SUID    mntent.h        d       #define MNTOPT_SUID "suid"
+MNTTYPE_IGNORE mntent.h        d       #define MNTTYPE_IGNORE "ignore"
+MNTTYPE_NFS    mntent.h        d       #define MNTTYPE_NFS "nfs"
+MNTTYPE_SWAP   mntent.h        d       #define MNTTYPE_SWAP "swap"
+MNT_DETACH     sys/mount.h     d       #define MNT_DETACH 2
+MNT_EXPIRE     sys/mount.h     d       #define MNT_EXPIRE 4
+MNT_FORCE      sys/mount.h     d       #define MNT_FORCE 1
+MODE_ACK       arpa/telnet.h   d       #define MODE_ACK 0x04
+MODE_B arpa/ftp.h      d       #define MODE_B 2
+MODE_C arpa/ftp.h      d       #define MODE_C 3
+MODE_ECHO      arpa/telnet.h   d       #define MODE_ECHO 0x0200
+MODE_EDIT      arpa/telnet.h   d       #define MODE_EDIT 0x01
+MODE_FLOW      arpa/telnet.h   d       #define MODE_FLOW 0x0100
+MODE_FORCE     arpa/telnet.h   d       #define MODE_FORCE 0x1000
+MODE_INBIN     arpa/telnet.h   d       #define MODE_INBIN 0x0400
+MODE_LIT_ECHO  arpa/telnet.h   d       #define MODE_LIT_ECHO 0x10
+MODE_MASK      arpa/telnet.h   d       #define MODE_MASK 0x1f
+MODE_OUTBIN    arpa/telnet.h   d       #define MODE_OUTBIN 0x0800
+MODE_S arpa/ftp.h      d       #define MODE_S 1
+MODE_SELECT    scsi/scsi.h     d       #define MODE_SELECT 0x15
+MODE_SELECT_10 scsi/scsi.h     d       #define MODE_SELECT_10 0x55
+MODE_SENSE     scsi/scsi.h     d       #define MODE_SENSE 0x1a
+MODE_SENSE_10  scsi/scsi.h     d       #define MODE_SENSE_10 0x5a
+MODE_SOFT_TAB  arpa/telnet.h   d       #define MODE_SOFT_TAB 0x08
+MODE_TRAPSIG   arpa/telnet.h   d       #define MODE_TRAPSIG 0x02
+MOD_CLKA       sys/timex.h     d       #define MOD_CLKA ADJ_OFFSET_SINGLESHOT
+MOD_CLKB       sys/timex.h     d       #define MOD_CLKB ADJ_TICK
+MOD_ESTERROR   sys/timex.h     d       #define MOD_ESTERROR ADJ_ESTERROR
+MOD_FREQUENCY  sys/timex.h     d       #define MOD_FREQUENCY ADJ_FREQUENCY
+MOD_MAXERROR   sys/timex.h     d       #define MOD_MAXERROR ADJ_MAXERROR
+MOD_MICRO      sys/timex.h     d       #define MOD_MICRO ADJ_MICRO
+MOD_NANO       sys/timex.h     d       #define MOD_NANO ADJ_NANO
+MOD_OFFSET     sys/timex.h     d       #define MOD_OFFSET ADJ_OFFSET
+MOD_STATUS     sys/timex.h     d       #define MOD_STATUS ADJ_STATUS
+MOD_TAI        sys/timex.h     d       #define MOD_TAI ADJ_TAI
+MOD_TIMECONST  sys/timex.h     d       #define MOD_TIMECONST ADJ_TIMECONST
+MON_1  langinfo.h      d       #define MON_1 0x2001A
+MON_10 langinfo.h      d       #define MON_10 0x20023
+MON_11 langinfo.h      d       #define MON_11 0x20024
+MON_12 langinfo.h      d       #define MON_12 0x20025
+MON_2  langinfo.h      d       #define MON_2 0x2001B
+MON_3  langinfo.h      d       #define MON_3 0x2001C
+MON_4  langinfo.h      d       #define MON_4 0x2001D
+MON_5  langinfo.h      d       #define MON_5 0x2001E
+MON_6  langinfo.h      d       #define MON_6 0x2001F
+MON_7  langinfo.h      d       #define MON_7 0x20020
+MON_8  langinfo.h      d       #define MON_8 0x20021
+MON_9  langinfo.h      d       #define MON_9 0x20022
+MORECTL        stropts.h       d       #define MORECTL 1
+MOREDATA       stropts.h       d       #define MOREDATA 2
+MOUNTED        mntent.h        d       #define MOUNTED "/etc/mtab"
+MOVE_MEDIUM    scsi/scsi.h     d       #define MOVE_MEDIUM 0xa5
+MQ_PRIO_MAX    limits.h        d       #define MQ_PRIO_MAX 32768
+MREMAP_FIXED   sys/mman.h      d       #define MREMAP_FIXED 2
+MREMAP_MAYMOVE sys/mman.h      d       #define MREMAP_MAYMOVE 1
+MSG_ANY        stropts.h       d       #define MSG_ANY 0x02
+MSG_BAND       stropts.h       d       #define MSG_BAND 0x04
+MSG_CMSG_CLOEXEC       sys/socket.h    d       #define MSG_CMSG_CLOEXEC 0x40000000
+MSG_CONFIRM    sys/socket.h    d       #define MSG_CONFIRM 0x0800
+MSG_CTRUNC     sys/socket.h    d       #define MSG_CTRUNC 0x0008
+MSG_DONTROUTE  sys/socket.h    d       #define MSG_DONTROUTE 0x0004
+MSG_DONTWAIT   sys/socket.h    d       #define MSG_DONTWAIT 0x0040
+MSG_EOR        sys/socket.h    d       #define MSG_EOR 0x0080
+MSG_ERRQUEUE   sys/socket.h    d       #define MSG_ERRQUEUE 0x2000
+MSG_EXCEPT     sys/msg.h       d       #define MSG_EXCEPT 020000
+MSG_FASTOPEN   sys/socket.h    d       #define MSG_FASTOPEN 0x20000000
+MSG_FIN        sys/socket.h    d       #define MSG_FIN 0x0200
+MSG_HIPRI      stropts.h       d       #define MSG_HIPRI 0x01
+MSG_INFO       sys/msg.h       d       #define MSG_INFO 12
+MSG_MORE       sys/socket.h    d       #define MSG_MORE 0x8000
+MSG_NOERROR    sys/msg.h       d       #define MSG_NOERROR 010000
+MSG_NOSIGNAL   sys/socket.h    d       #define MSG_NOSIGNAL 0x4000
+MSG_OOB        sys/socket.h    d       #define MSG_OOB 0x0001
+MSG_PARITY_ERROR       scsi/scsi.h     d       #define MSG_PARITY_ERROR 0x09
+MSG_PEEK       sys/socket.h    d       #define MSG_PEEK 0x0002
+MSG_PROXY      sys/socket.h    d       #define MSG_PROXY 0x0010
+MSG_RST        sys/socket.h    d       #define MSG_RST 0x1000
+MSG_STAT       sys/msg.h       d       #define MSG_STAT 11
+MSG_SYN        sys/socket.h    d       #define MSG_SYN 0x0400
+MSG_TRUNC      sys/socket.h    d       #define MSG_TRUNC 0x0020
+MSG_WAITALL    sys/socket.h    d       #define MSG_WAITALL 0x0100
+MSG_WAITFORONE sys/socket.h    d       #define MSG_WAITFORONE 0x10000
+MS_ACTIVE      sys/mount.h     d       #define MS_ACTIVE (1<<30)
+MS_BIND        sys/mount.h     d       #define MS_BIND 4096
+MS_BORN        sys/mount.h     d       #define MS_BORN (1<<29)
+MS_DIRSYNC     sys/mount.h     d       #define MS_DIRSYNC 128
+MS_I_VERSION   sys/mount.h     d       #define MS_I_VERSION (1<<23)
+MS_KERNMOUNT   sys/mount.h     d       #define MS_KERNMOUNT (1<<22)
+MS_LAZYTIME    sys/mount.h     d       #define MS_LAZYTIME (1<<25)
+MS_MANDLOCK    sys/mount.h     d       #define MS_MANDLOCK 64
+MS_MGC_MSK     sys/mount.h     d       #define MS_MGC_MSK 0xffff0000
+MS_MGC_VAL     sys/mount.h     d       #define MS_MGC_VAL 0xc0ed0000
+MS_MOVE        sys/mount.h     d       #define MS_MOVE 8192
+MS_NOATIME     sys/mount.h     d       #define MS_NOATIME 1024
+MS_NODEV       sys/mount.h     d       #define MS_NODEV 4
+MS_NODIRATIME  sys/mount.h     d       #define MS_NODIRATIME 2048
+MS_NOEXEC      sys/mount.h     d       #define MS_NOEXEC 8
+MS_NOSEC       sys/mount.h     d       #define MS_NOSEC (1<<28)
+MS_NOSUID      sys/mount.h     d       #define MS_NOSUID 2
+MS_NOUSER      sys/mount.h     d       #define MS_NOUSER (1U<<31)
+MS_POSIXACL    sys/mount.h     d       #define MS_POSIXACL (1<<16)
+MS_PRIVATE     sys/mount.h     d       #define MS_PRIVATE (1<<18)
+MS_RDONLY      sys/mount.h     d       #define MS_RDONLY 1
+MS_REC sys/mount.h     d       #define MS_REC 16384
+MS_RELATIME    sys/mount.h     d       #define MS_RELATIME (1<<21)
+MS_REMOUNT     sys/mount.h     d       #define MS_REMOUNT 32
+MS_RMT_MASK    sys/mount.h     d       #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
+MS_SHARED      sys/mount.h     d       #define MS_SHARED (1<<20)
+MS_SILENT      sys/mount.h     d       #define MS_SILENT 32768
+MS_SLAVE       sys/mount.h     d       #define MS_SLAVE (1<<19)
+MS_STRICTATIME sys/mount.h     d       #define MS_STRICTATIME (1<<24)
+MS_SYNCHRONOUS sys/mount.h     d       #define MS_SYNCHRONOUS 16
+MS_UNBINDABLE  sys/mount.h     d       #define MS_UNBINDABLE (1<<17)
+MTBSF  sys/mtio.h      d       #define MTBSF 2
+MTBSFM sys/mtio.h      d       #define MTBSFM 10
+MTBSR  sys/mtio.h      d       #define MTBSR 4
+MTBSS  sys/mtio.h      d       #define MTBSS 26
+MTCOMPRESSION  sys/mtio.h      d       #define MTCOMPRESSION 32
+MTEOM  sys/mtio.h      d       #define MTEOM 12
+MTERASE        sys/mtio.h      d       #define MTERASE 13
+MTFSF  sys/mtio.h      d       #define MTFSF 1
+MTFSFM sys/mtio.h      d       #define MTFSFM 11
+MTFSR  sys/mtio.h      d       #define MTFSR 3
+MTFSS  sys/mtio.h      d       #define MTFSS 25
+MTIOCGET       sys/mtio.h      d       #define MTIOCGET _IOR('m', 2, struct mtget)
+MTIOCGETCONFIG sys/mtio.h      d       #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo)
+MTIOCPOS       sys/mtio.h      d       #define MTIOCPOS _IOR('m', 3, struct mtpos)
+MTIOCSETCONFIG sys/mtio.h      d       #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo)
+MTIOCTOP       sys/mtio.h      d       #define MTIOCTOP _IOW('m', 1, struct mtop)
+MTLOAD sys/mtio.h      d       #define MTLOAD 30
+MTLOCK sys/mtio.h      d       #define MTLOCK 28
+MTMKPART       sys/mtio.h      d       #define MTMKPART 34
+MTNOP  sys/mtio.h      d       #define MTNOP 8
+MTOFFL sys/mtio.h      d       #define MTOFFL 7
+MTRAS1 sys/mtio.h      d       #define MTRAS1 14
+MTRAS2 sys/mtio.h      d       #define MTRAS2 15
+MTRAS3 sys/mtio.h      d       #define MTRAS3 16
+MTRESET        sys/mtio.h      d       #define MTRESET 0
+MTRETEN        sys/mtio.h      d       #define MTRETEN 9
+MTREW  sys/mtio.h      d       #define MTREW 6
+MTSEEK sys/mtio.h      d       #define MTSEEK 22
+MTSETBLK       sys/mtio.h      d       #define MTSETBLK 20
+MTSETDENSITY   sys/mtio.h      d       #define MTSETDENSITY 21
+MTSETDRVBUFFER sys/mtio.h      d       #define MTSETDRVBUFFER 24
+MTSETPART      sys/mtio.h      d       #define MTSETPART 33
+MTTELL sys/mtio.h      d       #define MTTELL 23
+MTUNLOAD       sys/mtio.h      d       #define MTUNLOAD 31
+MTUNLOCK       sys/mtio.h      d       #define MTUNLOCK 29
+MTWEOF sys/mtio.h      d       #define MTWEOF 5
+MTWSM  sys/mtio.h      d       #define MTWSM 27
+MT_ISARCHIVESC499      sys/mtio.h      d       #define MT_ISARCHIVESC499 0x0A
+MT_ISARCHIVE_2060L     sys/mtio.h      d       #define MT_ISARCHIVE_2060L 0x09
+MT_ISARCHIVE_2150L     sys/mtio.h      d       #define MT_ISARCHIVE_2150L 0x08
+MT_ISARCHIVE_5945L2    sys/mtio.h      d       #define MT_ISARCHIVE_5945L2 0x04
+MT_ISARCHIVE_VP60I     sys/mtio.h      d       #define MT_ISARCHIVE_VP60I 0x07
+MT_ISCMSJ500   sys/mtio.h      d       #define MT_ISCMSJ500 0x05
+MT_ISDDS1      sys/mtio.h      d       #define MT_ISDDS1 0x51
+MT_ISDDS2      sys/mtio.h      d       #define MT_ISDDS2 0x52
+MT_ISEVEREX_FT40A      sys/mtio.h      d       #define MT_ISEVEREX_FT40A 0x32
+MT_ISFTAPE_FLAG        sys/mtio.h      d       #define MT_ISFTAPE_FLAG 0x800000
+MT_ISFTAPE_UNKNOWN     sys/mtio.h      d       #define MT_ISFTAPE_UNKNOWN 0x800000
+MT_ISQIC02     sys/mtio.h      d       #define MT_ISQIC02 0x02
+MT_ISQIC02_ALL_FEATURES        sys/mtio.h      d       #define MT_ISQIC02_ALL_FEATURES 0x0F
+MT_ISSCSI1     sys/mtio.h      d       #define MT_ISSCSI1 0x71
+MT_ISSCSI2     sys/mtio.h      d       #define MT_ISSCSI2 0x72
+MT_ISTDC3610   sys/mtio.h      d       #define MT_ISTDC3610 0x06
+MT_ISTEAC_MT2ST        sys/mtio.h      d       #define MT_ISTEAC_MT2ST 0x12
+MT_ISUNKNOWN   sys/mtio.h      d       #define MT_ISUNKNOWN 0x01
+MT_ISWT5099EEN24       sys/mtio.h      d       #define MT_ISWT5099EEN24 0x11
+MT_ISWT5150    sys/mtio.h      d       #define MT_ISWT5150 0x03
+MT_ST_ASYNC_WRITES     sys/mtio.h      d       #define MT_ST_ASYNC_WRITES 0x2
+MT_ST_AUTO_LOCK        sys/mtio.h      d       #define MT_ST_AUTO_LOCK 0x40
+MT_ST_BLKSIZE_MASK     sys/mtio.h      d       #define MT_ST_BLKSIZE_MASK 0xffffff
+MT_ST_BLKSIZE_SHIFT    sys/mtio.h      d       #define MT_ST_BLKSIZE_SHIFT 0
+MT_ST_BOOLEANS sys/mtio.h      d       #define MT_ST_BOOLEANS 0x10000000
+MT_ST_BUFFER_WRITES    sys/mtio.h      d       #define MT_ST_BUFFER_WRITES 0x1
+MT_ST_CAN_BSR  sys/mtio.h      d       #define MT_ST_CAN_BSR 0x100
+MT_ST_CAN_PARTITIONS   sys/mtio.h      d       #define MT_ST_CAN_PARTITIONS 0x400
+MT_ST_CLEARBOOLEANS    sys/mtio.h      d       #define MT_ST_CLEARBOOLEANS 0x40000000
+MT_ST_CLEAR_DEFAULT    sys/mtio.h      d       #define MT_ST_CLEAR_DEFAULT 0xfffff
+MT_ST_DEBUGGING        sys/mtio.h      d       #define MT_ST_DEBUGGING 0x8
+MT_ST_DEF_BLKSIZE      sys/mtio.h      d       #define MT_ST_DEF_BLKSIZE 0x50000000
+MT_ST_DEF_COMPRESSION  sys/mtio.h      d       #define MT_ST_DEF_COMPRESSION (MT_ST_DEF_OPTIONS | 0x200000)
+MT_ST_DEF_DENSITY      sys/mtio.h      d       #define MT_ST_DEF_DENSITY (MT_ST_DEF_OPTIONS | 0x100000)
+MT_ST_DEF_DRVBUFFER    sys/mtio.h      d       #define MT_ST_DEF_DRVBUFFER (MT_ST_DEF_OPTIONS | 0x300000)
+MT_ST_DEF_OPTIONS      sys/mtio.h      d       #define MT_ST_DEF_OPTIONS 0x60000000
+MT_ST_DEF_WRITES       sys/mtio.h      d       #define MT_ST_DEF_WRITES 0x80
+MT_ST_DENSITY_MASK     sys/mtio.h      d       #define MT_ST_DENSITY_MASK 0xff000000
+MT_ST_DENSITY_SHIFT    sys/mtio.h      d       #define MT_ST_DENSITY_SHIFT 24
+MT_ST_FAST_MTEOM       sys/mtio.h      d       #define MT_ST_FAST_MTEOM 0x20
+MT_ST_HPLOADER_OFFSET  sys/mtio.h      d       #define MT_ST_HPLOADER_OFFSET 10000
+MT_ST_NO_BLKLIMS       sys/mtio.h      d       #define MT_ST_NO_BLKLIMS 0x200
+MT_ST_OPTIONS  sys/mtio.h      d       #define MT_ST_OPTIONS 0xf0000000
+MT_ST_READ_AHEAD       sys/mtio.h      d       #define MT_ST_READ_AHEAD 0x4
+MT_ST_SCSI2LOGICAL     sys/mtio.h      d       #define MT_ST_SCSI2LOGICAL 0x800
+MT_ST_SETBOOLEANS      sys/mtio.h      d       #define MT_ST_SETBOOLEANS 0x30000000
+MT_ST_SOFTERR_MASK     sys/mtio.h      d       #define MT_ST_SOFTERR_MASK 0xffff
+MT_ST_SOFTERR_SHIFT    sys/mtio.h      d       #define MT_ST_SOFTERR_SHIFT 0
+MT_ST_TWO_FM   sys/mtio.h      d       #define MT_ST_TWO_FM 0x10
+MT_ST_WRITE_THRESHOLD  sys/mtio.h      d       #define MT_ST_WRITE_THRESHOLD 0x20000000
+MT_TAPE_INFO   sys/mtio.h      d       #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, 0} }
+MUXID_ALL      stropts.h       d       #define MUXID_ALL (-1)
+M_1_PI math.h  d       #define M_1_PI 0.31830988618379067154 /* 1/pi */
+M_2_PI math.h  d       #define M_2_PI 0.63661977236758134308 /* 2/pi */
+M_2_SQRTPI     math.h  d       #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */
+M_E    math.h  d       #define M_E 2.7182818284590452354 /* e */
+M_LN10 math.h  d       #define M_LN10 2.30258509299404568402 /* log_e 10 */
+M_LN2  math.h  d       #define M_LN2 0.69314718055994530942 /* log_e 2 */
+M_LOG10E       math.h  d       #define M_LOG10E 0.43429448190325182765 /* log_10 e */
+M_LOG2E        math.h  d       #define M_LOG2E 1.4426950408889634074 /* log_2 e */
+M_PI   math.h  d       #define M_PI 3.14159265358979323846 /* pi */
+M_PI_2 math.h  d       #define M_PI_2 1.57079632679489661923 /* pi/2 */
+M_PI_4 math.h  d       #define M_PI_4 0.78539816339744830962 /* pi/4 */
+M_SQRT1_2      math.h  d       #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
+M_SQRT2        math.h  d       #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
+NAMESERVER_PORT        arpa/nameser.h  d       #define NAMESERVER_PORT NS_DEFAULTPORT
+NAME_MAX       limits.h        d       #define NAME_MAX 255
+NAN    math.h  d       #define NAN (0.0f/0.0f)
+NAN    math.h  d       #define NAN __builtin_nanf("")
+NBBY   sys/param.h     d       #define NBBY 8
+NCARGS sys/param.h     d       #define NCARGS 131072
+NCCS   termios.h       d       #define NCCS 32
+ND_NA_FLAG_OVERRIDE    netinet/icmp6.h d       #define ND_NA_FLAG_OVERRIDE 0x00000020
+ND_NA_FLAG_OVERRIDE    netinet/icmp6.h d       #define ND_NA_FLAG_OVERRIDE 0x20000000
+ND_NA_FLAG_ROUTER      netinet/icmp6.h d       #define ND_NA_FLAG_ROUTER 0x00000080
+ND_NA_FLAG_ROUTER      netinet/icmp6.h d       #define ND_NA_FLAG_ROUTER 0x80000000
+ND_NA_FLAG_SOLICITED   netinet/icmp6.h d       #define ND_NA_FLAG_SOLICITED 0x00000040
+ND_NA_FLAG_SOLICITED   netinet/icmp6.h d       #define ND_NA_FLAG_SOLICITED 0x40000000
+ND_NEIGHBOR_ADVERT     netinet/icmp6.h d       #define ND_NEIGHBOR_ADVERT 136
+ND_NEIGHBOR_SOLICIT    netinet/icmp6.h d       #define ND_NEIGHBOR_SOLICIT 135
+ND_OPT_HOME_AGENT_INFO netinet/icmp6.h d       #define ND_OPT_HOME_AGENT_INFO 8
+ND_OPT_MTU     netinet/icmp6.h d       #define ND_OPT_MTU 5
+ND_OPT_PI_FLAG_AUTO    netinet/icmp6.h d       #define ND_OPT_PI_FLAG_AUTO 0x40
+ND_OPT_PI_FLAG_ONLINK  netinet/icmp6.h d       #define ND_OPT_PI_FLAG_ONLINK 0x80
+ND_OPT_PI_FLAG_RADDR   netinet/icmp6.h d       #define ND_OPT_PI_FLAG_RADDR 0x20
+ND_OPT_PREFIX_INFORMATION      netinet/icmp6.h d       #define ND_OPT_PREFIX_INFORMATION 3
+ND_OPT_REDIRECTED_HEADER       netinet/icmp6.h d       #define ND_OPT_REDIRECTED_HEADER 4
+ND_OPT_RTR_ADV_INTERVAL        netinet/icmp6.h d       #define ND_OPT_RTR_ADV_INTERVAL 7
+ND_OPT_SOURCE_LINKADDR netinet/icmp6.h d       #define ND_OPT_SOURCE_LINKADDR 1
+ND_OPT_TARGET_LINKADDR netinet/icmp6.h d       #define ND_OPT_TARGET_LINKADDR 2
+ND_RA_FLAG_HOME_AGENT  netinet/icmp6.h d       #define ND_RA_FLAG_HOME_AGENT 0x20
+ND_RA_FLAG_MANAGED     netinet/icmp6.h d       #define ND_RA_FLAG_MANAGED 0x80
+ND_RA_FLAG_OTHER       netinet/icmp6.h d       #define ND_RA_FLAG_OTHER 0x40
+ND_REDIRECT    netinet/icmp6.h d       #define ND_REDIRECT 137
+ND_ROUTER_ADVERT       netinet/icmp6.h d       #define ND_ROUTER_ADVERT 134
+ND_ROUTER_SOLICIT      netinet/icmp6.h d       #define ND_ROUTER_SOLICIT 133
+NEW_ENV_VALUE  arpa/telnet.h   d       #define NEW_ENV_VALUE 1
+NEW_ENV_VAR    arpa/telnet.h   d       #define NEW_ENV_VAR 0
+NEW_TIME       utmpx.h d       #define NEW_TIME 3
+NFDBITS        sys/select.h    d       #define NFDBITS (8*(int)sizeof(long))
+NGREG  ucontext.h      d       #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
+NGROUPS        sys/param.h     d       #define NGROUPS 32
+NGROUPS_MAX    limits.h        d       #define NGROUPS_MAX 32
+NI_DGRAM       netdb.h d       #define NI_DGRAM 0x10
+NI_MAXHOST     netdb.h d       #define NI_MAXHOST 255
+NI_MAXSERV     netdb.h d       #define NI_MAXSERV 32
+NI_NAMEREQD    netdb.h d       #define NI_NAMEREQD 0x08
+NI_NOFQDN      netdb.h d       #define NI_NOFQDN 0x04
+NI_NUMERICHOST netdb.h d       #define NI_NUMERICHOST 0x01
+NI_NUMERICSCOPE        netdb.h d       #define NI_NUMERICSCOPE 0x100
+NI_NUMERICSERV netdb.h d       #define NI_NUMERICSERV 0x02
+NL_ARGMAX      limits.h        d       #define NL_ARGMAX 9
+NL_CAT_LOCALE  nl_types.h      d       #define NL_CAT_LOCALE 1
+NL_LANGMAX     limits.h        d       #define NL_LANGMAX 32
+NL_MSGMAX      limits.h        d       #define NL_MSGMAX 32767
+NL_NMAX        limits.h        d       #define NL_NMAX 16
+NL_SETD        nl_types.h      d       #define NL_SETD 1
+NL_SETMAX      limits.h        d       #define NL_SETMAX 255
+NL_TEXTMAX     limits.h        d       #define NL_TEXTMAX 2048
+NOERROR        arpa/nameser.h  d       #define NOERROR ns_r_noerror
+NOEXPR langinfo.h      d       #define NOEXPR 0x50001
+NOFILE sys/param.h     d       #define NOFILE 256
+NOGROUP        sys/param.h     d       #define NOGROUP (-1)
+NOP    arpa/telnet.h   d       #define NOP 241
+NOP    scsi/scsi.h     d       #define NOP 0x08
+NOSTR  langinfo.h      d       #define NOSTR 0x50003
+NOTAUTH        arpa/nameser.h  d       #define NOTAUTH ns_r_notauth
+NOTIMP arpa/nameser.h  d       #define NOTIMP ns_r_notimpl
+NOTZONE        arpa/nameser.h  d       #define NOTZONE ns_r_notzone
+NOT_READY      scsi/scsi.h     d       #define NOT_READY 0x02
+NO_ADDRESS     netdb.h d       #define NO_ADDRESS NO_DATA
+NO_DATA        netdb.h d       #define NO_DATA 4
+NO_RECOVERY    netdb.h d       #define NO_RECOVERY 3
+NO_SENSE       scsi/scsi.h     d       #define NO_SENSE 0x00
+NR_DQHASH      sys/quota.h     d       #define NR_DQHASH 43
+NR_DQUOTS      sys/quota.h     d       #define NR_DQUOTS 256
+NR_ICMP_TYPES  netinet/ip_icmp.h       d       #define NR_ICMP_TYPES 18
+NR_ICMP_UNREACH        netinet/ip_icmp.h       d       #define NR_ICMP_UNREACH 15
+NSIG   signal.h        d       #define NSIG _NSIG
+NSLC   arpa/telnet.h   d       #define NSLC 18
+NS_ALG_DH      arpa/nameser.h  d       #define NS_ALG_DH 2
+NS_ALG_DSA     arpa/nameser.h  d       #define NS_ALG_DSA 3
+NS_ALG_DSS     arpa/nameser.h  d       #define NS_ALG_DSS NS_ALG_DSA
+NS_ALG_EXPIRE_ONLY     arpa/nameser.h  d       #define NS_ALG_EXPIRE_ONLY 253
+NS_ALG_MD5RSA  arpa/nameser.h  d       #define NS_ALG_MD5RSA 1
+NS_ALG_PRIVATE_OID     arpa/nameser.h  d       #define NS_ALG_PRIVATE_OID 254
+NS_CMPRSFLGS   arpa/nameser.h  d       #define NS_CMPRSFLGS 0xc0
+NS_DEFAULTPORT arpa/nameser.h  d       #define NS_DEFAULTPORT 53
+NS_DSA_MAX_BYTES       arpa/nameser.h  d       #define NS_DSA_MAX_BYTES 405
+NS_DSA_MIN_SIZE        arpa/nameser.h  d       #define NS_DSA_MIN_SIZE 213
+NS_DSA_SIG_SIZE        arpa/nameser.h  d       #define NS_DSA_SIG_SIZE 41
+NS_GET16       arpa/nameser.h  d       #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
+NS_GET32       arpa/nameser.h  d       #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
+NS_HFIXEDSZ    arpa/nameser.h  d       #define NS_HFIXEDSZ 12
+NS_IN6ADDRSZ   arpa/nameser.h  d       #define NS_IN6ADDRSZ 16
+NS_INADDRSZ    arpa/nameser.h  d       #define NS_INADDRSZ 4
+NS_INT16SZ     arpa/nameser.h  d       #define NS_INT16SZ 2
+NS_INT32SZ     arpa/nameser.h  d       #define NS_INT32SZ 4
+NS_INT8SZ      arpa/nameser.h  d       #define NS_INT8SZ 1
+NS_KEY_EXTENDED_FLAGS  arpa/nameser.h  d       #define NS_KEY_EXTENDED_FLAGS 0x1000
+NS_KEY_NAME_ENTITY     arpa/nameser.h  d       #define NS_KEY_NAME_ENTITY 0x0200
+NS_KEY_NAME_RESERVED   arpa/nameser.h  d       #define NS_KEY_NAME_RESERVED 0x0300
+NS_KEY_NAME_TYPE       arpa/nameser.h  d       #define NS_KEY_NAME_TYPE 0x0300
+NS_KEY_NAME_USER       arpa/nameser.h  d       #define NS_KEY_NAME_USER 0x0000
+NS_KEY_NAME_ZONE       arpa/nameser.h  d       #define NS_KEY_NAME_ZONE 0x0100
+NS_KEY_NO_AUTH arpa/nameser.h  d       #define NS_KEY_NO_AUTH 0x8000
+NS_KEY_NO_CONF arpa/nameser.h  d       #define NS_KEY_NO_CONF 0x4000
+NS_KEY_PROT_ANY        arpa/nameser.h  d       #define NS_KEY_PROT_ANY 255
+NS_KEY_PROT_DNSSEC     arpa/nameser.h  d       #define NS_KEY_PROT_DNSSEC 3
+NS_KEY_PROT_EMAIL      arpa/nameser.h  d       #define NS_KEY_PROT_EMAIL 2
+NS_KEY_PROT_IPSEC      arpa/nameser.h  d       #define NS_KEY_PROT_IPSEC 4
+NS_KEY_PROT_TLS        arpa/nameser.h  d       #define NS_KEY_PROT_TLS 1
+NS_KEY_RESERVED10      arpa/nameser.h  d       #define NS_KEY_RESERVED10 0x0020
+NS_KEY_RESERVED11      arpa/nameser.h  d       #define NS_KEY_RESERVED11 0x0010
+NS_KEY_RESERVED2       arpa/nameser.h  d       #define NS_KEY_RESERVED2 0x2000
+NS_KEY_RESERVED4       arpa/nameser.h  d       #define NS_KEY_RESERVED4 0x0800
+NS_KEY_RESERVED5       arpa/nameser.h  d       #define NS_KEY_RESERVED5 0x0400
+NS_KEY_RESERVED8       arpa/nameser.h  d       #define NS_KEY_RESERVED8 0x0080
+NS_KEY_RESERVED9       arpa/nameser.h  d       #define NS_KEY_RESERVED9 0x0040
+NS_KEY_RESERVED_BITMASK        arpa/nameser.h  d       #define NS_KEY_RESERVED_BITMASK ( NS_KEY_RESERVED2 | NS_KEY_RESERVED4 | NS_KEY_RESERVED5 | NS_KEY_RESERVED8 | NS_KEY_RESERVED9 | NS_KEY_RESERVED10 | NS_KEY_RESERVED11 )
+NS_KEY_RESERVED_BITMASK2       arpa/nameser.h  d       #define NS_KEY_RESERVED_BITMASK2 0xFFFF
+NS_KEY_SIGNATORYMASK   arpa/nameser.h  d       #define NS_KEY_SIGNATORYMASK 0x000F
+NS_KEY_TYPEMASK        arpa/nameser.h  d       #define NS_KEY_TYPEMASK 0xC000
+NS_KEY_TYPE_AUTH_CONF  arpa/nameser.h  d       #define NS_KEY_TYPE_AUTH_CONF 0x0000
+NS_KEY_TYPE_AUTH_ONLY  arpa/nameser.h  d       #define NS_KEY_TYPE_AUTH_ONLY 0x4000
+NS_KEY_TYPE_CONF_ONLY  arpa/nameser.h  d       #define NS_KEY_TYPE_CONF_ONLY 0x8000
+NS_KEY_TYPE_NO_KEY     arpa/nameser.h  d       #define NS_KEY_TYPE_NO_KEY 0xC000
+NS_MAXCDNAME   arpa/nameser.h  d       #define NS_MAXCDNAME 255
+NS_MAXDNAME    arpa/nameser.h  d       #define NS_MAXDNAME 1025
+NS_MAXLABEL    arpa/nameser.h  d       #define NS_MAXLABEL 63
+NS_MAXMSG      arpa/nameser.h  d       #define NS_MAXMSG 65535
+NS_MD5RSA_MAX_BASE64   arpa/nameser.h  d       #define NS_MD5RSA_MAX_BASE64 (((NS_MD5RSA_MAX_BYTES+2)/3)*4)
+NS_MD5RSA_MAX_BITS     arpa/nameser.h  d       #define NS_MD5RSA_MAX_BITS 4096
+NS_MD5RSA_MAX_BYTES    arpa/nameser.h  d       #define NS_MD5RSA_MAX_BYTES ((NS_MD5RSA_MAX_BITS+7/8)*2+3)
+NS_MD5RSA_MAX_SIZE     arpa/nameser.h  d       #define NS_MD5RSA_MAX_SIZE ((NS_MD5RSA_MAX_BITS+7)/8)
+NS_MD5RSA_MIN_BITS     arpa/nameser.h  d       #define NS_MD5RSA_MIN_BITS 512
+NS_MD5RSA_MIN_SIZE     arpa/nameser.h  d       #define NS_MD5RSA_MIN_SIZE ((NS_MD5RSA_MIN_BITS+7)/8)
+NS_NOTIFY_OP   arpa/nameser.h  d       #define NS_NOTIFY_OP ns_o_notify
+NS_NXT_BITS    arpa/nameser.h  d       #define NS_NXT_BITS 8
+NS_NXT_BIT_CLEAR       arpa/nameser.h  d       #define NS_NXT_BIT_CLEAR(n,p) (p[(n)/NS_NXT_BITS] &= ~(0x80>>((n)%NS_NXT_BITS)))
+NS_NXT_BIT_ISSET       arpa/nameser.h  d       #define NS_NXT_BIT_ISSET(n,p) (p[(n)/NS_NXT_BITS] & (0x80>>((n)%NS_NXT_BITS)))
+NS_NXT_BIT_SET arpa/nameser.h  d       #define NS_NXT_BIT_SET( n,p) (p[(n)/NS_NXT_BITS] |= (0x80>>((n)%NS_NXT_BITS)))
+NS_NXT_MAX     arpa/nameser.h  d       #define NS_NXT_MAX 127
+NS_OPT_DNSSEC_OK       arpa/nameser.h  d       #define NS_OPT_DNSSEC_OK 0x8000U
+NS_OPT_NSID    arpa/nameser.h  d       #define NS_OPT_NSID 3
+NS_PACKETSZ    arpa/nameser.h  d       #define NS_PACKETSZ 512
+NS_PUT16       arpa/nameser.h  d       #define NS_PUT16(s, cp) ns_put16((s), ((cp)+=2)-2)
+NS_PUT32       arpa/nameser.h  d       #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
+NS_QFIXEDSZ    arpa/nameser.h  d       #define NS_QFIXEDSZ 4
+NS_RRFIXEDSZ   arpa/nameser.h  d       #define NS_RRFIXEDSZ 10
+NS_SIG_ALG     arpa/nameser.h  d       #define NS_SIG_ALG 2
+NS_SIG_EXPIR   arpa/nameser.h  d       #define NS_SIG_EXPIR 8
+NS_SIG_FOOT    arpa/nameser.h  d       #define NS_SIG_FOOT 16
+NS_SIG_LABELS  arpa/nameser.h  d       #define NS_SIG_LABELS 3
+NS_SIG_OTTL    arpa/nameser.h  d       #define NS_SIG_OTTL 4
+NS_SIG_SIGNED  arpa/nameser.h  d       #define NS_SIG_SIGNED 12
+NS_SIG_SIGNER  arpa/nameser.h  d       #define NS_SIG_SIGNER 18
+NS_SIG_TYPE    arpa/nameser.h  d       #define NS_SIG_TYPE 0
+NS_TSIG_ALG_HMAC_MD5   arpa/nameser.h  d       #define NS_TSIG_ALG_HMAC_MD5 "HMAC-MD5.SIG-ALG.REG.INT"
+NS_TSIG_ERROR_FORMERR  arpa/nameser.h  d       #define NS_TSIG_ERROR_FORMERR -12
+NS_TSIG_ERROR_NO_SPACE arpa/nameser.h  d       #define NS_TSIG_ERROR_NO_SPACE -11
+NS_TSIG_ERROR_NO_TSIG  arpa/nameser.h  d       #define NS_TSIG_ERROR_NO_TSIG -10
+NS_TSIG_FUDGE  arpa/nameser.h  d       #define NS_TSIG_FUDGE 300
+NS_TSIG_TCP_COUNT      arpa/nameser.h  d       #define NS_TSIG_TCP_COUNT 100
+NS_UPDATE_OP   arpa/nameser.h  d       #define NS_UPDATE_OP ns_o_update
+NTELOPTS       arpa/telnet.h   d       #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
+NT_386_IOPERM  elf.h   d       #define NT_386_IOPERM 0x201
+NT_386_TLS     elf.h   d       #define NT_386_TLS 0x200
+NT_ARM_HW_BREAK        elf.h   d       #define NT_ARM_HW_BREAK 0x402
+NT_ARM_HW_WATCH        elf.h   d       #define NT_ARM_HW_WATCH 0x403
+NT_ARM_TLS     elf.h   d       #define NT_ARM_TLS 0x401
+NT_ARM_VFP     elf.h   d       #define NT_ARM_VFP 0x400
+NT_ASRS        elf.h   d       #define NT_ASRS 8
+NT_AUXV        elf.h   d       #define NT_AUXV 6
+NT_FILE        elf.h   d       #define NT_FILE 0x46494c45
+NT_FPREGSET    elf.h   d       #define NT_FPREGSET 2
+NT_GNU_ABI_TAG elf.h   d       #define NT_GNU_ABI_TAG 1
+NT_GNU_BUILD_ID        elf.h   d       #define NT_GNU_BUILD_ID 3
+NT_GNU_GOLD_VERSION    elf.h   d       #define NT_GNU_GOLD_VERSION 4
+NT_GWINDOWS    elf.h   d       #define NT_GWINDOWS 7
+NT_LWPSINFO    elf.h   d       #define NT_LWPSINFO 17
+NT_LWPSTATUS   elf.h   d       #define NT_LWPSTATUS 16
+NT_METAG_CBUF  elf.h   d       #define NT_METAG_CBUF 0x500
+NT_METAG_RPIPE elf.h   d       #define NT_METAG_RPIPE 0x501
+NT_METAG_TLS   elf.h   d       #define NT_METAG_TLS 0x502
+NT_PLATFORM    elf.h   d       #define NT_PLATFORM 5
+NT_PPC_SPE     elf.h   d       #define NT_PPC_SPE 0x101
+NT_PPC_VMX     elf.h   d       #define NT_PPC_VMX 0x100
+NT_PPC_VSX     elf.h   d       #define NT_PPC_VSX 0x102
+NT_PRCRED      elf.h   d       #define NT_PRCRED 14
+NT_PRFPXREG    elf.h   d       #define NT_PRFPXREG 20
+NT_PRPSINFO    elf.h   d       #define NT_PRPSINFO 3
+NT_PRSTATUS    elf.h   d       #define NT_PRSTATUS 1
+NT_PRXFPREG    elf.h   d       #define NT_PRXFPREG 0x46e62b7f
+NT_PRXREG      elf.h   d       #define NT_PRXREG 4
+NT_PSINFO      elf.h   d       #define NT_PSINFO 13
+NT_PSTATUS     elf.h   d       #define NT_PSTATUS 10
+NT_S390_CTRS   elf.h   d       #define NT_S390_CTRS 0x304
+NT_S390_HIGH_GPRS      elf.h   d       #define NT_S390_HIGH_GPRS 0x300
+NT_S390_LAST_BREAK     elf.h   d       #define NT_S390_LAST_BREAK 0x306
+NT_S390_PREFIX elf.h   d       #define NT_S390_PREFIX 0x305
+NT_S390_SYSTEM_CALL    elf.h   d       #define NT_S390_SYSTEM_CALL 0x307
+NT_S390_TDB    elf.h   d       #define NT_S390_TDB 0x308
+NT_S390_TIMER  elf.h   d       #define NT_S390_TIMER 0x301
+NT_S390_TODCMP elf.h   d       #define NT_S390_TODCMP 0x302
+NT_S390_TODPREG        elf.h   d       #define NT_S390_TODPREG 0x303
+NT_SIGINFO     elf.h   d       #define NT_SIGINFO 0x53494749
+NT_TASKSTRUCT  elf.h   d       #define NT_TASKSTRUCT 4
+NT_UTSNAME     elf.h   d       #define NT_UTSNAME 15
+NT_VERSION     elf.h   d       #define NT_VERSION 1
+NT_X86_XSTATE  elf.h   d       #define NT_X86_XSTATE 0x202
+NULL   locale.h        d       #define NULL ((void*)0)
+NULL   locale.h        d       #define NULL 0L
+NULL   stddef.h        d       #define NULL ((void*)0)
+NULL   stddef.h        d       #define NULL 0L
+NULL   stdio.h d       #define NULL ((void*)0)
+NULL   stdio.h d       #define NULL 0L
+NULL   stdlib.h        d       #define NULL ((void*)0)
+NULL   stdlib.h        d       #define NULL 0L
+NULL   string.h        d       #define NULL ((void*)0)
+NULL   string.h        d       #define NULL 0L
+NULL   time.h  d       #define NULL ((void*)0)
+NULL   time.h  d       #define NULL 0L
+NULL   unistd.h        d       #define NULL ((void*)0)
+NULL   unistd.h        d       #define NULL 0L
+NULL   wchar.h d       #define NULL ((void*)0)
+NULL   wchar.h d       #define NULL 0L
+NXDOMAIN       arpa/nameser.h  d       #define NXDOMAIN ns_r_nxdomain
+NXRRSET        arpa/nameser.h  d       #define NXRRSET ns_r_nxrrset
+NZERO  limits.h        d       #define NZERO 20
+ODK_EXCEPTIONS elf.h   d       #define ODK_EXCEPTIONS 2
+ODK_FILL       elf.h   d       #define ODK_FILL 5
+ODK_HWAND      elf.h   d       #define ODK_HWAND 7
+ODK_HWOR       elf.h   d       #define ODK_HWOR 8
+ODK_HWPATCH    elf.h   d       #define ODK_HWPATCH 4
+ODK_NULL       elf.h   d       #define ODK_NULL 0
+ODK_PAD        elf.h   d       #define ODK_PAD 3
+ODK_REGINFO    elf.h   d       #define ODK_REGINFO 1
+ODK_TAGS       elf.h   d       #define ODK_TAGS 6
+OEX_DISMISS    elf.h   d       #define OEX_DISMISS 0x80000
+OEX_FPDBUG     elf.h   d       #define OEX_FPDBUG 0x40000
+OEX_FPU_DIV0   elf.h   d       #define OEX_FPU_DIV0 0x08
+OEX_FPU_INEX   elf.h   d       #define OEX_FPU_INEX 0x01
+OEX_FPU_INVAL  elf.h   d       #define OEX_FPU_INVAL 0x10
+OEX_FPU_MAX    elf.h   d       #define OEX_FPU_MAX 0x1f00
+OEX_FPU_MIN    elf.h   d       #define OEX_FPU_MIN 0x1f
+OEX_FPU_OFLO   elf.h   d       #define OEX_FPU_OFLO 0x04
+OEX_FPU_UFLO   elf.h   d       #define OEX_FPU_UFLO 0x02
+OEX_PAGE0      elf.h   d       #define OEX_PAGE0 0x10000
+OEX_PRECISEFP  elf.h   d       #define OEX_PRECISEFP OEX_FPDBUG
+OEX_SMM        elf.h   d       #define OEX_SMM 0x20000
+OHWA0_R4KEOP_CHECKED   elf.h   d       #define OHWA0_R4KEOP_CHECKED 0x00000001
+OHWA1_R4KEOP_CLEAN     elf.h   d       #define OHWA1_R4KEOP_CLEAN 0x00000002
+OHW_R4KEOP     elf.h   d       #define OHW_R4KEOP 0x1
+OHW_R5KCVTL    elf.h   d       #define OHW_R5KCVTL 0x8
+OHW_R5KEOP     elf.h   d       #define OHW_R5KEOP 0x4
+OHW_R8KPFETCH  elf.h   d       #define OHW_R8KPFETCH 0x2
+OLD_ENV_VALUE  arpa/telnet.h   d       #define OLD_ENV_VALUE 0
+OLD_ENV_VAR    arpa/telnet.h   d       #define OLD_ENV_VAR 1
+OLD_TIME       utmpx.h d       #define OLD_TIME 4
+ONCE_FLAG_INIT threads.h       d       #define ONCE_FLAG_INIT 0
+OPAD_POSTFIX   elf.h   d       #define OPAD_POSTFIX 0x2
+OPAD_PREFIX    elf.h   d       #define OPAD_PREFIX 0x1
+OPAD_SYMBOL    elf.h   d       #define OPAD_SYMBOL 0x4
+ORDERED_QUEUE_TAG      scsi/scsi.h     d       #define ORDERED_QUEUE_TAG 0x22
+O_ACCMODE      fcntl.h d       #define O_ACCMODE (03|O_SEARCH)
+O_EXEC fcntl.h d       #define O_EXEC O_PATH
+O_RDONLY       fcntl.h d       #define O_RDONLY 00
+O_RDWR fcntl.h d       #define O_RDWR 02
+O_SEARCH       fcntl.h d       #define O_SEARCH O_PATH
+O_WRONLY       fcntl.h d       #define O_WRONLY 01
+PACKETSZ       arpa/nameser.h  d       #define PACKETSZ NS_PACKETSZ
+PACKET_ADD_MEMBERSHIP  netpacket/packet.h      d       #define PACKET_ADD_MEMBERSHIP 1
+PACKET_AUXDATA netpacket/packet.h      d       #define PACKET_AUXDATA 8
+PACKET_BROADCAST       netpacket/packet.h      d       #define PACKET_BROADCAST 1
+PACKET_COPY_THRESH     netpacket/packet.h      d       #define PACKET_COPY_THRESH 7
+PACKET_DROP_MEMBERSHIP netpacket/packet.h      d       #define PACKET_DROP_MEMBERSHIP 2
+PACKET_FANOUT  netpacket/packet.h      d       #define PACKET_FANOUT 18
+PACKET_FANOUT_DATA     netpacket/packet.h      d       #define PACKET_FANOUT_DATA 22
+PACKET_FASTROUTE       netpacket/packet.h      d       #define PACKET_FASTROUTE 6
+PACKET_HDRLEN  netpacket/packet.h      d       #define PACKET_HDRLEN 11
+PACKET_HOST    netpacket/packet.h      d       #define PACKET_HOST 0
+PACKET_LOOPBACK        netpacket/packet.h      d       #define PACKET_LOOPBACK 5
+PACKET_LOSS    netpacket/packet.h      d       #define PACKET_LOSS 14
+PACKET_MR_ALLMULTI     netpacket/packet.h      d       #define PACKET_MR_ALLMULTI 2
+PACKET_MR_MULTICAST    netpacket/packet.h      d       #define PACKET_MR_MULTICAST 0
+PACKET_MR_PROMISC      netpacket/packet.h      d       #define PACKET_MR_PROMISC 1
+PACKET_MR_UNICAST      netpacket/packet.h      d       #define PACKET_MR_UNICAST 3
+PACKET_MULTICAST       netpacket/packet.h      d       #define PACKET_MULTICAST 2
+PACKET_ORIGDEV netpacket/packet.h      d       #define PACKET_ORIGDEV 9
+PACKET_OTHERHOST       netpacket/packet.h      d       #define PACKET_OTHERHOST 3
+PACKET_OUTGOING        netpacket/packet.h      d       #define PACKET_OUTGOING 4
+PACKET_QDISC_BYPASS    netpacket/packet.h      d       #define PACKET_QDISC_BYPASS 20
+PACKET_RECV_OUTPUT     netpacket/packet.h      d       #define PACKET_RECV_OUTPUT 3
+PACKET_RESERVE netpacket/packet.h      d       #define PACKET_RESERVE 12
+PACKET_ROLLOVER_STATS  netpacket/packet.h      d       #define PACKET_ROLLOVER_STATS 21
+PACKET_RX_RING netpacket/packet.h      d       #define PACKET_RX_RING 5
+PACKET_STATISTICS      netpacket/packet.h      d       #define PACKET_STATISTICS 6
+PACKET_TIMESTAMP       netpacket/packet.h      d       #define PACKET_TIMESTAMP 17
+PACKET_TX_HAS_OFF      netpacket/packet.h      d       #define PACKET_TX_HAS_OFF 19
+PACKET_TX_RING netpacket/packet.h      d       #define PACKET_TX_RING 13
+PACKET_TX_TIMESTAMP    netpacket/packet.h      d       #define PACKET_TX_TIMESTAMP 16
+PACKET_VERSION netpacket/packet.h      d       #define PACKET_VERSION 10
+PACKET_VNET_HDR        netpacket/packet.h      d       #define PACKET_VNET_HDR 15
+PAGESIZE       limits.h        d       #define PAGESIZE PAGE_SIZE
+PATH_MAX       limits.h        d       #define PATH_MAX 4096
+PDP_ENDIAN     endian.h        d       #define PDP_ENDIAN __PDP_ENDIAN
+PERSISTENT_RESERVE_IN  scsi/scsi.h     d       #define PERSISTENT_RESERVE_IN 0x5e
+PERSISTENT_RESERVE_OUT scsi/scsi.h     d       #define PERSISTENT_RESERVE_OUT 0x5f
+PER_BSD        sys/personality.h       d       #define PER_BSD 6
+PER_HPUX       sys/personality.h       d       #define PER_HPUX 0x10
+PER_IRIX32     sys/personality.h       d       #define PER_IRIX32 (9 | STICKY_TIMEOUTS)
+PER_IRIX64     sys/personality.h       d       #define PER_IRIX64 (0x0b | STICKY_TIMEOUTS)
+PER_IRIXN32    sys/personality.h       d       #define PER_IRIXN32 (0xa | STICKY_TIMEOUTS)
+PER_ISCR4      sys/personality.h       d       #define PER_ISCR4 (5 | STICKY_TIMEOUTS)
+PER_LINUX      sys/personality.h       d       #define PER_LINUX 0
+PER_LINUX32    sys/personality.h       d       #define PER_LINUX32 8
+PER_LINUX32_3GB        sys/personality.h       d       #define PER_LINUX32_3GB (8 | ADDR_LIMIT_3GB)
+PER_LINUX_32BIT        sys/personality.h       d       #define PER_LINUX_32BIT ADDR_LIMIT_32BIT
+PER_MASK       sys/personality.h       d       #define PER_MASK 0xff
+PER_OSF4       sys/personality.h       d       #define PER_OSF4 0xf
+PER_OSR5       sys/personality.h       d       #define PER_OSR5 (3 | STICKY_TIMEOUTS | WHOLE_SECONDS)
+PER_RISCOS     sys/personality.h       d       #define PER_RISCOS 0xc
+PER_SCOSVR3    sys/personality.h       d       #define PER_SCOSVR3 (3 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE)
+PER_SOLARIS    sys/personality.h       d       #define PER_SOLARIS (0xd | STICKY_TIMEOUTS)
+PER_SUNOS      sys/personality.h       d       #define PER_SUNOS (6 | STICKY_TIMEOUTS)
+PER_SVR3       sys/personality.h       d       #define PER_SVR3 (2 | STICKY_TIMEOUTS | SHORT_INODE)
+PER_SVR4       sys/personality.h       d       #define PER_SVR4 (1 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO)
+PER_UW7        sys/personality.h       d       #define PER_UW7 (0xe | STICKY_TIMEOUTS | MMAP_PAGE_ZERO)
+PER_WYSEV386   sys/personality.h       d       #define PER_WYSEV386 (4 | STICKY_TIMEOUTS | SHORT_INODE)
+PER_XENIX      sys/personality.h       d       #define PER_XENIX (7 | STICKY_TIMEOUTS | SHORT_INODE)
+PF_ALG sys/socket.h    d       #define PF_ALG 38
+PF_APPLETALK   sys/socket.h    d       #define PF_APPLETALK 5
+PF_ARM_ABS     elf.h   d       #define PF_ARM_ABS 0x40000000
+PF_ARM_PI      elf.h   d       #define PF_ARM_PI 0x20000000
+PF_ARM_SB      elf.h   d       #define PF_ARM_SB 0x10000000
+PF_ASH sys/socket.h    d       #define PF_ASH 18
+PF_ATMPVC      sys/socket.h    d       #define PF_ATMPVC 8
+PF_ATMSVC      sys/socket.h    d       #define PF_ATMSVC 20
+PF_AX25        sys/socket.h    d       #define PF_AX25 3
+PF_BLUETOOTH   sys/socket.h    d       #define PF_BLUETOOTH 31
+PF_BRIDGE      sys/socket.h    d       #define PF_BRIDGE 7
+PF_CAIF        sys/socket.h    d       #define PF_CAIF 37
+PF_CAN sys/socket.h    d       #define PF_CAN 29
+PF_DECnet      sys/socket.h    d       #define PF_DECnet 12
+PF_ECONET      sys/socket.h    d       #define PF_ECONET 19
+PF_FILE        sys/socket.h    d       #define PF_FILE PF_LOCAL
+PF_HP_CODE     elf.h   d       #define PF_HP_CODE 0x01000000
+PF_HP_FAR_SHARED       elf.h   d       #define PF_HP_FAR_SHARED 0x00200000
+PF_HP_LAZYSWAP elf.h   d       #define PF_HP_LAZYSWAP 0x04000000
+PF_HP_MODIFY   elf.h   d       #define PF_HP_MODIFY 0x02000000
+PF_HP_NEAR_SHARED      elf.h   d       #define PF_HP_NEAR_SHARED 0x00400000
+PF_HP_PAGE_SIZE        elf.h   d       #define PF_HP_PAGE_SIZE 0x00100000
+PF_HP_SBP      elf.h   d       #define PF_HP_SBP 0x08000000
+PF_IA_64_NORECOV       elf.h   d       #define PF_IA_64_NORECOV 0x80000000
+PF_IB  sys/socket.h    d       #define PF_IB 27
+PF_IEEE802154  sys/socket.h    d       #define PF_IEEE802154 36
+PF_INET        sys/socket.h    d       #define PF_INET 2
+PF_INET6       sys/socket.h    d       #define PF_INET6 10
+PF_IPX sys/socket.h    d       #define PF_IPX 4
+PF_IRDA        sys/socket.h    d       #define PF_IRDA 23
+PF_ISDN        sys/socket.h    d       #define PF_ISDN 34
+PF_IUCV        sys/socket.h    d       #define PF_IUCV 32
+PF_KEY sys/socket.h    d       #define PF_KEY 15
+PF_LLC sys/socket.h    d       #define PF_LLC 26
+PF_LOCAL       sys/socket.h    d       #define PF_LOCAL 1
+PF_MASKOS      elf.h   d       #define PF_MASKOS 0x0ff00000
+PF_MASKPROC    elf.h   d       #define PF_MASKPROC 0xf0000000
+PF_MAX sys/socket.h    d       #define PF_MAX 41
+PF_MIPS_LOCAL  elf.h   d       #define PF_MIPS_LOCAL 0x10000000
+PF_MPLS        sys/socket.h    d       #define PF_MPLS 28
+PF_NETBEUI     sys/socket.h    d       #define PF_NETBEUI 13
+PF_NETLINK     sys/socket.h    d       #define PF_NETLINK 16
+PF_NETROM      sys/socket.h    d       #define PF_NETROM 6
+PF_NFC sys/socket.h    d       #define PF_NFC 39
+PF_PACKET      sys/socket.h    d       #define PF_PACKET 17
+PF_PARISC_SBP  elf.h   d       #define PF_PARISC_SBP 0x08000000
+PF_PHONET      sys/socket.h    d       #define PF_PHONET 35
+PF_PPPOX       sys/socket.h    d       #define PF_PPPOX 24
+PF_R   elf.h   d       #define PF_R (1 << 2)
+PF_RDS sys/socket.h    d       #define PF_RDS 21
+PF_ROSE        sys/socket.h    d       #define PF_ROSE 11
+PF_ROUTE       sys/socket.h    d       #define PF_ROUTE PF_NETLINK
+PF_RXRPC       sys/socket.h    d       #define PF_RXRPC 33
+PF_SECURITY    sys/socket.h    d       #define PF_SECURITY 14
+PF_SNA sys/socket.h    d       #define PF_SNA 22
+PF_TIPC        sys/socket.h    d       #define PF_TIPC 30
+PF_UNIX        sys/socket.h    d       #define PF_UNIX PF_LOCAL
+PF_UNSPEC      sys/socket.h    d       #define PF_UNSPEC 0
+PF_VSOCK       sys/socket.h    d       #define PF_VSOCK 40
+PF_W   elf.h   d       #define PF_W (1 << 1)
+PF_WANPIPE     sys/socket.h    d       #define PF_WANPIPE 25
+PF_X   elf.h   d       #define PF_X (1 << 0)
+PF_X25 sys/socket.h    d       #define PF_X25 9
+PIPE_BUF       limits.h        d       #define PIPE_BUF 4096
+PM_STR langinfo.h      d       #define PM_STR 0x20027
+PN_XNUM        elf.h   d       #define PN_XNUM 0xffff
+POLLERR        poll.h  d       #define POLLERR 0x008
+POLLHUP        poll.h  d       #define POLLHUP 0x010
+POLLIN poll.h  d       #define POLLIN 0x001
+POLLMSG        poll.h  d       #define POLLMSG 0x400
+POLLNVAL       poll.h  d       #define POLLNVAL 0x020
+POLLOUT        poll.h  d       #define POLLOUT 0x004
+POLLPRI        poll.h  d       #define POLLPRI 0x002
+POLLRDBAND     poll.h  d       #define POLLRDBAND 0x080
+POLLRDHUP      poll.h  d       #define POLLRDHUP 0x2000
+POLLRDNORM     poll.h  d       #define POLLRDNORM 0x040
+POLLWRBAND     poll.h  d       #define POLLWRBAND 0x200
+POLLWRNORM     poll.h  d       #define POLLWRNORM 0x100
+POLL_ERR       signal.h        d       #define POLL_ERR 4
+POLL_HUP       signal.h        d       #define POLL_HUP 6
+POLL_IN        signal.h        d       #define POLL_IN 1
+POLL_MSG       signal.h        d       #define POLL_MSG 3
+POLL_OUT       signal.h        d       #define POLL_OUT 2
+POLL_PRI       signal.h        d       #define POLL_PRI 5
+POSIX_CLOSE_RESTART    unistd.h        d       #define POSIX_CLOSE_RESTART 0
+POSIX_FADV_DONTNEED    fcntl.h d       #define POSIX_FADV_DONTNEED 4
+POSIX_FADV_NOREUSE     fcntl.h d       #define POSIX_FADV_NOREUSE 5
+POSIX_FADV_NORMAL      fcntl.h d       #define POSIX_FADV_NORMAL 0
+POSIX_FADV_RANDOM      fcntl.h d       #define POSIX_FADV_RANDOM 1
+POSIX_FADV_SEQUENTIAL  fcntl.h d       #define POSIX_FADV_SEQUENTIAL 2
+POSIX_FADV_WILLNEED    fcntl.h d       #define POSIX_FADV_WILLNEED 3
+POSIX_SPAWN_RESETIDS   spawn.h d       #define POSIX_SPAWN_RESETIDS 1
+POSIX_SPAWN_SETPGROUP  spawn.h d       #define POSIX_SPAWN_SETPGROUP 2
+POSIX_SPAWN_SETSCHEDPARAM      spawn.h d       #define POSIX_SPAWN_SETSCHEDPARAM 16
+POSIX_SPAWN_SETSCHEDULER       spawn.h d       #define POSIX_SPAWN_SETSCHEDULER 32
+POSIX_SPAWN_SETSIGDEF  spawn.h d       #define POSIX_SPAWN_SETSIGDEF 4
+POSIX_SPAWN_SETSIGMASK spawn.h d       #define POSIX_SPAWN_SETSIGMASK 8
+PRELIM arpa/ftp.h      d       #define PRELIM 1
+PRE_FETCH      scsi/scsi.h     d       #define PRE_FETCH 0x34
+PRIO_MAX       sys/resource.h  d       #define PRIO_MAX 20
+PRIO_MIN       sys/resource.h  d       #define PRIO_MIN (-20)
+PRIO_PGRP      sys/resource.h  d       #define PRIO_PGRP 1
+PRIO_PROCESS   sys/resource.h  d       #define PRIO_PROCESS 0
+PRIO_USER      sys/resource.h  d       #define PRIO_USER 2
+PRIX16 inttypes.h      d       #define PRIX16 "X"
+PRIX32 inttypes.h      d       #define PRIX32 "X"
+PRIX64 inttypes.h      d       #define PRIX64 __PRI64 "X"
+PRIX8  inttypes.h      d       #define PRIX8 "X"
+PRIXFAST16     inttypes.h      d       #define PRIXFAST16 "X"
+PRIXFAST32     inttypes.h      d       #define PRIXFAST32 "X"
+PRIXFAST64     inttypes.h      d       #define PRIXFAST64 __PRI64 "X"
+PRIXFAST8      inttypes.h      d       #define PRIXFAST8 "X"
+PRIXLEAST16    inttypes.h      d       #define PRIXLEAST16 "X"
+PRIXLEAST32    inttypes.h      d       #define PRIXLEAST32 "X"
+PRIXLEAST64    inttypes.h      d       #define PRIXLEAST64 __PRI64 "X"
+PRIXLEAST8     inttypes.h      d       #define PRIXLEAST8 "X"
+PRIXMAX        inttypes.h      d       #define PRIXMAX __PRI64 "X"
+PRIXPTR        inttypes.h      d       #define PRIXPTR __PRIPTR "X"
+PRId16 inttypes.h      d       #define PRId16 "d"
+PRId32 inttypes.h      d       #define PRId32 "d"
+PRId64 inttypes.h      d       #define PRId64 __PRI64 "d"
+PRId8  inttypes.h      d       #define PRId8 "d"
+PRIdFAST16     inttypes.h      d       #define PRIdFAST16 "d"
+PRIdFAST32     inttypes.h      d       #define PRIdFAST32 "d"
+PRIdFAST64     inttypes.h      d       #define PRIdFAST64 __PRI64 "d"
+PRIdFAST8      inttypes.h      d       #define PRIdFAST8 "d"
+PRIdLEAST16    inttypes.h      d       #define PRIdLEAST16 "d"
+PRIdLEAST32    inttypes.h      d       #define PRIdLEAST32 "d"
+PRIdLEAST64    inttypes.h      d       #define PRIdLEAST64 __PRI64 "d"
+PRIdLEAST8     inttypes.h      d       #define PRIdLEAST8 "d"
+PRIdMAX        inttypes.h      d       #define PRIdMAX __PRI64 "d"
+PRIdPTR        inttypes.h      d       #define PRIdPTR __PRIPTR "d"
+PRIi16 inttypes.h      d       #define PRIi16 "i"
+PRIi32 inttypes.h      d       #define PRIi32 "i"
+PRIi64 inttypes.h      d       #define PRIi64 __PRI64 "i"
+PRIi8  inttypes.h      d       #define PRIi8 "i"
+PRIiFAST16     inttypes.h      d       #define PRIiFAST16 "i"
+PRIiFAST32     inttypes.h      d       #define PRIiFAST32 "i"
+PRIiFAST64     inttypes.h      d       #define PRIiFAST64 __PRI64 "i"
+PRIiFAST8      inttypes.h      d       #define PRIiFAST8 "i"
+PRIiLEAST16    inttypes.h      d       #define PRIiLEAST16 "i"
+PRIiLEAST32    inttypes.h      d       #define PRIiLEAST32 "i"
+PRIiLEAST64    inttypes.h      d       #define PRIiLEAST64 __PRI64 "i"
+PRIiLEAST8     inttypes.h      d       #define PRIiLEAST8 "i"
+PRIiMAX        inttypes.h      d       #define PRIiMAX __PRI64 "i"
+PRIiPTR        inttypes.h      d       #define PRIiPTR __PRIPTR "i"
+PRIo16 inttypes.h      d       #define PRIo16 "o"
+PRIo32 inttypes.h      d       #define PRIo32 "o"
+PRIo64 inttypes.h      d       #define PRIo64 __PRI64 "o"
+PRIo8  inttypes.h      d       #define PRIo8 "o"
+PRIoFAST16     inttypes.h      d       #define PRIoFAST16 "o"
+PRIoFAST32     inttypes.h      d       #define PRIoFAST32 "o"
+PRIoFAST64     inttypes.h      d       #define PRIoFAST64 __PRI64 "o"
+PRIoFAST8      inttypes.h      d       #define PRIoFAST8 "o"
+PRIoLEAST16    inttypes.h      d       #define PRIoLEAST16 "o"
+PRIoLEAST32    inttypes.h      d       #define PRIoLEAST32 "o"
+PRIoLEAST64    inttypes.h      d       #define PRIoLEAST64 __PRI64 "o"
+PRIoLEAST8     inttypes.h      d       #define PRIoLEAST8 "o"
+PRIoMAX        inttypes.h      d       #define PRIoMAX __PRI64 "o"
+PRIoPTR        inttypes.h      d       #define PRIoPTR __PRIPTR "o"
+PRIu16 inttypes.h      d       #define PRIu16 "u"
+PRIu32 inttypes.h      d       #define PRIu32 "u"
+PRIu64 inttypes.h      d       #define PRIu64 __PRI64 "u"
+PRIu8  inttypes.h      d       #define PRIu8 "u"
+PRIuFAST16     inttypes.h      d       #define PRIuFAST16 "u"
+PRIuFAST32     inttypes.h      d       #define PRIuFAST32 "u"
+PRIuFAST64     inttypes.h      d       #define PRIuFAST64 __PRI64 "u"
+PRIuFAST8      inttypes.h      d       #define PRIuFAST8 "u"
+PRIuLEAST16    inttypes.h      d       #define PRIuLEAST16 "u"
+PRIuLEAST32    inttypes.h      d       #define PRIuLEAST32 "u"
+PRIuLEAST64    inttypes.h      d       #define PRIuLEAST64 __PRI64 "u"
+PRIuLEAST8     inttypes.h      d       #define PRIuLEAST8 "u"
+PRIuMAX        inttypes.h      d       #define PRIuMAX __PRI64 "u"
+PRIuPTR        inttypes.h      d       #define PRIuPTR __PRIPTR "u"
+PRIx16 inttypes.h      d       #define PRIx16 "x"
+PRIx32 inttypes.h      d       #define PRIx32 "x"
+PRIx64 inttypes.h      d       #define PRIx64 __PRI64 "x"
+PRIx8  inttypes.h      d       #define PRIx8 "x"
+PRIxFAST16     inttypes.h      d       #define PRIxFAST16 "x"
+PRIxFAST32     inttypes.h      d       #define PRIxFAST32 "x"
+PRIxFAST64     inttypes.h      d       #define PRIxFAST64 __PRI64 "x"
+PRIxFAST8      inttypes.h      d       #define PRIxFAST8 "x"
+PRIxLEAST16    inttypes.h      d       #define PRIxLEAST16 "x"
+PRIxLEAST32    inttypes.h      d       #define PRIxLEAST32 "x"
+PRIxLEAST64    inttypes.h      d       #define PRIxLEAST64 __PRI64 "x"
+PRIxLEAST8     inttypes.h      d       #define PRIxLEAST8 "x"
+PRIxMAX        inttypes.h      d       #define PRIxMAX __PRI64 "x"
+PRIxPTR        inttypes.h      d       #define PRIxPTR __PRIPTR "x"
+PR_CAPBSET_DROP        sys/prctl.h     d       #define PR_CAPBSET_DROP 24
+PR_CAPBSET_READ        sys/prctl.h     d       #define PR_CAPBSET_READ 23
+PR_CAP_AMBIENT sys/prctl.h     d       #define PR_CAP_AMBIENT 47
+PR_CAP_AMBIENT_CLEAR_ALL       sys/prctl.h     d       #define PR_CAP_AMBIENT_CLEAR_ALL 4
+PR_CAP_AMBIENT_IS_SET  sys/prctl.h     d       #define PR_CAP_AMBIENT_IS_SET 1
+PR_CAP_AMBIENT_LOWER   sys/prctl.h     d       #define PR_CAP_AMBIENT_LOWER 3
+PR_CAP_AMBIENT_RAISE   sys/prctl.h     d       #define PR_CAP_AMBIENT_RAISE 2
+PR_ENDIAN_BIG  sys/prctl.h     d       #define PR_ENDIAN_BIG 0
+PR_ENDIAN_LITTLE       sys/prctl.h     d       #define PR_ENDIAN_LITTLE 1
+PR_ENDIAN_PPC_LITTLE   sys/prctl.h     d       #define PR_ENDIAN_PPC_LITTLE 2
+PR_FPEMU_NOPRINT       sys/prctl.h     d       #define PR_FPEMU_NOPRINT 1
+PR_FPEMU_SIGFPE        sys/prctl.h     d       #define PR_FPEMU_SIGFPE 2
+PR_FP_EXC_ASYNC        sys/prctl.h     d       #define PR_FP_EXC_ASYNC 2
+PR_FP_EXC_DISABLED     sys/prctl.h     d       #define PR_FP_EXC_DISABLED 0
+PR_FP_EXC_DIV  sys/prctl.h     d       #define PR_FP_EXC_DIV 0x010000
+PR_FP_EXC_INV  sys/prctl.h     d       #define PR_FP_EXC_INV 0x100000
+PR_FP_EXC_NONRECOV     sys/prctl.h     d       #define PR_FP_EXC_NONRECOV 1
+PR_FP_EXC_OVF  sys/prctl.h     d       #define PR_FP_EXC_OVF 0x020000
+PR_FP_EXC_PRECISE      sys/prctl.h     d       #define PR_FP_EXC_PRECISE 3
+PR_FP_EXC_RES  sys/prctl.h     d       #define PR_FP_EXC_RES 0x080000
+PR_FP_EXC_SW_ENABLE    sys/prctl.h     d       #define PR_FP_EXC_SW_ENABLE 0x80
+PR_FP_EXC_UND  sys/prctl.h     d       #define PR_FP_EXC_UND 0x040000
+PR_FP_MODE_FR  sys/prctl.h     d       #define PR_FP_MODE_FR (1 << 0)
+PR_FP_MODE_FRE sys/prctl.h     d       #define PR_FP_MODE_FRE (1 << 1)
+PR_GET_CHILD_SUBREAPER sys/prctl.h     d       #define PR_GET_CHILD_SUBREAPER 37
+PR_GET_DUMPABLE        sys/prctl.h     d       #define PR_GET_DUMPABLE 3
+PR_GET_ENDIAN  sys/prctl.h     d       #define PR_GET_ENDIAN 19
+PR_GET_FPEMU   sys/prctl.h     d       #define PR_GET_FPEMU 9
+PR_GET_FPEXC   sys/prctl.h     d       #define PR_GET_FPEXC 11
+PR_GET_FP_MODE sys/prctl.h     d       #define PR_GET_FP_MODE 46
+PR_GET_KEEPCAPS        sys/prctl.h     d       #define PR_GET_KEEPCAPS 7
+PR_GET_NAME    sys/prctl.h     d       #define PR_GET_NAME 16
+PR_GET_NO_NEW_PRIVS    sys/prctl.h     d       #define PR_GET_NO_NEW_PRIVS 39
+PR_GET_PDEATHSIG       sys/prctl.h     d       #define PR_GET_PDEATHSIG 2
+PR_GET_SECCOMP sys/prctl.h     d       #define PR_GET_SECCOMP 21
+PR_GET_SECUREBITS      sys/prctl.h     d       #define PR_GET_SECUREBITS 27
+PR_GET_THP_DISABLE     sys/prctl.h     d       #define PR_GET_THP_DISABLE 42
+PR_GET_TID_ADDRESS     sys/prctl.h     d       #define PR_GET_TID_ADDRESS 40
+PR_GET_TIMERSLACK      sys/prctl.h     d       #define PR_GET_TIMERSLACK 30
+PR_GET_TIMING  sys/prctl.h     d       #define PR_GET_TIMING 13
+PR_GET_TSC     sys/prctl.h     d       #define PR_GET_TSC 25
+PR_GET_UNALIGN sys/prctl.h     d       #define PR_GET_UNALIGN 5
+PR_MCE_KILL    sys/prctl.h     d       #define PR_MCE_KILL 33
+PR_MCE_KILL_CLEAR      sys/prctl.h     d       #define PR_MCE_KILL_CLEAR 0
+PR_MCE_KILL_DEFAULT    sys/prctl.h     d       #define PR_MCE_KILL_DEFAULT 2
+PR_MCE_KILL_EARLY      sys/prctl.h     d       #define PR_MCE_KILL_EARLY 1
+PR_MCE_KILL_GET        sys/prctl.h     d       #define PR_MCE_KILL_GET 34
+PR_MCE_KILL_LATE       sys/prctl.h     d       #define PR_MCE_KILL_LATE 0
+PR_MCE_KILL_SET        sys/prctl.h     d       #define PR_MCE_KILL_SET 1
+PR_MPX_DISABLE_MANAGEMENT      sys/prctl.h     d       #define PR_MPX_DISABLE_MANAGEMENT 44
+PR_MPX_ENABLE_MANAGEMENT       sys/prctl.h     d       #define PR_MPX_ENABLE_MANAGEMENT 43
+PR_SET_CHILD_SUBREAPER sys/prctl.h     d       #define PR_SET_CHILD_SUBREAPER 36
+PR_SET_DUMPABLE        sys/prctl.h     d       #define PR_SET_DUMPABLE 4
+PR_SET_ENDIAN  sys/prctl.h     d       #define PR_SET_ENDIAN 20
+PR_SET_FPEMU   sys/prctl.h     d       #define PR_SET_FPEMU 10
+PR_SET_FPEXC   sys/prctl.h     d       #define PR_SET_FPEXC 12
+PR_SET_FP_MODE sys/prctl.h     d       #define PR_SET_FP_MODE 45
+PR_SET_KEEPCAPS        sys/prctl.h     d       #define PR_SET_KEEPCAPS 8
+PR_SET_MM      sys/prctl.h     d       #define PR_SET_MM 35
+PR_SET_MM_ARG_END      sys/prctl.h     d       #define PR_SET_MM_ARG_END 9
+PR_SET_MM_ARG_START    sys/prctl.h     d       #define PR_SET_MM_ARG_START 8
+PR_SET_MM_AUXV sys/prctl.h     d       #define PR_SET_MM_AUXV 12
+PR_SET_MM_BRK  sys/prctl.h     d       #define PR_SET_MM_BRK 7
+PR_SET_MM_END_CODE     sys/prctl.h     d       #define PR_SET_MM_END_CODE 2
+PR_SET_MM_END_DATA     sys/prctl.h     d       #define PR_SET_MM_END_DATA 4
+PR_SET_MM_ENV_END      sys/prctl.h     d       #define PR_SET_MM_ENV_END 11
+PR_SET_MM_ENV_START    sys/prctl.h     d       #define PR_SET_MM_ENV_START 10
+PR_SET_MM_EXE_FILE     sys/prctl.h     d       #define PR_SET_MM_EXE_FILE 13
+PR_SET_MM_MAP  sys/prctl.h     d       #define PR_SET_MM_MAP 14
+PR_SET_MM_MAP_SIZE     sys/prctl.h     d       #define PR_SET_MM_MAP_SIZE 15
+PR_SET_MM_START_BRK    sys/prctl.h     d       #define PR_SET_MM_START_BRK 6
+PR_SET_MM_START_CODE   sys/prctl.h     d       #define PR_SET_MM_START_CODE 1
+PR_SET_MM_START_DATA   sys/prctl.h     d       #define PR_SET_MM_START_DATA 3
+PR_SET_MM_START_STACK  sys/prctl.h     d       #define PR_SET_MM_START_STACK 5
+PR_SET_NAME    sys/prctl.h     d       #define PR_SET_NAME 15
+PR_SET_NO_NEW_PRIVS    sys/prctl.h     d       #define PR_SET_NO_NEW_PRIVS 38
+PR_SET_PDEATHSIG       sys/prctl.h     d       #define PR_SET_PDEATHSIG 1
+PR_SET_PTRACER sys/prctl.h     d       #define PR_SET_PTRACER 0x59616d61
+PR_SET_PTRACER_ANY     sys/prctl.h     d       #define PR_SET_PTRACER_ANY (-1UL)
+PR_SET_SECCOMP sys/prctl.h     d       #define PR_SET_SECCOMP 22
+PR_SET_SECUREBITS      sys/prctl.h     d       #define PR_SET_SECUREBITS 28
+PR_SET_THP_DISABLE     sys/prctl.h     d       #define PR_SET_THP_DISABLE 41
+PR_SET_TIMERSLACK      sys/prctl.h     d       #define PR_SET_TIMERSLACK 29
+PR_SET_TIMING  sys/prctl.h     d       #define PR_SET_TIMING 14
+PR_SET_TSC     sys/prctl.h     d       #define PR_SET_TSC 26
+PR_SET_UNALIGN sys/prctl.h     d       #define PR_SET_UNALIGN 6
+PR_TASK_PERF_EVENTS_DISABLE    sys/prctl.h     d       #define PR_TASK_PERF_EVENTS_DISABLE 31
+PR_TASK_PERF_EVENTS_ENABLE     sys/prctl.h     d       #define PR_TASK_PERF_EVENTS_ENABLE 32
+PR_TIMING_STATISTICAL  sys/prctl.h     d       #define PR_TIMING_STATISTICAL 0
+PR_TIMING_TIMESTAMP    sys/prctl.h     d       #define PR_TIMING_TIMESTAMP 1
+PR_TSC_ENABLE  sys/prctl.h     d       #define PR_TSC_ENABLE 1
+PR_TSC_SIGSEGV sys/prctl.h     d       #define PR_TSC_SIGSEGV 2
+PR_UNALIGN_NOPRINT     sys/prctl.h     d       #define PR_UNALIGN_NOPRINT 1
+PR_UNALIGN_SIGBUS      sys/prctl.h     d       #define PR_UNALIGN_SIGBUS 2
+PTHREAD_BARRIER_SERIAL_THREAD  pthread.h       d       #define PTHREAD_BARRIER_SERIAL_THREAD (-1)
+PTHREAD_CANCELED       pthread.h       d       #define PTHREAD_CANCELED ((void *)-1)
+PTHREAD_CANCEL_ASYNCHRONOUS    pthread.h       d       #define PTHREAD_CANCEL_ASYNCHRONOUS 1
+PTHREAD_CANCEL_DEFERRED        pthread.h       d       #define PTHREAD_CANCEL_DEFERRED 0
+PTHREAD_CANCEL_DISABLE pthread.h       d       #define PTHREAD_CANCEL_DISABLE 1
+PTHREAD_CANCEL_ENABLE  pthread.h       d       #define PTHREAD_CANCEL_ENABLE 0
+PTHREAD_CANCEL_MASKED  pthread.h       d       #define PTHREAD_CANCEL_MASKED 2
+PTHREAD_COND_INITIALIZER       pthread.h       d       #define PTHREAD_COND_INITIALIZER {{{0}}}
+PTHREAD_CREATE_DETACHED        pthread.h       d       #define PTHREAD_CREATE_DETACHED 1
+PTHREAD_CREATE_JOINABLE        pthread.h       d       #define PTHREAD_CREATE_JOINABLE 0
+PTHREAD_DESTRUCTOR_ITERATIONS  limits.h        d       #define PTHREAD_DESTRUCTOR_ITERATIONS 4
+PTHREAD_EXPLICIT_SCHED pthread.h       d       #define PTHREAD_EXPLICIT_SCHED 1
+PTHREAD_INHERIT_SCHED  pthread.h       d       #define PTHREAD_INHERIT_SCHED 0
+PTHREAD_KEYS_MAX       limits.h        d       #define PTHREAD_KEYS_MAX 128
+PTHREAD_MUTEX_DEFAULT  pthread.h       d       #define PTHREAD_MUTEX_DEFAULT 0
+PTHREAD_MUTEX_ERRORCHECK       pthread.h       d       #define PTHREAD_MUTEX_ERRORCHECK 2
+PTHREAD_MUTEX_INITIALIZER      pthread.h       d       #define PTHREAD_MUTEX_INITIALIZER {{{0}}}
+PTHREAD_MUTEX_NORMAL   pthread.h       d       #define PTHREAD_MUTEX_NORMAL 0
+PTHREAD_MUTEX_RECURSIVE        pthread.h       d       #define PTHREAD_MUTEX_RECURSIVE 1
+PTHREAD_MUTEX_ROBUST   pthread.h       d       #define PTHREAD_MUTEX_ROBUST 1
+PTHREAD_MUTEX_STALLED  pthread.h       d       #define PTHREAD_MUTEX_STALLED 0
+PTHREAD_ONCE_INIT      pthread.h       d       #define PTHREAD_ONCE_INIT 0
+PTHREAD_PRIO_INHERIT   pthread.h       d       #define PTHREAD_PRIO_INHERIT 1
+PTHREAD_PRIO_NONE      pthread.h       d       #define PTHREAD_PRIO_NONE 0
+PTHREAD_PRIO_PROTECT   pthread.h       d       #define PTHREAD_PRIO_PROTECT 2
+PTHREAD_PROCESS_PRIVATE        pthread.h       d       #define PTHREAD_PROCESS_PRIVATE 0
+PTHREAD_PROCESS_SHARED pthread.h       d       #define PTHREAD_PROCESS_SHARED 1
+PTHREAD_RWLOCK_INITIALIZER     pthread.h       d       #define PTHREAD_RWLOCK_INITIALIZER {{{0}}}
+PTHREAD_SCOPE_PROCESS  pthread.h       d       #define PTHREAD_SCOPE_PROCESS 1
+PTHREAD_SCOPE_SYSTEM   pthread.h       d       #define PTHREAD_SCOPE_SYSTEM 0
+PTHREAD_STACK_MIN      limits.h        d       #define PTHREAD_STACK_MIN 2048
+PTRACE_ATTACH  sys/ptrace.h    d       #define PTRACE_ATTACH 16
+PTRACE_CONT    sys/ptrace.h    d       #define PTRACE_CONT 7
+PTRACE_DETACH  sys/ptrace.h    d       #define PTRACE_DETACH 17
+PTRACE_EVENT_CLONE     sys/ptrace.h    d       #define PTRACE_EVENT_CLONE 3
+PTRACE_EVENT_EXEC      sys/ptrace.h    d       #define PTRACE_EVENT_EXEC 4
+PTRACE_EVENT_EXIT      sys/ptrace.h    d       #define PTRACE_EVENT_EXIT 6
+PTRACE_EVENT_FORK      sys/ptrace.h    d       #define PTRACE_EVENT_FORK 1
+PTRACE_EVENT_SECCOMP   sys/ptrace.h    d       #define PTRACE_EVENT_SECCOMP 7
+PTRACE_EVENT_VFORK     sys/ptrace.h    d       #define PTRACE_EVENT_VFORK 2
+PTRACE_EVENT_VFORK_DONE        sys/ptrace.h    d       #define PTRACE_EVENT_VFORK_DONE 5
+PTRACE_GETEVENTMSG     sys/ptrace.h    d       #define PTRACE_GETEVENTMSG 0x4201
+PTRACE_GETFPREGS       sys/ptrace.h    d       #define PTRACE_GETFPREGS 14
+PTRACE_GETFPXREGS      sys/ptrace.h    d       #define PTRACE_GETFPXREGS 18
+PTRACE_GETREGS sys/ptrace.h    d       #define PTRACE_GETREGS 12
+PTRACE_GETREGSET       sys/ptrace.h    d       #define PTRACE_GETREGSET 0x4204
+PTRACE_GETSIGINFO      sys/ptrace.h    d       #define PTRACE_GETSIGINFO 0x4202
+PTRACE_GETSIGMASK      sys/ptrace.h    d       #define PTRACE_GETSIGMASK 0x420a
+PTRACE_INTERRUPT       sys/ptrace.h    d       #define PTRACE_INTERRUPT 0x4207
+PTRACE_KILL    sys/ptrace.h    d       #define PTRACE_KILL 8
+PTRACE_LISTEN  sys/ptrace.h    d       #define PTRACE_LISTEN 0x4208
+PTRACE_O_EXITKILL      sys/ptrace.h    d       #define PTRACE_O_EXITKILL 0x00100000
+PTRACE_O_MASK  sys/ptrace.h    d       #define PTRACE_O_MASK 0x003000ff
+PTRACE_O_SUSPEND_SECCOMP       sys/ptrace.h    d       #define PTRACE_O_SUSPEND_SECCOMP 0x00200000
+PTRACE_O_TRACECLONE    sys/ptrace.h    d       #define PTRACE_O_TRACECLONE 0x00000008
+PTRACE_O_TRACEEXEC     sys/ptrace.h    d       #define PTRACE_O_TRACEEXEC 0x00000010
+PTRACE_O_TRACEEXIT     sys/ptrace.h    d       #define PTRACE_O_TRACEEXIT 0x00000040
+PTRACE_O_TRACEFORK     sys/ptrace.h    d       #define PTRACE_O_TRACEFORK 0x00000002
+PTRACE_O_TRACESECCOMP  sys/ptrace.h    d       #define PTRACE_O_TRACESECCOMP 0x00000080
+PTRACE_O_TRACESYSGOOD  sys/ptrace.h    d       #define PTRACE_O_TRACESYSGOOD 0x00000001
+PTRACE_O_TRACEVFORK    sys/ptrace.h    d       #define PTRACE_O_TRACEVFORK 0x00000004
+PTRACE_O_TRACEVFORKDONE        sys/ptrace.h    d       #define PTRACE_O_TRACEVFORKDONE 0x00000020
+PTRACE_PEEKDATA        sys/ptrace.h    d       #define PTRACE_PEEKDATA 2
+PTRACE_PEEKSIGINFO     sys/ptrace.h    d       #define PTRACE_PEEKSIGINFO 0x4209
+PTRACE_PEEKSIGINFO_SHARED      sys/ptrace.h    d       #define PTRACE_PEEKSIGINFO_SHARED 1
+PTRACE_PEEKTEXT        sys/ptrace.h    d       #define PTRACE_PEEKTEXT 1
+PTRACE_PEEKUSER        sys/ptrace.h    d       #define PTRACE_PEEKUSER 3
+PTRACE_POKEDATA        sys/ptrace.h    d       #define PTRACE_POKEDATA 5
+PTRACE_POKETEXT        sys/ptrace.h    d       #define PTRACE_POKETEXT 4
+PTRACE_POKEUSER        sys/ptrace.h    d       #define PTRACE_POKEUSER 6
+PTRACE_SECCOMP_GET_FILTER      sys/ptrace.h    d       #define PTRACE_SECCOMP_GET_FILTER 0x420c
+PTRACE_SEIZE   sys/ptrace.h    d       #define PTRACE_SEIZE 0x4206
+PTRACE_SETFPREGS       sys/ptrace.h    d       #define PTRACE_SETFPREGS 15
+PTRACE_SETFPXREGS      sys/ptrace.h    d       #define PTRACE_SETFPXREGS 19
+PTRACE_SETOPTIONS      sys/ptrace.h    d       #define PTRACE_SETOPTIONS 0x4200
+PTRACE_SETREGS sys/ptrace.h    d       #define PTRACE_SETREGS 13
+PTRACE_SETREGSET       sys/ptrace.h    d       #define PTRACE_SETREGSET 0x4205
+PTRACE_SETSIGINFO      sys/ptrace.h    d       #define PTRACE_SETSIGINFO 0x4203
+PTRACE_SETSIGMASK      sys/ptrace.h    d       #define PTRACE_SETSIGMASK 0x420b
+PTRACE_SINGLESTEP      sys/ptrace.h    d       #define PTRACE_SINGLESTEP 9
+PTRACE_SYSCALL sys/ptrace.h    d       #define PTRACE_SYSCALL 24
+PTRACE_TRACEME sys/ptrace.h    d       #define PTRACE_TRACEME 0
+PTRBITS        values.h        d       #define PTRBITS (sizeof(char *) * 8)
+PT_ARM_EXIDX   elf.h   d       #define PT_ARM_EXIDX (PT_LOPROC + 1)
+PT_ATTACH      sys/ptrace.h    d       #define PT_ATTACH PTRACE_ATTACH
+PT_CONTINUE    sys/ptrace.h    d       #define PT_CONTINUE PTRACE_CONT
+PT_DETACH      sys/ptrace.h    d       #define PT_DETACH PTRACE_DETACH
+PT_DYNAMIC     elf.h   d       #define PT_DYNAMIC 2
+PT_GETEVENTMSG sys/ptrace.h    d       #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
+PT_GETFPREGS   sys/ptrace.h    d       #define PT_GETFPREGS PTRACE_GETFPREGS
+PT_GETFPXREGS  sys/ptrace.h    d       #define PT_GETFPXREGS PTRACE_GETFPXREGS
+PT_GETREGS     sys/ptrace.h    d       #define PT_GETREGS PTRACE_GETREGS
+PT_GETSIGINFO  sys/ptrace.h    d       #define PT_GETSIGINFO PTRACE_GETSIGINFO
+PT_GNU_EH_FRAME        elf.h   d       #define PT_GNU_EH_FRAME 0x6474e550
+PT_GNU_RELRO   elf.h   d       #define PT_GNU_RELRO 0x6474e552
+PT_GNU_STACK   elf.h   d       #define PT_GNU_STACK 0x6474e551
+PT_HIOS        elf.h   d       #define PT_HIOS 0x6fffffff
+PT_HIPROC      elf.h   d       #define PT_HIPROC 0x7fffffff
+PT_HISUNW      elf.h   d       #define PT_HISUNW 0x6fffffff
+PT_HP_CORE_COMM        elf.h   d       #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
+PT_HP_CORE_KERNEL      elf.h   d       #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
+PT_HP_CORE_LOADABLE    elf.h   d       #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
+PT_HP_CORE_MMF elf.h   d       #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
+PT_HP_CORE_NONE        elf.h   d       #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
+PT_HP_CORE_PROC        elf.h   d       #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
+PT_HP_CORE_SHM elf.h   d       #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
+PT_HP_CORE_STACK       elf.h   d       #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
+PT_HP_CORE_VERSION     elf.h   d       #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
+PT_HP_FASTBIND elf.h   d       #define PT_HP_FASTBIND (PT_LOOS + 0x11)
+PT_HP_HSL_ANNOT        elf.h   d       #define PT_HP_HSL_ANNOT (PT_LOOS + 0x13)
+PT_HP_OPT_ANNOT        elf.h   d       #define PT_HP_OPT_ANNOT (PT_LOOS + 0x12)
+PT_HP_PARALLEL elf.h   d       #define PT_HP_PARALLEL (PT_LOOS + 0x10)
+PT_HP_STACK    elf.h   d       #define PT_HP_STACK (PT_LOOS + 0x14)
+PT_HP_TLS      elf.h   d       #define PT_HP_TLS (PT_LOOS + 0x0)
+PT_IA_64_ARCHEXT       elf.h   d       #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
+PT_IA_64_HP_HSL_ANOT   elf.h   d       #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
+PT_IA_64_HP_OPT_ANOT   elf.h   d       #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
+PT_IA_64_HP_STACK      elf.h   d       #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
+PT_IA_64_UNWIND        elf.h   d       #define PT_IA_64_UNWIND (PT_LOPROC + 1)
+PT_INTERP      elf.h   d       #define PT_INTERP 3
+PT_KILL        sys/ptrace.h    d       #define PT_KILL PTRACE_KILL
+PT_LOAD        elf.h   d       #define PT_LOAD 1
+PT_LOOS        elf.h   d       #define PT_LOOS 0x60000000
+PT_LOPROC      elf.h   d       #define PT_LOPROC 0x70000000
+PT_LOSUNW      elf.h   d       #define PT_LOSUNW 0x6ffffffa
+PT_MIPS_OPTIONS        elf.h   d       #define PT_MIPS_OPTIONS 0x70000002
+PT_MIPS_REGINFO        elf.h   d       #define PT_MIPS_REGINFO 0x70000000
+PT_MIPS_RTPROC elf.h   d       #define PT_MIPS_RTPROC 0x70000001
+PT_NOTE        elf.h   d       #define PT_NOTE 4
+PT_NULL        elf.h   d       #define PT_NULL 0
+PT_NUM elf.h   d       #define PT_NUM 8
+PT_PARISC_ARCHEXT      elf.h   d       #define PT_PARISC_ARCHEXT 0x70000000
+PT_PARISC_UNWIND       elf.h   d       #define PT_PARISC_UNWIND 0x70000001
+PT_PHDR        elf.h   d       #define PT_PHDR 6
+PT_READ_D      sys/ptrace.h    d       #define PT_READ_D PTRACE_PEEKDATA
+PT_READ_I      sys/ptrace.h    d       #define PT_READ_I PTRACE_PEEKTEXT
+PT_READ_U      sys/ptrace.h    d       #define PT_READ_U PTRACE_PEEKUSER
+PT_SETFPREGS   sys/ptrace.h    d       #define PT_SETFPREGS PTRACE_SETFPREGS
+PT_SETFPXREGS  sys/ptrace.h    d       #define PT_SETFPXREGS PTRACE_SETFPXREGS
+PT_SETOPTIONS  sys/ptrace.h    d       #define PT_SETOPTIONS PTRACE_SETOPTIONS
+PT_SETREGS     sys/ptrace.h    d       #define PT_SETREGS PTRACE_SETREGS
+PT_SETSIGINFO  sys/ptrace.h    d       #define PT_SETSIGINFO PTRACE_SETSIGINFO
+PT_SHLIB       elf.h   d       #define PT_SHLIB 5
+PT_STEP        sys/ptrace.h    d       #define PT_STEP PTRACE_SINGLESTEP
+PT_SUNWBSS     elf.h   d       #define PT_SUNWBSS 0x6ffffffa
+PT_SUNWSTACK   elf.h   d       #define PT_SUNWSTACK 0x6ffffffb
+PT_SYSCALL     sys/ptrace.h    d       #define PT_SYSCALL PTRACE_SYSCALL
+PT_TLS elf.h   d       #define PT_TLS 7
+PT_TRACE_ME    sys/ptrace.h    d       #define PT_TRACE_ME PTRACE_TRACEME
+PT_WRITE_D     sys/ptrace.h    d       #define PT_WRITE_D PTRACE_POKEDATA
+PT_WRITE_I     sys/ptrace.h    d       #define PT_WRITE_I PTRACE_POKETEXT
+PT_WRITE_U     sys/ptrace.h    d       #define PT_WRITE_U PTRACE_POKEUSER
+PUTLONG        arpa/nameser.h  d       #define PUTLONG NS_PUT32
+PUTSHORT       arpa/nameser.h  d       #define PUTSHORT NS_PUT16
+P_ALL  sys/wait.h      e       
+P_PGID sys/wait.h      e       
+P_PID  sys/wait.h      e       
+P_tmpdir       stdio.h d       #define P_tmpdir "/tmp"
+QCMD   sys/quota.h     d       #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
+QFIXEDSZ       arpa/nameser.h  d       #define QFIXEDSZ NS_QFIXEDSZ
+QFMT_OCFS2     sys/quota.h     d       #define QFMT_OCFS2 3
+QFMT_VFS_OLD   sys/quota.h     d       #define QFMT_VFS_OLD 1
+QFMT_VFS_V0    sys/quota.h     d       #define QFMT_VFS_V0 2
+QFMT_VFS_V1    sys/quota.h     d       #define QFMT_VFS_V1 4
+QIF_ALL        sys/quota.h     d       #define QIF_ALL (QIF_LIMITS | QIF_USAGE | QIF_TIMES)
+QIF_BLIMITS    sys/quota.h     d       #define QIF_BLIMITS 1
+QIF_BTIME      sys/quota.h     d       #define QIF_BTIME 16
+QIF_ILIMITS    sys/quota.h     d       #define QIF_ILIMITS 4
+QIF_INODES     sys/quota.h     d       #define QIF_INODES 8
+QIF_ITIME      sys/quota.h     d       #define QIF_ITIME 32
+QIF_LIMITS     sys/quota.h     d       #define QIF_LIMITS (QIF_BLIMITS | QIF_ILIMITS)
+QIF_SPACE      sys/quota.h     d       #define QIF_SPACE 2
+QIF_TIMES      sys/quota.h     d       #define QIF_TIMES (QIF_BTIME | QIF_ITIME)
+QIF_USAGE      sys/quota.h     d       #define QIF_USAGE (QIF_SPACE | QIF_INODES)
+QUERY  arpa/nameser.h  d       #define QUERY ns_o_query
+QUEUE_FULL     scsi/scsi.h     d       #define QUEUE_FULL 0x14
+QUOTAFILENAME  sys/quota.h     d       #define QUOTAFILENAME "quota"
+QUOTAGROUP     sys/quota.h     d       #define QUOTAGROUP "staff"
+Q_GETFMT       sys/quota.h     d       #define Q_GETFMT 0x800004
+Q_GETINFO      sys/quota.h     d       #define Q_GETINFO 0x800005
+Q_GETQUOTA     sys/quota.h     d       #define Q_GETQUOTA 0x800007
+Q_QUOTAOFF     sys/quota.h     d       #define Q_QUOTAOFF 0x800003
+Q_QUOTAON      sys/quota.h     d       #define Q_QUOTAON 0x800002
+Q_SETINFO      sys/quota.h     d       #define Q_SETINFO 0x800006
+Q_SETQUOTA     sys/quota.h     d       #define Q_SETQUOTA 0x800008
+Q_SYNC sys/quota.h     d       #define Q_SYNC 0x800001
+RADIXCHAR      langinfo.h      d       #define RADIXCHAR 0x10000
+RAND_MAX       stdlib.h        d       #define RAND_MAX (0x7fffffff)
+RB_AUTOBOOT    sys/reboot.h    d       #define RB_AUTOBOOT 0x01234567
+RB_DISABLE_CAD sys/reboot.h    d       #define RB_DISABLE_CAD 0
+RB_ENABLE_CAD  sys/reboot.h    d       #define RB_ENABLE_CAD 0x89abcdef
+RB_HALT_SYSTEM sys/reboot.h    d       #define RB_HALT_SYSTEM 0xcdef0123
+RB_KEXEC       sys/reboot.h    d       #define RB_KEXEC 0x45584543
+RB_POWER_OFF   sys/reboot.h    d       #define RB_POWER_OFF 0x4321fedc
+RB_SW_SUSPEND  sys/reboot.h    d       #define RB_SW_SUSPEND 0xd000fce2
+READ_10        scsi/scsi.h     d       #define READ_10 0x28
+READ_12        scsi/scsi.h     d       #define READ_12 0xa8
+READ_6 scsi/scsi.h     d       #define READ_6 0x08
+READ_BLOCK_LIMITS      scsi/scsi.h     d       #define READ_BLOCK_LIMITS 0x05
+READ_BUFFER    scsi/scsi.h     d       #define READ_BUFFER 0x3c
+READ_CAPACITY  scsi/scsi.h     d       #define READ_CAPACITY 0x25
+READ_DEFECT_DATA       scsi/scsi.h     d       #define READ_DEFECT_DATA 0x37
+READ_ELEMENT_STATUS    scsi/scsi.h     d       #define READ_ELEMENT_STATUS 0xb8
+READ_IMPLIES_EXEC      sys/personality.h       d       #define READ_IMPLIES_EXEC 0x0400000
+READ_LONG      scsi/scsi.h     d       #define READ_LONG 0x3e
+READ_POSITION  scsi/scsi.h     d       #define READ_POSITION 0x34
+READ_REVERSE   scsi/scsi.h     d       #define READ_REVERSE 0x0f
+READ_TOC       scsi/scsi.h     d       #define READ_TOC 0x43
+REASSIGN_BLOCKS        scsi/scsi.h     d       #define REASSIGN_BLOCKS 0x07
+RECEIVE_DIAGNOSTIC     scsi/scsi.h     d       #define RECEIVE_DIAGNOSTIC 0x1c
+RECOVERED_ERROR        scsi/scsi.h     d       #define RECOVERED_ERROR 0x01
+RECOVER_BUFFERED_DATA  scsi/scsi.h     d       #define RECOVER_BUFFERED_DATA 0x14
+REC_EOF        arpa/ftp.h      d       #define REC_EOF '\002'
+REC_EOR        arpa/ftp.h      d       #define REC_EOR '\001'
+REC_ESC        arpa/ftp.h      d       #define REC_ESC '\377'
+REFUSED        arpa/nameser.h  d       #define REFUSED ns_r_refused
+REGTYPE        tar.h   d       #define REGTYPE '0'
+REG_BADBR      regex.h d       #define REG_BADBR 10
+REG_BADPAT     regex.h d       #define REG_BADPAT 2
+REG_BADRPT     regex.h d       #define REG_BADRPT 13
+REG_EBRACE     regex.h d       #define REG_EBRACE 9
+REG_EBRACK     regex.h d       #define REG_EBRACK 7
+REG_ECOLLATE   regex.h d       #define REG_ECOLLATE 3
+REG_ECTYPE     regex.h d       #define REG_ECTYPE 4
+REG_EESCAPE    regex.h d       #define REG_EESCAPE 5
+REG_ENOSYS     regex.h d       #define REG_ENOSYS -1
+REG_EPAREN     regex.h d       #define REG_EPAREN 8
+REG_ERANGE     regex.h d       #define REG_ERANGE 11
+REG_ESPACE     regex.h d       #define REG_ESPACE 12
+REG_ESUBREG    regex.h d       #define REG_ESUBREG 6
+REG_EXTENDED   regex.h d       #define REG_EXTENDED 1
+REG_ICASE      regex.h d       #define REG_ICASE 2
+REG_NEWLINE    regex.h d       #define REG_NEWLINE 4
+REG_NOMATCH    regex.h d       #define REG_NOMATCH 1
+REG_NOSUB      regex.h d       #define REG_NOSUB 8
+REG_NOTBOL     regex.h d       #define REG_NOTBOL 1
+REG_NOTEOL     regex.h d       #define REG_NOTEOL 2
+REG_OK regex.h d       #define REG_OK 0
+RELEASE        scsi/scsi.h     d       #define RELEASE 0x17
+RELEASE_10     scsi/scsi.h     d       #define RELEASE_10 0x57
+RELEASE_RECOVERY       scsi/scsi.h     d       #define RELEASE_RECOVERY 0x10
+REQUEST_SENSE  scsi/scsi.h     d       #define REQUEST_SENSE 0x03
+RESERVATION_CONFLICT   scsi/scsi.h     d       #define RESERVATION_CONFLICT 0x0c
+RESERVE        scsi/scsi.h     d       #define RESERVE 0x16
+RESERVE_10     scsi/scsi.h     d       #define RESERVE_10 0x56
+RESTORE_POINTERS       scsi/scsi.h     d       #define RESTORE_POINTERS 0x03
+RES_AAONLY     resolv.h        d       #define RES_AAONLY 0x00000004
+RES_BLAST      resolv.h        d       #define RES_BLAST 0x00020000
+RES_DEBUG      resolv.h        d       #define RES_DEBUG 0x00000002
+RES_DEFAULT    resolv.h        d       #define RES_DEFAULT (RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)
+RES_DEFNAMES   resolv.h        d       #define RES_DEFNAMES 0x00000080
+RES_DFLRETRY   resolv.h        d       #define RES_DFLRETRY 2
+RES_DNSRCH     resolv.h        d       #define RES_DNSRCH 0x00000200
+RES_EXHAUSTIVE resolv.h        d       #define RES_EXHAUSTIVE 0x00000001
+RES_F_CONN     resolv.h        d       #define RES_F_CONN 0x00000002
+RES_F_EDNS0ERR resolv.h        d       #define RES_F_EDNS0ERR 0x00000004
+RES_F_VC       resolv.h        d       #define RES_F_VC 0x00000001
+RES_IGNTC      resolv.h        d       #define RES_IGNTC 0x00000020
+RES_INIT       resolv.h        d       #define RES_INIT 0x00000001
+RES_INSECURE1  resolv.h        d       #define RES_INSECURE1 0x00000400
+RES_INSECURE2  resolv.h        d       #define RES_INSECURE2 0x00000800
+RES_KEEPTSIG   resolv.h        d       #define RES_KEEPTSIG 0x00010000
+RES_MAXNDOTS   resolv.h        d       #define RES_MAXNDOTS 15
+RES_MAXRETRANS resolv.h        d       #define RES_MAXRETRANS 30
+RES_MAXRETRY   resolv.h        d       #define RES_MAXRETRY 5
+RES_MAXTIME    resolv.h        d       #define RES_MAXTIME 65535
+RES_NOALIASES  resolv.h        d       #define RES_NOALIASES 0x00001000
+RES_NOCHECKNAME        resolv.h        d       #define RES_NOCHECKNAME 0x00008000
+RES_NOIP6DOTINT        resolv.h        d       #define RES_NOIP6DOTINT 0x00080000
+RES_PRF_ADD    resolv.h        d       #define RES_PRF_ADD 0x00000080
+RES_PRF_ANS    resolv.h        d       #define RES_PRF_ANS 0x00000020
+RES_PRF_AUTH   resolv.h        d       #define RES_PRF_AUTH 0x00000040
+RES_PRF_CLASS  resolv.h        d       #define RES_PRF_CLASS 0x00000004
+RES_PRF_CMD    resolv.h        d       #define RES_PRF_CMD 0x00000008
+RES_PRF_HEAD1  resolv.h        d       #define RES_PRF_HEAD1 0x00000100
+RES_PRF_HEAD2  resolv.h        d       #define RES_PRF_HEAD2 0x00000200
+RES_PRF_HEADX  resolv.h        d       #define RES_PRF_HEADX 0x00000800
+RES_PRF_INIT   resolv.h        d       #define RES_PRF_INIT 0x00004000
+RES_PRF_QUERY  resolv.h        d       #define RES_PRF_QUERY 0x00001000
+RES_PRF_QUES   resolv.h        d       #define RES_PRF_QUES 0x00000010
+RES_PRF_REPLY  resolv.h        d       #define RES_PRF_REPLY 0x00002000
+RES_PRF_STATS  resolv.h        d       #define RES_PRF_STATS 0x00000001
+RES_PRF_TTLID  resolv.h        d       #define RES_PRF_TTLID 0x00000400
+RES_PRF_UPDATE resolv.h        d       #define RES_PRF_UPDATE 0x00000002
+RES_PRIMARY    resolv.h        d       #define RES_PRIMARY 0x00000010
+RES_RECURSE    resolv.h        d       #define RES_RECURSE 0x00000040
+RES_ROTATE     resolv.h        d       #define RES_ROTATE 0x00004000
+RES_SNGLKUP    resolv.h        d       #define RES_SNGLKUP 0x00200000
+RES_SNGLKUPREOP        resolv.h        d       #define RES_SNGLKUPREOP 0x00400000
+RES_STAYOPEN   resolv.h        d       #define RES_STAYOPEN 0x00000100
+RES_TIMEOUT    resolv.h        d       #define RES_TIMEOUT 5
+RES_USEBSTRING resolv.h        d       #define RES_USEBSTRING 0x00040000
+RES_USEVC      resolv.h        d       #define RES_USEVC 0x00000008
+RES_USE_DNSSEC resolv.h        d       #define RES_USE_DNSSEC 0x00800000
+RES_USE_EDNS0  resolv.h        d       #define RES_USE_EDNS0 0x00100000
+RES_USE_INET6  resolv.h        d       #define RES_USE_INET6 0x00002000
+REZERO_UNIT    scsi/scsi.h     d       #define REZERO_UNIT 0x01
+RE_DUP_MAX     limits.h        d       #define RE_DUP_MAX 255
+RHF_CORD       elf.h   d       #define RHF_CORD (1 << 12)
+RHF_DEFAULT_DELAY_LOAD elf.h   d       #define RHF_DEFAULT_DELAY_LOAD (1 << 9)
+RHF_DELTA_C_PLUS_PLUS  elf.h   d       #define RHF_DELTA_C_PLUS_PLUS (1 << 6)
+RHF_GUARANTEE_INIT     elf.h   d       #define RHF_GUARANTEE_INIT (1 << 5)
+RHF_GUARANTEE_START_INIT       elf.h   d       #define RHF_GUARANTEE_START_INIT (1 << 7)
+RHF_NONE       elf.h   d       #define RHF_NONE 0
+RHF_NOTPOT     elf.h   d       #define RHF_NOTPOT (1 << 1)
+RHF_NO_LIBRARY_REPLACEMENT     elf.h   d       #define RHF_NO_LIBRARY_REPLACEMENT (1 << 2)
+RHF_NO_MOVE    elf.h   d       #define RHF_NO_MOVE (1 << 3)
+RHF_NO_UNRES_UNDEF     elf.h   d       #define RHF_NO_UNRES_UNDEF (1 << 13)
+RHF_PIXIE      elf.h   d       #define RHF_PIXIE (1 << 8)
+RHF_QUICKSTART elf.h   d       #define RHF_QUICKSTART (1 << 0)
+RHF_REQUICKSTART       elf.h   d       #define RHF_REQUICKSTART (1 << 10)
+RHF_REQUICKSTARTED     elf.h   d       #define RHF_REQUICKSTARTED (1 << 11)
+RHF_RLD_ORDER_SAFE     elf.h   d       #define RHF_RLD_ORDER_SAFE (1 << 14)
+RHF_SGI_ONLY   elf.h   d       #define RHF_SGI_ONLY (1 << 4)
+RLIM64_INFINITY        sys/resource.h  d       #define RLIM64_INFINITY RLIM_INFINITY
+RLIM64_SAVED_CUR       sys/resource.h  d       #define RLIM64_SAVED_CUR RLIM_SAVED_CUR
+RLIM64_SAVED_MAX       sys/resource.h  d       #define RLIM64_SAVED_MAX RLIM_SAVED_MAX
+RLIMIT_AS      sys/resource.h  d       #define RLIMIT_AS 9
+RLIMIT_CORE    sys/resource.h  d       #define RLIMIT_CORE 4
+RLIMIT_CPU     sys/resource.h  d       #define RLIMIT_CPU 0
+RLIMIT_DATA    sys/resource.h  d       #define RLIMIT_DATA 2
+RLIMIT_FSIZE   sys/resource.h  d       #define RLIMIT_FSIZE 1
+RLIMIT_LOCKS   sys/resource.h  d       #define RLIMIT_LOCKS 10
+RLIMIT_MEMLOCK sys/resource.h  d       #define RLIMIT_MEMLOCK 8
+RLIMIT_MSGQUEUE        sys/resource.h  d       #define RLIMIT_MSGQUEUE 12
+RLIMIT_NICE    sys/resource.h  d       #define RLIMIT_NICE 13
+RLIMIT_NLIMITS sys/resource.h  d       #define RLIMIT_NLIMITS 15
+RLIMIT_NOFILE  sys/resource.h  d       #define RLIMIT_NOFILE 7
+RLIMIT_NPROC   sys/resource.h  d       #define RLIMIT_NPROC 6
+RLIMIT_RSS     sys/resource.h  d       #define RLIMIT_RSS 5
+RLIMIT_RTPRIO  sys/resource.h  d       #define RLIMIT_RTPRIO 14
+RLIMIT_SIGPENDING      sys/resource.h  d       #define RLIMIT_SIGPENDING 11
+RLIMIT_STACK   sys/resource.h  d       #define RLIMIT_STACK 3
+RLIM_INFINITY  sys/resource.h  d       #define RLIM_INFINITY (~0ULL)
+RLIM_NLIMITS   sys/resource.h  d       #define RLIM_NLIMITS RLIMIT_NLIMITS
+RLIM_SAVED_CUR sys/resource.h  d       #define RLIM_SAVED_CUR RLIM_INFINITY
+RLIM_SAVED_MAX sys/resource.h  d       #define RLIM_SAVED_MAX RLIM_INFINITY
+RMSGD  stropts.h       d       #define RMSGD 0x0001
+RMSGN  stropts.h       d       #define RMSGN 0x0002
+RNORM  stropts.h       d       #define RNORM 0x0000
+RPM_PCO_ADD    netinet/icmp6.h d       #define RPM_PCO_ADD 1
+RPM_PCO_CHANGE netinet/icmp6.h d       #define RPM_PCO_CHANGE 2
+RPM_PCO_SETGLOBAL      netinet/icmp6.h d       #define RPM_PCO_SETGLOBAL 3
+RPROTDAT       stropts.h       d       #define RPROTDAT 0x0004
+RPROTDIS       stropts.h       d       #define RPROTDIS 0x0008
+RPROTMASK      stropts.h       d       #define RPROTMASK 0x001C
+RPROTNORM      stropts.h       d       #define RPROTNORM 0x0010
+RRFIXEDSZ      arpa/nameser.h  d       #define RRFIXEDSZ NS_RRFIXEDSZ
+RRQ    arpa/tftp.h     d       #define RRQ 01
+RS_HIPRI       stropts.h       d       #define RS_HIPRI 0x01
+RTCF_DIRECTSRC net/route.h     d       #define RTCF_DIRECTSRC 0x04000000
+RTCF_DOREDIRECT        net/route.h     d       #define RTCF_DOREDIRECT 0x01000000
+RTCF_LOG       net/route.h     d       #define RTCF_LOG 0x02000000
+RTCF_MASQ      net/route.h     d       #define RTCF_MASQ 0x00400000
+RTCF_NAT       net/route.h     d       #define RTCF_NAT 0x00800000
+RTCF_VALVE     net/route.h     d       #define RTCF_VALVE 0x00200000
+RTF_ADDRCLASSMASK      net/route.h     d       #define RTF_ADDRCLASSMASK 0xF8000000
+RTF_ADDRCONF   net/route.h     d       #define RTF_ADDRCONF 0x00040000
+RTF_ALLONLINK  net/route.h     d       #define RTF_ALLONLINK 0x00020000
+RTF_BROADCAST  net/route.h     d       #define RTF_BROADCAST 0x10000000
+RTF_CACHE      net/route.h     d       #define RTF_CACHE 0x01000000
+RTF_DEFAULT    net/route.h     d       #define RTF_DEFAULT 0x00010000
+RTF_DYNAMIC    net/route.h     d       #define RTF_DYNAMIC 0x0010
+RTF_FLOW       net/route.h     d       #define RTF_FLOW 0x02000000
+RTF_GATEWAY    net/route.h     d       #define RTF_GATEWAY 0x0002
+RTF_HOST       net/route.h     d       #define RTF_HOST 0x0004
+RTF_INTERFACE  net/route.h     d       #define RTF_INTERFACE 0x40000000
+RTF_IRTT       net/route.h     d       #define RTF_IRTT 0x0100
+RTF_LINKRT     net/route.h     d       #define RTF_LINKRT 0x00100000
+RTF_LOCAL      net/route.h     d       #define RTF_LOCAL 0x80000000
+RTF_MODIFIED   net/route.h     d       #define RTF_MODIFIED 0x0020
+RTF_MSS        net/route.h     d       #define RTF_MSS RTF_MTU
+RTF_MTU        net/route.h     d       #define RTF_MTU 0x0040
+RTF_MULTICAST  net/route.h     d       #define RTF_MULTICAST 0x20000000
+RTF_NAT        net/route.h     d       #define RTF_NAT 0x08000000
+RTF_NOFORWARD  net/route.h     d       #define RTF_NOFORWARD 0x1000
+RTF_NONEXTHOP  net/route.h     d       #define RTF_NONEXTHOP 0x00200000
+RTF_NOPMTUDISC net/route.h     d       #define RTF_NOPMTUDISC 0x4000
+RTF_POLICY     net/route.h     d       #define RTF_POLICY 0x04000000
+RTF_REINSTATE  net/route.h     d       #define RTF_REINSTATE 0x0008
+RTF_REJECT     net/route.h     d       #define RTF_REJECT 0x0200
+RTF_STATIC     net/route.h     d       #define RTF_STATIC 0x0400
+RTF_THROW      net/route.h     d       #define RTF_THROW 0x2000
+RTF_UP net/route.h     d       #define RTF_UP 0x0001
+RTF_WINDOW     net/route.h     d       #define RTF_WINDOW 0x0080
+RTF_XRESOLVE   net/route.h     d       #define RTF_XRESOLVE 0x0800
+RTLD_DEFAULT   dlfcn.h d       #define RTLD_DEFAULT ((void *)0)
+RTLD_DI_LINKMAP        dlfcn.h d       #define RTLD_DI_LINKMAP 2
+RTLD_GLOBAL    dlfcn.h d       #define RTLD_GLOBAL 256
+RTLD_LAZY      dlfcn.h d       #define RTLD_LAZY 1
+RTLD_LOCAL     dlfcn.h d       #define RTLD_LOCAL 0
+RTLD_NEXT      dlfcn.h d       #define RTLD_NEXT ((void *)-1)
+RTLD_NODELETE  dlfcn.h d       #define RTLD_NODELETE 4096
+RTLD_NOLOAD    dlfcn.h d       #define RTLD_NOLOAD 4
+RTLD_NOW       dlfcn.h d       #define RTLD_NOW 2
+RTMSG_ACK      net/route.h     d       #define RTMSG_ACK NLMSG_ACK
+RTMSG_AR_FAILED        net/route.h     d       #define RTMSG_AR_FAILED 0x51
+RTMSG_CONTROL  net/route.h     d       #define RTMSG_CONTROL 0x40
+RTMSG_DELDEVICE        net/route.h     d       #define RTMSG_DELDEVICE 0x12
+RTMSG_DELROUTE net/route.h     d       #define RTMSG_DELROUTE 0x22
+RTMSG_DELRULE  net/route.h     d       #define RTMSG_DELRULE 0x32
+RTMSG_NEWDEVICE        net/route.h     d       #define RTMSG_NEWDEVICE 0x11
+RTMSG_NEWROUTE net/route.h     d       #define RTMSG_NEWROUTE 0x21
+RTMSG_NEWRULE  net/route.h     d       #define RTMSG_NEWRULE 0x31
+RTMSG_OVERRUN  net/route.h     d       #define RTMSG_OVERRUN NLMSG_OVERRUN
+RT_ADD link.h  e       
+RT_ADDRCLASS   net/route.h     d       #define RT_ADDRCLASS(flags) ((uint32_t) flags >> 23)
+RT_CLASS_DEFAULT       net/route.h     d       #define RT_CLASS_DEFAULT 253
+RT_CLASS_LOCAL net/route.h     d       #define RT_CLASS_LOCAL 255
+RT_CLASS_MAIN  net/route.h     d       #define RT_CLASS_MAIN 254
+RT_CLASS_MAX   net/route.h     d       #define RT_CLASS_MAX 255
+RT_CLASS_UNSPEC        net/route.h     d       #define RT_CLASS_UNSPEC 0
+RT_CONSISTENT  link.h  e       
+RT_DELETE      link.h  e       
+RT_LOCALADDR   net/route.h     d       #define RT_LOCALADDR(flags) ((flags & RTF_ADDRCLASSMASK) == (RTF_LOCAL|RTF_INTERFACE))
+RT_TOS net/route.h     d       #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK)
+RUN_LVL        utmpx.h d       #define RUN_LVL 1
+RUSAGE_CHILDREN        sys/resource.h  d       #define RUSAGE_CHILDREN 1
+RUSAGE_SELF    sys/resource.h  d       #define RUSAGE_SELF 0
+R_386_16       elf.h   d       #define R_386_16 20
+R_386_32       elf.h   d       #define R_386_32 1
+R_386_32PLT    elf.h   d       #define R_386_32PLT 11
+R_386_8        elf.h   d       #define R_386_8 22
+R_386_COPY     elf.h   d       #define R_386_COPY 5
+R_386_GLOB_DAT elf.h   d       #define R_386_GLOB_DAT 6
+R_386_GOT32    elf.h   d       #define R_386_GOT32 3
+R_386_GOTOFF   elf.h   d       #define R_386_GOTOFF 9
+R_386_GOTPC    elf.h   d       #define R_386_GOTPC 10
+R_386_IRELATIVE        elf.h   d       #define R_386_IRELATIVE 42
+R_386_JMP_SLOT elf.h   d       #define R_386_JMP_SLOT 7
+R_386_NONE     elf.h   d       #define R_386_NONE 0
+R_386_NUM      elf.h   d       #define R_386_NUM 43
+R_386_PC16     elf.h   d       #define R_386_PC16 21
+R_386_PC32     elf.h   d       #define R_386_PC32 2
+R_386_PC8      elf.h   d       #define R_386_PC8 23
+R_386_PLT32    elf.h   d       #define R_386_PLT32 4
+R_386_RELATIVE elf.h   d       #define R_386_RELATIVE 8
+R_386_SIZE32   elf.h   d       #define R_386_SIZE32 38
+R_386_TLS_DESC elf.h   d       #define R_386_TLS_DESC 41
+R_386_TLS_DESC_CALL    elf.h   d       #define R_386_TLS_DESC_CALL 40
+R_386_TLS_DTPMOD32     elf.h   d       #define R_386_TLS_DTPMOD32 35
+R_386_TLS_DTPOFF32     elf.h   d       #define R_386_TLS_DTPOFF32 36
+R_386_TLS_GD   elf.h   d       #define R_386_TLS_GD 18
+R_386_TLS_GD_32        elf.h   d       #define R_386_TLS_GD_32 24
+R_386_TLS_GD_CALL      elf.h   d       #define R_386_TLS_GD_CALL 26
+R_386_TLS_GD_POP       elf.h   d       #define R_386_TLS_GD_POP 27
+R_386_TLS_GD_PUSH      elf.h   d       #define R_386_TLS_GD_PUSH 25
+R_386_TLS_GOTDESC      elf.h   d       #define R_386_TLS_GOTDESC 39
+R_386_TLS_GOTIE        elf.h   d       #define R_386_TLS_GOTIE 16
+R_386_TLS_IE   elf.h   d       #define R_386_TLS_IE 15
+R_386_TLS_IE_32        elf.h   d       #define R_386_TLS_IE_32 33
+R_386_TLS_LDM  elf.h   d       #define R_386_TLS_LDM 19
+R_386_TLS_LDM_32       elf.h   d       #define R_386_TLS_LDM_32 28
+R_386_TLS_LDM_CALL     elf.h   d       #define R_386_TLS_LDM_CALL 30
+R_386_TLS_LDM_POP      elf.h   d       #define R_386_TLS_LDM_POP 31
+R_386_TLS_LDM_PUSH     elf.h   d       #define R_386_TLS_LDM_PUSH 29
+R_386_TLS_LDO_32       elf.h   d       #define R_386_TLS_LDO_32 32
+R_386_TLS_LE   elf.h   d       #define R_386_TLS_LE 17
+R_386_TLS_LE_32        elf.h   d       #define R_386_TLS_LE_32 34
+R_386_TLS_TPOFF        elf.h   d       #define R_386_TLS_TPOFF 14
+R_386_TLS_TPOFF32      elf.h   d       #define R_386_TLS_TPOFF32 37
+R_390_12       elf.h   d       #define R_390_12 2
+R_390_16       elf.h   d       #define R_390_16 3
+R_390_20       elf.h   d       #define R_390_20 57
+R_390_32       elf.h   d       #define R_390_32 4
+R_390_64       elf.h   d       #define R_390_64 22
+R_390_8        elf.h   d       #define R_390_8 1
+R_390_COPY     elf.h   d       #define R_390_COPY 9
+R_390_GLOB_DAT elf.h   d       #define R_390_GLOB_DAT 10
+R_390_GOT12    elf.h   d       #define R_390_GOT12 6
+R_390_GOT16    elf.h   d       #define R_390_GOT16 15
+R_390_GOT20    elf.h   d       #define R_390_GOT20 58
+R_390_GOT32    elf.h   d       #define R_390_GOT32 7
+R_390_GOT64    elf.h   d       #define R_390_GOT64 24
+R_390_GOTENT   elf.h   d       #define R_390_GOTENT 26
+R_390_GOTOFF16 elf.h   d       #define R_390_GOTOFF16 27
+R_390_GOTOFF32 elf.h   d       #define R_390_GOTOFF32 13
+R_390_GOTOFF64 elf.h   d       #define R_390_GOTOFF64 28
+R_390_GOTPC    elf.h   d       #define R_390_GOTPC 14
+R_390_GOTPCDBL elf.h   d       #define R_390_GOTPCDBL 21
+R_390_GOTPLT12 elf.h   d       #define R_390_GOTPLT12 29
+R_390_GOTPLT16 elf.h   d       #define R_390_GOTPLT16 30
+R_390_GOTPLT20 elf.h   d       #define R_390_GOTPLT20 59
+R_390_GOTPLT32 elf.h   d       #define R_390_GOTPLT32 31
+R_390_GOTPLT64 elf.h   d       #define R_390_GOTPLT64 32
+R_390_GOTPLTENT        elf.h   d       #define R_390_GOTPLTENT 33
+R_390_JMP_SLOT elf.h   d       #define R_390_JMP_SLOT 11
+R_390_NONE     elf.h   d       #define R_390_NONE 0
+R_390_NUM      elf.h   d       #define R_390_NUM 61
+R_390_PC16     elf.h   d       #define R_390_PC16 16
+R_390_PC16DBL  elf.h   d       #define R_390_PC16DBL 17
+R_390_PC32     elf.h   d       #define R_390_PC32 5
+R_390_PC32DBL  elf.h   d       #define R_390_PC32DBL 19
+R_390_PC64     elf.h   d       #define R_390_PC64 23
+R_390_PLT16DBL elf.h   d       #define R_390_PLT16DBL 18
+R_390_PLT32    elf.h   d       #define R_390_PLT32 8
+R_390_PLT32DBL elf.h   d       #define R_390_PLT32DBL 20
+R_390_PLT64    elf.h   d       #define R_390_PLT64 25
+R_390_PLTOFF16 elf.h   d       #define R_390_PLTOFF16 34
+R_390_PLTOFF32 elf.h   d       #define R_390_PLTOFF32 35
+R_390_PLTOFF64 elf.h   d       #define R_390_PLTOFF64 36
+R_390_RELATIVE elf.h   d       #define R_390_RELATIVE 12
+R_390_TLS_DTPMOD       elf.h   d       #define R_390_TLS_DTPMOD 54
+R_390_TLS_DTPOFF       elf.h   d       #define R_390_TLS_DTPOFF 55
+R_390_TLS_GD32 elf.h   d       #define R_390_TLS_GD32 40
+R_390_TLS_GD64 elf.h   d       #define R_390_TLS_GD64 41
+R_390_TLS_GDCALL       elf.h   d       #define R_390_TLS_GDCALL 38
+R_390_TLS_GOTIE12      elf.h   d       #define R_390_TLS_GOTIE12 42
+R_390_TLS_GOTIE20      elf.h   d       #define R_390_TLS_GOTIE20 60
+R_390_TLS_GOTIE32      elf.h   d       #define R_390_TLS_GOTIE32 43
+R_390_TLS_GOTIE64      elf.h   d       #define R_390_TLS_GOTIE64 44
+R_390_TLS_IE32 elf.h   d       #define R_390_TLS_IE32 47
+R_390_TLS_IE64 elf.h   d       #define R_390_TLS_IE64 48
+R_390_TLS_IEENT        elf.h   d       #define R_390_TLS_IEENT 49
+R_390_TLS_LDCALL       elf.h   d       #define R_390_TLS_LDCALL 39
+R_390_TLS_LDM32        elf.h   d       #define R_390_TLS_LDM32 45
+R_390_TLS_LDM64        elf.h   d       #define R_390_TLS_LDM64 46
+R_390_TLS_LDO32        elf.h   d       #define R_390_TLS_LDO32 52
+R_390_TLS_LDO64        elf.h   d       #define R_390_TLS_LDO64 53
+R_390_TLS_LE32 elf.h   d       #define R_390_TLS_LE32 50
+R_390_TLS_LE64 elf.h   d       #define R_390_TLS_LE64 51
+R_390_TLS_LOAD elf.h   d       #define R_390_TLS_LOAD 37
+R_390_TLS_TPOFF        elf.h   d       #define R_390_TLS_TPOFF 56
+R_68K_16       elf.h   d       #define R_68K_16 2
+R_68K_32       elf.h   d       #define R_68K_32 1
+R_68K_8        elf.h   d       #define R_68K_8 3
+R_68K_COPY     elf.h   d       #define R_68K_COPY 19
+R_68K_GLOB_DAT elf.h   d       #define R_68K_GLOB_DAT 20
+R_68K_GOT16    elf.h   d       #define R_68K_GOT16 8
+R_68K_GOT16O   elf.h   d       #define R_68K_GOT16O 11
+R_68K_GOT32    elf.h   d       #define R_68K_GOT32 7
+R_68K_GOT32O   elf.h   d       #define R_68K_GOT32O 10
+R_68K_GOT8     elf.h   d       #define R_68K_GOT8 9
+R_68K_GOT8O    elf.h   d       #define R_68K_GOT8O 12
+R_68K_JMP_SLOT elf.h   d       #define R_68K_JMP_SLOT 21
+R_68K_NONE     elf.h   d       #define R_68K_NONE 0
+R_68K_NUM      elf.h   d       #define R_68K_NUM 23
+R_68K_PC16     elf.h   d       #define R_68K_PC16 5
+R_68K_PC32     elf.h   d       #define R_68K_PC32 4
+R_68K_PC8      elf.h   d       #define R_68K_PC8 6
+R_68K_PLT16    elf.h   d       #define R_68K_PLT16 14
+R_68K_PLT16O   elf.h   d       #define R_68K_PLT16O 17
+R_68K_PLT32    elf.h   d       #define R_68K_PLT32 13
+R_68K_PLT32O   elf.h   d       #define R_68K_PLT32O 16
+R_68K_PLT8     elf.h   d       #define R_68K_PLT8 15
+R_68K_PLT8O    elf.h   d       #define R_68K_PLT8O 18
+R_68K_RELATIVE elf.h   d       #define R_68K_RELATIVE 22
+R_AARCH64_ABS16        elf.h   d       #define R_AARCH64_ABS16 259
+R_AARCH64_ABS32        elf.h   d       #define R_AARCH64_ABS32 258
+R_AARCH64_ABS64        elf.h   d       #define R_AARCH64_ABS64 257
+R_AARCH64_ADD_ABS_LO12_NC      elf.h   d       #define R_AARCH64_ADD_ABS_LO12_NC 277
+R_AARCH64_ADR_GOT_PAGE elf.h   d       #define R_AARCH64_ADR_GOT_PAGE 311
+R_AARCH64_ADR_PREL_LO21        elf.h   d       #define R_AARCH64_ADR_PREL_LO21 274
+R_AARCH64_ADR_PREL_PG_HI21     elf.h   d       #define R_AARCH64_ADR_PREL_PG_HI21 275
+R_AARCH64_ADR_PREL_PG_HI21_NC  elf.h   d       #define R_AARCH64_ADR_PREL_PG_HI21_NC 276
+R_AARCH64_CALL26       elf.h   d       #define R_AARCH64_CALL26 283
+R_AARCH64_CONDBR19     elf.h   d       #define R_AARCH64_CONDBR19 280
+R_AARCH64_COPY elf.h   d       #define R_AARCH64_COPY 1024
+R_AARCH64_GLOB_DAT     elf.h   d       #define R_AARCH64_GLOB_DAT 1025
+R_AARCH64_GOTREL32     elf.h   d       #define R_AARCH64_GOTREL32 308
+R_AARCH64_GOTREL64     elf.h   d       #define R_AARCH64_GOTREL64 307
+R_AARCH64_GOT_LD_PREL19        elf.h   d       #define R_AARCH64_GOT_LD_PREL19 309
+R_AARCH64_JUMP26       elf.h   d       #define R_AARCH64_JUMP26 282
+R_AARCH64_JUMP_SLOT    elf.h   d       #define R_AARCH64_JUMP_SLOT 1026
+R_AARCH64_LD64_GOTOFF_LO15     elf.h   d       #define R_AARCH64_LD64_GOTOFF_LO15 310
+R_AARCH64_LD64_GOTPAGE_LO15    elf.h   d       #define R_AARCH64_LD64_GOTPAGE_LO15 313
+R_AARCH64_LD64_GOT_LO12_NC     elf.h   d       #define R_AARCH64_LD64_GOT_LO12_NC 312
+R_AARCH64_LDST128_ABS_LO12_NC  elf.h   d       #define R_AARCH64_LDST128_ABS_LO12_NC 299
+R_AARCH64_LDST16_ABS_LO12_NC   elf.h   d       #define R_AARCH64_LDST16_ABS_LO12_NC 284
+R_AARCH64_LDST32_ABS_LO12_NC   elf.h   d       #define R_AARCH64_LDST32_ABS_LO12_NC 285
+R_AARCH64_LDST64_ABS_LO12_NC   elf.h   d       #define R_AARCH64_LDST64_ABS_LO12_NC 286
+R_AARCH64_LDST8_ABS_LO12_NC    elf.h   d       #define R_AARCH64_LDST8_ABS_LO12_NC 278
+R_AARCH64_LD_PREL_LO19 elf.h   d       #define R_AARCH64_LD_PREL_LO19 273
+R_AARCH64_MOVW_GOTOFF_G0       elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G0 300
+R_AARCH64_MOVW_GOTOFF_G0_NC    elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G0_NC 301
+R_AARCH64_MOVW_GOTOFF_G1       elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G1 302
+R_AARCH64_MOVW_GOTOFF_G1_NC    elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G1_NC 303
+R_AARCH64_MOVW_GOTOFF_G2       elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G2 304
+R_AARCH64_MOVW_GOTOFF_G2_NC    elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G2_NC 305
+R_AARCH64_MOVW_GOTOFF_G3       elf.h   d       #define R_AARCH64_MOVW_GOTOFF_G3 306
+R_AARCH64_MOVW_PREL_G0 elf.h   d       #define R_AARCH64_MOVW_PREL_G0 287
+R_AARCH64_MOVW_PREL_G0_NC      elf.h   d       #define R_AARCH64_MOVW_PREL_G0_NC 288
+R_AARCH64_MOVW_PREL_G1 elf.h   d       #define R_AARCH64_MOVW_PREL_G1 289
+R_AARCH64_MOVW_PREL_G1_NC      elf.h   d       #define R_AARCH64_MOVW_PREL_G1_NC 290
+R_AARCH64_MOVW_PREL_G2 elf.h   d       #define R_AARCH64_MOVW_PREL_G2 291
+R_AARCH64_MOVW_PREL_G2_NC      elf.h   d       #define R_AARCH64_MOVW_PREL_G2_NC 292
+R_AARCH64_MOVW_PREL_G3 elf.h   d       #define R_AARCH64_MOVW_PREL_G3 293
+R_AARCH64_MOVW_SABS_G0 elf.h   d       #define R_AARCH64_MOVW_SABS_G0 270
+R_AARCH64_MOVW_SABS_G1 elf.h   d       #define R_AARCH64_MOVW_SABS_G1 271
+R_AARCH64_MOVW_SABS_G2 elf.h   d       #define R_AARCH64_MOVW_SABS_G2 272
+R_AARCH64_MOVW_UABS_G0 elf.h   d       #define R_AARCH64_MOVW_UABS_G0 263
+R_AARCH64_MOVW_UABS_G0_NC      elf.h   d       #define R_AARCH64_MOVW_UABS_G0_NC 264
+R_AARCH64_MOVW_UABS_G1 elf.h   d       #define R_AARCH64_MOVW_UABS_G1 265
+R_AARCH64_MOVW_UABS_G1_NC      elf.h   d       #define R_AARCH64_MOVW_UABS_G1_NC 266
+R_AARCH64_MOVW_UABS_G2 elf.h   d       #define R_AARCH64_MOVW_UABS_G2 267
+R_AARCH64_MOVW_UABS_G2_NC      elf.h   d       #define R_AARCH64_MOVW_UABS_G2_NC 268
+R_AARCH64_MOVW_UABS_G3 elf.h   d       #define R_AARCH64_MOVW_UABS_G3 269
+R_AARCH64_NONE elf.h   d       #define R_AARCH64_NONE 0
+R_AARCH64_PREL16       elf.h   d       #define R_AARCH64_PREL16 262
+R_AARCH64_PREL32       elf.h   d       #define R_AARCH64_PREL32 261
+R_AARCH64_PREL64       elf.h   d       #define R_AARCH64_PREL64 260
+R_AARCH64_RELATIVE     elf.h   d       #define R_AARCH64_RELATIVE 1027
+R_AARCH64_TLSDESC      elf.h   d       #define R_AARCH64_TLSDESC 1031
+R_AARCH64_TLSDESC_ADD  elf.h   d       #define R_AARCH64_TLSDESC_ADD 568
+R_AARCH64_TLSDESC_ADD_LO12     elf.h   d       #define R_AARCH64_TLSDESC_ADD_LO12 564
+R_AARCH64_TLSDESC_ADR_PAGE21   elf.h   d       #define R_AARCH64_TLSDESC_ADR_PAGE21 562
+R_AARCH64_TLSDESC_ADR_PREL21   elf.h   d       #define R_AARCH64_TLSDESC_ADR_PREL21 561
+R_AARCH64_TLSDESC_CALL elf.h   d       #define R_AARCH64_TLSDESC_CALL 569
+R_AARCH64_TLSDESC_LD64_LO12    elf.h   d       #define R_AARCH64_TLSDESC_LD64_LO12 563
+R_AARCH64_TLSDESC_LDR  elf.h   d       #define R_AARCH64_TLSDESC_LDR 567
+R_AARCH64_TLSDESC_LD_PREL19    elf.h   d       #define R_AARCH64_TLSDESC_LD_PREL19 560
+R_AARCH64_TLSDESC_OFF_G0_NC    elf.h   d       #define R_AARCH64_TLSDESC_OFF_G0_NC 566
+R_AARCH64_TLSDESC_OFF_G1       elf.h   d       #define R_AARCH64_TLSDESC_OFF_G1 565
+R_AARCH64_TLSGD_ADD_LO12_NC    elf.h   d       #define R_AARCH64_TLSGD_ADD_LO12_NC 514
+R_AARCH64_TLSGD_ADR_PAGE21     elf.h   d       #define R_AARCH64_TLSGD_ADR_PAGE21 513
+R_AARCH64_TLSGD_ADR_PREL21     elf.h   d       #define R_AARCH64_TLSGD_ADR_PREL21 512
+R_AARCH64_TLSGD_MOVW_G0_NC     elf.h   d       #define R_AARCH64_TLSGD_MOVW_G0_NC 516
+R_AARCH64_TLSGD_MOVW_G1        elf.h   d       #define R_AARCH64_TLSGD_MOVW_G1 515
+R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21    elf.h   d       #define R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 541
+R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC  elf.h   d       #define R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC 542
+R_AARCH64_TLSIE_LD_GOTTPREL_PREL19     elf.h   d       #define R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 543
+R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC    elf.h   d       #define R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC 540
+R_AARCH64_TLSIE_MOVW_GOTTPREL_G1       elf.h   d       #define R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 539
+R_AARCH64_TLSLD_ADD_DTPREL_HI12        elf.h   d       #define R_AARCH64_TLSLD_ADD_DTPREL_HI12 528
+R_AARCH64_TLSLD_ADD_DTPREL_LO12        elf.h   d       #define R_AARCH64_TLSLD_ADD_DTPREL_LO12 529
+R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC     elf.h   d       #define R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC 530
+R_AARCH64_TLSLD_ADD_LO12_NC    elf.h   d       #define R_AARCH64_TLSLD_ADD_LO12_NC 519
+R_AARCH64_TLSLD_ADR_PAGE21     elf.h   d       #define R_AARCH64_TLSLD_ADR_PAGE21 518
+R_AARCH64_TLSLD_ADR_PREL21     elf.h   d       #define R_AARCH64_TLSLD_ADR_PREL21 517
+R_AARCH64_TLSLD_LDST128_DTPREL_LO12    elf.h   d       #define R_AARCH64_TLSLD_LDST128_DTPREL_LO12 572
+R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC elf.h   d       #define R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC 573
+R_AARCH64_TLSLD_LDST16_DTPREL_LO12     elf.h   d       #define R_AARCH64_TLSLD_LDST16_DTPREL_LO12 533
+R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC  elf.h   d       #define R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC 534
+R_AARCH64_TLSLD_LDST32_DTPREL_LO12     elf.h   d       #define R_AARCH64_TLSLD_LDST32_DTPREL_LO12 535
+R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC  elf.h   d       #define R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC 536
+R_AARCH64_TLSLD_LDST64_DTPREL_LO12     elf.h   d       #define R_AARCH64_TLSLD_LDST64_DTPREL_LO12 537
+R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC  elf.h   d       #define R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC 538
+R_AARCH64_TLSLD_LDST8_DTPREL_LO12      elf.h   d       #define R_AARCH64_TLSLD_LDST8_DTPREL_LO12 531
+R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC   elf.h   d       #define R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC 532
+R_AARCH64_TLSLD_LD_PREL19      elf.h   d       #define R_AARCH64_TLSLD_LD_PREL19 522
+R_AARCH64_TLSLD_MOVW_DTPREL_G0 elf.h   d       #define R_AARCH64_TLSLD_MOVW_DTPREL_G0 526
+R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC      elf.h   d       #define R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC 527
+R_AARCH64_TLSLD_MOVW_DTPREL_G1 elf.h   d       #define R_AARCH64_TLSLD_MOVW_DTPREL_G1 524
+R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC      elf.h   d       #define R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC 525
+R_AARCH64_TLSLD_MOVW_DTPREL_G2 elf.h   d       #define R_AARCH64_TLSLD_MOVW_DTPREL_G2 523
+R_AARCH64_TLSLD_MOVW_G0_NC     elf.h   d       #define R_AARCH64_TLSLD_MOVW_G0_NC 521
+R_AARCH64_TLSLD_MOVW_G1        elf.h   d       #define R_AARCH64_TLSLD_MOVW_G1 520
+R_AARCH64_TLSLE_ADD_TPREL_HI12 elf.h   d       #define R_AARCH64_TLSLE_ADD_TPREL_HI12 549
+R_AARCH64_TLSLE_ADD_TPREL_LO12 elf.h   d       #define R_AARCH64_TLSLE_ADD_TPREL_LO12 550
+R_AARCH64_TLSLE_ADD_TPREL_LO12_NC      elf.h   d       #define R_AARCH64_TLSLE_ADD_TPREL_LO12_NC 551
+R_AARCH64_TLSLE_LDST128_TPREL_LO12     elf.h   d       #define R_AARCH64_TLSLE_LDST128_TPREL_LO12 570
+R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC  elf.h   d       #define R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC 571
+R_AARCH64_TLSLE_LDST16_TPREL_LO12      elf.h   d       #define R_AARCH64_TLSLE_LDST16_TPREL_LO12 554
+R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC   elf.h   d       #define R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC 555
+R_AARCH64_TLSLE_LDST32_TPREL_LO12      elf.h   d       #define R_AARCH64_TLSLE_LDST32_TPREL_LO12 556
+R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC   elf.h   d       #define R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC 557
+R_AARCH64_TLSLE_LDST64_TPREL_LO12      elf.h   d       #define R_AARCH64_TLSLE_LDST64_TPREL_LO12 558
+R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC   elf.h   d       #define R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC 559
+R_AARCH64_TLSLE_LDST8_TPREL_LO12       elf.h   d       #define R_AARCH64_TLSLE_LDST8_TPREL_LO12 552
+R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC    elf.h   d       #define R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC 553
+R_AARCH64_TLSLE_MOVW_TPREL_G0  elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G0 547
+R_AARCH64_TLSLE_MOVW_TPREL_G0_NC       elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G0_NC 548
+R_AARCH64_TLSLE_MOVW_TPREL_G1  elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G1 545
+R_AARCH64_TLSLE_MOVW_TPREL_G1_NC       elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G1_NC 546
+R_AARCH64_TLSLE_MOVW_TPREL_G2  elf.h   d       #define R_AARCH64_TLSLE_MOVW_TPREL_G2 544
+R_AARCH64_TLS_DTPMOD64 elf.h   d       #define R_AARCH64_TLS_DTPMOD64 1028
+R_AARCH64_TLS_DTPREL64 elf.h   d       #define R_AARCH64_TLS_DTPREL64 1029
+R_AARCH64_TLS_TPREL64  elf.h   d       #define R_AARCH64_TLS_TPREL64 1030
+R_AARCH64_TSTBR14      elf.h   d       #define R_AARCH64_TSTBR14 279
+R_ALPHA_BRADDR elf.h   d       #define R_ALPHA_BRADDR 7
+R_ALPHA_COPY   elf.h   d       #define R_ALPHA_COPY 24
+R_ALPHA_DTPMOD64       elf.h   d       #define R_ALPHA_DTPMOD64 31
+R_ALPHA_DTPREL16       elf.h   d       #define R_ALPHA_DTPREL16 36
+R_ALPHA_DTPREL64       elf.h   d       #define R_ALPHA_DTPREL64 33
+R_ALPHA_DTPRELHI       elf.h   d       #define R_ALPHA_DTPRELHI 34
+R_ALPHA_DTPRELLO       elf.h   d       #define R_ALPHA_DTPRELLO 35
+R_ALPHA_GLOB_DAT       elf.h   d       #define R_ALPHA_GLOB_DAT 25
+R_ALPHA_GOTDTPREL      elf.h   d       #define R_ALPHA_GOTDTPREL 32
+R_ALPHA_GOTTPREL       elf.h   d       #define R_ALPHA_GOTTPREL 37
+R_ALPHA_GPDISP elf.h   d       #define R_ALPHA_GPDISP 6
+R_ALPHA_GPREL16        elf.h   d       #define R_ALPHA_GPREL16 19
+R_ALPHA_GPREL32        elf.h   d       #define R_ALPHA_GPREL32 3
+R_ALPHA_GPRELHIGH      elf.h   d       #define R_ALPHA_GPRELHIGH 17
+R_ALPHA_GPRELLOW       elf.h   d       #define R_ALPHA_GPRELLOW 18
+R_ALPHA_HINT   elf.h   d       #define R_ALPHA_HINT 8
+R_ALPHA_JMP_SLOT       elf.h   d       #define R_ALPHA_JMP_SLOT 26
+R_ALPHA_LITERAL        elf.h   d       #define R_ALPHA_LITERAL 4
+R_ALPHA_LITUSE elf.h   d       #define R_ALPHA_LITUSE 5
+R_ALPHA_NONE   elf.h   d       #define R_ALPHA_NONE 0
+R_ALPHA_NUM    elf.h   d       #define R_ALPHA_NUM 46
+R_ALPHA_REFLONG        elf.h   d       #define R_ALPHA_REFLONG 1
+R_ALPHA_REFQUAD        elf.h   d       #define R_ALPHA_REFQUAD 2
+R_ALPHA_RELATIVE       elf.h   d       #define R_ALPHA_RELATIVE 27
+R_ALPHA_SREL16 elf.h   d       #define R_ALPHA_SREL16 9
+R_ALPHA_SREL32 elf.h   d       #define R_ALPHA_SREL32 10
+R_ALPHA_SREL64 elf.h   d       #define R_ALPHA_SREL64 11
+R_ALPHA_TLSGD  elf.h   d       #define R_ALPHA_TLSGD 29
+R_ALPHA_TLS_GD_HI      elf.h   d       #define R_ALPHA_TLS_GD_HI 28
+R_ALPHA_TLS_LDM        elf.h   d       #define R_ALPHA_TLS_LDM 30
+R_ALPHA_TPREL16        elf.h   d       #define R_ALPHA_TPREL16 41
+R_ALPHA_TPREL64        elf.h   d       #define R_ALPHA_TPREL64 38
+R_ALPHA_TPRELHI        elf.h   d       #define R_ALPHA_TPRELHI 39
+R_ALPHA_TPRELLO        elf.h   d       #define R_ALPHA_TPRELLO 40
+R_ARM_ABS12    elf.h   d       #define R_ARM_ABS12 6
+R_ARM_ABS16    elf.h   d       #define R_ARM_ABS16 5
+R_ARM_ABS32    elf.h   d       #define R_ARM_ABS32 2
+R_ARM_ABS32_NOI        elf.h   d       #define R_ARM_ABS32_NOI 55
+R_ARM_ABS8     elf.h   d       #define R_ARM_ABS8 8
+R_ARM_ALU_PCREL_15_8   elf.h   d       #define R_ARM_ALU_PCREL_15_8 33
+R_ARM_ALU_PCREL_23_15  elf.h   d       #define R_ARM_ALU_PCREL_23_15 34
+R_ARM_ALU_PCREL_7_0    elf.h   d       #define R_ARM_ALU_PCREL_7_0 32
+R_ARM_ALU_PC_G0        elf.h   d       #define R_ARM_ALU_PC_G0 58
+R_ARM_ALU_PC_G0_NC     elf.h   d       #define R_ARM_ALU_PC_G0_NC 57
+R_ARM_ALU_PC_G1        elf.h   d       #define R_ARM_ALU_PC_G1 60
+R_ARM_ALU_PC_G1_NC     elf.h   d       #define R_ARM_ALU_PC_G1_NC 59
+R_ARM_ALU_PC_G2        elf.h   d       #define R_ARM_ALU_PC_G2 61
+R_ARM_ALU_SBREL_19_12  elf.h   d       #define R_ARM_ALU_SBREL_19_12 36
+R_ARM_ALU_SBREL_27_20  elf.h   d       #define R_ARM_ALU_SBREL_27_20 37
+R_ARM_ALU_SB_G0        elf.h   d       #define R_ARM_ALU_SB_G0 71
+R_ARM_ALU_SB_G0_NC     elf.h   d       #define R_ARM_ALU_SB_G0_NC 70
+R_ARM_ALU_SB_G1        elf.h   d       #define R_ARM_ALU_SB_G1 73
+R_ARM_ALU_SB_G1_NC     elf.h   d       #define R_ARM_ALU_SB_G1_NC 72
+R_ARM_ALU_SB_G2        elf.h   d       #define R_ARM_ALU_SB_G2 74
+R_ARM_AMP_VCALL9       elf.h   d       #define R_ARM_AMP_VCALL9 12
+R_ARM_BASE_ABS elf.h   d       #define R_ARM_BASE_ABS 31
+R_ARM_CALL     elf.h   d       #define R_ARM_CALL 28
+R_ARM_COPY     elf.h   d       #define R_ARM_COPY 20
+R_ARM_GLOB_DAT elf.h   d       #define R_ARM_GLOB_DAT 21
+R_ARM_GNU_VTENTRY      elf.h   d       #define R_ARM_GNU_VTENTRY 100
+R_ARM_GNU_VTINHERIT    elf.h   d       #define R_ARM_GNU_VTINHERIT 101
+R_ARM_GOT32    elf.h   d       #define R_ARM_GOT32 26
+R_ARM_GOTOFF   elf.h   d       #define R_ARM_GOTOFF 24
+R_ARM_GOTOFF12 elf.h   d       #define R_ARM_GOTOFF12 98
+R_ARM_GOTPC    elf.h   d       #define R_ARM_GOTPC 25
+R_ARM_GOTRELAX elf.h   d       #define R_ARM_GOTRELAX 99
+R_ARM_GOT_ABS  elf.h   d       #define R_ARM_GOT_ABS 95
+R_ARM_GOT_BREL12       elf.h   d       #define R_ARM_GOT_BREL12 97
+R_ARM_GOT_PREL elf.h   d       #define R_ARM_GOT_PREL 96
+R_ARM_IRELATIVE        elf.h   d       #define R_ARM_IRELATIVE 160
+R_ARM_JUMP24   elf.h   d       #define R_ARM_JUMP24 29
+R_ARM_JUMP_SLOT        elf.h   d       #define R_ARM_JUMP_SLOT 22
+R_ARM_LDC_PC_G0        elf.h   d       #define R_ARM_LDC_PC_G0 67
+R_ARM_LDC_PC_G1        elf.h   d       #define R_ARM_LDC_PC_G1 68
+R_ARM_LDC_PC_G2        elf.h   d       #define R_ARM_LDC_PC_G2 69
+R_ARM_LDC_SB_G0        elf.h   d       #define R_ARM_LDC_SB_G0 81
+R_ARM_LDC_SB_G1        elf.h   d       #define R_ARM_LDC_SB_G1 82
+R_ARM_LDC_SB_G2        elf.h   d       #define R_ARM_LDC_SB_G2 83
+R_ARM_LDRS_PC_G0       elf.h   d       #define R_ARM_LDRS_PC_G0 64
+R_ARM_LDRS_PC_G1       elf.h   d       #define R_ARM_LDRS_PC_G1 65
+R_ARM_LDRS_PC_G2       elf.h   d       #define R_ARM_LDRS_PC_G2 66
+R_ARM_LDRS_SB_G0       elf.h   d       #define R_ARM_LDRS_SB_G0 78
+R_ARM_LDRS_SB_G1       elf.h   d       #define R_ARM_LDRS_SB_G1 79
+R_ARM_LDRS_SB_G2       elf.h   d       #define R_ARM_LDRS_SB_G2 80
+R_ARM_LDR_PC_G1        elf.h   d       #define R_ARM_LDR_PC_G1 62
+R_ARM_LDR_PC_G2        elf.h   d       #define R_ARM_LDR_PC_G2 63
+R_ARM_LDR_SBREL_11_0   elf.h   d       #define R_ARM_LDR_SBREL_11_0 35
+R_ARM_LDR_SB_G0        elf.h   d       #define R_ARM_LDR_SB_G0 75
+R_ARM_LDR_SB_G1        elf.h   d       #define R_ARM_LDR_SB_G1 76
+R_ARM_LDR_SB_G2        elf.h   d       #define R_ARM_LDR_SB_G2 77
+R_ARM_ME_TOO   elf.h   d       #define R_ARM_ME_TOO 128
+R_ARM_MOVT_ABS elf.h   d       #define R_ARM_MOVT_ABS 44
+R_ARM_MOVT_BREL        elf.h   d       #define R_ARM_MOVT_BREL 85
+R_ARM_MOVT_PREL        elf.h   d       #define R_ARM_MOVT_PREL 46
+R_ARM_MOVW_ABS_NC      elf.h   d       #define R_ARM_MOVW_ABS_NC 43
+R_ARM_MOVW_BREL        elf.h   d       #define R_ARM_MOVW_BREL 86
+R_ARM_MOVW_BREL_NC     elf.h   d       #define R_ARM_MOVW_BREL_NC 84
+R_ARM_MOVW_PREL_NC     elf.h   d       #define R_ARM_MOVW_PREL_NC 45
+R_ARM_NONE     elf.h   d       #define R_ARM_NONE 0
+R_ARM_NUM      elf.h   d       #define R_ARM_NUM 256
+R_ARM_PC13     elf.h   d       #define R_ARM_PC13 4
+R_ARM_PC24     elf.h   d       #define R_ARM_PC24 1
+R_ARM_PLT32    elf.h   d       #define R_ARM_PLT32 27
+R_ARM_PLT32_ABS        elf.h   d       #define R_ARM_PLT32_ABS 94
+R_ARM_PREL31   elf.h   d       #define R_ARM_PREL31 42
+R_ARM_RABS22   elf.h   d       #define R_ARM_RABS22 253
+R_ARM_RBASE    elf.h   d       #define R_ARM_RBASE 255
+R_ARM_REL32    elf.h   d       #define R_ARM_REL32 3
+R_ARM_REL32_NOI        elf.h   d       #define R_ARM_REL32_NOI 56
+R_ARM_RELATIVE elf.h   d       #define R_ARM_RELATIVE 23
+R_ARM_RPC24    elf.h   d       #define R_ARM_RPC24 254
+R_ARM_RREL32   elf.h   d       #define R_ARM_RREL32 252
+R_ARM_RSBREL32 elf.h   d       #define R_ARM_RSBREL32 250
+R_ARM_RXPC25   elf.h   d       #define R_ARM_RXPC25 249
+R_ARM_SBREL31  elf.h   d       #define R_ARM_SBREL31 39
+R_ARM_SBREL32  elf.h   d       #define R_ARM_SBREL32 9
+R_ARM_TARGET1  elf.h   d       #define R_ARM_TARGET1 38
+R_ARM_TARGET2  elf.h   d       #define R_ARM_TARGET2 41
+R_ARM_THM_ABS5 elf.h   d       #define R_ARM_THM_ABS5 7
+R_ARM_THM_ALU_PREL_11_0        elf.h   d       #define R_ARM_THM_ALU_PREL_11_0 53
+R_ARM_THM_GOT_BREL12   elf.h   d       #define R_ARM_THM_GOT_BREL12 131
+R_ARM_THM_JUMP19       elf.h   d       #define R_ARM_THM_JUMP19 51
+R_ARM_THM_JUMP24       elf.h   d       #define R_ARM_THM_JUMP24 30
+R_ARM_THM_JUMP6        elf.h   d       #define R_ARM_THM_JUMP6 52
+R_ARM_THM_MOVT_ABS     elf.h   d       #define R_ARM_THM_MOVT_ABS 48
+R_ARM_THM_MOVT_BREL    elf.h   d       #define R_ARM_THM_MOVT_BREL 88
+R_ARM_THM_MOVT_PREL    elf.h   d       #define R_ARM_THM_MOVT_PREL 50
+R_ARM_THM_MOVW_ABS_NC  elf.h   d       #define R_ARM_THM_MOVW_ABS_NC 47
+R_ARM_THM_MOVW_BREL    elf.h   d       #define R_ARM_THM_MOVW_BREL 89
+R_ARM_THM_MOVW_BREL_NC elf.h   d       #define R_ARM_THM_MOVW_BREL_NC 87
+R_ARM_THM_MOVW_PREL_NC elf.h   d       #define R_ARM_THM_MOVW_PREL_NC 49
+R_ARM_THM_PC11 elf.h   d       #define R_ARM_THM_PC11 102
+R_ARM_THM_PC12 elf.h   d       #define R_ARM_THM_PC12 54
+R_ARM_THM_PC22 elf.h   d       #define R_ARM_THM_PC22 10
+R_ARM_THM_PC8  elf.h   d       #define R_ARM_THM_PC8 11
+R_ARM_THM_PC9  elf.h   d       #define R_ARM_THM_PC9 103
+R_ARM_THM_RPC22        elf.h   d       #define R_ARM_THM_RPC22 251
+R_ARM_THM_SWI8 elf.h   d       #define R_ARM_THM_SWI8 14
+R_ARM_THM_TLS_CALL     elf.h   d       #define R_ARM_THM_TLS_CALL 93
+R_ARM_THM_TLS_DESCSEQ  elf.h   d       #define R_ARM_THM_TLS_DESCSEQ 129
+R_ARM_THM_TLS_DESCSEQ16        elf.h   d       #define R_ARM_THM_TLS_DESCSEQ16 129
+R_ARM_THM_TLS_DESCSEQ32        elf.h   d       #define R_ARM_THM_TLS_DESCSEQ32 130
+R_ARM_THM_XPC22        elf.h   d       #define R_ARM_THM_XPC22 16
+R_ARM_TLS_CALL elf.h   d       #define R_ARM_TLS_CALL 91
+R_ARM_TLS_DESC elf.h   d       #define R_ARM_TLS_DESC 13
+R_ARM_TLS_DESCSEQ      elf.h   d       #define R_ARM_TLS_DESCSEQ 92
+R_ARM_TLS_DTPMOD32     elf.h   d       #define R_ARM_TLS_DTPMOD32 17
+R_ARM_TLS_DTPOFF32     elf.h   d       #define R_ARM_TLS_DTPOFF32 18
+R_ARM_TLS_GD32 elf.h   d       #define R_ARM_TLS_GD32 104
+R_ARM_TLS_GOTDESC      elf.h   d       #define R_ARM_TLS_GOTDESC 90
+R_ARM_TLS_IE12GP       elf.h   d       #define R_ARM_TLS_IE12GP 111
+R_ARM_TLS_IE32 elf.h   d       #define R_ARM_TLS_IE32 107
+R_ARM_TLS_LDM32        elf.h   d       #define R_ARM_TLS_LDM32 105
+R_ARM_TLS_LDO12        elf.h   d       #define R_ARM_TLS_LDO12 109
+R_ARM_TLS_LDO32        elf.h   d       #define R_ARM_TLS_LDO32 106
+R_ARM_TLS_LE12 elf.h   d       #define R_ARM_TLS_LE12 110
+R_ARM_TLS_LE32 elf.h   d       #define R_ARM_TLS_LE32 108
+R_ARM_TLS_TPOFF32      elf.h   d       #define R_ARM_TLS_TPOFF32 19
+R_ARM_V4BX     elf.h   d       #define R_ARM_V4BX 40
+R_ARM_XPC25    elf.h   d       #define R_ARM_XPC25 15
+R_CRIS_16      elf.h   d       #define R_CRIS_16 2
+R_CRIS_16_GOT  elf.h   d       #define R_CRIS_16_GOT 13
+R_CRIS_16_GOTPLT       elf.h   d       #define R_CRIS_16_GOTPLT 15
+R_CRIS_16_PCREL        elf.h   d       #define R_CRIS_16_PCREL 5
+R_CRIS_32      elf.h   d       #define R_CRIS_32 3
+R_CRIS_32_GOT  elf.h   d       #define R_CRIS_32_GOT 14
+R_CRIS_32_GOTPLT       elf.h   d       #define R_CRIS_32_GOTPLT 16
+R_CRIS_32_GOTREL       elf.h   d       #define R_CRIS_32_GOTREL 17
+R_CRIS_32_PCREL        elf.h   d       #define R_CRIS_32_PCREL 6
+R_CRIS_32_PLT_GOTREL   elf.h   d       #define R_CRIS_32_PLT_GOTREL 18
+R_CRIS_32_PLT_PCREL    elf.h   d       #define R_CRIS_32_PLT_PCREL 19
+R_CRIS_8       elf.h   d       #define R_CRIS_8 1
+R_CRIS_8_PCREL elf.h   d       #define R_CRIS_8_PCREL 4
+R_CRIS_COPY    elf.h   d       #define R_CRIS_COPY 9
+R_CRIS_GLOB_DAT        elf.h   d       #define R_CRIS_GLOB_DAT 10
+R_CRIS_GNU_VTENTRY     elf.h   d       #define R_CRIS_GNU_VTENTRY 8
+R_CRIS_GNU_VTINHERIT   elf.h   d       #define R_CRIS_GNU_VTINHERIT 7
+R_CRIS_JUMP_SLOT       elf.h   d       #define R_CRIS_JUMP_SLOT 11
+R_CRIS_NONE    elf.h   d       #define R_CRIS_NONE 0
+R_CRIS_NUM     elf.h   d       #define R_CRIS_NUM 20
+R_CRIS_RELATIVE        elf.h   d       #define R_CRIS_RELATIVE 12
+R_IA64_COPY    elf.h   d       #define R_IA64_COPY 0x84
+R_IA64_DIR32LSB        elf.h   d       #define R_IA64_DIR32LSB 0x25
+R_IA64_DIR32MSB        elf.h   d       #define R_IA64_DIR32MSB 0x24
+R_IA64_DIR64LSB        elf.h   d       #define R_IA64_DIR64LSB 0x27
+R_IA64_DIR64MSB        elf.h   d       #define R_IA64_DIR64MSB 0x26
+R_IA64_DTPMOD64LSB     elf.h   d       #define R_IA64_DTPMOD64LSB 0xa7
+R_IA64_DTPMOD64MSB     elf.h   d       #define R_IA64_DTPMOD64MSB 0xa6
+R_IA64_DTPREL14        elf.h   d       #define R_IA64_DTPREL14 0xb1
+R_IA64_DTPREL22        elf.h   d       #define R_IA64_DTPREL22 0xb2
+R_IA64_DTPREL32LSB     elf.h   d       #define R_IA64_DTPREL32LSB 0xb5
+R_IA64_DTPREL32MSB     elf.h   d       #define R_IA64_DTPREL32MSB 0xb4
+R_IA64_DTPREL64I       elf.h   d       #define R_IA64_DTPREL64I 0xb3
+R_IA64_DTPREL64LSB     elf.h   d       #define R_IA64_DTPREL64LSB 0xb7
+R_IA64_DTPREL64MSB     elf.h   d       #define R_IA64_DTPREL64MSB 0xb6
+R_IA64_FPTR32LSB       elf.h   d       #define R_IA64_FPTR32LSB 0x45
+R_IA64_FPTR32MSB       elf.h   d       #define R_IA64_FPTR32MSB 0x44
+R_IA64_FPTR64I elf.h   d       #define R_IA64_FPTR64I 0x43
+R_IA64_FPTR64LSB       elf.h   d       #define R_IA64_FPTR64LSB 0x47
+R_IA64_FPTR64MSB       elf.h   d       #define R_IA64_FPTR64MSB 0x46
+R_IA64_GPREL22 elf.h   d       #define R_IA64_GPREL22 0x2a
+R_IA64_GPREL32LSB      elf.h   d       #define R_IA64_GPREL32LSB 0x2d
+R_IA64_GPREL32MSB      elf.h   d       #define R_IA64_GPREL32MSB 0x2c
+R_IA64_GPREL64I        elf.h   d       #define R_IA64_GPREL64I 0x2b
+R_IA64_GPREL64LSB      elf.h   d       #define R_IA64_GPREL64LSB 0x2f
+R_IA64_GPREL64MSB      elf.h   d       #define R_IA64_GPREL64MSB 0x2e
+R_IA64_IMM14   elf.h   d       #define R_IA64_IMM14 0x21
+R_IA64_IMM22   elf.h   d       #define R_IA64_IMM22 0x22
+R_IA64_IMM64   elf.h   d       #define R_IA64_IMM64 0x23
+R_IA64_IPLTLSB elf.h   d       #define R_IA64_IPLTLSB 0x81
+R_IA64_IPLTMSB elf.h   d       #define R_IA64_IPLTMSB 0x80
+R_IA64_LDXMOV  elf.h   d       #define R_IA64_LDXMOV 0x87
+R_IA64_LTOFF22 elf.h   d       #define R_IA64_LTOFF22 0x32
+R_IA64_LTOFF22X        elf.h   d       #define R_IA64_LTOFF22X 0x86
+R_IA64_LTOFF64I        elf.h   d       #define R_IA64_LTOFF64I 0x33
+R_IA64_LTOFF_DTPMOD22  elf.h   d       #define R_IA64_LTOFF_DTPMOD22 0xaa
+R_IA64_LTOFF_DTPREL22  elf.h   d       #define R_IA64_LTOFF_DTPREL22 0xba
+R_IA64_LTOFF_FPTR22    elf.h   d       #define R_IA64_LTOFF_FPTR22 0x52
+R_IA64_LTOFF_FPTR32LSB elf.h   d       #define R_IA64_LTOFF_FPTR32LSB 0x55
+R_IA64_LTOFF_FPTR32MSB elf.h   d       #define R_IA64_LTOFF_FPTR32MSB 0x54
+R_IA64_LTOFF_FPTR64I   elf.h   d       #define R_IA64_LTOFF_FPTR64I 0x53
+R_IA64_LTOFF_FPTR64LSB elf.h   d       #define R_IA64_LTOFF_FPTR64LSB 0x57
+R_IA64_LTOFF_FPTR64MSB elf.h   d       #define R_IA64_LTOFF_FPTR64MSB 0x56
+R_IA64_LTOFF_TPREL22   elf.h   d       #define R_IA64_LTOFF_TPREL22 0x9a
+R_IA64_LTV32LSB        elf.h   d       #define R_IA64_LTV32LSB 0x75
+R_IA64_LTV32MSB        elf.h   d       #define R_IA64_LTV32MSB 0x74
+R_IA64_LTV64LSB        elf.h   d       #define R_IA64_LTV64LSB 0x77
+R_IA64_LTV64MSB        elf.h   d       #define R_IA64_LTV64MSB 0x76
+R_IA64_NONE    elf.h   d       #define R_IA64_NONE 0x00
+R_IA64_PCREL21B        elf.h   d       #define R_IA64_PCREL21B 0x49
+R_IA64_PCREL21BI       elf.h   d       #define R_IA64_PCREL21BI 0x79
+R_IA64_PCREL21F        elf.h   d       #define R_IA64_PCREL21F 0x4b
+R_IA64_PCREL21M        elf.h   d       #define R_IA64_PCREL21M 0x4a
+R_IA64_PCREL22 elf.h   d       #define R_IA64_PCREL22 0x7a
+R_IA64_PCREL32LSB      elf.h   d       #define R_IA64_PCREL32LSB 0x4d
+R_IA64_PCREL32MSB      elf.h   d       #define R_IA64_PCREL32MSB 0x4c
+R_IA64_PCREL60B        elf.h   d       #define R_IA64_PCREL60B 0x48
+R_IA64_PCREL64I        elf.h   d       #define R_IA64_PCREL64I 0x7b
+R_IA64_PCREL64LSB      elf.h   d       #define R_IA64_PCREL64LSB 0x4f
+R_IA64_PCREL64MSB      elf.h   d       #define R_IA64_PCREL64MSB 0x4e
+R_IA64_PLTOFF22        elf.h   d       #define R_IA64_PLTOFF22 0x3a
+R_IA64_PLTOFF64I       elf.h   d       #define R_IA64_PLTOFF64I 0x3b
+R_IA64_PLTOFF64LSB     elf.h   d       #define R_IA64_PLTOFF64LSB 0x3f
+R_IA64_PLTOFF64MSB     elf.h   d       #define R_IA64_PLTOFF64MSB 0x3e
+R_IA64_REL32LSB        elf.h   d       #define R_IA64_REL32LSB 0x6d
+R_IA64_REL32MSB        elf.h   d       #define R_IA64_REL32MSB 0x6c
+R_IA64_REL64LSB        elf.h   d       #define R_IA64_REL64LSB 0x6f
+R_IA64_REL64MSB        elf.h   d       #define R_IA64_REL64MSB 0x6e
+R_IA64_SECREL32LSB     elf.h   d       #define R_IA64_SECREL32LSB 0x65
+R_IA64_SECREL32MSB     elf.h   d       #define R_IA64_SECREL32MSB 0x64
+R_IA64_SECREL64LSB     elf.h   d       #define R_IA64_SECREL64LSB 0x67
+R_IA64_SECREL64MSB     elf.h   d       #define R_IA64_SECREL64MSB 0x66
+R_IA64_SEGREL32LSB     elf.h   d       #define R_IA64_SEGREL32LSB 0x5d
+R_IA64_SEGREL32MSB     elf.h   d       #define R_IA64_SEGREL32MSB 0x5c
+R_IA64_SEGREL64LSB     elf.h   d       #define R_IA64_SEGREL64LSB 0x5f
+R_IA64_SEGREL64MSB     elf.h   d       #define R_IA64_SEGREL64MSB 0x5e
+R_IA64_SUB     elf.h   d       #define R_IA64_SUB 0x85
+R_IA64_TPREL14 elf.h   d       #define R_IA64_TPREL14 0x91
+R_IA64_TPREL22 elf.h   d       #define R_IA64_TPREL22 0x92
+R_IA64_TPREL64I        elf.h   d       #define R_IA64_TPREL64I 0x93
+R_IA64_TPREL64LSB      elf.h   d       #define R_IA64_TPREL64LSB 0x97
+R_IA64_TPREL64MSB      elf.h   d       #define R_IA64_TPREL64MSB 0x96
+R_M32R_10_PCREL        elf.h   d       #define R_M32R_10_PCREL 4
+R_M32R_10_PCREL_RELA   elf.h   d       #define R_M32R_10_PCREL_RELA 36
+R_M32R_16      elf.h   d       #define R_M32R_16 1
+R_M32R_16_RELA elf.h   d       #define R_M32R_16_RELA 33
+R_M32R_18_PCREL        elf.h   d       #define R_M32R_18_PCREL 5
+R_M32R_18_PCREL_RELA   elf.h   d       #define R_M32R_18_PCREL_RELA 37
+R_M32R_24      elf.h   d       #define R_M32R_24 3
+R_M32R_24_RELA elf.h   d       #define R_M32R_24_RELA 35
+R_M32R_26_PCREL        elf.h   d       #define R_M32R_26_PCREL 6
+R_M32R_26_PCREL_RELA   elf.h   d       #define R_M32R_26_PCREL_RELA 38
+R_M32R_26_PLTREL       elf.h   d       #define R_M32R_26_PLTREL 49
+R_M32R_32      elf.h   d       #define R_M32R_32 2
+R_M32R_32_RELA elf.h   d       #define R_M32R_32_RELA 34
+R_M32R_COPY    elf.h   d       #define R_M32R_COPY 50
+R_M32R_GLOB_DAT        elf.h   d       #define R_M32R_GLOB_DAT 51
+R_M32R_GNU_VTENTRY     elf.h   d       #define R_M32R_GNU_VTENTRY 12
+R_M32R_GNU_VTINHERIT   elf.h   d       #define R_M32R_GNU_VTINHERIT 11
+R_M32R_GOT16_HI_SLO    elf.h   d       #define R_M32R_GOT16_HI_SLO 57
+R_M32R_GOT16_HI_ULO    elf.h   d       #define R_M32R_GOT16_HI_ULO 56
+R_M32R_GOT16_LO        elf.h   d       #define R_M32R_GOT16_LO 58
+R_M32R_GOT24   elf.h   d       #define R_M32R_GOT24 48
+R_M32R_GOTOFF  elf.h   d       #define R_M32R_GOTOFF 54
+R_M32R_GOTOFF_HI_SLO   elf.h   d       #define R_M32R_GOTOFF_HI_SLO 63
+R_M32R_GOTOFF_HI_ULO   elf.h   d       #define R_M32R_GOTOFF_HI_ULO 62
+R_M32R_GOTOFF_LO       elf.h   d       #define R_M32R_GOTOFF_LO 64
+R_M32R_GOTPC24 elf.h   d       #define R_M32R_GOTPC24 55
+R_M32R_GOTPC_HI_SLO    elf.h   d       #define R_M32R_GOTPC_HI_SLO 60
+R_M32R_GOTPC_HI_ULO    elf.h   d       #define R_M32R_GOTPC_HI_ULO 59
+R_M32R_GOTPC_LO        elf.h   d       #define R_M32R_GOTPC_LO 61
+R_M32R_HI16_SLO        elf.h   d       #define R_M32R_HI16_SLO 8
+R_M32R_HI16_SLO_RELA   elf.h   d       #define R_M32R_HI16_SLO_RELA 40
+R_M32R_HI16_ULO        elf.h   d       #define R_M32R_HI16_ULO 7
+R_M32R_HI16_ULO_RELA   elf.h   d       #define R_M32R_HI16_ULO_RELA 39
+R_M32R_JMP_SLOT        elf.h   d       #define R_M32R_JMP_SLOT 52
+R_M32R_LO16    elf.h   d       #define R_M32R_LO16 9
+R_M32R_LO16_RELA       elf.h   d       #define R_M32R_LO16_RELA 41
+R_M32R_NONE    elf.h   d       #define R_M32R_NONE 0
+R_M32R_NUM     elf.h   d       #define R_M32R_NUM 256
+R_M32R_REL32   elf.h   d       #define R_M32R_REL32 45
+R_M32R_RELATIVE        elf.h   d       #define R_M32R_RELATIVE 53
+R_M32R_RELA_GNU_VTENTRY        elf.h   d       #define R_M32R_RELA_GNU_VTENTRY 44
+R_M32R_RELA_GNU_VTINHERIT      elf.h   d       #define R_M32R_RELA_GNU_VTINHERIT 43
+R_M32R_SDA16   elf.h   d       #define R_M32R_SDA16 10
+R_M32R_SDA16_RELA      elf.h   d       #define R_M32R_SDA16_RELA 42
+R_MICROBLAZE_32        elf.h   d       #define R_MICROBLAZE_32 1
+R_MICROBLAZE_32_LO     elf.h   d       #define R_MICROBLAZE_32_LO 6
+R_MICROBLAZE_32_PCREL  elf.h   d       #define R_MICROBLAZE_32_PCREL 2
+R_MICROBLAZE_32_PCREL_LO       elf.h   d       #define R_MICROBLAZE_32_PCREL_LO 4
+R_MICROBLAZE_32_SYM_OP_SYM     elf.h   d       #define R_MICROBLAZE_32_SYM_OP_SYM 10
+R_MICROBLAZE_64        elf.h   d       #define R_MICROBLAZE_64 5
+R_MICROBLAZE_64_NONE   elf.h   d       #define R_MICROBLAZE_64_NONE 9
+R_MICROBLAZE_64_PCREL  elf.h   d       #define R_MICROBLAZE_64_PCREL 3
+R_MICROBLAZE_COPY      elf.h   d       #define R_MICROBLAZE_COPY 21
+R_MICROBLAZE_GLOB_DAT  elf.h   d       #define R_MICROBLAZE_GLOB_DAT 18
+R_MICROBLAZE_GNU_VTENTRY       elf.h   d       #define R_MICROBLAZE_GNU_VTENTRY 12
+R_MICROBLAZE_GNU_VTINHERIT     elf.h   d       #define R_MICROBLAZE_GNU_VTINHERIT 11
+R_MICROBLAZE_GOTOFF_32 elf.h   d       #define R_MICROBLAZE_GOTOFF_32 20
+R_MICROBLAZE_GOTOFF_64 elf.h   d       #define R_MICROBLAZE_GOTOFF_64 19
+R_MICROBLAZE_GOTPC_64  elf.h   d       #define R_MICROBLAZE_GOTPC_64 13
+R_MICROBLAZE_GOT_64    elf.h   d       #define R_MICROBLAZE_GOT_64 14
+R_MICROBLAZE_JUMP_SLOT elf.h   d       #define R_MICROBLAZE_JUMP_SLOT 17
+R_MICROBLAZE_NONE      elf.h   d       #define R_MICROBLAZE_NONE 0
+R_MICROBLAZE_PLT_64    elf.h   d       #define R_MICROBLAZE_PLT_64 15
+R_MICROBLAZE_REL       elf.h   d       #define R_MICROBLAZE_REL 16
+R_MICROBLAZE_SRO32     elf.h   d       #define R_MICROBLAZE_SRO32 7
+R_MICROBLAZE_SRW32     elf.h   d       #define R_MICROBLAZE_SRW32 8
+R_MICROBLAZE_TLS       elf.h   d       #define R_MICROBLAZE_TLS 22
+R_MICROBLAZE_TLSDTPMOD32       elf.h   d       #define R_MICROBLAZE_TLSDTPMOD32 25
+R_MICROBLAZE_TLSDTPREL32       elf.h   d       #define R_MICROBLAZE_TLSDTPREL32 26
+R_MICROBLAZE_TLSDTPREL64       elf.h   d       #define R_MICROBLAZE_TLSDTPREL64 27
+R_MICROBLAZE_TLSGD     elf.h   d       #define R_MICROBLAZE_TLSGD 23
+R_MICROBLAZE_TLSGOTTPREL32     elf.h   d       #define R_MICROBLAZE_TLSGOTTPREL32 28
+R_MICROBLAZE_TLSLD     elf.h   d       #define R_MICROBLAZE_TLSLD 24
+R_MICROBLAZE_TLSTPREL32        elf.h   d       #define R_MICROBLAZE_TLSTPREL32 29
+R_MIPS_16      elf.h   d       #define R_MIPS_16 1
+R_MIPS_26      elf.h   d       #define R_MIPS_26 4
+R_MIPS_32      elf.h   d       #define R_MIPS_32 2
+R_MIPS_64      elf.h   d       #define R_MIPS_64 18
+R_MIPS_ADD_IMMEDIATE   elf.h   d       #define R_MIPS_ADD_IMMEDIATE 34
+R_MIPS_CALL16  elf.h   d       #define R_MIPS_CALL16 11
+R_MIPS_CALL_HI16       elf.h   d       #define R_MIPS_CALL_HI16 30
+R_MIPS_CALL_LO16       elf.h   d       #define R_MIPS_CALL_LO16 31
+R_MIPS_COPY    elf.h   d       #define R_MIPS_COPY 126
+R_MIPS_DELETE  elf.h   d       #define R_MIPS_DELETE 27
+R_MIPS_GLOB_DAT        elf.h   d       #define R_MIPS_GLOB_DAT 51
+R_MIPS_GOT16   elf.h   d       #define R_MIPS_GOT16 9
+R_MIPS_GOT_DISP        elf.h   d       #define R_MIPS_GOT_DISP 19
+R_MIPS_GOT_HI16        elf.h   d       #define R_MIPS_GOT_HI16 22
+R_MIPS_GOT_LO16        elf.h   d       #define R_MIPS_GOT_LO16 23
+R_MIPS_GOT_OFST        elf.h   d       #define R_MIPS_GOT_OFST 21
+R_MIPS_GOT_PAGE        elf.h   d       #define R_MIPS_GOT_PAGE 20
+R_MIPS_GPREL16 elf.h   d       #define R_MIPS_GPREL16 7
+R_MIPS_GPREL32 elf.h   d       #define R_MIPS_GPREL32 12
+R_MIPS_HI16    elf.h   d       #define R_MIPS_HI16 5
+R_MIPS_HIGHER  elf.h   d       #define R_MIPS_HIGHER 28
+R_MIPS_HIGHEST elf.h   d       #define R_MIPS_HIGHEST 29
+R_MIPS_INSERT_A        elf.h   d       #define R_MIPS_INSERT_A 25
+R_MIPS_INSERT_B        elf.h   d       #define R_MIPS_INSERT_B 26
+R_MIPS_JALR    elf.h   d       #define R_MIPS_JALR 37
+R_MIPS_JUMP_SLOT       elf.h   d       #define R_MIPS_JUMP_SLOT 127
+R_MIPS_LITERAL elf.h   d       #define R_MIPS_LITERAL 8
+R_MIPS_LO16    elf.h   d       #define R_MIPS_LO16 6
+R_MIPS_NONE    elf.h   d       #define R_MIPS_NONE 0
+R_MIPS_NUM     elf.h   d       #define R_MIPS_NUM 128
+R_MIPS_PC16    elf.h   d       #define R_MIPS_PC16 10
+R_MIPS_PJUMP   elf.h   d       #define R_MIPS_PJUMP 35
+R_MIPS_REL16   elf.h   d       #define R_MIPS_REL16 33
+R_MIPS_REL32   elf.h   d       #define R_MIPS_REL32 3
+R_MIPS_RELGOT  elf.h   d       #define R_MIPS_RELGOT 36
+R_MIPS_SCN_DISP        elf.h   d       #define R_MIPS_SCN_DISP 32
+R_MIPS_SHIFT5  elf.h   d       #define R_MIPS_SHIFT5 16
+R_MIPS_SHIFT6  elf.h   d       #define R_MIPS_SHIFT6 17
+R_MIPS_SUB     elf.h   d       #define R_MIPS_SUB 24
+R_MIPS_TLS_DTPMOD32    elf.h   d       #define R_MIPS_TLS_DTPMOD32 38
+R_MIPS_TLS_DTPMOD64    elf.h   d       #define R_MIPS_TLS_DTPMOD64 40
+R_MIPS_TLS_DTPREL32    elf.h   d       #define R_MIPS_TLS_DTPREL32 39
+R_MIPS_TLS_DTPREL64    elf.h   d       #define R_MIPS_TLS_DTPREL64 41
+R_MIPS_TLS_DTPREL_HI16 elf.h   d       #define R_MIPS_TLS_DTPREL_HI16 44
+R_MIPS_TLS_DTPREL_LO16 elf.h   d       #define R_MIPS_TLS_DTPREL_LO16 45
+R_MIPS_TLS_GD  elf.h   d       #define R_MIPS_TLS_GD 42
+R_MIPS_TLS_GOTTPREL    elf.h   d       #define R_MIPS_TLS_GOTTPREL 46
+R_MIPS_TLS_LDM elf.h   d       #define R_MIPS_TLS_LDM 43
+R_MIPS_TLS_TPREL32     elf.h   d       #define R_MIPS_TLS_TPREL32 47
+R_MIPS_TLS_TPREL64     elf.h   d       #define R_MIPS_TLS_TPREL64 48
+R_MIPS_TLS_TPREL_HI16  elf.h   d       #define R_MIPS_TLS_TPREL_HI16 49
+R_MIPS_TLS_TPREL_LO16  elf.h   d       #define R_MIPS_TLS_TPREL_LO16 50
+R_MN10300_16   elf.h   d       #define R_MN10300_16 2
+R_MN10300_24   elf.h   d       #define R_MN10300_24 9
+R_MN10300_32   elf.h   d       #define R_MN10300_32 1
+R_MN10300_8    elf.h   d       #define R_MN10300_8 3
+R_MN10300_COPY elf.h   d       #define R_MN10300_COPY 20
+R_MN10300_GLOB_DAT     elf.h   d       #define R_MN10300_GLOB_DAT 21
+R_MN10300_GNU_VTENTRY  elf.h   d       #define R_MN10300_GNU_VTENTRY 8
+R_MN10300_GNU_VTINHERIT        elf.h   d       #define R_MN10300_GNU_VTINHERIT 7
+R_MN10300_GOT16        elf.h   d       #define R_MN10300_GOT16 19
+R_MN10300_GOT24        elf.h   d       #define R_MN10300_GOT24 18
+R_MN10300_GOT32        elf.h   d       #define R_MN10300_GOT32 17
+R_MN10300_GOTOFF16     elf.h   d       #define R_MN10300_GOTOFF16 14
+R_MN10300_GOTOFF24     elf.h   d       #define R_MN10300_GOTOFF24 13
+R_MN10300_GOTOFF32     elf.h   d       #define R_MN10300_GOTOFF32 12
+R_MN10300_GOTPC16      elf.h   d       #define R_MN10300_GOTPC16 11
+R_MN10300_GOTPC32      elf.h   d       #define R_MN10300_GOTPC32 10
+R_MN10300_JMP_SLOT     elf.h   d       #define R_MN10300_JMP_SLOT 22
+R_MN10300_NONE elf.h   d       #define R_MN10300_NONE 0
+R_MN10300_NUM  elf.h   d       #define R_MN10300_NUM 24
+R_MN10300_PCREL16      elf.h   d       #define R_MN10300_PCREL16 5
+R_MN10300_PCREL32      elf.h   d       #define R_MN10300_PCREL32 4
+R_MN10300_PCREL8       elf.h   d       #define R_MN10300_PCREL8 6
+R_MN10300_PLT16        elf.h   d       #define R_MN10300_PLT16 16
+R_MN10300_PLT32        elf.h   d       #define R_MN10300_PLT32 15
+R_MN10300_RELATIVE     elf.h   d       #define R_MN10300_RELATIVE 23
+R_OK   fcntl.h d       #define R_OK 4
+R_OK   unistd.h        d       #define R_OK 4
+R_OR1K_16      elf.h   d       #define R_OR1K_16 2
+R_OR1K_16_PCREL        elf.h   d       #define R_OR1K_16_PCREL 10
+R_OR1K_32      elf.h   d       #define R_OR1K_32 1
+R_OR1K_32_PCREL        elf.h   d       #define R_OR1K_32_PCREL 9
+R_OR1K_8       elf.h   d       #define R_OR1K_8 3
+R_OR1K_8_PCREL elf.h   d       #define R_OR1K_8_PCREL 11
+R_OR1K_COPY    elf.h   d       #define R_OR1K_COPY 18
+R_OR1K_GLOB_DAT        elf.h   d       #define R_OR1K_GLOB_DAT 19
+R_OR1K_GNU_VTENTRY     elf.h   d       #define R_OR1K_GNU_VTENTRY 7
+R_OR1K_GNU_VTINHERIT   elf.h   d       #define R_OR1K_GNU_VTINHERIT 8
+R_OR1K_GOT16   elf.h   d       #define R_OR1K_GOT16 14
+R_OR1K_GOTOFF_HI16     elf.h   d       #define R_OR1K_GOTOFF_HI16 16
+R_OR1K_GOTOFF_LO16     elf.h   d       #define R_OR1K_GOTOFF_LO16 17
+R_OR1K_GOTPC_HI16      elf.h   d       #define R_OR1K_GOTPC_HI16 12
+R_OR1K_GOTPC_LO16      elf.h   d       #define R_OR1K_GOTPC_LO16 13
+R_OR1K_HI_16_IN_INSN   elf.h   d       #define R_OR1K_HI_16_IN_INSN 5
+R_OR1K_INSN_REL_26     elf.h   d       #define R_OR1K_INSN_REL_26 6
+R_OR1K_JMP_SLOT        elf.h   d       #define R_OR1K_JMP_SLOT 20
+R_OR1K_LO_16_IN_INSN   elf.h   d       #define R_OR1K_LO_16_IN_INSN 4
+R_OR1K_NONE    elf.h   d       #define R_OR1K_NONE 0
+R_OR1K_PLT26   elf.h   d       #define R_OR1K_PLT26 15
+R_OR1K_RELATIVE        elf.h   d       #define R_OR1K_RELATIVE 21
+R_OR1K_TLS_DTPMOD      elf.h   d       #define R_OR1K_TLS_DTPMOD 34
+R_OR1K_TLS_DTPOFF      elf.h   d       #define R_OR1K_TLS_DTPOFF 33
+R_OR1K_TLS_GD_HI16     elf.h   d       #define R_OR1K_TLS_GD_HI16 22
+R_OR1K_TLS_GD_LO16     elf.h   d       #define R_OR1K_TLS_GD_LO16 23
+R_OR1K_TLS_IE_HI16     elf.h   d       #define R_OR1K_TLS_IE_HI16 28
+R_OR1K_TLS_IE_LO16     elf.h   d       #define R_OR1K_TLS_IE_LO16 29
+R_OR1K_TLS_LDM_HI16    elf.h   d       #define R_OR1K_TLS_LDM_HI16 24
+R_OR1K_TLS_LDM_LO16    elf.h   d       #define R_OR1K_TLS_LDM_LO16 25
+R_OR1K_TLS_LDO_HI16    elf.h   d       #define R_OR1K_TLS_LDO_HI16 26
+R_OR1K_TLS_LDO_LO16    elf.h   d       #define R_OR1K_TLS_LDO_LO16 27
+R_OR1K_TLS_LE_HI16     elf.h   d       #define R_OR1K_TLS_LE_HI16 30
+R_OR1K_TLS_LE_LO16     elf.h   d       #define R_OR1K_TLS_LE_LO16 31
+R_OR1K_TLS_TPOFF       elf.h   d       #define R_OR1K_TLS_TPOFF 32
+R_PARISC_COPY  elf.h   d       #define R_PARISC_COPY 128
+R_PARISC_DIR14DR       elf.h   d       #define R_PARISC_DIR14DR 84
+R_PARISC_DIR14R        elf.h   d       #define R_PARISC_DIR14R 6
+R_PARISC_DIR14WR       elf.h   d       #define R_PARISC_DIR14WR 83
+R_PARISC_DIR16DF       elf.h   d       #define R_PARISC_DIR16DF 87
+R_PARISC_DIR16F        elf.h   d       #define R_PARISC_DIR16F 85
+R_PARISC_DIR16WF       elf.h   d       #define R_PARISC_DIR16WF 86
+R_PARISC_DIR17F        elf.h   d       #define R_PARISC_DIR17F 4
+R_PARISC_DIR17R        elf.h   d       #define R_PARISC_DIR17R 3
+R_PARISC_DIR21L        elf.h   d       #define R_PARISC_DIR21L 2
+R_PARISC_DIR32 elf.h   d       #define R_PARISC_DIR32 1
+R_PARISC_DIR64 elf.h   d       #define R_PARISC_DIR64 80
+R_PARISC_DPREL14R      elf.h   d       #define R_PARISC_DPREL14R 22
+R_PARISC_DPREL21L      elf.h   d       #define R_PARISC_DPREL21L 18
+R_PARISC_EPLT  elf.h   d       #define R_PARISC_EPLT 130
+R_PARISC_FPTR64        elf.h   d       #define R_PARISC_FPTR64 64
+R_PARISC_GNU_VTENTRY   elf.h   d       #define R_PARISC_GNU_VTENTRY 232
+R_PARISC_GNU_VTINHERIT elf.h   d       #define R_PARISC_GNU_VTINHERIT 233
+R_PARISC_GPREL14DR     elf.h   d       #define R_PARISC_GPREL14DR 92
+R_PARISC_GPREL14R      elf.h   d       #define R_PARISC_GPREL14R 30
+R_PARISC_GPREL14WR     elf.h   d       #define R_PARISC_GPREL14WR 91
+R_PARISC_GPREL16DF     elf.h   d       #define R_PARISC_GPREL16DF 95
+R_PARISC_GPREL16F      elf.h   d       #define R_PARISC_GPREL16F 93
+R_PARISC_GPREL16WF     elf.h   d       #define R_PARISC_GPREL16WF 94
+R_PARISC_GPREL21L      elf.h   d       #define R_PARISC_GPREL21L 26
+R_PARISC_GPREL64       elf.h   d       #define R_PARISC_GPREL64 88
+R_PARISC_HIRESERVE     elf.h   d       #define R_PARISC_HIRESERVE 255
+R_PARISC_IPLT  elf.h   d       #define R_PARISC_IPLT 129
+R_PARISC_LORESERVE     elf.h   d       #define R_PARISC_LORESERVE 128
+R_PARISC_LTOFF14DR     elf.h   d       #define R_PARISC_LTOFF14DR 100
+R_PARISC_LTOFF14R      elf.h   d       #define R_PARISC_LTOFF14R 38
+R_PARISC_LTOFF14WR     elf.h   d       #define R_PARISC_LTOFF14WR 99
+R_PARISC_LTOFF16DF     elf.h   d       #define R_PARISC_LTOFF16DF 103
+R_PARISC_LTOFF16F      elf.h   d       #define R_PARISC_LTOFF16F 101
+R_PARISC_LTOFF16WF     elf.h   d       #define R_PARISC_LTOFF16WF 102
+R_PARISC_LTOFF21L      elf.h   d       #define R_PARISC_LTOFF21L 34
+R_PARISC_LTOFF64       elf.h   d       #define R_PARISC_LTOFF64 96
+R_PARISC_LTOFF_FPTR14DR        elf.h   d       #define R_PARISC_LTOFF_FPTR14DR 124
+R_PARISC_LTOFF_FPTR14R elf.h   d       #define R_PARISC_LTOFF_FPTR14R 62
+R_PARISC_LTOFF_FPTR14WR        elf.h   d       #define R_PARISC_LTOFF_FPTR14WR 123
+R_PARISC_LTOFF_FPTR16DF        elf.h   d       #define R_PARISC_LTOFF_FPTR16DF 127
+R_PARISC_LTOFF_FPTR16F elf.h   d       #define R_PARISC_LTOFF_FPTR16F 125
+R_PARISC_LTOFF_FPTR16WF        elf.h   d       #define R_PARISC_LTOFF_FPTR16WF 126
+R_PARISC_LTOFF_FPTR21L elf.h   d       #define R_PARISC_LTOFF_FPTR21L 58
+R_PARISC_LTOFF_FPTR32  elf.h   d       #define R_PARISC_LTOFF_FPTR32 57
+R_PARISC_LTOFF_FPTR64  elf.h   d       #define R_PARISC_LTOFF_FPTR64 120
+R_PARISC_LTOFF_TP14DR  elf.h   d       #define R_PARISC_LTOFF_TP14DR 228
+R_PARISC_LTOFF_TP14F   elf.h   d       #define R_PARISC_LTOFF_TP14F 167
+R_PARISC_LTOFF_TP14R   elf.h   d       #define R_PARISC_LTOFF_TP14R 166
+R_PARISC_LTOFF_TP14WR  elf.h   d       #define R_PARISC_LTOFF_TP14WR 227
+R_PARISC_LTOFF_TP16DF  elf.h   d       #define R_PARISC_LTOFF_TP16DF 231
+R_PARISC_LTOFF_TP16F   elf.h   d       #define R_PARISC_LTOFF_TP16F 229
+R_PARISC_LTOFF_TP16WF  elf.h   d       #define R_PARISC_LTOFF_TP16WF 230
+R_PARISC_LTOFF_TP21L   elf.h   d       #define R_PARISC_LTOFF_TP21L 162
+R_PARISC_LTOFF_TP64    elf.h   d       #define R_PARISC_LTOFF_TP64 224
+R_PARISC_NONE  elf.h   d       #define R_PARISC_NONE 0
+R_PARISC_PCREL14DR     elf.h   d       #define R_PARISC_PCREL14DR 76
+R_PARISC_PCREL14R      elf.h   d       #define R_PARISC_PCREL14R 14
+R_PARISC_PCREL14WR     elf.h   d       #define R_PARISC_PCREL14WR 75
+R_PARISC_PCREL16DF     elf.h   d       #define R_PARISC_PCREL16DF 79
+R_PARISC_PCREL16F      elf.h   d       #define R_PARISC_PCREL16F 77
+R_PARISC_PCREL16WF     elf.h   d       #define R_PARISC_PCREL16WF 78
+R_PARISC_PCREL17F      elf.h   d       #define R_PARISC_PCREL17F 12
+R_PARISC_PCREL17R      elf.h   d       #define R_PARISC_PCREL17R 11
+R_PARISC_PCREL21L      elf.h   d       #define R_PARISC_PCREL21L 10
+R_PARISC_PCREL22F      elf.h   d       #define R_PARISC_PCREL22F 74
+R_PARISC_PCREL32       elf.h   d       #define R_PARISC_PCREL32 9
+R_PARISC_PCREL64       elf.h   d       #define R_PARISC_PCREL64 72
+R_PARISC_PLABEL14R     elf.h   d       #define R_PARISC_PLABEL14R 70
+R_PARISC_PLABEL21L     elf.h   d       #define R_PARISC_PLABEL21L 66
+R_PARISC_PLABEL32      elf.h   d       #define R_PARISC_PLABEL32 65
+R_PARISC_PLTOFF14DR    elf.h   d       #define R_PARISC_PLTOFF14DR 116
+R_PARISC_PLTOFF14R     elf.h   d       #define R_PARISC_PLTOFF14R 54
+R_PARISC_PLTOFF14WR    elf.h   d       #define R_PARISC_PLTOFF14WR 115
+R_PARISC_PLTOFF16DF    elf.h   d       #define R_PARISC_PLTOFF16DF 119
+R_PARISC_PLTOFF16F     elf.h   d       #define R_PARISC_PLTOFF16F 117
+R_PARISC_PLTOFF16WF    elf.h   d       #define R_PARISC_PLTOFF16WF 118
+R_PARISC_PLTOFF21L     elf.h   d       #define R_PARISC_PLTOFF21L 50
+R_PARISC_SECREL32      elf.h   d       #define R_PARISC_SECREL32 41
+R_PARISC_SECREL64      elf.h   d       #define R_PARISC_SECREL64 104
+R_PARISC_SEGBASE       elf.h   d       #define R_PARISC_SEGBASE 48
+R_PARISC_SEGREL32      elf.h   d       #define R_PARISC_SEGREL32 49
+R_PARISC_SEGREL64      elf.h   d       #define R_PARISC_SEGREL64 112
+R_PARISC_TLS_DTPMOD32  elf.h   d       #define R_PARISC_TLS_DTPMOD32 242
+R_PARISC_TLS_DTPMOD64  elf.h   d       #define R_PARISC_TLS_DTPMOD64 243
+R_PARISC_TLS_DTPOFF32  elf.h   d       #define R_PARISC_TLS_DTPOFF32 244
+R_PARISC_TLS_DTPOFF64  elf.h   d       #define R_PARISC_TLS_DTPOFF64 245
+R_PARISC_TLS_GD14R     elf.h   d       #define R_PARISC_TLS_GD14R 235
+R_PARISC_TLS_GD21L     elf.h   d       #define R_PARISC_TLS_GD21L 234
+R_PARISC_TLS_GDCALL    elf.h   d       #define R_PARISC_TLS_GDCALL 236
+R_PARISC_TLS_IE14R     elf.h   d       #define R_PARISC_TLS_IE14R R_PARISC_LTOFF_TP14R
+R_PARISC_TLS_IE21L     elf.h   d       #define R_PARISC_TLS_IE21L R_PARISC_LTOFF_TP21L
+R_PARISC_TLS_LDM14R    elf.h   d       #define R_PARISC_TLS_LDM14R 238
+R_PARISC_TLS_LDM21L    elf.h   d       #define R_PARISC_TLS_LDM21L 237
+R_PARISC_TLS_LDMCALL   elf.h   d       #define R_PARISC_TLS_LDMCALL 239
+R_PARISC_TLS_LDO14R    elf.h   d       #define R_PARISC_TLS_LDO14R 241
+R_PARISC_TLS_LDO21L    elf.h   d       #define R_PARISC_TLS_LDO21L 240
+R_PARISC_TLS_LE14R     elf.h   d       #define R_PARISC_TLS_LE14R R_PARISC_TPREL14R
+R_PARISC_TLS_LE21L     elf.h   d       #define R_PARISC_TLS_LE21L R_PARISC_TPREL21L
+R_PARISC_TLS_TPREL32   elf.h   d       #define R_PARISC_TLS_TPREL32 R_PARISC_TPREL32
+R_PARISC_TLS_TPREL64   elf.h   d       #define R_PARISC_TLS_TPREL64 R_PARISC_TPREL64
+R_PARISC_TPREL14DR     elf.h   d       #define R_PARISC_TPREL14DR 220
+R_PARISC_TPREL14R      elf.h   d       #define R_PARISC_TPREL14R 158
+R_PARISC_TPREL14WR     elf.h   d       #define R_PARISC_TPREL14WR 219
+R_PARISC_TPREL16DF     elf.h   d       #define R_PARISC_TPREL16DF 223
+R_PARISC_TPREL16F      elf.h   d       #define R_PARISC_TPREL16F 221
+R_PARISC_TPREL16WF     elf.h   d       #define R_PARISC_TPREL16WF 222
+R_PARISC_TPREL21L      elf.h   d       #define R_PARISC_TPREL21L 154
+R_PARISC_TPREL32       elf.h   d       #define R_PARISC_TPREL32 153
+R_PARISC_TPREL64       elf.h   d       #define R_PARISC_TPREL64 216
+R_PPC64_ADDR14 elf.h   d       #define R_PPC64_ADDR14 R_PPC_ADDR14
+R_PPC64_ADDR14_BRNTAKEN        elf.h   d       #define R_PPC64_ADDR14_BRNTAKEN R_PPC_ADDR14_BRNTAKEN
+R_PPC64_ADDR14_BRTAKEN elf.h   d       #define R_PPC64_ADDR14_BRTAKEN R_PPC_ADDR14_BRTAKEN
+R_PPC64_ADDR16 elf.h   d       #define R_PPC64_ADDR16 R_PPC_ADDR16
+R_PPC64_ADDR16_DS      elf.h   d       #define R_PPC64_ADDR16_DS 56
+R_PPC64_ADDR16_HA      elf.h   d       #define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA
+R_PPC64_ADDR16_HI      elf.h   d       #define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI
+R_PPC64_ADDR16_HIGHER  elf.h   d       #define R_PPC64_ADDR16_HIGHER 39
+R_PPC64_ADDR16_HIGHERA elf.h   d       #define R_PPC64_ADDR16_HIGHERA 40
+R_PPC64_ADDR16_HIGHEST elf.h   d       #define R_PPC64_ADDR16_HIGHEST 41
+R_PPC64_ADDR16_HIGHESTA        elf.h   d       #define R_PPC64_ADDR16_HIGHESTA 42
+R_PPC64_ADDR16_LO      elf.h   d       #define R_PPC64_ADDR16_LO R_PPC_ADDR16_LO
+R_PPC64_ADDR16_LO_DS   elf.h   d       #define R_PPC64_ADDR16_LO_DS 57
+R_PPC64_ADDR24 elf.h   d       #define R_PPC64_ADDR24 R_PPC_ADDR24
+R_PPC64_ADDR30 elf.h   d       #define R_PPC64_ADDR30 37
+R_PPC64_ADDR32 elf.h   d       #define R_PPC64_ADDR32 R_PPC_ADDR32
+R_PPC64_ADDR64 elf.h   d       #define R_PPC64_ADDR64 38
+R_PPC64_COPY   elf.h   d       #define R_PPC64_COPY R_PPC_COPY
+R_PPC64_DTPMOD64       elf.h   d       #define R_PPC64_DTPMOD64 68
+R_PPC64_DTPREL16       elf.h   d       #define R_PPC64_DTPREL16 74
+R_PPC64_DTPREL16_DS    elf.h   d       #define R_PPC64_DTPREL16_DS 101
+R_PPC64_DTPREL16_HA    elf.h   d       #define R_PPC64_DTPREL16_HA 77
+R_PPC64_DTPREL16_HI    elf.h   d       #define R_PPC64_DTPREL16_HI 76
+R_PPC64_DTPREL16_HIGHER        elf.h   d       #define R_PPC64_DTPREL16_HIGHER 103
+R_PPC64_DTPREL16_HIGHERA       elf.h   d       #define R_PPC64_DTPREL16_HIGHERA 104
+R_PPC64_DTPREL16_HIGHEST       elf.h   d       #define R_PPC64_DTPREL16_HIGHEST 105
+R_PPC64_DTPREL16_HIGHESTA      elf.h   d       #define R_PPC64_DTPREL16_HIGHESTA 106
+R_PPC64_DTPREL16_LO    elf.h   d       #define R_PPC64_DTPREL16_LO 75
+R_PPC64_DTPREL16_LO_DS elf.h   d       #define R_PPC64_DTPREL16_LO_DS 102
+R_PPC64_DTPREL64       elf.h   d       #define R_PPC64_DTPREL64 78
+R_PPC64_GLOB_DAT       elf.h   d       #define R_PPC64_GLOB_DAT R_PPC_GLOB_DAT
+R_PPC64_GOT16  elf.h   d       #define R_PPC64_GOT16 R_PPC_GOT16
+R_PPC64_GOT16_DS       elf.h   d       #define R_PPC64_GOT16_DS 58
+R_PPC64_GOT16_HA       elf.h   d       #define R_PPC64_GOT16_HA R_PPC_GOT16_HA
+R_PPC64_GOT16_HI       elf.h   d       #define R_PPC64_GOT16_HI R_PPC_GOT16_HI
+R_PPC64_GOT16_LO       elf.h   d       #define R_PPC64_GOT16_LO R_PPC_GOT16_LO
+R_PPC64_GOT16_LO_DS    elf.h   d       #define R_PPC64_GOT16_LO_DS 59
+R_PPC64_GOT_DTPREL16_DS        elf.h   d       #define R_PPC64_GOT_DTPREL16_DS 91
+R_PPC64_GOT_DTPREL16_HA        elf.h   d       #define R_PPC64_GOT_DTPREL16_HA 94
+R_PPC64_GOT_DTPREL16_HI        elf.h   d       #define R_PPC64_GOT_DTPREL16_HI 93
+R_PPC64_GOT_DTPREL16_LO_DS     elf.h   d       #define R_PPC64_GOT_DTPREL16_LO_DS 92
+R_PPC64_GOT_TLSGD16    elf.h   d       #define R_PPC64_GOT_TLSGD16 79
+R_PPC64_GOT_TLSGD16_HA elf.h   d       #define R_PPC64_GOT_TLSGD16_HA 82
+R_PPC64_GOT_TLSGD16_HI elf.h   d       #define R_PPC64_GOT_TLSGD16_HI 81
+R_PPC64_GOT_TLSGD16_LO elf.h   d       #define R_PPC64_GOT_TLSGD16_LO 80
+R_PPC64_GOT_TLSLD16    elf.h   d       #define R_PPC64_GOT_TLSLD16 83
+R_PPC64_GOT_TLSLD16_HA elf.h   d       #define R_PPC64_GOT_TLSLD16_HA 86
+R_PPC64_GOT_TLSLD16_HI elf.h   d       #define R_PPC64_GOT_TLSLD16_HI 85
+R_PPC64_GOT_TLSLD16_LO elf.h   d       #define R_PPC64_GOT_TLSLD16_LO 84
+R_PPC64_GOT_TPREL16_DS elf.h   d       #define R_PPC64_GOT_TPREL16_DS 87
+R_PPC64_GOT_TPREL16_HA elf.h   d       #define R_PPC64_GOT_TPREL16_HA 90
+R_PPC64_GOT_TPREL16_HI elf.h   d       #define R_PPC64_GOT_TPREL16_HI 89
+R_PPC64_GOT_TPREL16_LO_DS      elf.h   d       #define R_PPC64_GOT_TPREL16_LO_DS 88
+R_PPC64_IRELATIVE      elf.h   d       #define R_PPC64_IRELATIVE 248
+R_PPC64_JMP_IREL       elf.h   d       #define R_PPC64_JMP_IREL 247
+R_PPC64_JMP_SLOT       elf.h   d       #define R_PPC64_JMP_SLOT R_PPC_JMP_SLOT
+R_PPC64_NONE   elf.h   d       #define R_PPC64_NONE R_PPC_NONE
+R_PPC64_PLT16_HA       elf.h   d       #define R_PPC64_PLT16_HA R_PPC_PLT16_HA
+R_PPC64_PLT16_HI       elf.h   d       #define R_PPC64_PLT16_HI R_PPC_PLT16_HI
+R_PPC64_PLT16_LO       elf.h   d       #define R_PPC64_PLT16_LO R_PPC_PLT16_LO
+R_PPC64_PLT16_LO_DS    elf.h   d       #define R_PPC64_PLT16_LO_DS 60
+R_PPC64_PLT32  elf.h   d       #define R_PPC64_PLT32 R_PPC_PLT32
+R_PPC64_PLT64  elf.h   d       #define R_PPC64_PLT64 45
+R_PPC64_PLTGOT16       elf.h   d       #define R_PPC64_PLTGOT16 52
+R_PPC64_PLTGOT16_DS    elf.h   d       #define R_PPC64_PLTGOT16_DS 65
+R_PPC64_PLTGOT16_HA    elf.h   d       #define R_PPC64_PLTGOT16_HA 55
+R_PPC64_PLTGOT16_HI    elf.h   d       #define R_PPC64_PLTGOT16_HI 54
+R_PPC64_PLTGOT16_LO    elf.h   d       #define R_PPC64_PLTGOT16_LO 53
+R_PPC64_PLTGOT16_LO_DS elf.h   d       #define R_PPC64_PLTGOT16_LO_DS 66
+R_PPC64_PLTREL32       elf.h   d       #define R_PPC64_PLTREL32 R_PPC_PLTREL32
+R_PPC64_PLTREL64       elf.h   d       #define R_PPC64_PLTREL64 46
+R_PPC64_REL14  elf.h   d       #define R_PPC64_REL14 R_PPC_REL14
+R_PPC64_REL14_BRNTAKEN elf.h   d       #define R_PPC64_REL14_BRNTAKEN R_PPC_REL14_BRNTAKEN
+R_PPC64_REL14_BRTAKEN  elf.h   d       #define R_PPC64_REL14_BRTAKEN R_PPC_REL14_BRTAKEN
+R_PPC64_REL16  elf.h   d       #define R_PPC64_REL16 249
+R_PPC64_REL16_HA       elf.h   d       #define R_PPC64_REL16_HA 252
+R_PPC64_REL16_HI       elf.h   d       #define R_PPC64_REL16_HI 251
+R_PPC64_REL16_LO       elf.h   d       #define R_PPC64_REL16_LO 250
+R_PPC64_REL24  elf.h   d       #define R_PPC64_REL24 R_PPC_REL24
+R_PPC64_REL32  elf.h   d       #define R_PPC64_REL32 R_PPC_REL32
+R_PPC64_REL64  elf.h   d       #define R_PPC64_REL64 44
+R_PPC64_RELATIVE       elf.h   d       #define R_PPC64_RELATIVE R_PPC_RELATIVE
+R_PPC64_SECTOFF        elf.h   d       #define R_PPC64_SECTOFF R_PPC_SECTOFF
+R_PPC64_SECTOFF_DS     elf.h   d       #define R_PPC64_SECTOFF_DS 61
+R_PPC64_SECTOFF_HA     elf.h   d       #define R_PPC64_SECTOFF_HA R_PPC_SECTOFF_HA
+R_PPC64_SECTOFF_HI     elf.h   d       #define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI
+R_PPC64_SECTOFF_LO     elf.h   d       #define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO
+R_PPC64_SECTOFF_LO_DS  elf.h   d       #define R_PPC64_SECTOFF_LO_DS 62
+R_PPC64_TLS    elf.h   d       #define R_PPC64_TLS 67
+R_PPC64_TOC    elf.h   d       #define R_PPC64_TOC 51
+R_PPC64_TOC16  elf.h   d       #define R_PPC64_TOC16 47
+R_PPC64_TOC16_DS       elf.h   d       #define R_PPC64_TOC16_DS 63
+R_PPC64_TOC16_HA       elf.h   d       #define R_PPC64_TOC16_HA 50
+R_PPC64_TOC16_HI       elf.h   d       #define R_PPC64_TOC16_HI 49
+R_PPC64_TOC16_LO       elf.h   d       #define R_PPC64_TOC16_LO 48
+R_PPC64_TOC16_LO_DS    elf.h   d       #define R_PPC64_TOC16_LO_DS 64
+R_PPC64_TPREL16        elf.h   d       #define R_PPC64_TPREL16 69
+R_PPC64_TPREL16_DS     elf.h   d       #define R_PPC64_TPREL16_DS 95
+R_PPC64_TPREL16_HA     elf.h   d       #define R_PPC64_TPREL16_HA 72
+R_PPC64_TPREL16_HI     elf.h   d       #define R_PPC64_TPREL16_HI 71
+R_PPC64_TPREL16_HIGHER elf.h   d       #define R_PPC64_TPREL16_HIGHER 97
+R_PPC64_TPREL16_HIGHERA        elf.h   d       #define R_PPC64_TPREL16_HIGHERA 98
+R_PPC64_TPREL16_HIGHEST        elf.h   d       #define R_PPC64_TPREL16_HIGHEST 99
+R_PPC64_TPREL16_HIGHESTA       elf.h   d       #define R_PPC64_TPREL16_HIGHESTA 100
+R_PPC64_TPREL16_LO     elf.h   d       #define R_PPC64_TPREL16_LO 70
+R_PPC64_TPREL16_LO_DS  elf.h   d       #define R_PPC64_TPREL16_LO_DS 96
+R_PPC64_TPREL64        elf.h   d       #define R_PPC64_TPREL64 73
+R_PPC64_UADDR16        elf.h   d       #define R_PPC64_UADDR16 R_PPC_UADDR16
+R_PPC64_UADDR32        elf.h   d       #define R_PPC64_UADDR32 R_PPC_UADDR32
+R_PPC64_UADDR64        elf.h   d       #define R_PPC64_UADDR64 43
+R_PPC_ADDR14   elf.h   d       #define R_PPC_ADDR14 7
+R_PPC_ADDR14_BRNTAKEN  elf.h   d       #define R_PPC_ADDR14_BRNTAKEN 9
+R_PPC_ADDR14_BRTAKEN   elf.h   d       #define R_PPC_ADDR14_BRTAKEN 8
+R_PPC_ADDR16   elf.h   d       #define R_PPC_ADDR16 3
+R_PPC_ADDR16_HA        elf.h   d       #define R_PPC_ADDR16_HA 6
+R_PPC_ADDR16_HI        elf.h   d       #define R_PPC_ADDR16_HI 5
+R_PPC_ADDR16_LO        elf.h   d       #define R_PPC_ADDR16_LO 4
+R_PPC_ADDR24   elf.h   d       #define R_PPC_ADDR24 2
+R_PPC_ADDR32   elf.h   d       #define R_PPC_ADDR32 1
+R_PPC_COPY     elf.h   d       #define R_PPC_COPY 19
+R_PPC_DIAB_RELSDA_HA   elf.h   d       #define R_PPC_DIAB_RELSDA_HA 185
+R_PPC_DIAB_RELSDA_HI   elf.h   d       #define R_PPC_DIAB_RELSDA_HI 184
+R_PPC_DIAB_RELSDA_LO   elf.h   d       #define R_PPC_DIAB_RELSDA_LO 183
+R_PPC_DIAB_SDA21_HA    elf.h   d       #define R_PPC_DIAB_SDA21_HA 182
+R_PPC_DIAB_SDA21_HI    elf.h   d       #define R_PPC_DIAB_SDA21_HI 181
+R_PPC_DIAB_SDA21_LO    elf.h   d       #define R_PPC_DIAB_SDA21_LO 180
+R_PPC_DTPMOD32 elf.h   d       #define R_PPC_DTPMOD32 68
+R_PPC_DTPREL16 elf.h   d       #define R_PPC_DTPREL16 74
+R_PPC_DTPREL16_HA      elf.h   d       #define R_PPC_DTPREL16_HA 77
+R_PPC_DTPREL16_HI      elf.h   d       #define R_PPC_DTPREL16_HI 76
+R_PPC_DTPREL16_LO      elf.h   d       #define R_PPC_DTPREL16_LO 75
+R_PPC_DTPREL32 elf.h   d       #define R_PPC_DTPREL32 78
+R_PPC_EMB_BIT_FLD      elf.h   d       #define R_PPC_EMB_BIT_FLD 115
+R_PPC_EMB_MRKREF       elf.h   d       #define R_PPC_EMB_MRKREF 110
+R_PPC_EMB_NADDR16      elf.h   d       #define R_PPC_EMB_NADDR16 102
+R_PPC_EMB_NADDR16_HA   elf.h   d       #define R_PPC_EMB_NADDR16_HA 105
+R_PPC_EMB_NADDR16_HI   elf.h   d       #define R_PPC_EMB_NADDR16_HI 104
+R_PPC_EMB_NADDR16_LO   elf.h   d       #define R_PPC_EMB_NADDR16_LO 103
+R_PPC_EMB_NADDR32      elf.h   d       #define R_PPC_EMB_NADDR32 101
+R_PPC_EMB_RELSDA       elf.h   d       #define R_PPC_EMB_RELSDA 116
+R_PPC_EMB_RELSEC16     elf.h   d       #define R_PPC_EMB_RELSEC16 111
+R_PPC_EMB_RELST_HA     elf.h   d       #define R_PPC_EMB_RELST_HA 114
+R_PPC_EMB_RELST_HI     elf.h   d       #define R_PPC_EMB_RELST_HI 113
+R_PPC_EMB_RELST_LO     elf.h   d       #define R_PPC_EMB_RELST_LO 112
+R_PPC_EMB_SDA21        elf.h   d       #define R_PPC_EMB_SDA21 109
+R_PPC_EMB_SDA2I16      elf.h   d       #define R_PPC_EMB_SDA2I16 107
+R_PPC_EMB_SDA2REL      elf.h   d       #define R_PPC_EMB_SDA2REL 108
+R_PPC_EMB_SDAI16       elf.h   d       #define R_PPC_EMB_SDAI16 106
+R_PPC_GLOB_DAT elf.h   d       #define R_PPC_GLOB_DAT 20
+R_PPC_GOT16    elf.h   d       #define R_PPC_GOT16 14
+R_PPC_GOT16_HA elf.h   d       #define R_PPC_GOT16_HA 17
+R_PPC_GOT16_HI elf.h   d       #define R_PPC_GOT16_HI 16
+R_PPC_GOT16_LO elf.h   d       #define R_PPC_GOT16_LO 15
+R_PPC_GOT_DTPREL16     elf.h   d       #define R_PPC_GOT_DTPREL16 91
+R_PPC_GOT_DTPREL16_HA  elf.h   d       #define R_PPC_GOT_DTPREL16_HA 94
+R_PPC_GOT_DTPREL16_HI  elf.h   d       #define R_PPC_GOT_DTPREL16_HI 93
+R_PPC_GOT_DTPREL16_LO  elf.h   d       #define R_PPC_GOT_DTPREL16_LO 92
+R_PPC_GOT_TLSGD16      elf.h   d       #define R_PPC_GOT_TLSGD16 79
+R_PPC_GOT_TLSGD16_HA   elf.h   d       #define R_PPC_GOT_TLSGD16_HA 82
+R_PPC_GOT_TLSGD16_HI   elf.h   d       #define R_PPC_GOT_TLSGD16_HI 81
+R_PPC_GOT_TLSGD16_LO   elf.h   d       #define R_PPC_GOT_TLSGD16_LO 80
+R_PPC_GOT_TLSLD16      elf.h   d       #define R_PPC_GOT_TLSLD16 83
+R_PPC_GOT_TLSLD16_HA   elf.h   d       #define R_PPC_GOT_TLSLD16_HA 86
+R_PPC_GOT_TLSLD16_HI   elf.h   d       #define R_PPC_GOT_TLSLD16_HI 85
+R_PPC_GOT_TLSLD16_LO   elf.h   d       #define R_PPC_GOT_TLSLD16_LO 84
+R_PPC_GOT_TPREL16      elf.h   d       #define R_PPC_GOT_TPREL16 87
+R_PPC_GOT_TPREL16_HA   elf.h   d       #define R_PPC_GOT_TPREL16_HA 90
+R_PPC_GOT_TPREL16_HI   elf.h   d       #define R_PPC_GOT_TPREL16_HI 89
+R_PPC_GOT_TPREL16_LO   elf.h   d       #define R_PPC_GOT_TPREL16_LO 88
+R_PPC_IRELATIVE        elf.h   d       #define R_PPC_IRELATIVE 248
+R_PPC_JMP_SLOT elf.h   d       #define R_PPC_JMP_SLOT 21
+R_PPC_LOCAL24PC        elf.h   d       #define R_PPC_LOCAL24PC 23
+R_PPC_NONE     elf.h   d       #define R_PPC_NONE 0
+R_PPC_PLT16_HA elf.h   d       #define R_PPC_PLT16_HA 31
+R_PPC_PLT16_HI elf.h   d       #define R_PPC_PLT16_HI 30
+R_PPC_PLT16_LO elf.h   d       #define R_PPC_PLT16_LO 29
+R_PPC_PLT32    elf.h   d       #define R_PPC_PLT32 27
+R_PPC_PLTREL24 elf.h   d       #define R_PPC_PLTREL24 18
+R_PPC_PLTREL32 elf.h   d       #define R_PPC_PLTREL32 28
+R_PPC_REL14    elf.h   d       #define R_PPC_REL14 11
+R_PPC_REL14_BRNTAKEN   elf.h   d       #define R_PPC_REL14_BRNTAKEN 13
+R_PPC_REL14_BRTAKEN    elf.h   d       #define R_PPC_REL14_BRTAKEN 12
+R_PPC_REL16    elf.h   d       #define R_PPC_REL16 249
+R_PPC_REL16_HA elf.h   d       #define R_PPC_REL16_HA 252
+R_PPC_REL16_HI elf.h   d       #define R_PPC_REL16_HI 251
+R_PPC_REL16_LO elf.h   d       #define R_PPC_REL16_LO 250
+R_PPC_REL24    elf.h   d       #define R_PPC_REL24 10
+R_PPC_REL32    elf.h   d       #define R_PPC_REL32 26
+R_PPC_RELATIVE elf.h   d       #define R_PPC_RELATIVE 22
+R_PPC_SDAREL16 elf.h   d       #define R_PPC_SDAREL16 32
+R_PPC_SECTOFF  elf.h   d       #define R_PPC_SECTOFF 33
+R_PPC_SECTOFF_HA       elf.h   d       #define R_PPC_SECTOFF_HA 36
+R_PPC_SECTOFF_HI       elf.h   d       #define R_PPC_SECTOFF_HI 35
+R_PPC_SECTOFF_LO       elf.h   d       #define R_PPC_SECTOFF_LO 34
+R_PPC_TLS      elf.h   d       #define R_PPC_TLS 67
+R_PPC_TOC16    elf.h   d       #define R_PPC_TOC16 255
+R_PPC_TPREL16  elf.h   d       #define R_PPC_TPREL16 69
+R_PPC_TPREL16_HA       elf.h   d       #define R_PPC_TPREL16_HA 72
+R_PPC_TPREL16_HI       elf.h   d       #define R_PPC_TPREL16_HI 71
+R_PPC_TPREL16_LO       elf.h   d       #define R_PPC_TPREL16_LO 70
+R_PPC_TPREL32  elf.h   d       #define R_PPC_TPREL32 73
+R_PPC_UADDR16  elf.h   d       #define R_PPC_UADDR16 25
+R_PPC_UADDR32  elf.h   d       #define R_PPC_UADDR32 24
+R_SH_ALIGN     elf.h   d       #define R_SH_ALIGN 29
+R_SH_CODE      elf.h   d       #define R_SH_CODE 30
+R_SH_COPY      elf.h   d       #define R_SH_COPY 162
+R_SH_COUNT     elf.h   d       #define R_SH_COUNT 28
+R_SH_DATA      elf.h   d       #define R_SH_DATA 31
+R_SH_DIR32     elf.h   d       #define R_SH_DIR32 1
+R_SH_DIR8BP    elf.h   d       #define R_SH_DIR8BP 7
+R_SH_DIR8L     elf.h   d       #define R_SH_DIR8L 9
+R_SH_DIR8W     elf.h   d       #define R_SH_DIR8W 8
+R_SH_DIR8WPL   elf.h   d       #define R_SH_DIR8WPL 5
+R_SH_DIR8WPN   elf.h   d       #define R_SH_DIR8WPN 3
+R_SH_DIR8WPZ   elf.h   d       #define R_SH_DIR8WPZ 6
+R_SH_FUNCDESC  elf.h   d       #define R_SH_FUNCDESC 207
+R_SH_FUNCDESC_VALUE    elf.h   d       #define R_SH_FUNCDESC_VALUE 208
+R_SH_GLOB_DAT  elf.h   d       #define R_SH_GLOB_DAT 163
+R_SH_GNU_VTENTRY       elf.h   d       #define R_SH_GNU_VTENTRY 35
+R_SH_GNU_VTINHERIT     elf.h   d       #define R_SH_GNU_VTINHERIT 34
+R_SH_GOT20     elf.h   d       #define R_SH_GOT20 201
+R_SH_GOT32     elf.h   d       #define R_SH_GOT32 160
+R_SH_GOTFUNCDESC       elf.h   d       #define R_SH_GOTFUNCDESC 203
+R_SH_GOTFUNCDEST20     elf.h   d       #define R_SH_GOTFUNCDEST20 204
+R_SH_GOTOFF    elf.h   d       #define R_SH_GOTOFF 166
+R_SH_GOTOFF20  elf.h   d       #define R_SH_GOTOFF20 202
+R_SH_GOTOFFFUNCDESC    elf.h   d       #define R_SH_GOTOFFFUNCDESC 205
+R_SH_GOTOFFFUNCDEST20  elf.h   d       #define R_SH_GOTOFFFUNCDEST20 206
+R_SH_GOTPC     elf.h   d       #define R_SH_GOTPC 167
+R_SH_IND12W    elf.h   d       #define R_SH_IND12W 4
+R_SH_JMP_SLOT  elf.h   d       #define R_SH_JMP_SLOT 164
+R_SH_LABEL     elf.h   d       #define R_SH_LABEL 32
+R_SH_NONE      elf.h   d       #define R_SH_NONE 0
+R_SH_NUM       elf.h   d       #define R_SH_NUM 256
+R_SH_PLT32     elf.h   d       #define R_SH_PLT32 161
+R_SH_REL32     elf.h   d       #define R_SH_REL32 2
+R_SH_RELATIVE  elf.h   d       #define R_SH_RELATIVE 165
+R_SH_SWITCH16  elf.h   d       #define R_SH_SWITCH16 25
+R_SH_SWITCH32  elf.h   d       #define R_SH_SWITCH32 26
+R_SH_SWITCH8   elf.h   d       #define R_SH_SWITCH8 33
+R_SH_TLS_DTPMOD32      elf.h   d       #define R_SH_TLS_DTPMOD32 149
+R_SH_TLS_DTPOFF32      elf.h   d       #define R_SH_TLS_DTPOFF32 150
+R_SH_TLS_GD_32 elf.h   d       #define R_SH_TLS_GD_32 144
+R_SH_TLS_IE_32 elf.h   d       #define R_SH_TLS_IE_32 147
+R_SH_TLS_LDO_32        elf.h   d       #define R_SH_TLS_LDO_32 146
+R_SH_TLS_LD_32 elf.h   d       #define R_SH_TLS_LD_32 145
+R_SH_TLS_LE_32 elf.h   d       #define R_SH_TLS_LE_32 148
+R_SH_TLS_TPOFF32       elf.h   d       #define R_SH_TLS_TPOFF32 151
+R_SH_USES      elf.h   d       #define R_SH_USES 27
+R_SPARC_10     elf.h   d       #define R_SPARC_10 30
+R_SPARC_11     elf.h   d       #define R_SPARC_11 31
+R_SPARC_13     elf.h   d       #define R_SPARC_13 11
+R_SPARC_16     elf.h   d       #define R_SPARC_16 2
+R_SPARC_22     elf.h   d       #define R_SPARC_22 10
+R_SPARC_32     elf.h   d       #define R_SPARC_32 3
+R_SPARC_5      elf.h   d       #define R_SPARC_5 44
+R_SPARC_6      elf.h   d       #define R_SPARC_6 45
+R_SPARC_64     elf.h   d       #define R_SPARC_64 32
+R_SPARC_7      elf.h   d       #define R_SPARC_7 43
+R_SPARC_8      elf.h   d       #define R_SPARC_8 1
+R_SPARC_COPY   elf.h   d       #define R_SPARC_COPY 19
+R_SPARC_DISP16 elf.h   d       #define R_SPARC_DISP16 5
+R_SPARC_DISP32 elf.h   d       #define R_SPARC_DISP32 6
+R_SPARC_DISP64 elf.h   d       #define R_SPARC_DISP64 46
+R_SPARC_DISP8  elf.h   d       #define R_SPARC_DISP8 4
+R_SPARC_GLOB_DAT       elf.h   d       #define R_SPARC_GLOB_DAT 20
+R_SPARC_GLOB_JMP       elf.h   d       #define R_SPARC_GLOB_JMP 42
+R_SPARC_GNU_VTENTRY    elf.h   d       #define R_SPARC_GNU_VTENTRY 251
+R_SPARC_GNU_VTINHERIT  elf.h   d       #define R_SPARC_GNU_VTINHERIT 250
+R_SPARC_GOT10  elf.h   d       #define R_SPARC_GOT10 13
+R_SPARC_GOT13  elf.h   d       #define R_SPARC_GOT13 14
+R_SPARC_GOT22  elf.h   d       #define R_SPARC_GOT22 15
+R_SPARC_GOTDATA_HIX22  elf.h   d       #define R_SPARC_GOTDATA_HIX22 80
+R_SPARC_GOTDATA_LOX10  elf.h   d       #define R_SPARC_GOTDATA_LOX10 81
+R_SPARC_GOTDATA_OP     elf.h   d       #define R_SPARC_GOTDATA_OP 84
+R_SPARC_GOTDATA_OP_HIX22       elf.h   d       #define R_SPARC_GOTDATA_OP_HIX22 82
+R_SPARC_GOTDATA_OP_LOX10       elf.h   d       #define R_SPARC_GOTDATA_OP_LOX10 83
+R_SPARC_H34    elf.h   d       #define R_SPARC_H34 85
+R_SPARC_H44    elf.h   d       #define R_SPARC_H44 50
+R_SPARC_HH22   elf.h   d       #define R_SPARC_HH22 34
+R_SPARC_HI22   elf.h   d       #define R_SPARC_HI22 9
+R_SPARC_HIPLT22        elf.h   d       #define R_SPARC_HIPLT22 25
+R_SPARC_HIX22  elf.h   d       #define R_SPARC_HIX22 48
+R_SPARC_HM10   elf.h   d       #define R_SPARC_HM10 35
+R_SPARC_JMP_SLOT       elf.h   d       #define R_SPARC_JMP_SLOT 21
+R_SPARC_L44    elf.h   d       #define R_SPARC_L44 52
+R_SPARC_LM22   elf.h   d       #define R_SPARC_LM22 36
+R_SPARC_LO10   elf.h   d       #define R_SPARC_LO10 12
+R_SPARC_LOPLT10        elf.h   d       #define R_SPARC_LOPLT10 26
+R_SPARC_LOX10  elf.h   d       #define R_SPARC_LOX10 49
+R_SPARC_M44    elf.h   d       #define R_SPARC_M44 51
+R_SPARC_NONE   elf.h   d       #define R_SPARC_NONE 0
+R_SPARC_NUM    elf.h   d       #define R_SPARC_NUM 253
+R_SPARC_OLO10  elf.h   d       #define R_SPARC_OLO10 33
+R_SPARC_PC10   elf.h   d       #define R_SPARC_PC10 16
+R_SPARC_PC22   elf.h   d       #define R_SPARC_PC22 17
+R_SPARC_PCPLT10        elf.h   d       #define R_SPARC_PCPLT10 29
+R_SPARC_PCPLT22        elf.h   d       #define R_SPARC_PCPLT22 28
+R_SPARC_PCPLT32        elf.h   d       #define R_SPARC_PCPLT32 27
+R_SPARC_PC_HH22        elf.h   d       #define R_SPARC_PC_HH22 37
+R_SPARC_PC_HM10        elf.h   d       #define R_SPARC_PC_HM10 38
+R_SPARC_PC_LM22        elf.h   d       #define R_SPARC_PC_LM22 39
+R_SPARC_PLT32  elf.h   d       #define R_SPARC_PLT32 24
+R_SPARC_PLT64  elf.h   d       #define R_SPARC_PLT64 47
+R_SPARC_REGISTER       elf.h   d       #define R_SPARC_REGISTER 53
+R_SPARC_RELATIVE       elf.h   d       #define R_SPARC_RELATIVE 22
+R_SPARC_REV32  elf.h   d       #define R_SPARC_REV32 252
+R_SPARC_SIZE32 elf.h   d       #define R_SPARC_SIZE32 86
+R_SPARC_SIZE64 elf.h   d       #define R_SPARC_SIZE64 87
+R_SPARC_TLS_DTPMOD32   elf.h   d       #define R_SPARC_TLS_DTPMOD32 74
+R_SPARC_TLS_DTPMOD64   elf.h   d       #define R_SPARC_TLS_DTPMOD64 75
+R_SPARC_TLS_DTPOFF32   elf.h   d       #define R_SPARC_TLS_DTPOFF32 76
+R_SPARC_TLS_DTPOFF64   elf.h   d       #define R_SPARC_TLS_DTPOFF64 77
+R_SPARC_TLS_GD_ADD     elf.h   d       #define R_SPARC_TLS_GD_ADD 58
+R_SPARC_TLS_GD_CALL    elf.h   d       #define R_SPARC_TLS_GD_CALL 59
+R_SPARC_TLS_GD_HI22    elf.h   d       #define R_SPARC_TLS_GD_HI22 56
+R_SPARC_TLS_GD_LO10    elf.h   d       #define R_SPARC_TLS_GD_LO10 57
+R_SPARC_TLS_IE_ADD     elf.h   d       #define R_SPARC_TLS_IE_ADD 71
+R_SPARC_TLS_IE_HI22    elf.h   d       #define R_SPARC_TLS_IE_HI22 67
+R_SPARC_TLS_IE_LD      elf.h   d       #define R_SPARC_TLS_IE_LD 69
+R_SPARC_TLS_IE_LDX     elf.h   d       #define R_SPARC_TLS_IE_LDX 70
+R_SPARC_TLS_IE_LO10    elf.h   d       #define R_SPARC_TLS_IE_LO10 68
+R_SPARC_TLS_LDM_ADD    elf.h   d       #define R_SPARC_TLS_LDM_ADD 62
+R_SPARC_TLS_LDM_CALL   elf.h   d       #define R_SPARC_TLS_LDM_CALL 63
+R_SPARC_TLS_LDM_HI22   elf.h   d       #define R_SPARC_TLS_LDM_HI22 60
+R_SPARC_TLS_LDM_LO10   elf.h   d       #define R_SPARC_TLS_LDM_LO10 61
+R_SPARC_TLS_LDO_ADD    elf.h   d       #define R_SPARC_TLS_LDO_ADD 66
+R_SPARC_TLS_LDO_HIX22  elf.h   d       #define R_SPARC_TLS_LDO_HIX22 64
+R_SPARC_TLS_LDO_LOX10  elf.h   d       #define R_SPARC_TLS_LDO_LOX10 65
+R_SPARC_TLS_LE_HIX22   elf.h   d       #define R_SPARC_TLS_LE_HIX22 72
+R_SPARC_TLS_LE_LOX10   elf.h   d       #define R_SPARC_TLS_LE_LOX10 73
+R_SPARC_TLS_TPOFF32    elf.h   d       #define R_SPARC_TLS_TPOFF32 78
+R_SPARC_TLS_TPOFF64    elf.h   d       #define R_SPARC_TLS_TPOFF64 79
+R_SPARC_UA16   elf.h   d       #define R_SPARC_UA16 55
+R_SPARC_UA32   elf.h   d       #define R_SPARC_UA32 23
+R_SPARC_UA64   elf.h   d       #define R_SPARC_UA64 54
+R_SPARC_WDISP16        elf.h   d       #define R_SPARC_WDISP16 40
+R_SPARC_WDISP19        elf.h   d       #define R_SPARC_WDISP19 41
+R_SPARC_WDISP22        elf.h   d       #define R_SPARC_WDISP22 8
+R_SPARC_WDISP30        elf.h   d       #define R_SPARC_WDISP30 7
+R_SPARC_WPLT30 elf.h   d       #define R_SPARC_WPLT30 18
+R_X86_64_16    elf.h   d       #define R_X86_64_16 12
+R_X86_64_32    elf.h   d       #define R_X86_64_32 10
+R_X86_64_32S   elf.h   d       #define R_X86_64_32S 11
+R_X86_64_64    elf.h   d       #define R_X86_64_64 1
+R_X86_64_8     elf.h   d       #define R_X86_64_8 14
+R_X86_64_COPY  elf.h   d       #define R_X86_64_COPY 5
+R_X86_64_DTPMOD64      elf.h   d       #define R_X86_64_DTPMOD64 16
+R_X86_64_DTPOFF32      elf.h   d       #define R_X86_64_DTPOFF32 21
+R_X86_64_DTPOFF64      elf.h   d       #define R_X86_64_DTPOFF64 17
+R_X86_64_GLOB_DAT      elf.h   d       #define R_X86_64_GLOB_DAT 6
+R_X86_64_GOT32 elf.h   d       #define R_X86_64_GOT32 3
+R_X86_64_GOT64 elf.h   d       #define R_X86_64_GOT64 27
+R_X86_64_GOTOFF64      elf.h   d       #define R_X86_64_GOTOFF64 25
+R_X86_64_GOTPC32       elf.h   d       #define R_X86_64_GOTPC32 26
+R_X86_64_GOTPC32_TLSDESC       elf.h   d       #define R_X86_64_GOTPC32_TLSDESC 34
+R_X86_64_GOTPC64       elf.h   d       #define R_X86_64_GOTPC64 29
+R_X86_64_GOTPCREL      elf.h   d       #define R_X86_64_GOTPCREL 9
+R_X86_64_GOTPCREL64    elf.h   d       #define R_X86_64_GOTPCREL64 28
+R_X86_64_GOTPLT64      elf.h   d       #define R_X86_64_GOTPLT64 30
+R_X86_64_GOTTPOFF      elf.h   d       #define R_X86_64_GOTTPOFF 22
+R_X86_64_IRELATIVE     elf.h   d       #define R_X86_64_IRELATIVE 37
+R_X86_64_JUMP_SLOT     elf.h   d       #define R_X86_64_JUMP_SLOT 7
+R_X86_64_NONE  elf.h   d       #define R_X86_64_NONE 0
+R_X86_64_NUM   elf.h   d       #define R_X86_64_NUM 39
+R_X86_64_PC16  elf.h   d       #define R_X86_64_PC16 13
+R_X86_64_PC32  elf.h   d       #define R_X86_64_PC32 2
+R_X86_64_PC64  elf.h   d       #define R_X86_64_PC64 24
+R_X86_64_PC8   elf.h   d       #define R_X86_64_PC8 15
+R_X86_64_PLT32 elf.h   d       #define R_X86_64_PLT32 4
+R_X86_64_PLTOFF64      elf.h   d       #define R_X86_64_PLTOFF64 31
+R_X86_64_RELATIVE      elf.h   d       #define R_X86_64_RELATIVE 8
+R_X86_64_RELATIVE64    elf.h   d       #define R_X86_64_RELATIVE64 38
+R_X86_64_SIZE32        elf.h   d       #define R_X86_64_SIZE32 32
+R_X86_64_SIZE64        elf.h   d       #define R_X86_64_SIZE64 33
+R_X86_64_TLSDESC       elf.h   d       #define R_X86_64_TLSDESC 36
+R_X86_64_TLSDESC_CALL  elf.h   d       #define R_X86_64_TLSDESC_CALL 35
+R_X86_64_TLSGD elf.h   d       #define R_X86_64_TLSGD 19
+R_X86_64_TLSLD elf.h   d       #define R_X86_64_TLSLD 20
+R_X86_64_TPOFF32       elf.h   d       #define R_X86_64_TPOFF32 23
+R_X86_64_TPOFF64       elf.h   d       #define R_X86_64_TPOFF64 18
+SARMAG ar.h    d       #define SARMAG 8
+SAVE_POINTERS  scsi/scsi.h     d       #define SAVE_POINTERS 0x02
+SA_NOMASK      signal.h        d       #define SA_NOMASK SA_NODEFER
+SA_ONESHOT     signal.h        d       #define SA_ONESHOT SA_RESETHAND
+SB     arpa/telnet.h   d       #define SB 250
+SCHAR_MAX      limits.h        d       #define SCHAR_MAX 127
+SCHAR_MIN      limits.h        d       #define SCHAR_MIN (-128)
+SCHED_BATCH    sched.h d       #define SCHED_BATCH 3
+SCHED_DEADLINE sched.h d       #define SCHED_DEADLINE 6
+SCHED_FIFO     sched.h d       #define SCHED_FIFO 1
+SCHED_IDLE     sched.h d       #define SCHED_IDLE 5
+SCHED_OTHER    sched.h d       #define SCHED_OTHER 0
+SCHED_RESET_ON_FORK    sched.h d       #define SCHED_RESET_ON_FORK 0x40000000
+SCHED_RR       sched.h d       #define SCHED_RR 2
+SCM_CREDENTIALS        sys/socket.h    d       #define SCM_CREDENTIALS 0x02
+SCM_RIGHTS     sys/socket.h    d       #define SCM_RIGHTS 0x01
+SCM_TIMESTAMP  sys/socket.h    d       #define SCM_TIMESTAMP SO_TIMESTAMP
+SCM_TIMESTAMPING       sys/socket.h    d       #define SCM_TIMESTAMPING SO_TIMESTAMPING
+SCM_TIMESTAMPNS        sys/socket.h    d       #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+SCM_WIFI_STATUS        sys/socket.h    d       #define SCM_WIFI_STATUS SO_WIFI_STATUS
+SCNd16 inttypes.h      d       #define SCNd16 "hd"
+SCNd32 inttypes.h      d       #define SCNd32 "d"
+SCNd64 inttypes.h      d       #define SCNd64 __PRI64 "d"
+SCNd8  inttypes.h      d       #define SCNd8 "hhd"
+SCNdFAST16     inttypes.h      d       #define SCNdFAST16 "d"
+SCNdFAST32     inttypes.h      d       #define SCNdFAST32 "d"
+SCNdFAST64     inttypes.h      d       #define SCNdFAST64 __PRI64 "d"
+SCNdFAST8      inttypes.h      d       #define SCNdFAST8 "hhd"
+SCNdLEAST16    inttypes.h      d       #define SCNdLEAST16 "hd"
+SCNdLEAST32    inttypes.h      d       #define SCNdLEAST32 "d"
+SCNdLEAST64    inttypes.h      d       #define SCNdLEAST64 __PRI64 "d"
+SCNdLEAST8     inttypes.h      d       #define SCNdLEAST8 "hhd"
+SCNdMAX        inttypes.h      d       #define SCNdMAX __PRI64 "d"
+SCNdPTR        inttypes.h      d       #define SCNdPTR __PRIPTR "d"
+SCNi16 inttypes.h      d       #define SCNi16 "hi"
+SCNi32 inttypes.h      d       #define SCNi32 "i"
+SCNi64 inttypes.h      d       #define SCNi64 __PRI64 "i"
+SCNi8  inttypes.h      d       #define SCNi8 "hhi"
+SCNiFAST16     inttypes.h      d       #define SCNiFAST16 "i"
+SCNiFAST32     inttypes.h      d       #define SCNiFAST32 "i"
+SCNiFAST64     inttypes.h      d       #define SCNiFAST64 __PRI64 "i"
+SCNiFAST8      inttypes.h      d       #define SCNiFAST8 "hhi"
+SCNiLEAST16    inttypes.h      d       #define SCNiLEAST16 "hi"
+SCNiLEAST32    inttypes.h      d       #define SCNiLEAST32 "i"
+SCNiLEAST64    inttypes.h      d       #define SCNiLEAST64 __PRI64 "i"
+SCNiLEAST8     inttypes.h      d       #define SCNiLEAST8 "hhi"
+SCNiMAX        inttypes.h      d       #define SCNiMAX __PRI64 "i"
+SCNiPTR        inttypes.h      d       #define SCNiPTR __PRIPTR "i"
+SCNo16 inttypes.h      d       #define SCNo16 "ho"
+SCNo32 inttypes.h      d       #define SCNo32 "o"
+SCNo64 inttypes.h      d       #define SCNo64 __PRI64 "o"
+SCNo8  inttypes.h      d       #define SCNo8 "hho"
+SCNoFAST16     inttypes.h      d       #define SCNoFAST16 "o"
+SCNoFAST32     inttypes.h      d       #define SCNoFAST32 "o"
+SCNoFAST64     inttypes.h      d       #define SCNoFAST64 __PRI64 "o"
+SCNoFAST8      inttypes.h      d       #define SCNoFAST8 "hho"
+SCNoLEAST16    inttypes.h      d       #define SCNoLEAST16 "ho"
+SCNoLEAST32    inttypes.h      d       #define SCNoLEAST32 "o"
+SCNoLEAST64    inttypes.h      d       #define SCNoLEAST64 __PRI64 "o"
+SCNoLEAST8     inttypes.h      d       #define SCNoLEAST8 "hho"
+SCNoMAX        inttypes.h      d       #define SCNoMAX __PRI64 "o"
+SCNoPTR        inttypes.h      d       #define SCNoPTR __PRIPTR "o"
+SCNu16 inttypes.h      d       #define SCNu16 "hu"
+SCNu32 inttypes.h      d       #define SCNu32 "u"
+SCNu64 inttypes.h      d       #define SCNu64 __PRI64 "u"
+SCNu8  inttypes.h      d       #define SCNu8 "hhu"
+SCNuFAST16     inttypes.h      d       #define SCNuFAST16 "u"
+SCNuFAST32     inttypes.h      d       #define SCNuFAST32 "u"
+SCNuFAST64     inttypes.h      d       #define SCNuFAST64 __PRI64 "u"
+SCNuFAST8      inttypes.h      d       #define SCNuFAST8 "hhu"
+SCNuLEAST16    inttypes.h      d       #define SCNuLEAST16 "hu"
+SCNuLEAST32    inttypes.h      d       #define SCNuLEAST32 "u"
+SCNuLEAST64    inttypes.h      d       #define SCNuLEAST64 __PRI64 "u"
+SCNuLEAST8     inttypes.h      d       #define SCNuLEAST8 "hhu"
+SCNuMAX        inttypes.h      d       #define SCNuMAX __PRI64 "u"
+SCNuPTR        inttypes.h      d       #define SCNuPTR __PRIPTR "u"
+SCNx16 inttypes.h      d       #define SCNx16 "hx"
+SCNx32 inttypes.h      d       #define SCNx32 "x"
+SCNx64 inttypes.h      d       #define SCNx64 __PRI64 "x"
+SCNx8  inttypes.h      d       #define SCNx8 "hhx"
+SCNxFAST16     inttypes.h      d       #define SCNxFAST16 "x"
+SCNxFAST32     inttypes.h      d       #define SCNxFAST32 "x"
+SCNxFAST64     inttypes.h      d       #define SCNxFAST64 __PRI64 "x"
+SCNxFAST8      inttypes.h      d       #define SCNxFAST8 "hhx"
+SCNxLEAST16    inttypes.h      d       #define SCNxLEAST16 "hx"
+SCNxLEAST32    inttypes.h      d       #define SCNxLEAST32 "x"
+SCNxLEAST64    inttypes.h      d       #define SCNxLEAST64 __PRI64 "x"
+SCNxLEAST8     inttypes.h      d       #define SCNxLEAST8 "hhx"
+SCNxMAX        inttypes.h      d       #define SCNxMAX __PRI64 "x"
+SCNxPTR        inttypes.h      d       #define SCNxPTR __PRIPTR "x"
+SCSI_IOCTL_BENCHMARK_COMMAND   scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_BENCHMARK_COMMAND 3
+SCSI_IOCTL_DOORLOCK    scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_DOORLOCK 0x5380
+SCSI_IOCTL_DOORUNLOCK  scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_DOORUNLOCK 0x5381
+SCSI_IOCTL_GET_BUS_NUMBER      scsi/scsi.h     d       #define SCSI_IOCTL_GET_BUS_NUMBER 0x5386
+SCSI_IOCTL_GET_IDLUN   scsi/scsi.h     d       #define SCSI_IOCTL_GET_IDLUN 0x5382
+SCSI_IOCTL_PROBE_HOST  scsi/scsi.h     d       #define SCSI_IOCTL_PROBE_HOST 0x5385
+SCSI_IOCTL_SEND_COMMAND        scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_SEND_COMMAND 1
+SCSI_IOCTL_START_UNIT  scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_START_UNIT 5
+SCSI_IOCTL_STOP_UNIT   scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_STOP_UNIT 6
+SCSI_IOCTL_SYNC        scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_SYNC 4
+SCSI_IOCTL_TAGGED_DISABLE      scsi/scsi.h     d       #define SCSI_IOCTL_TAGGED_DISABLE 0x5384
+SCSI_IOCTL_TAGGED_ENABLE       scsi/scsi.h     d       #define SCSI_IOCTL_TAGGED_ENABLE 0x5383
+SCSI_IOCTL_TEST_UNIT_READY     scsi/scsi_ioctl.h       d       #define SCSI_IOCTL_TEST_UNIT_READY 2
+SE     arpa/telnet.h   d       #define SE 240
+SEARCH_EQUAL   scsi/scsi.h     d       #define SEARCH_EQUAL 0x31
+SEARCH_EQUAL_12        scsi/scsi.h     d       #define SEARCH_EQUAL_12 0xb1
+SEARCH_HIGH    scsi/scsi.h     d       #define SEARCH_HIGH 0x30
+SEARCH_HIGH_12 scsi/scsi.h     d       #define SEARCH_HIGH_12 0xb0
+SEARCH_LOW     scsi/scsi.h     d       #define SEARCH_LOW 0x32
+SEARCH_LOW_12  scsi/scsi.h     d       #define SEARCH_LOW_12 0xb2
+SEEK_10        scsi/scsi.h     d       #define SEEK_10 0x2b
+SEEK_6 scsi/scsi.h     d       #define SEEK_6 0x0b
+SEEK_CUR       fcntl.h d       #define SEEK_CUR 1
+SEEK_CUR       stdio.h d       #define SEEK_CUR 1
+SEEK_CUR       unistd.h        d       #define SEEK_CUR 1
+SEEK_END       fcntl.h d       #define SEEK_END 2
+SEEK_END       stdio.h d       #define SEEK_END 2
+SEEK_END       unistd.h        d       #define SEEK_END 2
+SEEK_SET       fcntl.h d       #define SEEK_SET 0
+SEEK_SET       stdio.h d       #define SEEK_SET 0
+SEEK_SET       unistd.h        d       #define SEEK_SET 0
+SEGSIZE        arpa/tftp.h     d       #define SEGSIZE 512
+SEGV_ACCERR    signal.h        d       #define SEGV_ACCERR 2
+SEGV_BNDERR    signal.h        d       #define SEGV_BNDERR 3
+SEGV_MAPERR    signal.h        d       #define SEGV_MAPERR 1
+SELFMAG        elf.h   d       #define SELFMAG 4
+SEM_FAILED     semaphore.h     d       #define SEM_FAILED ((sem_t *)0)
+SEM_INFO       sys/sem.h       d       #define SEM_INFO 19
+SEM_NSEMS_MAX  limits.h        d       #define SEM_NSEMS_MAX 256
+SEM_STAT       sys/sem.h       d       #define SEM_STAT 18
+SEM_UNDO       sys/sem.h       d       #define SEM_UNDO 0x1000
+SEM_VALUE_MAX  limits.h        d       #define SEM_VALUE_MAX 0x7fffffff
+SEND_DIAGNOSTIC        scsi/scsi.h     d       #define SEND_DIAGNOSTIC 0x1d
+SEND_VOLUME_TAG        scsi/scsi.h     d       #define SEND_VOLUME_TAG 0xb6
+SERVFAIL       arpa/nameser.h  d       #define SERVFAIL ns_r_servfail
+SETALL sys/sem.h       d       #define SETALL 17
+SETVAL sys/sem.h       d       #define SETVAL 16
+SET_LIMITS     scsi/scsi.h     d       #define SET_LIMITS 0x33
+SET_WINDOW     scsi/scsi.h     d       #define SET_WINDOW 0x24
+SFD_CLOEXEC    sys/signalfd.h  d       #define SFD_CLOEXEC O_CLOEXEC
+SFD_NONBLOCK   sys/signalfd.h  d       #define SFD_NONBLOCK O_NONBLOCK
+SG_BIG_BUFF    scsi/sg.h       d       #define SG_BIG_BUFF SG_DEF_RESERVED_SIZE
+SG_DEFAULT_RETRIES     scsi/sg.h       d       #define SG_DEFAULT_RETRIES 1
+SG_DEFAULT_TIMEOUT     scsi/sg.h       d       #define SG_DEFAULT_TIMEOUT (60*100) /* 60*HZ */
+SG_DEF_COMMAND_Q       scsi/sg.h       d       #define SG_DEF_COMMAND_Q 0
+SG_DEF_FORCE_LOW_DMA   scsi/sg.h       d       #define SG_DEF_FORCE_LOW_DMA 0
+SG_DEF_FORCE_PACK_ID   scsi/sg.h       d       #define SG_DEF_FORCE_PACK_ID 0
+SG_DEF_KEEP_ORPHAN     scsi/sg.h       d       #define SG_DEF_KEEP_ORPHAN 0
+SG_DEF_RESERVED_SIZE   scsi/sg.h       d       #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ
+SG_DEF_UNDERRUN_FLAG   scsi/sg.h       d       #define SG_DEF_UNDERRUN_FLAG 0
+SG_DXFER_FROM_DEV      scsi/sg.h       d       #define SG_DXFER_FROM_DEV -3
+SG_DXFER_NONE  scsi/sg.h       d       #define SG_DXFER_NONE -1
+SG_DXFER_TO_DEV        scsi/sg.h       d       #define SG_DXFER_TO_DEV -2
+SG_DXFER_TO_FROM_DEV   scsi/sg.h       d       #define SG_DXFER_TO_FROM_DEV -4
+SG_EMULATED_HOST       scsi/sg.h       d       #define SG_EMULATED_HOST 0x2203
+SG_FLAG_DIRECT_IO      scsi/sg.h       d       #define SG_FLAG_DIRECT_IO 1
+SG_FLAG_LUN_INHIBIT    scsi/sg.h       d       #define SG_FLAG_LUN_INHIBIT 2
+SG_FLAG_NO_DXFER       scsi/sg.h       d       #define SG_FLAG_NO_DXFER 0x10000
+SG_GET_COMMAND_Q       scsi/sg.h       d       #define SG_GET_COMMAND_Q 0x2270
+SG_GET_KEEP_ORPHAN     scsi/sg.h       d       #define SG_GET_KEEP_ORPHAN 0x2288
+SG_GET_LOW_DMA scsi/sg.h       d       #define SG_GET_LOW_DMA 0x227a
+SG_GET_NUM_WAITING     scsi/sg.h       d       #define SG_GET_NUM_WAITING 0x227d
+SG_GET_PACK_ID scsi/sg.h       d       #define SG_GET_PACK_ID 0x227c
+SG_GET_REQUEST_TABLE   scsi/sg.h       d       #define SG_GET_REQUEST_TABLE 0x2286
+SG_GET_RESERVED_SIZE   scsi/sg.h       d       #define SG_GET_RESERVED_SIZE 0x2272
+SG_GET_SCSI_ID scsi/sg.h       d       #define SG_GET_SCSI_ID 0x2276
+SG_GET_SG_TABLESIZE    scsi/sg.h       d       #define SG_GET_SG_TABLESIZE 0x227F
+SG_GET_TIMEOUT scsi/sg.h       d       #define SG_GET_TIMEOUT 0x2202
+SG_GET_TRANSFORM       scsi/sg.h       d       #define SG_GET_TRANSFORM 0x2205
+SG_GET_VERSION_NUM     scsi/sg.h       d       #define SG_GET_VERSION_NUM 0x2282
+SG_INFO_CHECK  scsi/sg.h       d       #define SG_INFO_CHECK 0x1
+SG_INFO_DIRECT_IO      scsi/sg.h       d       #define SG_INFO_DIRECT_IO 0x2
+SG_INFO_DIRECT_IO_MASK scsi/sg.h       d       #define SG_INFO_DIRECT_IO_MASK 0x6
+SG_INFO_INDIRECT_IO    scsi/sg.h       d       #define SG_INFO_INDIRECT_IO 0x0
+SG_INFO_MIXED_IO       scsi/sg.h       d       #define SG_INFO_MIXED_IO 0x4
+SG_INFO_OK     scsi/sg.h       d       #define SG_INFO_OK 0x0
+SG_INFO_OK_MASK        scsi/sg.h       d       #define SG_INFO_OK_MASK 0x1
+SG_IO  scsi/sg.h       d       #define SG_IO 0x2285
+SG_MAX_QUEUE   scsi/sg.h       d       #define SG_MAX_QUEUE 16
+SG_MAX_SENSE   scsi/sg.h       d       #define SG_MAX_SENSE 16
+SG_NEXT_CMD_LEN        scsi/sg.h       d       #define SG_NEXT_CMD_LEN 0x2283
+SG_SCATTER_SZ  scsi/sg.h       d       #define SG_SCATTER_SZ (8 * 4096)
+SG_SCSI_RESET  scsi/sg.h       d       #define SG_SCSI_RESET 0x2284
+SG_SCSI_RESET_BUS      scsi/sg.h       d       #define SG_SCSI_RESET_BUS 2
+SG_SCSI_RESET_DEVICE   scsi/sg.h       d       #define SG_SCSI_RESET_DEVICE 1
+SG_SCSI_RESET_HOST     scsi/sg.h       d       #define SG_SCSI_RESET_HOST 3
+SG_SCSI_RESET_NOTHING  scsi/sg.h       d       #define SG_SCSI_RESET_NOTHING 0
+SG_SET_COMMAND_Q       scsi/sg.h       d       #define SG_SET_COMMAND_Q 0x2271
+SG_SET_DEBUG   scsi/sg.h       d       #define SG_SET_DEBUG 0x227e
+SG_SET_FORCE_LOW_DMA   scsi/sg.h       d       #define SG_SET_FORCE_LOW_DMA 0x2279
+SG_SET_FORCE_PACK_ID   scsi/sg.h       d       #define SG_SET_FORCE_PACK_ID 0x227b
+SG_SET_KEEP_ORPHAN     scsi/sg.h       d       #define SG_SET_KEEP_ORPHAN 0x2287
+SG_SET_RESERVED_SIZE   scsi/sg.h       d       #define SG_SET_RESERVED_SIZE 0x2275
+SG_SET_TIMEOUT scsi/sg.h       d       #define SG_SET_TIMEOUT 0x2201
+SG_SET_TRANSFORM       scsi/sg.h       d       #define SG_SET_TRANSFORM 0x2204
+SHADOW shadow.h        d       #define SHADOW "/etc/shadow"
+SHF_ALLOC      elf.h   d       #define SHF_ALLOC (1 << 1)
+SHF_ALPHA_GPREL        elf.h   d       #define SHF_ALPHA_GPREL 0x10000000
+SHF_ARM_COMDEF elf.h   d       #define SHF_ARM_COMDEF 0x80000000
+SHF_ARM_ENTRYSECT      elf.h   d       #define SHF_ARM_ENTRYSECT 0x10000000
+SHF_EXCLUDE    elf.h   d       #define SHF_EXCLUDE (1U << 31)
+SHF_EXECINSTR  elf.h   d       #define SHF_EXECINSTR (1 << 2)
+SHF_GROUP      elf.h   d       #define SHF_GROUP (1 << 9)
+SHF_IA_64_NORECOV      elf.h   d       #define SHF_IA_64_NORECOV 0x20000000
+SHF_IA_64_SHORT        elf.h   d       #define SHF_IA_64_SHORT 0x10000000
+SHF_INFO_LINK  elf.h   d       #define SHF_INFO_LINK (1 << 6)
+SHF_LINK_ORDER elf.h   d       #define SHF_LINK_ORDER (1 << 7)
+SHF_MASKOS     elf.h   d       #define SHF_MASKOS 0x0ff00000
+SHF_MASKPROC   elf.h   d       #define SHF_MASKPROC 0xf0000000
+SHF_MERGE      elf.h   d       #define SHF_MERGE (1 << 4)
+SHF_MIPS_ADDR  elf.h   d       #define SHF_MIPS_ADDR 0x40000000
+SHF_MIPS_GPREL elf.h   d       #define SHF_MIPS_GPREL 0x10000000
+SHF_MIPS_LOCAL elf.h   d       #define SHF_MIPS_LOCAL 0x04000000
+SHF_MIPS_MERGE elf.h   d       #define SHF_MIPS_MERGE 0x20000000
+SHF_MIPS_NAMES elf.h   d       #define SHF_MIPS_NAMES 0x02000000
+SHF_MIPS_NODUPE        elf.h   d       #define SHF_MIPS_NODUPE 0x01000000
+SHF_MIPS_NOSTRIP       elf.h   d       #define SHF_MIPS_NOSTRIP 0x08000000
+SHF_MIPS_STRINGS       elf.h   d       #define SHF_MIPS_STRINGS 0x80000000
+SHF_ORDERED    elf.h   d       #define SHF_ORDERED (1 << 30)
+SHF_OS_NONCONFORMING   elf.h   d       #define SHF_OS_NONCONFORMING (1 << 8)
+SHF_PARISC_HUGE        elf.h   d       #define SHF_PARISC_HUGE 0x40000000
+SHF_PARISC_SBP elf.h   d       #define SHF_PARISC_SBP 0x80000000
+SHF_PARISC_SHORT       elf.h   d       #define SHF_PARISC_SHORT 0x20000000
+SHF_STRINGS    elf.h   d       #define SHF_STRINGS (1 << 5)
+SHF_TLS        elf.h   d       #define SHF_TLS (1 << 10)
+SHF_WRITE      elf.h   d       #define SHF_WRITE (1 << 0)
+SHM_DEST       sys/shm.h       d       #define SHM_DEST 01000
+SHM_EXEC       sys/shm.h       d       #define SHM_EXEC 0100000
+SHM_HUGETLB    sys/shm.h       d       #define SHM_HUGETLB 04000
+SHM_INFO       sys/shm.h       d       #define SHM_INFO 14
+SHM_LOCK       sys/shm.h       d       #define SHM_LOCK 11
+SHM_LOCKED     sys/shm.h       d       #define SHM_LOCKED 02000
+SHM_NORESERVE  sys/shm.h       d       #define SHM_NORESERVE 010000
+SHM_R  sys/shm.h       d       #define SHM_R 0400
+SHM_RDONLY     sys/shm.h       d       #define SHM_RDONLY 010000
+SHM_REMAP      sys/shm.h       d       #define SHM_REMAP 040000
+SHM_RND        sys/shm.h       d       #define SHM_RND 020000
+SHM_STAT       sys/shm.h       d       #define SHM_STAT 13
+SHM_UNLOCK     sys/shm.h       d       #define SHM_UNLOCK 12
+SHM_W  sys/shm.h       d       #define SHM_W 0200
+SHN_ABS        elf.h   d       #define SHN_ABS 0xfff1
+SHN_AFTER      elf.h   d       #define SHN_AFTER 0xff01
+SHN_BEFORE     elf.h   d       #define SHN_BEFORE 0xff00
+SHN_COMMON     elf.h   d       #define SHN_COMMON 0xfff2
+SHN_HIOS       elf.h   d       #define SHN_HIOS 0xff3f
+SHN_HIPROC     elf.h   d       #define SHN_HIPROC 0xff1f
+SHN_HIRESERVE  elf.h   d       #define SHN_HIRESERVE 0xffff
+SHN_LOOS       elf.h   d       #define SHN_LOOS 0xff20
+SHN_LOPROC     elf.h   d       #define SHN_LOPROC 0xff00
+SHN_LORESERVE  elf.h   d       #define SHN_LORESERVE 0xff00
+SHN_MIPS_ACOMMON       elf.h   d       #define SHN_MIPS_ACOMMON 0xff00
+SHN_MIPS_DATA  elf.h   d       #define SHN_MIPS_DATA 0xff02
+SHN_MIPS_SCOMMON       elf.h   d       #define SHN_MIPS_SCOMMON 0xff03
+SHN_MIPS_SUNDEFINED    elf.h   d       #define SHN_MIPS_SUNDEFINED 0xff04
+SHN_MIPS_TEXT  elf.h   d       #define SHN_MIPS_TEXT 0xff01
+SHN_PARISC_ANSI_COMMON elf.h   d       #define SHN_PARISC_ANSI_COMMON 0xff00
+SHN_PARISC_HUGE_COMMON elf.h   d       #define SHN_PARISC_HUGE_COMMON 0xff01
+SHN_UNDEF      elf.h   d       #define SHN_UNDEF 0
+SHN_XINDEX     elf.h   d       #define SHN_XINDEX 0xffff
+SHORTBITS      values.h        d       #define SHORTBITS (sizeof(short) * 8)
+SHORT_INODE    sys/personality.h       d       #define SHORT_INODE 0x1000000
+SHRT_MAX       limits.h        d       #define SHRT_MAX 0x7fff
+SHRT_MIN       limits.h        d       #define SHRT_MIN (-1-0x7fff)
+SHT_ALPHA_DEBUG        elf.h   d       #define SHT_ALPHA_DEBUG 0x70000001
+SHT_ALPHA_REGINFO      elf.h   d       #define SHT_ALPHA_REGINFO 0x70000002
+SHT_ARM_ATTRIBUTES     elf.h   d       #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3)
+SHT_ARM_EXIDX  elf.h   d       #define SHT_ARM_EXIDX (SHT_LOPROC + 1)
+SHT_ARM_PREEMPTMAP     elf.h   d       #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2)
+SHT_CHECKSUM   elf.h   d       #define SHT_CHECKSUM 0x6ffffff8
+SHT_DYNAMIC    elf.h   d       #define SHT_DYNAMIC 6
+SHT_DYNSYM     elf.h   d       #define SHT_DYNSYM 11
+SHT_FINI_ARRAY elf.h   d       #define SHT_FINI_ARRAY 15
+SHT_GNU_ATTRIBUTES     elf.h   d       #define SHT_GNU_ATTRIBUTES 0x6ffffff5
+SHT_GNU_HASH   elf.h   d       #define SHT_GNU_HASH 0x6ffffff6
+SHT_GNU_LIBLIST        elf.h   d       #define SHT_GNU_LIBLIST 0x6ffffff7
+SHT_GNU_verdef elf.h   d       #define SHT_GNU_verdef 0x6ffffffd
+SHT_GNU_verneed        elf.h   d       #define SHT_GNU_verneed 0x6ffffffe
+SHT_GNU_versym elf.h   d       #define SHT_GNU_versym 0x6fffffff
+SHT_GROUP      elf.h   d       #define SHT_GROUP 17
+SHT_HASH       elf.h   d       #define SHT_HASH 5
+SHT_HIOS       elf.h   d       #define SHT_HIOS 0x6fffffff
+SHT_HIPROC     elf.h   d       #define SHT_HIPROC 0x7fffffff
+SHT_HISUNW     elf.h   d       #define SHT_HISUNW 0x6fffffff
+SHT_HIUSER     elf.h   d       #define SHT_HIUSER 0x8fffffff
+SHT_IA_64_EXT  elf.h   d       #define SHT_IA_64_EXT (SHT_LOPROC + 0)
+SHT_IA_64_UNWIND       elf.h   d       #define SHT_IA_64_UNWIND (SHT_LOPROC + 1)
+SHT_INIT_ARRAY elf.h   d       #define SHT_INIT_ARRAY 14
+SHT_LOOS       elf.h   d       #define SHT_LOOS 0x60000000
+SHT_LOPROC     elf.h   d       #define SHT_LOPROC 0x70000000
+SHT_LOSUNW     elf.h   d       #define SHT_LOSUNW 0x6ffffffa
+SHT_LOUSER     elf.h   d       #define SHT_LOUSER 0x80000000
+SHT_MIPS_AUXSYM        elf.h   d       #define SHT_MIPS_AUXSYM 0x70000016
+SHT_MIPS_CONFLICT      elf.h   d       #define SHT_MIPS_CONFLICT 0x70000002
+SHT_MIPS_CONTENT       elf.h   d       #define SHT_MIPS_CONTENT 0x7000000c
+SHT_MIPS_DEBUG elf.h   d       #define SHT_MIPS_DEBUG 0x70000005
+SHT_MIPS_DELTACLASS    elf.h   d       #define SHT_MIPS_DELTACLASS 0x7000001d
+SHT_MIPS_DELTADECL     elf.h   d       #define SHT_MIPS_DELTADECL 0x7000001f
+SHT_MIPS_DELTAINST     elf.h   d       #define SHT_MIPS_DELTAINST 0x7000001c
+SHT_MIPS_DELTASYM      elf.h   d       #define SHT_MIPS_DELTASYM 0x7000001b
+SHT_MIPS_DENSE elf.h   d       #define SHT_MIPS_DENSE 0x70000013
+SHT_MIPS_DWARF elf.h   d       #define SHT_MIPS_DWARF 0x7000001e
+SHT_MIPS_EH_REGION     elf.h   d       #define SHT_MIPS_EH_REGION 0x70000027
+SHT_MIPS_EVENTS        elf.h   d       #define SHT_MIPS_EVENTS 0x70000021
+SHT_MIPS_EXTSYM        elf.h   d       #define SHT_MIPS_EXTSYM 0x70000012
+SHT_MIPS_FDESC elf.h   d       #define SHT_MIPS_FDESC 0x70000011
+SHT_MIPS_GPTAB elf.h   d       #define SHT_MIPS_GPTAB 0x70000003
+SHT_MIPS_IFACE elf.h   d       #define SHT_MIPS_IFACE 0x7000000b
+SHT_MIPS_LIBLIST       elf.h   d       #define SHT_MIPS_LIBLIST 0x70000000
+SHT_MIPS_LINE  elf.h   d       #define SHT_MIPS_LINE 0x70000019
+SHT_MIPS_LOCSTR        elf.h   d       #define SHT_MIPS_LOCSTR 0x70000018
+SHT_MIPS_LOCSYM        elf.h   d       #define SHT_MIPS_LOCSYM 0x70000015
+SHT_MIPS_MSYM  elf.h   d       #define SHT_MIPS_MSYM 0x70000001
+SHT_MIPS_OPTIONS       elf.h   d       #define SHT_MIPS_OPTIONS 0x7000000d
+SHT_MIPS_OPTSYM        elf.h   d       #define SHT_MIPS_OPTSYM 0x70000017
+SHT_MIPS_PACKAGE       elf.h   d       #define SHT_MIPS_PACKAGE 0x70000007
+SHT_MIPS_PACKSYM       elf.h   d       #define SHT_MIPS_PACKSYM 0x70000008
+SHT_MIPS_PDESC elf.h   d       #define SHT_MIPS_PDESC 0x70000014
+SHT_MIPS_PDR_EXCEPTION elf.h   d       #define SHT_MIPS_PDR_EXCEPTION 0x70000029
+SHT_MIPS_PIXIE elf.h   d       #define SHT_MIPS_PIXIE 0x70000023
+SHT_MIPS_REGINFO       elf.h   d       #define SHT_MIPS_REGINFO 0x70000006
+SHT_MIPS_RELD  elf.h   d       #define SHT_MIPS_RELD 0x70000009
+SHT_MIPS_RFDESC        elf.h   d       #define SHT_MIPS_RFDESC 0x7000001a
+SHT_MIPS_SHDR  elf.h   d       #define SHT_MIPS_SHDR 0x70000010
+SHT_MIPS_SYMBOL_LIB    elf.h   d       #define SHT_MIPS_SYMBOL_LIB 0x70000020
+SHT_MIPS_TRANSLATE     elf.h   d       #define SHT_MIPS_TRANSLATE 0x70000022
+SHT_MIPS_UCODE elf.h   d       #define SHT_MIPS_UCODE 0x70000004
+SHT_MIPS_WHIRL elf.h   d       #define SHT_MIPS_WHIRL 0x70000026
+SHT_MIPS_XLATE elf.h   d       #define SHT_MIPS_XLATE 0x70000024
+SHT_MIPS_XLATE_DEBUG   elf.h   d       #define SHT_MIPS_XLATE_DEBUG 0x70000025
+SHT_MIPS_XLATE_OLD     elf.h   d       #define SHT_MIPS_XLATE_OLD 0x70000028
+SHT_NOBITS     elf.h   d       #define SHT_NOBITS 8
+SHT_NOTE       elf.h   d       #define SHT_NOTE 7
+SHT_NULL       elf.h   d       #define SHT_NULL 0
+SHT_NUM        elf.h   d       #define SHT_NUM 19
+SHT_PARISC_DOC elf.h   d       #define SHT_PARISC_DOC 0x70000002
+SHT_PARISC_EXT elf.h   d       #define SHT_PARISC_EXT 0x70000000
+SHT_PARISC_UNWIND      elf.h   d       #define SHT_PARISC_UNWIND 0x70000001
+SHT_PREINIT_ARRAY      elf.h   d       #define SHT_PREINIT_ARRAY 16
+SHT_PROGBITS   elf.h   d       #define SHT_PROGBITS 1
+SHT_REL        elf.h   d       #define SHT_REL 9
+SHT_RELA       elf.h   d       #define SHT_RELA 4
+SHT_SHLIB      elf.h   d       #define SHT_SHLIB 10
+SHT_STRTAB     elf.h   d       #define SHT_STRTAB 3
+SHT_SUNW_COMDAT        elf.h   d       #define SHT_SUNW_COMDAT 0x6ffffffb
+SHT_SUNW_move  elf.h   d       #define SHT_SUNW_move 0x6ffffffa
+SHT_SUNW_syminfo       elf.h   d       #define SHT_SUNW_syminfo 0x6ffffffc
+SHT_SYMTAB     elf.h   d       #define SHT_SYMTAB 2
+SHT_SYMTAB_SHNDX       elf.h   d       #define SHT_SYMTAB_SHNDX 18
+SHUT_RD        sys/socket.h    d       #define SHUT_RD 0
+SHUT_RDWR      sys/socket.h    d       #define SHUT_RDWR 2
+SHUT_WR        sys/socket.h    d       #define SHUT_WR 1
+SIGEV_NONE     signal.h        d       #define SIGEV_NONE 1
+SIGEV_SIGNAL   signal.h        d       #define SIGEV_SIGNAL 0
+SIGEV_THREAD   signal.h        d       #define SIGEV_THREAD 2
+SIGRTMAX       signal.h        d       #define SIGRTMAX (__libc_current_sigrtmax())
+SIGRTMIN       signal.h        d       #define SIGRTMIN (__libc_current_sigrtmin())
+SIG_ATOMIC_MAX stdint.h        d       #define SIG_ATOMIC_MAX INT32_MAX
+SIG_ATOMIC_MIN stdint.h        d       #define SIG_ATOMIC_MIN INT32_MIN
+SIG_BLOCK      signal.h        d       #define SIG_BLOCK 0
+SIG_DFL        signal.h        d       #define SIG_DFL ((void (*)(int)) 0)
+SIG_ERR        signal.h        d       #define SIG_ERR ((void (*)(int))-1)
+SIG_HOLD       signal.h        d       #define SIG_HOLD ((void (*)(int)) 2)
+SIG_IGN        signal.h        d       #define SIG_IGN ((void (*)(int)) 1)
+SIG_SETMASK    signal.h        d       #define SIG_SETMASK 2
+SIG_UNBLOCK    signal.h        d       #define SIG_UNBLOCK 1
+SIMPLE_QUEUE_TAG       scsi/scsi.h     d       #define SIMPLE_QUEUE_TAG 0x20
+SI_ASYNCIO     signal.h        d       #define SI_ASYNCIO (-4)
+SI_ASYNCNL     signal.h        d       #define SI_ASYNCNL (-60)
+SI_KERNEL      signal.h        d       #define SI_KERNEL 128
+SI_LOAD_SHIFT  sys/sysinfo.h   d       #define SI_LOAD_SHIFT 16
+SI_MESGQ       signal.h        d       #define SI_MESGQ (-3)
+SI_QUEUE       signal.h        d       #define SI_QUEUE (-1)
+SI_SIGIO       signal.h        d       #define SI_SIGIO (-5)
+SI_TIMER       signal.h        d       #define SI_TIMER (-2)
+SI_TKILL       signal.h        d       #define SI_TKILL (-6)
+SI_USER        signal.h        d       #define SI_USER 0
+SLC_ABORT      arpa/telnet.h   d       #define SLC_ABORT 7
+SLC_ACK        arpa/telnet.h   d       #define SLC_ACK 0x80
+SLC_AO arpa/telnet.h   d       #define SLC_AO 4
+SLC_AYT        arpa/telnet.h   d       #define SLC_AYT 5
+SLC_BRK        arpa/telnet.h   d       #define SLC_BRK 2
+SLC_CANTCHANGE arpa/telnet.h   d       #define SLC_CANTCHANGE 1
+SLC_DEFAULT    arpa/telnet.h   d       #define SLC_DEFAULT 3
+SLC_EC arpa/telnet.h   d       #define SLC_EC 10
+SLC_EL arpa/telnet.h   d       #define SLC_EL 11
+SLC_EOF        arpa/telnet.h   d       #define SLC_EOF 8
+SLC_EOR        arpa/telnet.h   d       #define SLC_EOR 6
+SLC_EW arpa/telnet.h   d       #define SLC_EW 12
+SLC_FLAGS      arpa/telnet.h   d       #define SLC_FLAGS 1
+SLC_FLUSHIN    arpa/telnet.h   d       #define SLC_FLUSHIN 0x40
+SLC_FLUSHOUT   arpa/telnet.h   d       #define SLC_FLUSHOUT 0x20
+SLC_FORW1      arpa/telnet.h   d       #define SLC_FORW1 17
+SLC_FORW2      arpa/telnet.h   d       #define SLC_FORW2 18
+SLC_FUNC       arpa/telnet.h   d       #define SLC_FUNC 0
+SLC_IP arpa/telnet.h   d       #define SLC_IP 3
+SLC_LEVELBITS  arpa/telnet.h   d       #define SLC_LEVELBITS 0x03
+SLC_LNEXT      arpa/telnet.h   d       #define SLC_LNEXT 14
+SLC_NAME       arpa/telnet.h   d       #define SLC_NAME(x) slc_names[x]
+SLC_NAMELIST   arpa/telnet.h   d       #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", "LNEXT", "XON", "XOFF", "FORW1", "FORW2", 0,
+SLC_NAMES      arpa/telnet.h   d       #define SLC_NAMES SLC_NAMELIST
+SLC_NAME_OK    arpa/telnet.h   d       #define SLC_NAME_OK(x) ((unsigned int)(x) <= NSLC)
+SLC_NOSUPPORT  arpa/telnet.h   d       #define SLC_NOSUPPORT 0
+SLC_RP arpa/telnet.h   d       #define SLC_RP 13
+SLC_SUSP       arpa/telnet.h   d       #define SLC_SUSP 9
+SLC_SYNCH      arpa/telnet.h   d       #define SLC_SYNCH 1
+SLC_VALUE      arpa/telnet.h   d       #define SLC_VALUE 2
+SLC_VARIABLE   arpa/telnet.h   d       #define SLC_VARIABLE 2
+SLC_XOFF       arpa/telnet.h   d       #define SLC_XOFF 16
+SLC_XON        arpa/telnet.h   d       #define SLC_XON 15
+SNDPIPE        stropts.h       d       #define SNDPIPE 0x002
+SNDZERO        stropts.h       d       #define SNDZERO 0x001
+SOCK_CLOEXEC   sys/socket.h    d       #define SOCK_CLOEXEC 02000000
+SOCK_DCCP      sys/socket.h    d       #define SOCK_DCCP 6
+SOCK_DGRAM     sys/socket.h    d       #define SOCK_DGRAM 2
+SOCK_NONBLOCK  sys/socket.h    d       #define SOCK_NONBLOCK 04000
+SOCK_PACKET    sys/socket.h    d       #define SOCK_PACKET 10
+SOCK_RAW       sys/socket.h    d       #define SOCK_RAW 3
+SOCK_RDM       sys/socket.h    d       #define SOCK_RDM 4
+SOCK_SEQPACKET sys/socket.h    d       #define SOCK_SEQPACKET 5
+SOCK_STREAM    sys/socket.h    d       #define SOCK_STREAM 1
+SOL_AAL        sys/socket.h    d       #define SOL_AAL 265
+SOL_ATM        sys/socket.h    d       #define SOL_ATM 264
+SOL_DECNET     sys/socket.h    d       #define SOL_DECNET 261
+SOL_ICMPV6     sys/socket.h    d       #define SOL_ICMPV6 58
+SOL_IP sys/socket.h    d       #define SOL_IP 0
+SOL_IPV6       sys/socket.h    d       #define SOL_IPV6 41
+SOL_IRDA       sys/socket.h    d       #define SOL_IRDA 266
+SOL_PACKET     sys/socket.h    d       #define SOL_PACKET 263
+SOL_RAW        sys/socket.h    d       #define SOL_RAW 255
+SOL_SOCKET     sys/socket.h    d       #define SOL_SOCKET 1
+SOL_TCP        netinet/tcp.h   d       #define SOL_TCP 6
+SOL_UDP        netinet/udp.h   d       #define SOL_UDP 17
+SOL_X25        sys/socket.h    d       #define SOL_X25 262
+SOMAXCONN      sys/socket.h    d       #define SOMAXCONN 128
+SO_ACCEPTCONN  sys/socket.h    d       #define SO_ACCEPTCONN 30
+SO_ATTACH_BPF  sys/socket.h    d       #define SO_ATTACH_BPF 50
+SO_ATTACH_FILTER       sys/socket.h    d       #define SO_ATTACH_FILTER 26
+SO_BINDTODEVICE        sys/socket.h    d       #define SO_BINDTODEVICE 25
+SO_BPF_EXTENSIONS      sys/socket.h    d       #define SO_BPF_EXTENSIONS 48
+SO_BROADCAST   sys/socket.h    d       #define SO_BROADCAST 6
+SO_BSDCOMPAT   sys/socket.h    d       #define SO_BSDCOMPAT 14
+SO_BUSY_POLL   sys/socket.h    d       #define SO_BUSY_POLL 46
+SO_DEBUG       sys/socket.h    d       #define SO_DEBUG 1
+SO_DETACH_BPF  sys/socket.h    d       #define SO_DETACH_BPF SO_DETACH_FILTER
+SO_DETACH_FILTER       sys/socket.h    d       #define SO_DETACH_FILTER 27
+SO_DOMAIN      sys/socket.h    d       #define SO_DOMAIN 39
+SO_DONTROUTE   sys/socket.h    d       #define SO_DONTROUTE 5
+SO_ERROR       sys/socket.h    d       #define SO_ERROR 4
+SO_GET_FILTER  sys/socket.h    d       #define SO_GET_FILTER SO_ATTACH_FILTER
+SO_INCOMING_CPU        sys/socket.h    d       #define SO_INCOMING_CPU 49
+SO_KEEPALIVE   sys/socket.h    d       #define SO_KEEPALIVE 9
+SO_LINGER      sys/socket.h    d       #define SO_LINGER 13
+SO_LOCK_FILTER sys/socket.h    d       #define SO_LOCK_FILTER 44
+SO_MARK        sys/socket.h    d       #define SO_MARK 36
+SO_MAX_PACING_RATE     sys/socket.h    d       #define SO_MAX_PACING_RATE 47
+SO_NOFCS       sys/socket.h    d       #define SO_NOFCS 43
+SO_NO_CHECK    sys/socket.h    d       #define SO_NO_CHECK 11
+SO_OOBINLINE   sys/socket.h    d       #define SO_OOBINLINE 10
+SO_PASSCRED    sys/socket.h    d       #define SO_PASSCRED 16
+SO_PASSSEC     sys/socket.h    d       #define SO_PASSSEC 34
+SO_PEEK_OFF    sys/socket.h    d       #define SO_PEEK_OFF 42
+SO_PEERCRED    sys/socket.h    d       #define SO_PEERCRED 17
+SO_PEERNAME    sys/socket.h    d       #define SO_PEERNAME 28
+SO_PEERSEC     sys/socket.h    d       #define SO_PEERSEC 31
+SO_PRIORITY    sys/socket.h    d       #define SO_PRIORITY 12
+SO_PROTOCOL    sys/socket.h    d       #define SO_PROTOCOL 38
+SO_RCVBUF      sys/socket.h    d       #define SO_RCVBUF 8
+SO_RCVBUFFORCE sys/socket.h    d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    sys/socket.h    d       #define SO_RCVLOWAT 18
+SO_RCVTIMEO    sys/socket.h    d       #define SO_RCVTIMEO 20
+SO_REUSEADDR   sys/socket.h    d       #define SO_REUSEADDR 2
+SO_REUSEPORT   sys/socket.h    d       #define SO_REUSEPORT 15
+SO_RXQ_OVFL    sys/socket.h    d       #define SO_RXQ_OVFL 40
+SO_SECURITY_AUTHENTICATION     sys/socket.h    d       #define SO_SECURITY_AUTHENTICATION 22
+SO_SECURITY_ENCRYPTION_NETWORK sys/socket.h    d       #define SO_SECURITY_ENCRYPTION_NETWORK 24
+SO_SECURITY_ENCRYPTION_TRANSPORT       sys/socket.h    d       #define SO_SECURITY_ENCRYPTION_TRANSPORT 23
+SO_SELECT_ERR_QUEUE    sys/socket.h    d       #define SO_SELECT_ERR_QUEUE 45
+SO_SNDBUF      sys/socket.h    d       #define SO_SNDBUF 7
+SO_SNDBUFFORCE sys/socket.h    d       #define SO_SNDBUFFORCE 32
+SO_SNDLOWAT    sys/socket.h    d       #define SO_SNDLOWAT 19
+SO_SNDTIMEO    sys/socket.h    d       #define SO_SNDTIMEO 21
+SO_TIMESTAMP   sys/socket.h    d       #define SO_TIMESTAMP 29
+SO_TIMESTAMPING        sys/socket.h    d       #define SO_TIMESTAMPING 37
+SO_TIMESTAMPNS sys/socket.h    d       #define SO_TIMESTAMPNS 35
+SO_TYPE        sys/socket.h    d       #define SO_TYPE 3
+SO_WIFI_STATUS sys/socket.h    d       #define SO_WIFI_STATUS 41
+SPACE  scsi/scsi.h     d       #define SPACE 0x11
+SPLICE_F_GIFT  fcntl.h d       #define SPLICE_F_GIFT 8
+SPLICE_F_MORE  fcntl.h d       #define SPLICE_F_MORE 4
+SPLICE_F_MOVE  fcntl.h d       #define SPLICE_F_MOVE 1
+SPLICE_F_NONBLOCK      fcntl.h d       #define SPLICE_F_NONBLOCK 2
+SSIZE_MAX      limits.h        d       #define SSIZE_MAX LONG_MAX
+SS_DISABLE     signal.h        d       #define SS_DISABLE 2
+SS_ONSTACK     signal.h        d       #define SS_ONSTACK 1
+START_STOP     scsi/scsi.h     d       #define START_STOP 0x1b
+STATUS arpa/nameser.h  d       #define STATUS ns_o_status
+STATUS_MASK    scsi/scsi.h     d       #define STATUS_MASK 0x3e
+STA_CLK        sys/timex.h     d       #define STA_CLK 0x8000
+STA_CLOCKERR   sys/timex.h     d       #define STA_CLOCKERR 0x1000
+STA_DEL        sys/timex.h     d       #define STA_DEL 0x0020
+STA_FLL        sys/timex.h     d       #define STA_FLL 0x0008
+STA_FREQHOLD   sys/timex.h     d       #define STA_FREQHOLD 0x0080
+STA_INS        sys/timex.h     d       #define STA_INS 0x0010
+STA_MODE       sys/timex.h     d       #define STA_MODE 0x4000
+STA_NANO       sys/timex.h     d       #define STA_NANO 0x2000
+STA_PLL        sys/timex.h     d       #define STA_PLL 0x0001
+STA_PPSERROR   sys/timex.h     d       #define STA_PPSERROR 0x0800
+STA_PPSFREQ    sys/timex.h     d       #define STA_PPSFREQ 0x0002
+STA_PPSJITTER  sys/timex.h     d       #define STA_PPSJITTER 0x0200
+STA_PPSSIGNAL  sys/timex.h     d       #define STA_PPSSIGNAL 0x0100
+STA_PPSTIME    sys/timex.h     d       #define STA_PPSTIME 0x0004
+STA_PPSWANDER  sys/timex.h     d       #define STA_PPSWANDER 0x0400
+STA_RONLY      sys/timex.h     d       #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
+STA_UNSYNC     sys/timex.h     d       #define STA_UNSYNC 0x0040
+STB_GLOBAL     elf.h   d       #define STB_GLOBAL 1
+STB_GNU_UNIQUE elf.h   d       #define STB_GNU_UNIQUE 10
+STB_HIOS       elf.h   d       #define STB_HIOS 12
+STB_HIPROC     elf.h   d       #define STB_HIPROC 15
+STB_LOCAL      elf.h   d       #define STB_LOCAL 0
+STB_LOOS       elf.h   d       #define STB_LOOS 10
+STB_LOPROC     elf.h   d       #define STB_LOPROC 13
+STB_MIPS_SPLIT_COMMON  elf.h   d       #define STB_MIPS_SPLIT_COMMON 13
+STB_NUM        elf.h   d       #define STB_NUM 3
+STB_WEAK       elf.h   d       #define STB_WEAK 2
+STDERR_FILENO  unistd.h        d       #define STDERR_FILENO 2
+STDIN_FILENO   unistd.h        d       #define STDIN_FILENO 0
+STDOUT_FILENO  unistd.h        d       #define STDOUT_FILENO 1
+STICKY_TIMEOUTS        sys/personality.h       d       #define STICKY_TIMEOUTS 0x4000000
+STN_UNDEF      elf.h   d       #define STN_UNDEF 0
+STO_ALPHA_NOPV elf.h   d       #define STO_ALPHA_NOPV 0x80
+STO_ALPHA_STD_GPLOAD   elf.h   d       #define STO_ALPHA_STD_GPLOAD 0x88
+STO_MIPS_DEFAULT       elf.h   d       #define STO_MIPS_DEFAULT 0x0
+STO_MIPS_HIDDEN        elf.h   d       #define STO_MIPS_HIDDEN 0x2
+STO_MIPS_INTERNAL      elf.h   d       #define STO_MIPS_INTERNAL 0x1
+STO_MIPS_PLT   elf.h   d       #define STO_MIPS_PLT 0x8
+STO_MIPS_PROTECTED     elf.h   d       #define STO_MIPS_PROTECTED 0x3
+STO_MIPS_SC_ALIGN_UNUSED       elf.h   d       #define STO_MIPS_SC_ALIGN_UNUSED 0xff
+STRU_F arpa/ftp.h      d       #define STRU_F 1
+STRU_P arpa/ftp.h      d       #define STRU_P 3
+STRU_R arpa/ftp.h      d       #define STRU_R 2
+STT_ARM_16BIT  elf.h   d       #define STT_ARM_16BIT STT_HIPROC
+STT_ARM_TFUNC  elf.h   d       #define STT_ARM_TFUNC STT_LOPROC
+STT_COMMON     elf.h   d       #define STT_COMMON 5
+STT_FILE       elf.h   d       #define STT_FILE 4
+STT_FUNC       elf.h   d       #define STT_FUNC 2
+STT_GNU_IFUNC  elf.h   d       #define STT_GNU_IFUNC 10
+STT_HIOS       elf.h   d       #define STT_HIOS 12
+STT_HIPROC     elf.h   d       #define STT_HIPROC 15
+STT_HP_OPAQUE  elf.h   d       #define STT_HP_OPAQUE (STT_LOOS + 0x1)
+STT_HP_STUB    elf.h   d       #define STT_HP_STUB (STT_LOOS + 0x2)
+STT_LOOS       elf.h   d       #define STT_LOOS 10
+STT_LOPROC     elf.h   d       #define STT_LOPROC 13
+STT_NOTYPE     elf.h   d       #define STT_NOTYPE 0
+STT_NUM        elf.h   d       #define STT_NUM 7
+STT_OBJECT     elf.h   d       #define STT_OBJECT 1
+STT_PARISC_MILLICODE   elf.h   d       #define STT_PARISC_MILLICODE 13
+STT_SECTION    elf.h   d       #define STT_SECTION 3
+STT_SPARC_REGISTER     elf.h   d       #define STT_SPARC_REGISTER 13
+STT_TLS        elf.h   d       #define STT_TLS 6
+STV_DEFAULT    elf.h   d       #define STV_DEFAULT 0
+STV_HIDDEN     elf.h   d       #define STV_HIDDEN 2
+STV_INTERNAL   elf.h   d       #define STV_INTERNAL 1
+STV_PROTECTED  elf.h   d       #define STV_PROTECTED 3
+ST_APPEND      sys/statvfs.h   d       #define ST_APPEND 256
+ST_IMMUTABLE   sys/statvfs.h   d       #define ST_IMMUTABLE 512
+ST_MANDLOCK    sys/statvfs.h   d       #define ST_MANDLOCK 64
+ST_NOATIME     sys/statvfs.h   d       #define ST_NOATIME 1024
+ST_NODEV       sys/statvfs.h   d       #define ST_NODEV 4
+ST_NODIRATIME  sys/statvfs.h   d       #define ST_NODIRATIME 2048
+ST_NOEXEC      sys/statvfs.h   d       #define ST_NOEXEC 8
+ST_NOSUID      sys/statvfs.h   d       #define ST_NOSUID 2
+ST_RDONLY      sys/statvfs.h   d       #define ST_RDONLY 1
+ST_SYNCHRONOUS sys/statvfs.h   d       #define ST_SYNCHRONOUS 16
+ST_WRITE       sys/statvfs.h   d       #define ST_WRITE 128
+SUBCMDMASK     sys/quota.h     d       #define SUBCMDMASK 0x00ff
+SUBCMDSHIFT    sys/quota.h     d       #define SUBCMDSHIFT 8
+SUN_LEN        sys/un.h        d       #define SUN_LEN(s) (2+strlen((s)->sun_path))
+SUSP   arpa/telnet.h   d       #define SUSP 237
+SWAP_FLAG_DISCARD      sys/swap.h      d       #define SWAP_FLAG_DISCARD 0x10000
+SWAP_FLAG_PREFER       sys/swap.h      d       #define SWAP_FLAG_PREFER 0x8000
+SWAP_FLAG_PRIO_MASK    sys/swap.h      d       #define SWAP_FLAG_PRIO_MASK 0x7fff
+SWAP_FLAG_PRIO_SHIFT   sys/swap.h      d       #define SWAP_FLAG_PRIO_SHIFT 0
+SYMINFO_BT_LOWRESERVE  elf.h   d       #define SYMINFO_BT_LOWRESERVE 0xff00
+SYMINFO_BT_PARENT      elf.h   d       #define SYMINFO_BT_PARENT 0xfffe
+SYMINFO_BT_SELF        elf.h   d       #define SYMINFO_BT_SELF 0xffff
+SYMINFO_CURRENT        elf.h   d       #define SYMINFO_CURRENT 1
+SYMINFO_FLG_COPY       elf.h   d       #define SYMINFO_FLG_COPY 0x0004
+SYMINFO_FLG_DIRECT     elf.h   d       #define SYMINFO_FLG_DIRECT 0x0001
+SYMINFO_FLG_LAZYLOAD   elf.h   d       #define SYMINFO_FLG_LAZYLOAD 0x0008
+SYMINFO_FLG_PASSTHRU   elf.h   d       #define SYMINFO_FLG_PASSTHRU 0x0002
+SYMINFO_NONE   elf.h   d       #define SYMINFO_NONE 0
+SYMINFO_NUM    elf.h   d       #define SYMINFO_NUM 2
+SYMLINK_MAX    limits.h        d       #define SYMLINK_MAX 255
+SYMLOOP_MAX    limits.h        d       #define SYMLOOP_MAX 40
+SYMTYPE        tar.h   d       #define SYMTYPE '2'
+SYNCH  arpa/telnet.h   d       #define SYNCH 242
+SYNCHRONIZE_CACHE      scsi/scsi.h     d       #define SYNCHRONIZE_CACHE 0x35
+SYNC_FILE_RANGE_WAIT_AFTER     fcntl.h d       #define SYNC_FILE_RANGE_WAIT_AFTER 4
+SYNC_FILE_RANGE_WAIT_BEFORE    fcntl.h d       #define SYNC_FILE_RANGE_WAIT_BEFORE 1
+SYNC_FILE_RANGE_WRITE  fcntl.h d       #define SYNC_FILE_RANGE_WRITE 2
+S_ADDT arpa/nameser.h  d       #define S_ADDT ns_s_ar
+S_BANDURG      stropts.h       d       #define S_BANDURG 0x0200
+S_ERROR        stropts.h       d       #define S_ERROR 0x0010
+S_HANGUP       stropts.h       d       #define S_HANGUP 0x0020
+S_HIPRI        stropts.h       d       #define S_HIPRI 0x0002
+S_IEXEC        sys/stat.h      d       #define S_IEXEC S_IXUSR
+S_IFBLK        sys/stat.h      d       #define S_IFBLK 0060000
+S_IFCHR        sys/stat.h      d       #define S_IFCHR 0020000
+S_IFDIR        sys/stat.h      d       #define S_IFDIR 0040000
+S_IFIFO        sys/stat.h      d       #define S_IFIFO 0010000
+S_IFLNK        sys/stat.h      d       #define S_IFLNK 0120000
+S_IFMT sys/stat.h      d       #define S_IFMT 0170000
+S_IFREG        sys/stat.h      d       #define S_IFREG 0100000
+S_IFSOCK       sys/stat.h      d       #define S_IFSOCK 0140000
+S_INPUT        stropts.h       d       #define S_INPUT 0x0001
+S_IREAD        sys/stat.h      d       #define S_IREAD S_IRUSR
+S_IRGRP        fcntl.h d       #define S_IRGRP 0040
+S_IRGRP        sys/stat.h      d       #define S_IRGRP 0040
+S_IROTH        fcntl.h d       #define S_IROTH 0004
+S_IROTH        sys/stat.h      d       #define S_IROTH 0004
+S_IRUSR        fcntl.h d       #define S_IRUSR 0400
+S_IRUSR        sys/stat.h      d       #define S_IRUSR 0400
+S_IRWXG        fcntl.h d       #define S_IRWXG 0070
+S_IRWXG        sys/stat.h      d       #define S_IRWXG 0070
+S_IRWXO        fcntl.h d       #define S_IRWXO 0007
+S_IRWXO        sys/stat.h      d       #define S_IRWXO 0007
+S_IRWXU        fcntl.h d       #define S_IRWXU 0700
+S_IRWXU        sys/stat.h      d       #define S_IRWXU 0700
+S_ISBLK        sys/stat.h      d       #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
+S_ISCHR        sys/stat.h      d       #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
+S_ISDIR        sys/stat.h      d       #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
+S_ISFIFO       sys/stat.h      d       #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO)
+S_ISGID        fcntl.h d       #define S_ISGID 02000
+S_ISGID        sys/stat.h      d       #define S_ISGID 02000
+S_ISLNK        sys/stat.h      d       #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
+S_ISREG        sys/stat.h      d       #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
+S_ISSOCK       sys/stat.h      d       #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
+S_ISUID        fcntl.h d       #define S_ISUID 04000
+S_ISUID        sys/stat.h      d       #define S_ISUID 04000
+S_ISVTX        fcntl.h d       #define S_ISVTX 01000
+S_ISVTX        sys/stat.h      d       #define S_ISVTX 01000
+S_IWGRP        fcntl.h d       #define S_IWGRP 0020
+S_IWGRP        sys/stat.h      d       #define S_IWGRP 0020
+S_IWOTH        fcntl.h d       #define S_IWOTH 0002
+S_IWOTH        sys/stat.h      d       #define S_IWOTH 0002
+S_IWRITE       sys/stat.h      d       #define S_IWRITE S_IWUSR
+S_IWUSR        fcntl.h d       #define S_IWUSR 0200
+S_IWUSR        sys/stat.h      d       #define S_IWUSR 0200
+S_IXGRP        fcntl.h d       #define S_IXGRP 0010
+S_IXGRP        sys/stat.h      d       #define S_IXGRP 0010
+S_IXOTH        fcntl.h d       #define S_IXOTH 0001
+S_IXOTH        sys/stat.h      d       #define S_IXOTH 0001
+S_IXUSR        fcntl.h d       #define S_IXUSR 0100
+S_IXUSR        sys/stat.h      d       #define S_IXUSR 0100
+S_MSG  stropts.h       d       #define S_MSG 0x0008
+S_OUTPUT       stropts.h       d       #define S_OUTPUT 0x0004
+S_PREREQ       arpa/nameser.h  d       #define S_PREREQ ns_s_pr
+S_RDBAND       stropts.h       d       #define S_RDBAND 0x0080
+S_RDNORM       stropts.h       d       #define S_RDNORM 0x0040
+S_TYPEISMQ     sys/stat.h      d       #define S_TYPEISMQ(buf) 0
+S_TYPEISSEM    sys/stat.h      d       #define S_TYPEISSEM(buf) 0
+S_TYPEISSHM    sys/stat.h      d       #define S_TYPEISSHM(buf) 0
+S_TYPEISTMO    sys/stat.h      d       #define S_TYPEISTMO(buf) 0
+S_UPDATE       arpa/nameser.h  d       #define S_UPDATE ns_s_ud
+S_WRBAND       stropts.h       d       #define S_WRBAND 0x0100
+S_WRNORM       stropts.h       d       #define S_WRNORM S_OUTPUT
+S_ZONE arpa/nameser.h  d       #define S_ZONE ns_s_zn
+Sg_io_hdr      scsi/sg.h       t       typedef struct sg_io_hdr Sg_io_hdr;
+Sg_io_vec      scsi/sg.h       t       typedef struct sg_io_vec Sg_io_vec;
+Sg_req_info    scsi/sg.h       t       typedef struct sg_req_info Sg_req_info;
+Sg_scsi_id     scsi/sg.h       t       typedef struct sg_scsi_id Sg_scsi_id;
+TCPI_OPT_ECN   netinet/tcp.h   d       #define TCPI_OPT_ECN 8
+TCPI_OPT_SACK  netinet/tcp.h   d       #define TCPI_OPT_SACK 2
+TCPI_OPT_TIMESTAMPS    netinet/tcp.h   d       #define TCPI_OPT_TIMESTAMPS 1
+TCPI_OPT_WSCALE        netinet/tcp.h   d       #define TCPI_OPT_WSCALE 4
+TCPOLEN_MAXSEG netinet/tcp.h   d       #define TCPOLEN_MAXSEG 4
+TCPOLEN_SACK_PERMITTED netinet/tcp.h   d       #define TCPOLEN_SACK_PERMITTED 2
+TCPOLEN_TIMESTAMP      netinet/tcp.h   d       #define TCPOLEN_TIMESTAMP 10
+TCPOLEN_WINDOW netinet/tcp.h   d       #define TCPOLEN_WINDOW 3
+TCPOPT_EOL     netinet/tcp.h   d       #define TCPOPT_EOL 0
+TCPOPT_MAXSEG  netinet/tcp.h   d       #define TCPOPT_MAXSEG 2
+TCPOPT_NOP     netinet/tcp.h   d       #define TCPOPT_NOP 1
+TCPOPT_SACK    netinet/tcp.h   d       #define TCPOPT_SACK 5
+TCPOPT_SACK_PERMITTED  netinet/tcp.h   d       #define TCPOPT_SACK_PERMITTED 4
+TCPOPT_TIMESTAMP       netinet/tcp.h   d       #define TCPOPT_TIMESTAMP 8
+TCPOPT_WINDOW  netinet/tcp.h   d       #define TCPOPT_WINDOW 3
+TCP_CA_CWR     netinet/tcp.h   d       #define TCP_CA_CWR 2
+TCP_CA_Disorder        netinet/tcp.h   d       #define TCP_CA_Disorder 1
+TCP_CA_Loss    netinet/tcp.h   d       #define TCP_CA_Loss 4
+TCP_CA_Open    netinet/tcp.h   d       #define TCP_CA_Open 0
+TCP_CA_Recovery        netinet/tcp.h   d       #define TCP_CA_Recovery 3
+TCP_CC_INFO    netinet/tcp.h   d       #define TCP_CC_INFO 26
+TCP_CLOSE      netinet/tcp.h   d       #define TCP_CLOSE 7
+TCP_CLOSE_WAIT netinet/tcp.h   d       #define TCP_CLOSE_WAIT 8
+TCP_CLOSING    netinet/tcp.h   d       #define TCP_CLOSING 11
+TCP_CONGESTION netinet/tcp.h   d       #define TCP_CONGESTION 13
+TCP_CORK       netinet/tcp.h   d       #define TCP_CORK 3
+TCP_DEFER_ACCEPT       netinet/tcp.h   d       #define TCP_DEFER_ACCEPT 9
+TCP_ESTABLISHED        netinet/tcp.h   d       #define TCP_ESTABLISHED 1
+TCP_FASTOPEN   netinet/tcp.h   d       #define TCP_FASTOPEN 23
+TCP_FIN_WAIT1  netinet/tcp.h   d       #define TCP_FIN_WAIT1 4
+TCP_FIN_WAIT2  netinet/tcp.h   d       #define TCP_FIN_WAIT2 5
+TCP_INFO       netinet/tcp.h   d       #define TCP_INFO 11
+TCP_KEEPCNT    netinet/tcp.h   d       #define TCP_KEEPCNT 6
+TCP_KEEPIDLE   netinet/tcp.h   d       #define TCP_KEEPIDLE 4
+TCP_KEEPINTVL  netinet/tcp.h   d       #define TCP_KEEPINTVL 5
+TCP_LAST_ACK   netinet/tcp.h   d       #define TCP_LAST_ACK 9
+TCP_LINGER2    netinet/tcp.h   d       #define TCP_LINGER2 8
+TCP_LISTEN     netinet/tcp.h   d       #define TCP_LISTEN 10
+TCP_MAXSEG     netinet/tcp.h   d       #define TCP_MAXSEG 2
+TCP_MD5SIG     netinet/tcp.h   d       #define TCP_MD5SIG 14
+TCP_MD5SIG_MAXKEYLEN   netinet/tcp.h   d       #define TCP_MD5SIG_MAXKEYLEN 80
+TCP_NODELAY    netinet/tcp.h   d       #define TCP_NODELAY 1
+TCP_NOTSENT_LOWAT      netinet/tcp.h   d       #define TCP_NOTSENT_LOWAT 25
+TCP_QUEUE_SEQ  netinet/tcp.h   d       #define TCP_QUEUE_SEQ 21
+TCP_QUICKACK   netinet/tcp.h   d       #define TCP_QUICKACK 12
+TCP_REPAIR     netinet/tcp.h   d       #define TCP_REPAIR 19
+TCP_REPAIR_OPTIONS     netinet/tcp.h   d       #define TCP_REPAIR_OPTIONS 22
+TCP_REPAIR_QUEUE       netinet/tcp.h   d       #define TCP_REPAIR_QUEUE 20
+TCP_SAVED_SYN  netinet/tcp.h   d       #define TCP_SAVED_SYN 28
+TCP_SAVE_SYN   netinet/tcp.h   d       #define TCP_SAVE_SYN 27
+TCP_SYNCNT     netinet/tcp.h   d       #define TCP_SYNCNT 7
+TCP_SYN_RECV   netinet/tcp.h   d       #define TCP_SYN_RECV 3
+TCP_SYN_SENT   netinet/tcp.h   d       #define TCP_SYN_SENT 2
+TCP_THIN_DUPACK        netinet/tcp.h   d       #define TCP_THIN_DUPACK 17
+TCP_THIN_LINEAR_TIMEOUTS       netinet/tcp.h   d       #define TCP_THIN_LINEAR_TIMEOUTS 16
+TCP_TIMESTAMP  netinet/tcp.h   d       #define TCP_TIMESTAMP 24
+TCP_TIME_WAIT  netinet/tcp.h   d       #define TCP_TIME_WAIT 6
+TCP_USER_TIMEOUT       netinet/tcp.h   d       #define TCP_USER_TIMEOUT 18
+TCP_WINDOW_CLAMP       netinet/tcp.h   d       #define TCP_WINDOW_CLAMP 10
+TELCMD arpa/telnet.h   d       #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
+TELCMD_FIRST   arpa/telnet.h   d       #define TELCMD_FIRST xEOF
+TELCMD_LAST    arpa/telnet.h   d       #define TELCMD_LAST IAC
+TELCMD_OK      arpa/telnet.h   d       #define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && (unsigned int)(x) >= TELCMD_FIRST)
+TELOPT arpa/telnet.h   d       #define TELOPT(x) telopts[(x)-TELOPT_FIRST]
+TELOPT_3270REGIME      arpa/telnet.h   d       #define TELOPT_3270REGIME 29
+TELOPT_AUTHENTICATION  arpa/telnet.h   d       #define TELOPT_AUTHENTICATION 37/* Authenticate */
+TELOPT_BINARY  arpa/telnet.h   d       #define TELOPT_BINARY 0
+TELOPT_BM      arpa/telnet.h   d       #define TELOPT_BM 19
+TELOPT_DET     arpa/telnet.h   d       #define TELOPT_DET 20
+TELOPT_ECHO    arpa/telnet.h   d       #define TELOPT_ECHO 1
+TELOPT_ENCRYPT arpa/telnet.h   d       #define TELOPT_ENCRYPT 38
+TELOPT_EOR     arpa/telnet.h   d       #define TELOPT_EOR 25
+TELOPT_EXOPL   arpa/telnet.h   d       #define TELOPT_EXOPL 255
+TELOPT_FIRST   arpa/telnet.h   d       #define TELOPT_FIRST TELOPT_BINARY
+TELOPT_LAST    arpa/telnet.h   d       #define TELOPT_LAST TELOPT_NEW_ENVIRON
+TELOPT_LFLOW   arpa/telnet.h   d       #define TELOPT_LFLOW 33
+TELOPT_LINEMODE        arpa/telnet.h   d       #define TELOPT_LINEMODE 34
+TELOPT_LOGOUT  arpa/telnet.h   d       #define TELOPT_LOGOUT 18
+TELOPT_NAMS    arpa/telnet.h   d       #define TELOPT_NAMS 4
+TELOPT_NAOCRD  arpa/telnet.h   d       #define TELOPT_NAOCRD 10
+TELOPT_NAOFFD  arpa/telnet.h   d       #define TELOPT_NAOFFD 13
+TELOPT_NAOHTD  arpa/telnet.h   d       #define TELOPT_NAOHTD 12
+TELOPT_NAOHTS  arpa/telnet.h   d       #define TELOPT_NAOHTS 11
+TELOPT_NAOL    arpa/telnet.h   d       #define TELOPT_NAOL 8
+TELOPT_NAOLFD  arpa/telnet.h   d       #define TELOPT_NAOLFD 16
+TELOPT_NAOP    arpa/telnet.h   d       #define TELOPT_NAOP 9
+TELOPT_NAOVTD  arpa/telnet.h   d       #define TELOPT_NAOVTD 15
+TELOPT_NAOVTS  arpa/telnet.h   d       #define TELOPT_NAOVTS 14
+TELOPT_NAWS    arpa/telnet.h   d       #define TELOPT_NAWS 31
+TELOPT_NEW_ENVIRON     arpa/telnet.h   d       #define TELOPT_NEW_ENVIRON 39
+TELOPT_OK      arpa/telnet.h   d       #define TELOPT_OK(x) ((unsigned int)(x) <= TELOPT_LAST)
+TELOPT_OLD_ENVIRON     arpa/telnet.h   d       #define TELOPT_OLD_ENVIRON 36
+TELOPT_OUTMRK  arpa/telnet.h   d       #define TELOPT_OUTMRK 27
+TELOPT_RCP     arpa/telnet.h   d       #define TELOPT_RCP 2
+TELOPT_RCTE    arpa/telnet.h   d       #define TELOPT_RCTE 7
+TELOPT_SGA     arpa/telnet.h   d       #define TELOPT_SGA 3
+TELOPT_SNDLOC  arpa/telnet.h   d       #define TELOPT_SNDLOC 23
+TELOPT_STATUS  arpa/telnet.h   d       #define TELOPT_STATUS 5
+TELOPT_SUPDUP  arpa/telnet.h   d       #define TELOPT_SUPDUP 21
+TELOPT_SUPDUPOUTPUT    arpa/telnet.h   d       #define TELOPT_SUPDUPOUTPUT 22
+TELOPT_TM      arpa/telnet.h   d       #define TELOPT_TM 6
+TELOPT_TSPEED  arpa/telnet.h   d       #define TELOPT_TSPEED 32
+TELOPT_TTYLOC  arpa/telnet.h   d       #define TELOPT_TTYLOC 28
+TELOPT_TTYPE   arpa/telnet.h   d       #define TELOPT_TTYPE 24
+TELOPT_TUID    arpa/telnet.h   d       #define TELOPT_TUID 26
+TELOPT_X3PAD   arpa/telnet.h   d       #define TELOPT_X3PAD 30
+TELOPT_XASCII  arpa/telnet.h   d       #define TELOPT_XASCII 17
+TELOPT_XDISPLOC        arpa/telnet.h   d       #define TELOPT_XDISPLOC 35
+TELQUAL_INFO   arpa/telnet.h   d       #define TELQUAL_INFO 2
+TELQUAL_IS     arpa/telnet.h   d       #define TELQUAL_IS 0
+TELQUAL_NAME   arpa/telnet.h   d       #define TELQUAL_NAME 3
+TELQUAL_REPLY  arpa/telnet.h   d       #define TELQUAL_REPLY 2
+TELQUAL_SEND   arpa/telnet.h   d       #define TELQUAL_SEND 1
+TEST_UNIT_READY        scsi/scsi.h     d       #define TEST_UNIT_READY 0x00
+TFD_CLOEXEC    sys/timerfd.h   d       #define TFD_CLOEXEC O_CLOEXEC
+TFD_NONBLOCK   sys/timerfd.h   d       #define TFD_NONBLOCK O_NONBLOCK
+TFD_TIMER_ABSTIME      sys/timerfd.h   d       #define TFD_TIMER_ABSTIME 1
+TGEXEC tar.h   d       #define TGEXEC 00010
+TGREAD tar.h   d       #define TGREAD 00040
+TGWRITE        tar.h   d       #define TGWRITE 00020
+THOUSEP        langinfo.h      d       #define THOUSEP 0x10001
+TH_ACK netinet/tcp.h   d       #define TH_ACK 0x10
+TH_FIN netinet/tcp.h   d       #define TH_FIN 0x01
+TH_PUSH        netinet/tcp.h   d       #define TH_PUSH 0x08
+TH_RST netinet/tcp.h   d       #define TH_RST 0x04
+TH_SYN netinet/tcp.h   d       #define TH_SYN 0x02
+TH_URG netinet/tcp.h   d       #define TH_URG 0x20
+TIMER_ABSTIME  time.h  d       #define TIMER_ABSTIME 1
+TIMESPEC_TO_TIMEVAL    sys/time.h      d       #define TIMESPEC_TO_TIMEVAL(tv, ts) ( (tv)->tv_sec = (ts)->tv_sec, (tv)->tv_usec = (ts)->tv_nsec / 1000, (void)0 )
+TIMEVAL_TO_TIMESPEC    sys/time.h      d       #define TIMEVAL_TO_TIMESPEC(tv, ts) ( (ts)->tv_sec = (tv)->tv_sec, (ts)->tv_nsec = (tv)->tv_usec * 1000, (void)0 )
+TIME_BAD       sys/timex.h     d       #define TIME_BAD TIME_ERROR
+TIME_DEL       sys/timex.h     d       #define TIME_DEL 2
+TIME_ERROR     sys/timex.h     d       #define TIME_ERROR 5
+TIME_INS       sys/timex.h     d       #define TIME_INS 1
+TIME_OK        sys/timex.h     d       #define TIME_OK 0
+TIME_OOP       sys/timex.h     d       #define TIME_OOP 3
+TIME_UTC       time.h  d       #define TIME_UTC 1
+TIME_WAIT      sys/timex.h     d       #define TIME_WAIT 4
+TMAGIC tar.h   d       #define TMAGIC "ustar"
+TMAGLEN        tar.h   d       #define TMAGLEN 6
+TMP_MAX        stdio.h d       #define TMP_MAX 10000
+TOEXEC tar.h   d       #define TOEXEC 00001
+TOREAD tar.h   d       #define TOREAD 00004
+TOWRITE        tar.h   d       #define TOWRITE 00002
+TRANSIENT      arpa/ftp.h      d       #define TRANSIENT 4
+TRAP_BRKPT     signal.h        d       #define TRAP_BRKPT 1
+TRAP_TRACE     signal.h        d       #define TRAP_TRACE 2
+TRY_AGAIN      netdb.h d       #define TRY_AGAIN 2
+TSGID  tar.h   d       #define TSGID 02000
+TSS_DTOR_ITERATIONS    threads.h       d       #define TSS_DTOR_ITERATIONS 4
+TSUID  tar.h   d       #define TSUID 04000
+TSVTX  tar.h   d       #define TSVTX 01000
+TTYDEF_CFLAG   sys/ttydefaults.h       d       #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
+TTYDEF_IFLAG   sys/ttydefaults.h       d       #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
+TTYDEF_LFLAG   sys/ttydefaults.h       d       #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
+TTYDEF_OFLAG   sys/ttydefaults.h       d       #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
+TTYDEF_SPEED   sys/ttydefaults.h       d       #define TTYDEF_SPEED (B9600)
+TTY_NAME_MAX   limits.h        d       #define TTY_NAME_MAX 32
+TUEXEC tar.h   d       #define TUEXEC 00100
+TUREAD tar.h   d       #define TUREAD 00400
+TUWRITE        tar.h   d       #define TUWRITE 00200
+TVERSION       tar.h   d       #define TVERSION "00"
+TVERSLEN       tar.h   d       #define TVERSLEN 2
+TYPE_A arpa/ftp.h      d       #define TYPE_A 1
+TYPE_DISK      scsi/scsi.h     d       #define TYPE_DISK 0x00
+TYPE_E arpa/ftp.h      d       #define TYPE_E 2
+TYPE_ENCLOSURE scsi/scsi.h     d       #define TYPE_ENCLOSURE 0x0d
+TYPE_I arpa/ftp.h      d       #define TYPE_I 3
+TYPE_L arpa/ftp.h      d       #define TYPE_L 4
+TYPE_MEDIUM_CHANGER    scsi/scsi.h     d       #define TYPE_MEDIUM_CHANGER 0x08
+TYPE_MOD       scsi/scsi.h     d       #define TYPE_MOD 0x07
+TYPE_NO_LUN    scsi/scsi.h     d       #define TYPE_NO_LUN 0x7f
+TYPE_PROCESSOR scsi/scsi.h     d       #define TYPE_PROCESSOR 0x03
+TYPE_ROM       scsi/scsi.h     d       #define TYPE_ROM 0x05
+TYPE_SCANNER   scsi/scsi.h     d       #define TYPE_SCANNER 0x06
+TYPE_TAPE      scsi/scsi.h     d       #define TYPE_TAPE 0x01
+TYPE_WORM      scsi/scsi.h     d       #define TYPE_WORM 0x04
+TZNAME_MAX     limits.h        d       #define TZNAME_MAX 6
+T_A    arpa/nameser.h  d       #define T_A ns_t_a
+T_A6   arpa/nameser.h  d       #define T_A6 ns_t_a6
+T_AAAA arpa/nameser.h  d       #define T_AAAA ns_t_aaaa
+T_AFSDB        arpa/nameser.h  d       #define T_AFSDB ns_t_afsdb
+T_ANY  arpa/nameser.h  d       #define T_ANY ns_t_any
+T_ATMA arpa/nameser.h  d       #define T_ATMA ns_t_atma
+T_AXFR arpa/nameser.h  d       #define T_AXFR ns_t_axfr
+T_CNAME        arpa/nameser.h  d       #define T_CNAME ns_t_cname
+T_DNAME        arpa/nameser.h  d       #define T_DNAME ns_t_dname
+T_EID  arpa/nameser.h  d       #define T_EID ns_t_eid
+T_FMT  langinfo.h      d       #define T_FMT 0x2002A
+T_FMT_AMPM     langinfo.h      d       #define T_FMT_AMPM 0x2002B
+T_GPOS arpa/nameser.h  d       #define T_GPOS ns_t_gpos
+T_HINFO        arpa/nameser.h  d       #define T_HINFO ns_t_hinfo
+T_ISDN arpa/nameser.h  d       #define T_ISDN ns_t_isdn
+T_IXFR arpa/nameser.h  d       #define T_IXFR ns_t_ixfr
+T_KEY  arpa/nameser.h  d       #define T_KEY ns_t_key
+T_LOC  arpa/nameser.h  d       #define T_LOC ns_t_loc
+T_MAILA        arpa/nameser.h  d       #define T_MAILA ns_t_maila
+T_MAILB        arpa/nameser.h  d       #define T_MAILB ns_t_mailb
+T_MB   arpa/nameser.h  d       #define T_MB ns_t_mb
+T_MD   arpa/nameser.h  d       #define T_MD ns_t_md
+T_MF   arpa/nameser.h  d       #define T_MF ns_t_mf
+T_MG   arpa/nameser.h  d       #define T_MG ns_t_mg
+T_MINFO        arpa/nameser.h  d       #define T_MINFO ns_t_minfo
+T_MR   arpa/nameser.h  d       #define T_MR ns_t_mr
+T_MX   arpa/nameser.h  d       #define T_MX ns_t_mx
+T_NAPTR        arpa/nameser.h  d       #define T_NAPTR ns_t_naptr
+T_NIMLOC       arpa/nameser.h  d       #define T_NIMLOC ns_t_nimloc
+T_NS   arpa/nameser.h  d       #define T_NS ns_t_ns
+T_NSAP arpa/nameser.h  d       #define T_NSAP ns_t_nsap
+T_NSAP_PTR     arpa/nameser.h  d       #define T_NSAP_PTR ns_t_nsap_ptr
+T_NULL arpa/nameser.h  d       #define T_NULL ns_t_null
+T_NXT  arpa/nameser.h  d       #define T_NXT ns_t_nxt
+T_PTR  arpa/nameser.h  d       #define T_PTR ns_t_ptr
+T_PX   arpa/nameser.h  d       #define T_PX ns_t_px
+T_RP   arpa/nameser.h  d       #define T_RP ns_t_rp
+T_RT   arpa/nameser.h  d       #define T_RT ns_t_rt
+T_SIG  arpa/nameser.h  d       #define T_SIG ns_t_sig
+T_SOA  arpa/nameser.h  d       #define T_SOA ns_t_soa
+T_SRV  arpa/nameser.h  d       #define T_SRV ns_t_srv
+T_TSIG arpa/nameser.h  d       #define T_TSIG ns_t_tsig
+T_TXT  arpa/nameser.h  d       #define T_TXT ns_t_txt
+T_WKS  arpa/nameser.h  d       #define T_WKS ns_t_wks
+T_X25  arpa/nameser.h  d       #define T_X25 ns_t_x25
+UCHAR_MAX      limits.h        d       #define UCHAR_MAX 255
+UDP_CORK       netinet/udp.h   d       #define UDP_CORK 1
+UDP_ENCAP      netinet/udp.h   d       #define UDP_ENCAP 100
+UDP_ENCAP_ESPINUDP     netinet/udp.h   d       #define UDP_ENCAP_ESPINUDP 2
+UDP_ENCAP_ESPINUDP_NON_IKE     netinet/udp.h   d       #define UDP_ENCAP_ESPINUDP_NON_IKE 1
+UDP_ENCAP_L2TPINUDP    netinet/udp.h   d       #define UDP_ENCAP_L2TPINUDP 3
+UINT16_C       stdint.h        d       #define UINT16_C(c) c
+UINT16_MAX     stdint.h        d       #define UINT16_MAX (0xffff)
+UINT32_C       stdint.h        d       #define UINT32_C(c) c ## U
+UINT32_MAX     stdint.h        d       #define UINT32_MAX (0xffffffffu)
+UINT64_C       stdint.h        d       #define UINT64_C(c) c ## UL
+UINT64_C       stdint.h        d       #define UINT64_C(c) c ## ULL
+UINT64_MAX     stdint.h        d       #define UINT64_MAX (0xffffffffffffffffu)
+UINT8_C        stdint.h        d       #define UINT8_C(c) c
+UINT8_MAX      stdint.h        d       #define UINT8_MAX (0xff)
+UINTMAX_C      stdint.h        d       #define UINTMAX_C(c) c ## UL
+UINTMAX_C      stdint.h        d       #define UINTMAX_C(c) c ## ULL
+UINTMAX_MAX    stdint.h        d       #define UINTMAX_MAX UINT64_MAX
+UINT_FAST64_MAX        stdint.h        d       #define UINT_FAST64_MAX UINT64_MAX
+UINT_FAST8_MAX stdint.h        d       #define UINT_FAST8_MAX UINT8_MAX
+UINT_LEAST16_MAX       stdint.h        d       #define UINT_LEAST16_MAX UINT16_MAX
+UINT_LEAST32_MAX       stdint.h        d       #define UINT_LEAST32_MAX UINT32_MAX
+UINT_LEAST64_MAX       stdint.h        d       #define UINT_LEAST64_MAX UINT64_MAX
+UINT_LEAST8_MAX        stdint.h        d       #define UINT_LEAST8_MAX UINT8_MAX
+UINT_MAX       limits.h        d       #define UINT_MAX 0xffffffffU
+UIO_MAXIOV     sys/uio.h       d       #define UIO_MAXIOV 1024
+ULLONG_MAX     limits.h        d       #define ULLONG_MAX (2ULL*LLONG_MAX+1)
+ULONG_MAX      limits.h        d       #define ULONG_MAX (2UL*LONG_MAX+1)
+UL_GETFSIZE    ulimit.h        d       #define UL_GETFSIZE 1
+UL_SETFSIZE    ulimit.h        d       #define UL_SETFSIZE 2
+UMOUNT_NOFOLLOW        sys/mount.h     d       #define UMOUNT_NOFOLLOW 8
+UNCACHEABLE    sys/cachectl.h  d       #define UNCACHEABLE 1
+UNIT_ATTENTION scsi/scsi.h     d       #define UNIT_ATTENTION 0x06
+UPDATE_BLOCK   scsi/scsi.h     d       #define UPDATE_BLOCK 0x3d
+USER_PROCESS   utmpx.h d       #define USER_PROCESS 7
+USHRT_MAX      limits.h        d       #define USHRT_MAX 0xffff
+USRQUOTA       sys/quota.h     d       #define USRQUOTA 0
+UTIME_NOW      sys/stat.h      d       #define UTIME_NOW 0x3fffffff
+UTIME_OMIT     sys/stat.h      d       #define UTIME_OMIT 0x3ffffffe
+UTMP_FILE      utmp.h  d       #define UTMP_FILE _PATH_UTMP
+UTMP_FILENAME  utmp.h  d       #define UTMP_FILENAME _PATH_UTMP
+UT_HOSTSIZE    utmp.h  d       #define UT_HOSTSIZE 256
+UT_LINESIZE    utmp.h  d       #define UT_LINESIZE 32
+UT_NAMESIZE    utmp.h  d       #define UT_NAMESIZE 32
+VERIFY scsi/scsi.h     d       #define VERIFY 0x2f
+VER_DEF_CURRENT        elf.h   d       #define VER_DEF_CURRENT 1
+VER_DEF_NONE   elf.h   d       #define VER_DEF_NONE 0
+VER_DEF_NUM    elf.h   d       #define VER_DEF_NUM 2
+VER_FLG_BASE   elf.h   d       #define VER_FLG_BASE 0x1
+VER_FLG_WEAK   elf.h   d       #define VER_FLG_WEAK 0x2
+VER_FLG_WEAK   elf.h   d       #define VER_FLG_WEAK 0x2
+VER_NDX_ELIMINATE      elf.h   d       #define VER_NDX_ELIMINATE 0xff01
+VER_NDX_GLOBAL elf.h   d       #define VER_NDX_GLOBAL 1
+VER_NDX_LOCAL  elf.h   d       #define VER_NDX_LOCAL 0
+VER_NDX_LORESERVE      elf.h   d       #define VER_NDX_LORESERVE 0xff00
+VER_NEED_CURRENT       elf.h   d       #define VER_NEED_CURRENT 1
+VER_NEED_NONE  elf.h   d       #define VER_NEED_NONE 0
+VER_NEED_NUM   elf.h   d       #define VER_NEED_NUM 2
+VISIT  search.h        t       typedef enum { preorder, postorder, endorder, leaf } VISIT;
+VOLUME_OVERFLOW        scsi/scsi.h     d       #define VOLUME_OVERFLOW 0x0d
+WCHAR_MAX      stdint.h        d       #define WCHAR_MAX (0x7fffffff+L'\0')
+WCHAR_MAX      stdint.h        d       #define WCHAR_MAX (0xffffffffu+L'\0')
+WCHAR_MAX      wchar.h d       #define WCHAR_MAX (0x7fffffff+L'\0')
+WCHAR_MAX      wchar.h d       #define WCHAR_MAX (0xffffffffu+L'\0')
+WCHAR_MIN      stdint.h        d       #define WCHAR_MIN (-1-0x7fffffff+L'\0')
+WCHAR_MIN      stdint.h        d       #define WCHAR_MIN (0+L'\0')
+WCHAR_MIN      wchar.h d       #define WCHAR_MIN (-1-0x7fffffff+L'\0')
+WCHAR_MIN      wchar.h d       #define WCHAR_MIN (0+L'\0')
+WCONTINUED     sys/wait.h      d       #define WCONTINUED 8
+WCOREDUMP      stdlib.h        d       #define WCOREDUMP(s) ((s) & 0x80)
+WCOREDUMP      sys/wait.h      d       #define WCOREDUMP(s) ((s) & 0x80)
+WEOF   wchar.h d       #define WEOF 0xffffffffU
+WEOF   wctype.h        d       #define WEOF 0xffffffffU
+WEXITED        sys/wait.h      d       #define WEXITED 4
+WEXITSTATUS    stdlib.h        d       #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
+WEXITSTATUS    sys/wait.h      d       #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
+WHOLE_SECONDS  sys/personality.h       d       #define WHOLE_SECONDS 0x2000000
+WIFCONTINUED   stdlib.h        d       #define WIFCONTINUED(s) ((s) == 0xffff)
+WIFCONTINUED   sys/wait.h      d       #define WIFCONTINUED(s) ((s) == 0xffff)
+WIFEXITED      stdlib.h        d       #define WIFEXITED(s) (!WTERMSIG(s))
+WIFEXITED      sys/wait.h      d       #define WIFEXITED(s) (!WTERMSIG(s))
+WIFSIGNALED    stdlib.h        d       #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu)
+WIFSIGNALED    sys/wait.h      d       #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu)
+WIFSTOPPED     stdlib.h        d       #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00)
+WIFSTOPPED     sys/wait.h      d       #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00)
+WILL   arpa/telnet.h   d       #define WILL 251
+WINT_MAX       stdint.h        d       #define WINT_MAX UINT32_MAX
+WINT_MIN       stdint.h        d       #define WINT_MIN 0U
+WNOHANG        stdlib.h        d       #define WNOHANG 1
+WNOHANG        sys/wait.h      d       #define WNOHANG 1
+WNOWAIT        sys/wait.h      d       #define WNOWAIT 0x1000000
+WONT   arpa/telnet.h   d       #define WONT 252
+WORD_BIT       limits.h        d       #define WORD_BIT 32
+WRDE_APPEND    wordexp.h       d       #define WRDE_APPEND 2
+WRDE_BADCHAR   wordexp.h       d       #define WRDE_BADCHAR 2
+WRDE_BADVAL    wordexp.h       d       #define WRDE_BADVAL 3
+WRDE_CMDSUB    wordexp.h       d       #define WRDE_CMDSUB 4
+WRDE_DOOFFS    wordexp.h       d       #define WRDE_DOOFFS 1
+WRDE_NOCMD     wordexp.h       d       #define WRDE_NOCMD 4
+WRDE_NOSPACE   wordexp.h       d       #define WRDE_NOSPACE 1
+WRDE_NOSYS     wordexp.h       d       #define WRDE_NOSYS -1
+WRDE_REUSE     wordexp.h       d       #define WRDE_REUSE 8
+WRDE_SHOWERR   wordexp.h       d       #define WRDE_SHOWERR 16
+WRDE_SYNTAX    wordexp.h       d       #define WRDE_SYNTAX 5
+WRDE_UNDEF     wordexp.h       d       #define WRDE_UNDEF 32
+WRITE_10       scsi/scsi.h     d       #define WRITE_10 0x2a
+WRITE_12       scsi/scsi.h     d       #define WRITE_12 0xaa
+WRITE_6        scsi/scsi.h     d       #define WRITE_6 0x0a
+WRITE_BUFFER   scsi/scsi.h     d       #define WRITE_BUFFER 0x3b
+WRITE_FILEMARKS        scsi/scsi.h     d       #define WRITE_FILEMARKS 0x10
+WRITE_LONG     scsi/scsi.h     d       #define WRITE_LONG 0x3f
+WRITE_LONG_2   scsi/scsi.h     d       #define WRITE_LONG_2 0xea
+WRITE_SAME     scsi/scsi.h     d       #define WRITE_SAME 0x41
+WRITE_VERIFY   scsi/scsi.h     d       #define WRITE_VERIFY 0x2e
+WRITE_VERIFY_12        scsi/scsi.h     d       #define WRITE_VERIFY_12 0xae
+WRQ    arpa/tftp.h     d       #define WRQ 02
+WSTOPPED       sys/wait.h      d       #define WSTOPPED 2
+WSTOPSIG       stdlib.h        d       #define WSTOPSIG(s) WEXITSTATUS(s)
+WSTOPSIG       sys/wait.h      d       #define WSTOPSIG(s) WEXITSTATUS(s)
+WTERMSIG       stdlib.h        d       #define WTERMSIG(s) ((s) & 0x7f)
+WTERMSIG       sys/wait.h      d       #define WTERMSIG(s) ((s) & 0x7f)
+WTMP_FILE      utmp.h  d       #define WTMP_FILE _PATH_WTMP
+WTMP_FILENAME  utmp.h  d       #define WTMP_FILENAME _PATH_WTMP
+WUNTRACED      stdlib.h        d       #define WUNTRACED 2
+WUNTRACED      sys/wait.h      d       #define WUNTRACED 2
+W_OK   fcntl.h d       #define W_OK 2
+W_OK   unistd.h        d       #define W_OK 2
+XATTR_CREATE   sys/xattr.h     d       #define XATTR_CREATE 1
+XATTR_REPLACE  sys/xattr.h     d       #define XATTR_REPLACE 2
+X_OK   fcntl.h d       #define X_OK 1
+X_OK   unistd.h        d       #define X_OK 1
+YESEXPR        langinfo.h      d       #define YESEXPR 0x50000
+YESSTR langinfo.h      d       #define YESSTR 0x50002
+YXDOMAIN       arpa/nameser.h  d       #define YXDOMAIN ns_r_yxdomain
+YXRRSET        arpa/nameser.h  d       #define YXRRSET ns_r_yxrrset
+_AIO_H aio.h   d       #define _AIO_H
+_ALLOCA_H      alloca.h        d       #define _ALLOCA_H
+_ARPA_FTP_H    arpa/ftp.h      d       #define _ARPA_FTP_H
+_ARPA_INET_H   arpa/inet.h     d       #define _ARPA_INET_H
+_ARPA_NAMESER_H        arpa/nameser.h  d       #define _ARPA_NAMESER_H
+_ARPA_TELNET_H arpa/telnet.h   d       #define _ARPA_TELNET_H
+_ARPA_TFTP_H   arpa/tftp.h     d       #define _ARPA_TFTP_H
+_AR_H  ar.h    d       #define _AR_H
+_Alignas       stdalign.h      d       #define _Alignas(t) __attribute__((__aligned__(t)))
+_Alignof       stdalign.h      d       #define _Alignof(t) __alignof__(t)
+_BSD_SOURCE    features.h      d       #define _BSD_SOURCE 1
+_BSD_SOURCE    features.h      d       #define _BSD_SOURCE 1
+_BYTESWAP_H    byteswap.h      d       #define _BYTESWAP_H
+_COMPLEX_H     complex.h       d       #define _COMPLEX_H
+_CPIO_H        cpio.h  d       #define _CPIO_H
+_CRYPT_H       crypt.h d       #define _CRYPT_H
+_CS_GNU_LIBC_VERSION   unistd.h        d       #define _CS_GNU_LIBC_VERSION 2
+_CS_GNU_LIBPTHREAD_VERSION     unistd.h        d       #define _CS_GNU_LIBPTHREAD_VERSION 3
+_CS_PATH       unistd.h        d       #define _CS_PATH 0
+_CS_POSIX_V5_WIDTH_RESTRICTED_ENVS     unistd.h        d       #define _CS_POSIX_V5_WIDTH_RESTRICTED_ENVS 4
+_CS_POSIX_V6_ILP32_OFF32_CFLAGS        unistd.h        d       #define _CS_POSIX_V6_ILP32_OFF32_CFLAGS 1116
+_CS_POSIX_V6_ILP32_OFF32_LDFLAGS       unistd.h        d       #define _CS_POSIX_V6_ILP32_OFF32_LDFLAGS 1117
+_CS_POSIX_V6_ILP32_OFF32_LIBS  unistd.h        d       #define _CS_POSIX_V6_ILP32_OFF32_LIBS 1118
+_CS_POSIX_V6_ILP32_OFF32_LINTFLAGS     unistd.h        d       #define _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS 1119
+_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS       unistd.h        d       #define _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS 1120
+_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS      unistd.h        d       #define _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS 1121
+_CS_POSIX_V6_ILP32_OFFBIG_LIBS unistd.h        d       #define _CS_POSIX_V6_ILP32_OFFBIG_LIBS 1122
+_CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS    unistd.h        d       #define _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS 1123
+_CS_POSIX_V6_LP64_OFF64_CFLAGS unistd.h        d       #define _CS_POSIX_V6_LP64_OFF64_CFLAGS 1124
+_CS_POSIX_V6_LP64_OFF64_LDFLAGS        unistd.h        d       #define _CS_POSIX_V6_LP64_OFF64_LDFLAGS 1125
+_CS_POSIX_V6_LP64_OFF64_LIBS   unistd.h        d       #define _CS_POSIX_V6_LP64_OFF64_LIBS 1126
+_CS_POSIX_V6_LP64_OFF64_LINTFLAGS      unistd.h        d       #define _CS_POSIX_V6_LP64_OFF64_LINTFLAGS 1127
+_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS       unistd.h        d       #define _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS 1128
+_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS      unistd.h        d       #define _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS 1129
+_CS_POSIX_V6_LPBIG_OFFBIG_LIBS unistd.h        d       #define _CS_POSIX_V6_LPBIG_OFFBIG_LIBS 1130
+_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS    unistd.h        d       #define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS 1131
+_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS     unistd.h        d       #define _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS 1
+_CS_POSIX_V7_ILP32_OFF32_CFLAGS        unistd.h        d       #define _CS_POSIX_V7_ILP32_OFF32_CFLAGS 1132
+_CS_POSIX_V7_ILP32_OFF32_LDFLAGS       unistd.h        d       #define _CS_POSIX_V7_ILP32_OFF32_LDFLAGS 1133
+_CS_POSIX_V7_ILP32_OFF32_LIBS  unistd.h        d       #define _CS_POSIX_V7_ILP32_OFF32_LIBS 1134
+_CS_POSIX_V7_ILP32_OFF32_LINTFLAGS     unistd.h        d       #define _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS 1135
+_CS_POSIX_V7_ILP32_OFFBIG_CFLAGS       unistd.h        d       #define _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS 1136
+_CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS      unistd.h        d       #define _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS 1137
+_CS_POSIX_V7_ILP32_OFFBIG_LIBS unistd.h        d       #define _CS_POSIX_V7_ILP32_OFFBIG_LIBS 1138
+_CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS    unistd.h        d       #define _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS 1139
+_CS_POSIX_V7_LP64_OFF64_CFLAGS unistd.h        d       #define _CS_POSIX_V7_LP64_OFF64_CFLAGS 1140
+_CS_POSIX_V7_LP64_OFF64_LDFLAGS        unistd.h        d       #define _CS_POSIX_V7_LP64_OFF64_LDFLAGS 1141
+_CS_POSIX_V7_LP64_OFF64_LIBS   unistd.h        d       #define _CS_POSIX_V7_LP64_OFF64_LIBS 1142
+_CS_POSIX_V7_LP64_OFF64_LINTFLAGS      unistd.h        d       #define _CS_POSIX_V7_LP64_OFF64_LINTFLAGS 1143
+_CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS       unistd.h        d       #define _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS 1144
+_CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS      unistd.h        d       #define _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS 1145
+_CS_POSIX_V7_LPBIG_OFFBIG_LIBS unistd.h        d       #define _CS_POSIX_V7_LPBIG_OFFBIG_LIBS 1146
+_CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS    unistd.h        d       #define _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS 1147
+_CS_POSIX_V7_WIDTH_RESTRICTED_ENVS     unistd.h        d       #define _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS 5
+_CTYPE_H       ctype.h d       #define _CTYPE_H
+_Complex_I     complex.h       d       #define _Complex_I (0.0f+1.0fi)
+_Complex_I     complex.h       d       #define _Complex_I (__extension__ (0.0f+1.0fi))
+_DIRENT_H      dirent.h        d       #define _DIRENT_H
+_DLFCN_H       dlfcn.h d       #define _DLFCN_H
+_ELF_H elf.h   d       #define _ELF_H
+_ENDIAN_H      endian.h        d       #define _ENDIAN_H
+_ERRNO_H       errno.h d       #define _ERRNO_H
+_ERR_H err.h   d       #define _ERR_H
+_Exit  stdlib.h        p       _Noreturn void _Exit(int);
+_FANOTIFY_H    sys/fanotify.h  d       #define _FANOTIFY_H
+_FCNTL_H       fcntl.h d       #define _FCNTL_H
+_FEATURES_H    features.h      d       #define _FEATURES_H
+_FENV_H        fenv.h  d       #define _FENV_H
+_FLOAT_H       float.h d       #define _FLOAT_H
+_FMTMSG_H      fmtmsg.h        d       #define _FMTMSG_H
+_FNMATCH_H     fnmatch.h       d       #define _FNMATCH_H
+_FTW_H ftw.h   d       #define _FTW_H
+_GETOPT_H      getopt.h        d       #define _GETOPT_H
+_GLOB_H        glob.h  d       #define _GLOB_H
+_GNU_SOURCE    features.h      d       #define _GNU_SOURCE 1
+_GRP_H grp.h   d       #define _GRP_H
+_ICONV_H       iconv.h d       #define _ICONV_H
+_IFADDRS_H     ifaddrs.h       d       #define _IFADDRS_H
+_INTTYPES_H    inttypes.h      d       #define _INTTYPES_H
+_IOFBF stdio.h d       #define _IOFBF 0
+_IOLBF stdio.h d       #define _IOLBF 1
+_IONBF stdio.h d       #define _IONBF 2
+_IOT_ifconf    net/if.h        d       #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
+_IOT_ifreq     net/if.h        d       #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0)
+_IOT_ifreq_int net/if.h        d       #define _IOT_ifreq_int _IOT(_IOTS(char),IFNAMSIZ,_IOTS(int),1,0,0)
+_IOT_ifreq_short       net/if.h        d       #define _IOT_ifreq_short _IOT(_IOTS(char),IFNAMSIZ,_IOTS(short),1,0,0)
+_IOT_mtconfiginfo      sys/mtio.h      d       #define _IOT_mtconfiginfo _IOT (_IOTS (long), 2, _IOTS (short), 3, _IOTS (long), 1)
+_IOT_mtget     sys/mtio.h      d       #define _IOT_mtget _IOT (_IOTS (long), 7, 0, 0, 0, 0)
+_IOT_mtop      sys/mtio.h      d       #define _IOT_mtop _IOT (_IOTS (short), 1, _IOTS (int), 1, 0, 0)
+_IOT_mtpos     sys/mtio.h      d       #define _IOT_mtpos _IOT_SIMPLE (long)
+_ISO646_H      iso646.h        d       #define _ISO646_H
+_LANGINFO_H    langinfo.h      d       #define _LANGINFO_H
+_LIBGEN_H      libgen.h        d       #define _LIBGEN_H
+_LIBINTL_H     libintl.h       d       #define _LIBINTL_H
+_LIMITS_H      limits.h        d       #define _LIMITS_H
+_LINK_H        link.h  d       #define _LINK_H
+_LINUX_QUOTA_VERSION   sys/quota.h     d       #define _LINUX_QUOTA_VERSION 2
+_LINUX_TYPES_H sys/kd.h        d       #define _LINUX_TYPES_H
+_LOCALE_H      locale.h        d       #define _LOCALE_H
+_MALLOC_H      malloc.h        d       #define _MALLOC_H
+_MATH_H        math.h  d       #define _MATH_H
+_MNTENT_H      mntent.h        d       #define _MNTENT_H
+_MONETARY_H    monetary.h      d       #define _MONETARY_H
+_MQUEUE_H      mqueue.h        d       #define _MQUEUE_H
+_NETDB_H       netdb.h d       #define _NETDB_H
+_NETINET_ETHER_H       netinet/ether.h d       #define _NETINET_ETHER_H
+_NETINET_ICMP6_H       netinet/icmp6.h d       #define _NETINET_ICMP6_H
+_NETINET_IF_ETHER_H    netinet/if_ether.h      d       #define _NETINET_IF_ETHER_H
+_NETINET_IGMP_H        netinet/igmp.h  d       #define _NETINET_IGMP_H
+_NETINET_IN_H  netinet/in.h    d       #define _NETINET_IN_H
+_NETINET_IN_SYSTM_H    netinet/in_systm.h      d       #define _NETINET_IN_SYSTM_H
+_NETINET_IP6_H netinet/ip6.h   d       #define _NETINET_IP6_H
+_NETINET_IP_H  netinet/ip.h    d       #define _NETINET_IP_H
+_NETINET_IP_ICMP_H     netinet/ip_icmp.h       d       #define _NETINET_IP_ICMP_H
+_NETINET_TCP_H netinet/tcp.h   d       #define _NETINET_TCP_H
+_NETINET_UDP_H netinet/udp.h   d       #define _NETINET_UDP_H
+_NETPACKET_PACKET_H    netpacket/packet.h      d       #define _NETPACKET_PACKET_H
+_NET_ETHERNET_H        net/ethernet.h  d       #define _NET_ETHERNET_H
+_NET_IF_ARP_H  net/if_arp.h    d       #define _NET_IF_ARP_H
+_NET_IF_H      net/if.h        d       #define _NET_IF_H
+_NET_ROUTE_H   net/route.h     d       #define _NET_ROUTE_H
+_NL_TYPES_H    nl_types.h      d       #define _NL_TYPES_H
+_Noreturn      features.h      d       #define _Noreturn
+_Noreturn      features.h      d       #define _Noreturn __attribute__((__noreturn__))
+_PATHS_H       paths.h d       #define _PATHS_H
+_PATH_BSHELL   paths.h d       #define _PATH_BSHELL "/bin/sh"
+_PATH_CONSOLE  paths.h d       #define _PATH_CONSOLE "/dev/console"
+_PATH_DEFPATH  paths.h d       #define _PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin"
+_PATH_DEV      paths.h d       #define _PATH_DEV "/dev/"
+_PATH_DEVNULL  paths.h d       #define _PATH_DEVNULL "/dev/null"
+_PATH_KLOG     paths.h d       #define _PATH_KLOG "/proc/kmsg"
+_PATH_LASTLOG  paths.h d       #define _PATH_LASTLOG "/var/log/lastlog"
+_PATH_LOG      syslog.h        d       #define _PATH_LOG "/dev/log"
+_PATH_MAILDIR  paths.h d       #define _PATH_MAILDIR "/var/mail"
+_PATH_MAN      paths.h d       #define _PATH_MAN "/usr/share/man"
+_PATH_MNTTAB   paths.h d       #define _PATH_MNTTAB "/etc/fstab"
+_PATH_MOUNTED  paths.h d       #define _PATH_MOUNTED "/etc/mtab"
+_PATH_NOLOGIN  paths.h d       #define _PATH_NOLOGIN "/etc/nologin"
+_PATH_RESCONF  resolv.h        d       #define _PATH_RESCONF "/etc/resolv.conf"
+_PATH_SENDMAIL paths.h d       #define _PATH_SENDMAIL "/usr/sbin/sendmail"
+_PATH_SHADOW   paths.h d       #define _PATH_SHADOW "/etc/shadow"
+_PATH_SHELLS   paths.h d       #define _PATH_SHELLS "/etc/shells"
+_PATH_STDPATH  paths.h d       #define _PATH_STDPATH "/bin:/usr/bin:/sbin:/usr/sbin"
+_PATH_TMP      paths.h d       #define _PATH_TMP "/tmp/"
+_PATH_TTY      paths.h d       #define _PATH_TTY "/dev/tty"
+_PATH_UTMP     paths.h d       #define _PATH_UTMP "/dev/null/utmp"
+_PATH_UTMP     utmp.h  d       #define _PATH_UTMP "/dev/null/utmp"
+_PATH_VARDB    paths.h d       #define _PATH_VARDB "/var/lib/misc/"
+_PATH_VARRUN   paths.h d       #define _PATH_VARRUN "/var/run/"
+_PATH_VARTMP   paths.h d       #define _PATH_VARTMP "/var/tmp/"
+_PATH_VI       paths.h d       #define _PATH_VI "/usr/bin/vi"
+_PATH_WTMP     paths.h d       #define _PATH_WTMP "/dev/null/wtmp"
+_PATH_WTMP     utmp.h  d       #define _PATH_WTMP "/dev/null/wtmp"
+_PC_2_SYMLINKS unistd.h        d       #define _PC_2_SYMLINKS 20
+_PC_ALLOC_SIZE_MIN     unistd.h        d       #define _PC_ALLOC_SIZE_MIN 18
+_PC_ASYNC_IO   unistd.h        d       #define _PC_ASYNC_IO 10
+_PC_CHOWN_RESTRICTED   unistd.h        d       #define _PC_CHOWN_RESTRICTED 6
+_PC_FILESIZEBITS       unistd.h        d       #define _PC_FILESIZEBITS 13
+_PC_LINK_MAX   unistd.h        d       #define _PC_LINK_MAX 0
+_PC_MAX_CANON  unistd.h        d       #define _PC_MAX_CANON 1
+_PC_MAX_INPUT  unistd.h        d       #define _PC_MAX_INPUT 2
+_PC_NAME_MAX   unistd.h        d       #define _PC_NAME_MAX 3
+_PC_NO_TRUNC   unistd.h        d       #define _PC_NO_TRUNC 7
+_PC_PATH_MAX   unistd.h        d       #define _PC_PATH_MAX 4
+_PC_PIPE_BUF   unistd.h        d       #define _PC_PIPE_BUF 5
+_PC_PRIO_IO    unistd.h        d       #define _PC_PRIO_IO 11
+_PC_REC_INCR_XFER_SIZE unistd.h        d       #define _PC_REC_INCR_XFER_SIZE 14
+_PC_REC_MAX_XFER_SIZE  unistd.h        d       #define _PC_REC_MAX_XFER_SIZE 15
+_PC_REC_MIN_XFER_SIZE  unistd.h        d       #define _PC_REC_MIN_XFER_SIZE 16
+_PC_REC_XFER_ALIGN     unistd.h        d       #define _PC_REC_XFER_ALIGN 17
+_PC_SOCK_MAXBUF        unistd.h        d       #define _PC_SOCK_MAXBUF 12
+_PC_SYMLINK_MAX        unistd.h        d       #define _PC_SYMLINK_MAX 19
+_PC_SYNC_IO    unistd.h        d       #define _PC_SYNC_IO 9
+_PC_VDISABLE   unistd.h        d       #define _PC_VDISABLE 8
+_PERSONALITY_H sys/personality.h       d       #define _PERSONALITY_H
+_POLL_H        poll.h  d       #define _POLL_H
+_POSIX2_BC_BASE_MAX    limits.h        d       #define _POSIX2_BC_BASE_MAX 99
+_POSIX2_BC_DIM_MAX     limits.h        d       #define _POSIX2_BC_DIM_MAX 2048
+_POSIX2_BC_SCALE_MAX   limits.h        d       #define _POSIX2_BC_SCALE_MAX 99
+_POSIX2_BC_STRING_MAX  limits.h        d       #define _POSIX2_BC_STRING_MAX 1000
+_POSIX2_CHARCLASS_NAME_MAX     limits.h        d       #define _POSIX2_CHARCLASS_NAME_MAX 14
+_POSIX2_COLL_WEIGHTS_MAX       limits.h        d       #define _POSIX2_COLL_WEIGHTS_MAX 2
+_POSIX2_C_BIND unistd.h        d       #define _POSIX2_C_BIND _POSIX_VERSION
+_POSIX2_EXPR_NEST_MAX  limits.h        d       #define _POSIX2_EXPR_NEST_MAX 32
+_POSIX2_LINE_MAX       limits.h        d       #define _POSIX2_LINE_MAX 2048
+_POSIX2_RE_DUP_MAX     limits.h        d       #define _POSIX2_RE_DUP_MAX 255
+_POSIX2_VERSION        unistd.h        d       #define _POSIX2_VERSION _POSIX_VERSION
+_POSIX_ADVISORY_INFO   unistd.h        d       #define _POSIX_ADVISORY_INFO _POSIX_VERSION
+_POSIX_AIO_LISTIO_MAX  limits.h        d       #define _POSIX_AIO_LISTIO_MAX 2
+_POSIX_AIO_MAX limits.h        d       #define _POSIX_AIO_MAX 1
+_POSIX_ARG_MAX limits.h        d       #define _POSIX_ARG_MAX 4096
+_POSIX_ASYNCHRONOUS_IO unistd.h        d       #define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION
+_POSIX_BARRIERS        unistd.h        d       #define _POSIX_BARRIERS _POSIX_VERSION
+_POSIX_CHILD_MAX       limits.h        d       #define _POSIX_CHILD_MAX 25
+_POSIX_CHOWN_RESTRICTED        unistd.h        d       #define _POSIX_CHOWN_RESTRICTED 1
+_POSIX_CLOCKRES_MIN    limits.h        d       #define _POSIX_CLOCKRES_MIN 20000000
+_POSIX_CLOCK_SELECTION unistd.h        d       #define _POSIX_CLOCK_SELECTION _POSIX_VERSION
+_POSIX_CPUTIME unistd.h        d       #define _POSIX_CPUTIME _POSIX_VERSION
+_POSIX_DELAYTIMER_MAX  limits.h        d       #define _POSIX_DELAYTIMER_MAX 32
+_POSIX_FSYNC   unistd.h        d       #define _POSIX_FSYNC _POSIX_VERSION
+_POSIX_HOST_NAME_MAX   limits.h        d       #define _POSIX_HOST_NAME_MAX 255
+_POSIX_IPV6    unistd.h        d       #define _POSIX_IPV6 _POSIX_VERSION
+_POSIX_JOB_CONTROL     unistd.h        d       #define _POSIX_JOB_CONTROL 1
+_POSIX_LINK_MAX        limits.h        d       #define _POSIX_LINK_MAX 8
+_POSIX_LOGIN_NAME_MAX  limits.h        d       #define _POSIX_LOGIN_NAME_MAX 9
+_POSIX_MAPPED_FILES    unistd.h        d       #define _POSIX_MAPPED_FILES _POSIX_VERSION
+_POSIX_MAX_CANON       limits.h        d       #define _POSIX_MAX_CANON 255
+_POSIX_MAX_INPUT       limits.h        d       #define _POSIX_MAX_INPUT 255
+_POSIX_MEMLOCK unistd.h        d       #define _POSIX_MEMLOCK _POSIX_VERSION
+_POSIX_MEMLOCK_RANGE   unistd.h        d       #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
+_POSIX_MEMORY_PROTECTION       unistd.h        d       #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
+_POSIX_MESSAGE_PASSING unistd.h        d       #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
+_POSIX_MONOTONIC_CLOCK unistd.h        d       #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION
+_POSIX_MQ_OPEN_MAX     limits.h        d       #define _POSIX_MQ_OPEN_MAX 8
+_POSIX_MQ_PRIO_MAX     limits.h        d       #define _POSIX_MQ_PRIO_MAX 32
+_POSIX_NAME_MAX        limits.h        d       #define _POSIX_NAME_MAX 14
+_POSIX_NGROUPS_MAX     limits.h        d       #define _POSIX_NGROUPS_MAX 8
+_POSIX_NO_TRUNC        unistd.h        d       #define _POSIX_NO_TRUNC 1
+_POSIX_OPEN_MAX        limits.h        d       #define _POSIX_OPEN_MAX 20
+_POSIX_PATH_MAX        limits.h        d       #define _POSIX_PATH_MAX 256
+_POSIX_PIPE_BUF        limits.h        d       #define _POSIX_PIPE_BUF 512
+_POSIX_RAW_SOCKETS     unistd.h        d       #define _POSIX_RAW_SOCKETS _POSIX_VERSION
+_POSIX_READER_WRITER_LOCKS     unistd.h        d       #define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION
+_POSIX_REALTIME_SIGNALS        unistd.h        d       #define _POSIX_REALTIME_SIGNALS _POSIX_VERSION
+_POSIX_REGEXP  unistd.h        d       #define _POSIX_REGEXP 1
+_POSIX_RE_DUP_MAX      limits.h        d       #define _POSIX_RE_DUP_MAX 255
+_POSIX_RTSIG_MAX       limits.h        d       #define _POSIX_RTSIG_MAX 8
+_POSIX_SAVED_IDS       unistd.h        d       #define _POSIX_SAVED_IDS 1
+_POSIX_SEMAPHORES      unistd.h        d       #define _POSIX_SEMAPHORES _POSIX_VERSION
+_POSIX_SEM_NSEMS_MAX   limits.h        d       #define _POSIX_SEM_NSEMS_MAX 256
+_POSIX_SEM_VALUE_MAX   limits.h        d       #define _POSIX_SEM_VALUE_MAX 32767
+_POSIX_SHARED_MEMORY_OBJECTS   unistd.h        d       #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION
+_POSIX_SHELL   unistd.h        d       #define _POSIX_SHELL 1
+_POSIX_SIGQUEUE_MAX    limits.h        d       #define _POSIX_SIGQUEUE_MAX 32
+_POSIX_SPAWN   unistd.h        d       #define _POSIX_SPAWN _POSIX_VERSION
+_POSIX_SPIN_LOCKS      unistd.h        d       #define _POSIX_SPIN_LOCKS _POSIX_VERSION
+_POSIX_SSIZE_MAX       limits.h        d       #define _POSIX_SSIZE_MAX 32767
+_POSIX_SS_REPL_MAX     limits.h        d       #define _POSIX_SS_REPL_MAX 4
+_POSIX_STREAM_MAX      limits.h        d       #define _POSIX_STREAM_MAX 8
+_POSIX_SYMLINK_MAX     limits.h        d       #define _POSIX_SYMLINK_MAX 255
+_POSIX_SYMLOOP_MAX     limits.h        d       #define _POSIX_SYMLOOP_MAX 8
+_POSIX_THREADS unistd.h        d       #define _POSIX_THREADS _POSIX_VERSION
+_POSIX_THREAD_ATTR_STACKADDR   unistd.h        d       #define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION
+_POSIX_THREAD_ATTR_STACKSIZE   unistd.h        d       #define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION
+_POSIX_THREAD_CPUTIME  unistd.h        d       #define _POSIX_THREAD_CPUTIME _POSIX_VERSION
+_POSIX_THREAD_DESTRUCTOR_ITERATIONS    limits.h        d       #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4
+_POSIX_THREAD_KEYS_MAX limits.h        d       #define _POSIX_THREAD_KEYS_MAX 128
+_POSIX_THREAD_PRIORITY_SCHEDULING      unistd.h        d       #define _POSIX_THREAD_PRIORITY_SCHEDULING _POSIX_VERSION
+_POSIX_THREAD_PROCESS_SHARED   unistd.h        d       #define _POSIX_THREAD_PROCESS_SHARED _POSIX_VERSION
+_POSIX_THREAD_SAFE_FUNCTIONS   unistd.h        d       #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION
+_POSIX_THREAD_THREADS_MAX      limits.h        d       #define _POSIX_THREAD_THREADS_MAX 64
+_POSIX_TIMEOUTS        unistd.h        d       #define _POSIX_TIMEOUTS _POSIX_VERSION
+_POSIX_TIMERS  unistd.h        d       #define _POSIX_TIMERS _POSIX_VERSION
+_POSIX_TIMER_MAX       limits.h        d       #define _POSIX_TIMER_MAX 32
+_POSIX_TRACE_EVENT_NAME_MAX    limits.h        d       #define _POSIX_TRACE_EVENT_NAME_MAX 30
+_POSIX_TRACE_NAME_MAX  limits.h        d       #define _POSIX_TRACE_NAME_MAX 8
+_POSIX_TRACE_SYS_MAX   limits.h        d       #define _POSIX_TRACE_SYS_MAX 8
+_POSIX_TRACE_USER_EVENT_MAX    limits.h        d       #define _POSIX_TRACE_USER_EVENT_MAX 32
+_POSIX_TTY_NAME_MAX    limits.h        d       #define _POSIX_TTY_NAME_MAX 9
+_POSIX_TZNAME_MAX      limits.h        d       #define _POSIX_TZNAME_MAX 6
+_POSIX_VDISABLE        unistd.h        d       #define _POSIX_VDISABLE 0
+_POSIX_VERSION unistd.h        d       #define _POSIX_VERSION 200809L
+_PTHREAD_H     pthread.h       d       #define _PTHREAD_H
+_PTY_H pty.h   d       #define _PTY_H
+_PWD_H pwd.h   d       #define _PWD_H
+_REGEX_H       regex.h d       #define _REGEX_H
+_RESOLV_H      resolv.h        d       #define _RESOLV_H
+_SCHED_H       sched.h d       #define _SCHED_H
+_SCSI_IOCTL_H  scsi/scsi_ioctl.h       d       #define _SCSI_IOCTL_H
+_SCSI_SCSI_H   scsi/scsi.h     d       #define _SCSI_SCSI_H
+_SCSI_SG_H     scsi/sg.h       d       #define _SCSI_SG_H
+_SC_2_CHAR_TERM        unistd.h        d       #define _SC_2_CHAR_TERM 95
+_SC_2_C_BIND   unistd.h        d       #define _SC_2_C_BIND 47
+_SC_2_C_DEV    unistd.h        d       #define _SC_2_C_DEV 48
+_SC_2_FORT_DEV unistd.h        d       #define _SC_2_FORT_DEV 49
+_SC_2_FORT_RUN unistd.h        d       #define _SC_2_FORT_RUN 50
+_SC_2_LOCALEDEF        unistd.h        d       #define _SC_2_LOCALEDEF 52
+_SC_2_PBS      unistd.h        d       #define _SC_2_PBS 168
+_SC_2_PBS_ACCOUNTING   unistd.h        d       #define _SC_2_PBS_ACCOUNTING 169
+_SC_2_PBS_CHECKPOINT   unistd.h        d       #define _SC_2_PBS_CHECKPOINT 175
+_SC_2_PBS_LOCATE       unistd.h        d       #define _SC_2_PBS_LOCATE 170
+_SC_2_PBS_MESSAGE      unistd.h        d       #define _SC_2_PBS_MESSAGE 171
+_SC_2_PBS_TRACK        unistd.h        d       #define _SC_2_PBS_TRACK 172
+_SC_2_SW_DEV   unistd.h        d       #define _SC_2_SW_DEV 51
+_SC_2_UPE      unistd.h        d       #define _SC_2_UPE 97
+_SC_2_VERSION  unistd.h        d       #define _SC_2_VERSION 46
+_SC_ADVISORY_INFO      unistd.h        d       #define _SC_ADVISORY_INFO 132
+_SC_AIO_LISTIO_MAX     unistd.h        d       #define _SC_AIO_LISTIO_MAX 23
+_SC_AIO_MAX    unistd.h        d       #define _SC_AIO_MAX 24
+_SC_AIO_PRIO_DELTA_MAX unistd.h        d       #define _SC_AIO_PRIO_DELTA_MAX 25
+_SC_ARG_MAX    unistd.h        d       #define _SC_ARG_MAX 0
+_SC_ASYNCHRONOUS_IO    unistd.h        d       #define _SC_ASYNCHRONOUS_IO 12
+_SC_ATEXIT_MAX unistd.h        d       #define _SC_ATEXIT_MAX 87
+_SC_AVPHYS_PAGES       unistd.h        d       #define _SC_AVPHYS_PAGES 86
+_SC_BARRIERS   unistd.h        d       #define _SC_BARRIERS 133
+_SC_BC_BASE_MAX        unistd.h        d       #define _SC_BC_BASE_MAX 36
+_SC_BC_DIM_MAX unistd.h        d       #define _SC_BC_DIM_MAX 37
+_SC_BC_SCALE_MAX       unistd.h        d       #define _SC_BC_SCALE_MAX 38
+_SC_BC_STRING_MAX      unistd.h        d       #define _SC_BC_STRING_MAX 39
+_SC_CHILD_MAX  unistd.h        d       #define _SC_CHILD_MAX 1
+_SC_CLK_TCK    unistd.h        d       #define _SC_CLK_TCK 2
+_SC_CLOCK_SELECTION    unistd.h        d       #define _SC_CLOCK_SELECTION 137
+_SC_COLL_WEIGHTS_MAX   unistd.h        d       #define _SC_COLL_WEIGHTS_MAX 40
+_SC_CPUTIME    unistd.h        d       #define _SC_CPUTIME 138
+_SC_DELAYTIMER_MAX     unistd.h        d       #define _SC_DELAYTIMER_MAX 26
+_SC_EXPR_NEST_MAX      unistd.h        d       #define _SC_EXPR_NEST_MAX 42
+_SC_FSYNC      unistd.h        d       #define _SC_FSYNC 15
+_SC_GETGR_R_SIZE_MAX   unistd.h        d       #define _SC_GETGR_R_SIZE_MAX 69
+_SC_GETPW_R_SIZE_MAX   unistd.h        d       #define _SC_GETPW_R_SIZE_MAX 70
+_SC_HOST_NAME_MAX      unistd.h        d       #define _SC_HOST_NAME_MAX 180
+_SC_IOV_MAX    unistd.h        d       #define _SC_IOV_MAX 60
+_SC_IPV6       unistd.h        d       #define _SC_IPV6 235
+_SC_JOB_CONTROL        unistd.h        d       #define _SC_JOB_CONTROL 7
+_SC_LINE_MAX   unistd.h        d       #define _SC_LINE_MAX 43
+_SC_LOGIN_NAME_MAX     unistd.h        d       #define _SC_LOGIN_NAME_MAX 71
+_SC_MAPPED_FILES       unistd.h        d       #define _SC_MAPPED_FILES 16
+_SC_MEMLOCK    unistd.h        d       #define _SC_MEMLOCK 17
+_SC_MEMLOCK_RANGE      unistd.h        d       #define _SC_MEMLOCK_RANGE 18
+_SC_MEMORY_PROTECTION  unistd.h        d       #define _SC_MEMORY_PROTECTION 19
+_SC_MESSAGE_PASSING    unistd.h        d       #define _SC_MESSAGE_PASSING 20
+_SC_MONOTONIC_CLOCK    unistd.h        d       #define _SC_MONOTONIC_CLOCK 149
+_SC_MQ_OPEN_MAX        unistd.h        d       #define _SC_MQ_OPEN_MAX 27
+_SC_MQ_PRIO_MAX        unistd.h        d       #define _SC_MQ_PRIO_MAX 28
+_SC_NGROUPS_MAX        unistd.h        d       #define _SC_NGROUPS_MAX 3
+_SC_NPROCESSORS_CONF   unistd.h        d       #define _SC_NPROCESSORS_CONF 83
+_SC_NPROCESSORS_ONLN   unistd.h        d       #define _SC_NPROCESSORS_ONLN 84
+_SC_NZERO      unistd.h        d       #define _SC_NZERO 109
+_SC_OPEN_MAX   unistd.h        d       #define _SC_OPEN_MAX 4
+_SC_PAGESIZE   unistd.h        d       #define _SC_PAGESIZE 30 /* !! */
+_SC_PAGE_SIZE  unistd.h        d       #define _SC_PAGE_SIZE 30
+_SC_PASS_MAX   unistd.h        d       #define _SC_PASS_MAX 88
+_SC_PHYS_PAGES unistd.h        d       #define _SC_PHYS_PAGES 85
+_SC_PRIORITIZED_IO     unistd.h        d       #define _SC_PRIORITIZED_IO 13
+_SC_PRIORITY_SCHEDULING        unistd.h        d       #define _SC_PRIORITY_SCHEDULING 10
+_SC_RAW_SOCKETS        unistd.h        d       #define _SC_RAW_SOCKETS 236
+_SC_READER_WRITER_LOCKS        unistd.h        d       #define _SC_READER_WRITER_LOCKS 153
+_SC_REALTIME_SIGNALS   unistd.h        d       #define _SC_REALTIME_SIGNALS 9
+_SC_REGEXP     unistd.h        d       #define _SC_REGEXP 155
+_SC_RE_DUP_MAX unistd.h        d       #define _SC_RE_DUP_MAX 44
+_SC_RTSIG_MAX  unistd.h        d       #define _SC_RTSIG_MAX 31
+_SC_SAVED_IDS  unistd.h        d       #define _SC_SAVED_IDS 8
+_SC_SEMAPHORES unistd.h        d       #define _SC_SEMAPHORES 21
+_SC_SEM_NSEMS_MAX      unistd.h        d       #define _SC_SEM_NSEMS_MAX 32
+_SC_SEM_VALUE_MAX      unistd.h        d       #define _SC_SEM_VALUE_MAX 33
+_SC_SHARED_MEMORY_OBJECTS      unistd.h        d       #define _SC_SHARED_MEMORY_OBJECTS 22
+_SC_SHELL      unistd.h        d       #define _SC_SHELL 157
+_SC_SIGQUEUE_MAX       unistd.h        d       #define _SC_SIGQUEUE_MAX 34
+_SC_SPAWN      unistd.h        d       #define _SC_SPAWN 159
+_SC_SPIN_LOCKS unistd.h        d       #define _SC_SPIN_LOCKS 154
+_SC_SPORADIC_SERVER    unistd.h        d       #define _SC_SPORADIC_SERVER 160
+_SC_SS_REPL_MAX        unistd.h        d       #define _SC_SS_REPL_MAX 241
+_SC_STREAMS    unistd.h        d       #define _SC_STREAMS 174
+_SC_STREAM_MAX unistd.h        d       #define _SC_STREAM_MAX 5
+_SC_SYMLOOP_MAX        unistd.h        d       #define _SC_SYMLOOP_MAX 173
+_SC_SYNCHRONIZED_IO    unistd.h        d       #define _SC_SYNCHRONIZED_IO 14
+_SC_THREADS    unistd.h        d       #define _SC_THREADS 67
+_SC_THREAD_ATTR_STACKADDR      unistd.h        d       #define _SC_THREAD_ATTR_STACKADDR 77
+_SC_THREAD_ATTR_STACKSIZE      unistd.h        d       #define _SC_THREAD_ATTR_STACKSIZE 78
+_SC_THREAD_CPUTIME     unistd.h        d       #define _SC_THREAD_CPUTIME 139
+_SC_THREAD_DESTRUCTOR_ITERATIONS       unistd.h        d       #define _SC_THREAD_DESTRUCTOR_ITERATIONS 73
+_SC_THREAD_KEYS_MAX    unistd.h        d       #define _SC_THREAD_KEYS_MAX 74
+_SC_THREAD_PRIORITY_SCHEDULING unistd.h        d       #define _SC_THREAD_PRIORITY_SCHEDULING 79
+_SC_THREAD_PRIO_INHERIT        unistd.h        d       #define _SC_THREAD_PRIO_INHERIT 80
+_SC_THREAD_PRIO_PROTECT        unistd.h        d       #define _SC_THREAD_PRIO_PROTECT 81
+_SC_THREAD_PROCESS_SHARED      unistd.h        d       #define _SC_THREAD_PROCESS_SHARED 82
+_SC_THREAD_ROBUST_PRIO_INHERIT unistd.h        d       #define _SC_THREAD_ROBUST_PRIO_INHERIT 247
+_SC_THREAD_ROBUST_PRIO_PROTECT unistd.h        d       #define _SC_THREAD_ROBUST_PRIO_PROTECT 248
+_SC_THREAD_SAFE_FUNCTIONS      unistd.h        d       #define _SC_THREAD_SAFE_FUNCTIONS 68
+_SC_THREAD_SPORADIC_SERVER     unistd.h        d       #define _SC_THREAD_SPORADIC_SERVER 161
+_SC_THREAD_STACK_MIN   unistd.h        d       #define _SC_THREAD_STACK_MIN 75
+_SC_THREAD_THREADS_MAX unistd.h        d       #define _SC_THREAD_THREADS_MAX 76
+_SC_TIMEOUTS   unistd.h        d       #define _SC_TIMEOUTS 164
+_SC_TIMERS     unistd.h        d       #define _SC_TIMERS 11
+_SC_TIMER_MAX  unistd.h        d       #define _SC_TIMER_MAX 35
+_SC_TRACE      unistd.h        d       #define _SC_TRACE 181
+_SC_TRACE_EVENT_FILTER unistd.h        d       #define _SC_TRACE_EVENT_FILTER 182
+_SC_TRACE_EVENT_NAME_MAX       unistd.h        d       #define _SC_TRACE_EVENT_NAME_MAX 242
+_SC_TRACE_INHERIT      unistd.h        d       #define _SC_TRACE_INHERIT 183
+_SC_TRACE_LOG  unistd.h        d       #define _SC_TRACE_LOG 184
+_SC_TRACE_NAME_MAX     unistd.h        d       #define _SC_TRACE_NAME_MAX 243
+_SC_TRACE_SYS_MAX      unistd.h        d       #define _SC_TRACE_SYS_MAX 244
+_SC_TRACE_USER_EVENT_MAX       unistd.h        d       #define _SC_TRACE_USER_EVENT_MAX 245
+_SC_TTY_NAME_MAX       unistd.h        d       #define _SC_TTY_NAME_MAX 72
+_SC_TYPED_MEMORY_OBJECTS       unistd.h        d       #define _SC_TYPED_MEMORY_OBJECTS 165
+_SC_TZNAME_MAX unistd.h        d       #define _SC_TZNAME_MAX 6
+_SC_UIO_MAXIOV unistd.h        d       #define _SC_UIO_MAXIOV 60 /* !! */
+_SC_V6_ILP32_OFF32     unistd.h        d       #define _SC_V6_ILP32_OFF32 176
+_SC_V6_ILP32_OFFBIG    unistd.h        d       #define _SC_V6_ILP32_OFFBIG 177
+_SC_V6_LP64_OFF64      unistd.h        d       #define _SC_V6_LP64_OFF64 178
+_SC_V6_LPBIG_OFFBIG    unistd.h        d       #define _SC_V6_LPBIG_OFFBIG 179
+_SC_V7_ILP32_OFF32     unistd.h        d       #define _SC_V7_ILP32_OFF32 237
+_SC_V7_ILP32_OFFBIG    unistd.h        d       #define _SC_V7_ILP32_OFFBIG 238
+_SC_V7_LP64_OFF64      unistd.h        d       #define _SC_V7_LP64_OFF64 239
+_SC_V7_LPBIG_OFFBIG    unistd.h        d       #define _SC_V7_LPBIG_OFFBIG 240
+_SC_VERSION    unistd.h        d       #define _SC_VERSION 29
+_SC_XBS5_ILP32_OFF32   unistd.h        d       #define _SC_XBS5_ILP32_OFF32 125
+_SC_XBS5_ILP32_OFFBIG  unistd.h        d       #define _SC_XBS5_ILP32_OFFBIG 126
+_SC_XBS5_LP64_OFF64    unistd.h        d       #define _SC_XBS5_LP64_OFF64 127
+_SC_XBS5_LPBIG_OFFBIG  unistd.h        d       #define _SC_XBS5_LPBIG_OFFBIG 128
+_SC_XOPEN_CRYPT        unistd.h        d       #define _SC_XOPEN_CRYPT 92
+_SC_XOPEN_ENH_I18N     unistd.h        d       #define _SC_XOPEN_ENH_I18N 93
+_SC_XOPEN_LEGACY       unistd.h        d       #define _SC_XOPEN_LEGACY 129
+_SC_XOPEN_REALTIME     unistd.h        d       #define _SC_XOPEN_REALTIME 130
+_SC_XOPEN_REALTIME_THREADS     unistd.h        d       #define _SC_XOPEN_REALTIME_THREADS 131
+_SC_XOPEN_SHM  unistd.h        d       #define _SC_XOPEN_SHM 94
+_SC_XOPEN_STREAMS      unistd.h        d       #define _SC_XOPEN_STREAMS 246
+_SC_XOPEN_UNIX unistd.h        d       #define _SC_XOPEN_UNIX 91
+_SC_XOPEN_VERSION      unistd.h        d       #define _SC_XOPEN_VERSION 89
+_SC_XOPEN_XCU_VERSION  unistd.h        d       #define _SC_XOPEN_XCU_VERSION 90
+_SC_XOPEN_XPG2 unistd.h        d       #define _SC_XOPEN_XPG2 98
+_SC_XOPEN_XPG3 unistd.h        d       #define _SC_XOPEN_XPG3 99
+_SC_XOPEN_XPG4 unistd.h        d       #define _SC_XOPEN_XPG4 100
+_SEARCH_H      search.h        d       #define _SEARCH_H
+_SEMAPHORE_H   semaphore.h     d       #define _SEMAPHORE_H
+_SEM_SEMUN_UNDEFINED   sys/sem.h       d       #define _SEM_SEMUN_UNDEFINED 1
+_SETJMP_H      setjmp.h        d       #define _SETJMP_H
+_SHADOW_H      shadow.h        d       #define _SHADOW_H
+_SIGNAL_H      signal.h        d       #define _SIGNAL_H
+_SPAWN_H       spawn.h d       #define _SPAWN_H
+_STDALIGN_H    stdalign.h      d       #define _STDALIGN_H
+_STDARG_H      stdarg.h        d       #define _STDARG_H
+_STDBOOL_H     stdbool.h       d       #define _STDBOOL_H
+_STDDEF_H      stddef.h        d       #define _STDDEF_H
+_STDINT_H      stdint.h        d       #define _STDINT_H
+_STDIO_EXT_H   stdio_ext.h     d       #define _STDIO_EXT_H
+_STDIO_H       stdio.h d       #define _STDIO_H
+_STDLIB_H      stdlib.h        d       #define _STDLIB_H
+_STDNORETURN_H stdnoreturn.h   d       #define _STDNORETURN_H
+_STRINGS_H     strings.h       d       #define _STRINGS_H
+_STRING_H      string.h        d       #define _STRING_H
+_STROPTS_H     stropts.h       d       #define _STROPTS_H
+_SYSEXITS_H    sysexits.h      d       #define _SYSEXITS_H
+_SYSLOG_H      syslog.h        d       #define _SYSLOG_H
+_SYS_ACCT_H    sys/acct.h      d       #define _SYS_ACCT_H
+_SYS_AUXV_H    sys/auxv.h      d       #define _SYS_AUXV_H
+_SYS_CACHECTL_H        sys/cachectl.h  d       #define _SYS_CACHECTL_H
+_SYS_EPOLL_H   sys/epoll.h     d       #define _SYS_EPOLL_H
+_SYS_EVENTFD_H sys/eventfd.h   d       #define _SYS_EVENTFD_H
+_SYS_FILE_H    sys/file.h      d       #define _SYS_FILE_H
+_SYS_FSUID_H   sys/fsuid.h     d       #define _SYS_FSUID_H
+_SYS_INOTIFY_H sys/inotify.h   d       #define _SYS_INOTIFY_H
+_SYS_IOCTL_H   sys/ioctl.h     d       #define _SYS_IOCTL_H
+_SYS_IO_H      sys/io.h        d       #define _SYS_IO_H
+_SYS_IPC_H     sys/ipc.h       d       #define _SYS_IPC_H
+_SYS_KD_H      sys/kd.h        d       #define _SYS_KD_H
+_SYS_KLOG_H    sys/klog.h      d       #define _SYS_KLOG_H
+_SYS_MMAN_H    sys/mman.h      d       #define _SYS_MMAN_H
+_SYS_MOUNT_H   sys/mount.h     d       #define _SYS_MOUNT_H
+_SYS_MSG_H     sys/msg.h       d       #define _SYS_MSG_H
+_SYS_MTIO_H    sys/mtio.h      d       #define _SYS_MTIO_H
+_SYS_PARAM_H   sys/param.h     d       #define _SYS_PARAM_H
+_SYS_PRCTL_H   sys/prctl.h     d       #define _SYS_PRCTL_H
+_SYS_PROCFS_H  sys/procfs.h    d       #define _SYS_PROCFS_H
+_SYS_PTRACE_H  sys/ptrace.h    d       #define _SYS_PTRACE_H
+_SYS_QUOTA_H   sys/quota.h     d       #define _SYS_QUOTA_H
+_SYS_REBOOT_H  sys/reboot.h    d       #define _SYS_REBOOT_H
+_SYS_REG_H     sys/reg.h       d       #define _SYS_REG_H
+_SYS_RESOURCE_H        sys/resource.h  d       #define _SYS_RESOURCE_H
+_SYS_SELECT_H  sys/select.h    d       #define _SYS_SELECT_H
+_SYS_SEM_H     sys/sem.h       d       #define _SYS_SEM_H
+_SYS_SENDFILE_H        sys/sendfile.h  d       #define _SYS_SENDFILE_H
+_SYS_SHM_H     sys/shm.h       d       #define _SYS_SHM_H
+_SYS_SIGNALFD_H        sys/signalfd.h  d       #define _SYS_SIGNALFD_H
+_SYS_SOCKET_H  sys/socket.h    d       #define _SYS_SOCKET_H
+_SYS_STATFS_H  sys/statfs.h    d       #define _SYS_STATFS_H
+_SYS_STATVFS_H sys/statvfs.h   d       #define _SYS_STATVFS_H
+_SYS_STAT_H    sys/stat.h      d       #define _SYS_STAT_H
+_SYS_SWAP_H    sys/swap.h      d       #define _SYS_SWAP_H
+_SYS_SYSCALL_H sys/syscall.h   d       #define _SYS_SYSCALL_H
+_SYS_SYSINFO_H sys/sysinfo.h   d       #define _SYS_SYSINFO_H
+_SYS_SYSMACROS_H       sys/sysmacros.h d       #define _SYS_SYSMACROS_H
+_SYS_TIMEB_H   sys/timeb.h     d       #define _SYS_TIMEB_H
+_SYS_TIMERFD_H sys/timerfd.h   d       #define _SYS_TIMERFD_H
+_SYS_TIMES_H   sys/times.h     d       #define _SYS_TIMES_H
+_SYS_TIMEX_H   sys/timex.h     d       #define _SYS_TIMEX_H
+_SYS_TIME_H    sys/time.h      d       #define _SYS_TIME_H
+_SYS_TTYDEFAULTS_H     sys/ttydefaults.h       d       #define _SYS_TTYDEFAULTS_H
+_SYS_TYPES_H   sys/types.h     d       #define _SYS_TYPES_H
+_SYS_UIO_H     sys/uio.h       d       #define _SYS_UIO_H
+_SYS_UN_H      sys/un.h        d       #define _SYS_UN_H
+_SYS_USER_H    sys/user.h      d       #define _SYS_USER_H
+_SYS_UTSNAME_H sys/utsname.h   d       #define _SYS_UTSNAME_H
+_SYS_WAIT_H    sys/wait.h      d       #define _SYS_WAIT_H
+_SYS_XATTR_H   sys/xattr.h     d       #define _SYS_XATTR_H
+_TAR_H tar.h   d       #define _TAR_H
+_TERMIOS_H     termios.h       d       #define _TERMIOS_H
+_TGMATH_H      tgmath.h        d       #define _TGMATH_H
+_THREADS_H     threads.h       d       #define _THREADS_H
+_TIME_H        time.h  d       #define _TIME_H
+_UCHAR_H       uchar.h d       #define _UCHAR_H
+_UCONTEXT_H    ucontext.h      d       #define _UCONTEXT_H
+_ULIMIT_H      ulimit.h        d       #define _ULIMIT_H
+_UNISTD_H      unistd.h        d       #define _UNISTD_H
+_UTIME_H       utime.h d       #define _UTIME_H
+_UTMPX_H       utmpx.h d       #define _UTMPX_H
+_UTMP_H        utmp.h  d       #define _UTMP_H
+_VALUES_H      values.h        d       #define _VALUES_H
+_WCHAR_H       wchar.h d       #define _WCHAR_H
+_WCTYPE_H      wctype.h        d       #define _WCTYPE_H
+_WORDEXP_H     wordexp.h       d       #define _WORDEXP_H
+_XOPEN_ENH_I18N        unistd.h        d       #define _XOPEN_ENH_I18N 1
+_XOPEN_IOV_MAX limits.h        d       #define _XOPEN_IOV_MAX 16
+_XOPEN_NAME_MAX        limits.h        d       #define _XOPEN_NAME_MAX 255
+_XOPEN_PATH_MAX        limits.h        d       #define _XOPEN_PATH_MAX 1024
+_XOPEN_SOURCE  features.h      d       #define _XOPEN_SOURCE 700
+_XOPEN_UNIX    unistd.h        d       #define _XOPEN_UNIX 1
+_XOPEN_VERSION unistd.h        d       #define _XOPEN_VERSION 700
+__ARE_4_EQUAL  netinet/in.h    d       #define __ARE_4_EQUAL(a,b) (!( (0[a]-0[b]) | (1[a]-1[b]) | (2[a]-2[b]) | (3[a]-3[b]) ))
+__BIG_ENDIAN   endian.h        d       #define __BIG_ENDIAN 4321
+__BIND arpa/nameser.h  d       #define __BIND 19950621
+__BYTE_ORDER   endian.h        d       #define __BYTE_ORDER __BYTE_ORDER__
+__CIMAG        complex.h       d       #define __CIMAG(x, t) (+(union { _Complex t __z; t __xy[2]; }){(_Complex t)(x)}.__xy[1])
+__CMPLX        complex.h       d       #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y))
+__CMPLX        complex.h       d       #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) })
+__CMPLX        complex.h       d       #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y)))
+__CMSG_LEN     sys/socket.h    d       #define __CMSG_LEN(cmsg) (((cmsg)->cmsg_len + sizeof(long) - 1) & ~(long)(sizeof(long) - 1))
+__CMSG_NEXT    sys/socket.h    d       #define __CMSG_NEXT(cmsg) ((unsigned char *)(cmsg) + __CMSG_LEN(cmsg))
+__CPU_op_S     sched.h d       #define __CPU_op_S(i, size, set, op) ( (i)/8U >= (size) ? 0 : ((set)->__bits[(i)/8/sizeof(long)] op (1UL<<((i)%(8*sizeof(long))))) )
+__CPU_op_func_S        sched.h d       #define __CPU_op_func_S(func, op) static __inline void __CPU_##func##_S(size_t __size, cpu_set_t *__dest, const cpu_set_t *__src1, const cpu_set_t *__src2) { size_t __i; for (__i=0; __i<__size/sizeof(long); __i++) __dest->__bits[__i] = __src1->__bits[__i] op __src2->__bits[__i] ; }
+__DBLCX        tgmath.h        d       #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex))
+__EPOLL_DUMMY  sys/epoll.h     e       
+__FLT  tgmath.h        d       #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float))
+__FLTCX        tgmath.h        d       #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex))
+__GNU_GETTEXT_SUPPORTED_REVISION       libintl.h       d       #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 1 : -1)
+__ISREL_DEF    math.h  d       #define __ISREL_DEF(rel, op, type) static __inline int __is##rel(type __x, type __y) { return !isunordered(__x,__y) && __x op __y; }
+__IS_CX        tgmath.h        d       #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I))
+__IS_FP        tgmath.h        d       #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f))
+__IS_REAL      tgmath.h        d       #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I))
+__LDBL tgmath.h        d       #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeof(double))
+__LDBLCX       tgmath.h        d       #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) != sizeof(double))
+__LITTLE_ENDIAN        endian.h        d       #define __LITTLE_ENDIAN 1234
+__MHDR_END     sys/socket.h    d       #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen)
+__NAMESER      arpa/nameser.h  d       #define __NAMESER 19991006
+__NEED_FILE    grp.h   d       #define __NEED_FILE
+__NEED_FILE    mntent.h        d       #define __NEED_FILE
+__NEED_FILE    pwd.h   d       #define __NEED_FILE
+__NEED_FILE    shadow.h        d       #define __NEED_FILE
+__NEED_FILE    stdio.h d       #define __NEED_FILE
+__NEED_FILE    wchar.h d       #define __NEED_FILE
+__NEED___isoc_va_list  stdio.h d       #define __NEED___isoc_va_list
+__NEED___isoc_va_list  wchar.h d       #define __NEED___isoc_va_list
+__NEED_blkcnt_t        sys/stat.h      d       #define __NEED_blkcnt_t
+__NEED_blkcnt_t        sys/types.h     d       #define __NEED_blkcnt_t
+__NEED_blksize_t       sys/stat.h      d       #define __NEED_blksize_t
+__NEED_blksize_t       sys/types.h     d       #define __NEED_blksize_t
+__NEED_clock_t signal.h        d       #define __NEED_clock_t
+__NEED_clock_t sys/times.h     d       #define __NEED_clock_t
+__NEED_clock_t sys/types.h     d       #define __NEED_clock_t
+__NEED_clock_t time.h  d       #define __NEED_clock_t
+__NEED_clockid_t       pthread.h       d       #define __NEED_clockid_t
+__NEED_clockid_t       sys/timex.h     d       #define __NEED_clockid_t
+__NEED_clockid_t       sys/types.h     d       #define __NEED_clockid_t
+__NEED_clockid_t       time.h  d       #define __NEED_clockid_t
+__NEED_cnd_t   threads.h       d       #define __NEED_cnd_t
+__NEED_dev_t   sys/stat.h      d       #define __NEED_dev_t
+__NEED_dev_t   sys/types.h     d       #define __NEED_dev_t
+__NEED_double_t        math.h  d       #define __NEED_double_t
+__NEED_float_t math.h  d       #define __NEED_float_t
+__NEED_fsblkcnt_t      sys/statvfs.h   d       #define __NEED_fsblkcnt_t
+__NEED_fsblkcnt_t      sys/types.h     d       #define __NEED_fsblkcnt_t
+__NEED_fsfilcnt_t      sys/statvfs.h   d       #define __NEED_fsfilcnt_t
+__NEED_fsfilcnt_t      sys/types.h     d       #define __NEED_fsfilcnt_t
+__NEED_gid_t   grp.h   d       #define __NEED_gid_t
+__NEED_gid_t   pwd.h   d       #define __NEED_gid_t
+__NEED_gid_t   sys/fsuid.h     d       #define __NEED_gid_t
+__NEED_gid_t   sys/ipc.h       d       #define __NEED_gid_t
+__NEED_gid_t   sys/socket.h    d       #define __NEED_gid_t
+__NEED_gid_t   sys/stat.h      d       #define __NEED_gid_t
+__NEED_gid_t   sys/types.h     d       #define __NEED_gid_t
+__NEED_gid_t   unistd.h        d       #define __NEED_gid_t
+__NEED_id_t    sys/resource.h  d       #define __NEED_id_t
+__NEED_id_t    sys/types.h     d       #define __NEED_id_t
+__NEED_id_t    sys/wait.h      d       #define __NEED_id_t
+__NEED_ino_t   dirent.h        d       #define __NEED_ino_t
+__NEED_ino_t   sys/stat.h      d       #define __NEED_ino_t
+__NEED_ino_t   sys/types.h     d       #define __NEED_ino_t
+__NEED_int16_t stdint.h        d       #define __NEED_int16_t
+__NEED_int16_t sys/types.h     d       #define __NEED_int16_t
+__NEED_int32_t stdint.h        d       #define __NEED_int32_t
+__NEED_int32_t sys/types.h     d       #define __NEED_int32_t
+__NEED_int64_t stdint.h        d       #define __NEED_int64_t
+__NEED_int64_t sys/types.h     d       #define __NEED_int64_t
+__NEED_int8_t  stdint.h        d       #define __NEED_int8_t
+__NEED_int8_t  sys/types.h     d       #define __NEED_int8_t
+__NEED_intmax_t        stdint.h        d       #define __NEED_intmax_t
+__NEED_intptr_t        stdint.h        d       #define __NEED_intptr_t
+__NEED_intptr_t        unistd.h        d       #define __NEED_intptr_t
+__NEED_key_t   sys/ipc.h       d       #define __NEED_key_t
+__NEED_key_t   sys/msg.h       d       #define __NEED_key_t
+__NEED_key_t   sys/types.h     d       #define __NEED_key_t
+__NEED_locale_t        ctype.h d       #define __NEED_locale_t
+__NEED_locale_t        langinfo.h      d       #define __NEED_locale_t
+__NEED_locale_t        locale.h        d       #define __NEED_locale_t
+__NEED_locale_t        monetary.h      d       #define __NEED_locale_t
+__NEED_locale_t        string.h        d       #define __NEED_locale_t
+__NEED_locale_t        strings.h       d       #define __NEED_locale_t
+__NEED_locale_t        time.h  d       #define __NEED_locale_t
+__NEED_locale_t        wchar.h d       #define __NEED_locale_t
+__NEED_locale_t        wctype.h        d       #define __NEED_locale_t
+__NEED_max_align_t     stddef.h        d       #define __NEED_max_align_t
+__NEED_mbstate_t       uchar.h d       #define __NEED_mbstate_t
+__NEED_mbstate_t       wchar.h d       #define __NEED_mbstate_t
+__NEED_mode_t  fcntl.h d       #define __NEED_mode_t
+__NEED_mode_t  spawn.h d       #define __NEED_mode_t
+__NEED_mode_t  sys/ipc.h       d       #define __NEED_mode_t
+__NEED_mode_t  sys/mman.h      d       #define __NEED_mode_t
+__NEED_mode_t  sys/stat.h      d       #define __NEED_mode_t
+__NEED_mode_t  sys/types.h     d       #define __NEED_mode_t
+__NEED_mtx_t   threads.h       d       #define __NEED_mtx_t
+__NEED_nlink_t sys/stat.h      d       #define __NEED_nlink_t
+__NEED_nlink_t sys/types.h     d       #define __NEED_nlink_t
+__NEED_off_t   aio.h   d       #define __NEED_off_t
+__NEED_off_t   dirent.h        d       #define __NEED_off_t
+__NEED_off_t   fcntl.h d       #define __NEED_off_t
+__NEED_off_t   stdio.h d       #define __NEED_off_t
+__NEED_off_t   sys/mman.h      d       #define __NEED_off_t
+__NEED_off_t   sys/stat.h      d       #define __NEED_off_t
+__NEED_off_t   sys/types.h     d       #define __NEED_off_t
+__NEED_off_t   sys/uio.h       d       #define __NEED_off_t
+__NEED_off_t   unistd.h        d       #define __NEED_off_t
+__NEED_pid_t   fcntl.h d       #define __NEED_pid_t
+__NEED_pid_t   sched.h d       #define __NEED_pid_t
+__NEED_pid_t   signal.h        d       #define __NEED_pid_t
+__NEED_pid_t   spawn.h d       #define __NEED_pid_t
+__NEED_pid_t   sys/msg.h       d       #define __NEED_pid_t
+__NEED_pid_t   sys/resource.h  d       #define __NEED_pid_t
+__NEED_pid_t   sys/sem.h       d       #define __NEED_pid_t
+__NEED_pid_t   sys/shm.h       d       #define __NEED_pid_t
+__NEED_pid_t   sys/socket.h    d       #define __NEED_pid_t
+__NEED_pid_t   sys/types.h     d       #define __NEED_pid_t
+__NEED_pid_t   sys/uio.h       d       #define __NEED_pid_t
+__NEED_pid_t   sys/wait.h      d       #define __NEED_pid_t
+__NEED_pid_t   termios.h       d       #define __NEED_pid_t
+__NEED_pid_t   time.h  d       #define __NEED_pid_t
+__NEED_pid_t   unistd.h        d       #define __NEED_pid_t
+__NEED_pid_t   utmpx.h d       #define __NEED_pid_t
+__NEED_pthread_attr_t  mqueue.h        d       #define __NEED_pthread_attr_t
+__NEED_pthread_attr_t  pthread.h       d       #define __NEED_pthread_attr_t
+__NEED_pthread_attr_t  signal.h        d       #define __NEED_pthread_attr_t
+__NEED_pthread_attr_t  sys/types.h     d       #define __NEED_pthread_attr_t
+__NEED_pthread_barrier_t       pthread.h       d       #define __NEED_pthread_barrier_t
+__NEED_pthread_barrier_t       sys/types.h     d       #define __NEED_pthread_barrier_t
+__NEED_pthread_barrierattr_t   pthread.h       d       #define __NEED_pthread_barrierattr_t
+__NEED_pthread_barrierattr_t   sys/types.h     d       #define __NEED_pthread_barrierattr_t
+__NEED_pthread_cond_t  pthread.h       d       #define __NEED_pthread_cond_t
+__NEED_pthread_cond_t  sys/types.h     d       #define __NEED_pthread_cond_t
+__NEED_pthread_condattr_t      pthread.h       d       #define __NEED_pthread_condattr_t
+__NEED_pthread_condattr_t      sys/types.h     d       #define __NEED_pthread_condattr_t
+__NEED_pthread_key_t   pthread.h       d       #define __NEED_pthread_key_t
+__NEED_pthread_key_t   sys/types.h     d       #define __NEED_pthread_key_t
+__NEED_pthread_mutex_t pthread.h       d       #define __NEED_pthread_mutex_t
+__NEED_pthread_mutex_t sys/types.h     d       #define __NEED_pthread_mutex_t
+__NEED_pthread_mutexattr_t     pthread.h       d       #define __NEED_pthread_mutexattr_t
+__NEED_pthread_mutexattr_t     sys/types.h     d       #define __NEED_pthread_mutexattr_t
+__NEED_pthread_once_t  pthread.h       d       #define __NEED_pthread_once_t
+__NEED_pthread_once_t  sys/types.h     d       #define __NEED_pthread_once_t
+__NEED_pthread_rwlock_t        pthread.h       d       #define __NEED_pthread_rwlock_t
+__NEED_pthread_rwlock_t        sys/types.h     d       #define __NEED_pthread_rwlock_t
+__NEED_pthread_rwlockattr_t    pthread.h       d       #define __NEED_pthread_rwlockattr_t
+__NEED_pthread_rwlockattr_t    sys/types.h     d       #define __NEED_pthread_rwlockattr_t
+__NEED_pthread_spinlock_t      pthread.h       d       #define __NEED_pthread_spinlock_t
+__NEED_pthread_spinlock_t      sys/types.h     d       #define __NEED_pthread_spinlock_t
+__NEED_pthread_t       pthread.h       d       #define __NEED_pthread_t
+__NEED_pthread_t       signal.h        d       #define __NEED_pthread_t
+__NEED_pthread_t       sys/types.h     d       #define __NEED_pthread_t
+__NEED_ptrdiff_t       stddef.h        d       #define __NEED_ptrdiff_t
+__NEED_register_t      sys/types.h     d       #define __NEED_register_t
+__NEED_regoff_t        regex.h d       #define __NEED_regoff_t
+__NEED_sa_family_t     sys/socket.h    d       #define __NEED_sa_family_t
+__NEED_sa_family_t     sys/un.h        d       #define __NEED_sa_family_t
+__NEED_sigset_t        poll.h  d       #define __NEED_sigset_t
+__NEED_sigset_t        pthread.h       d       #define __NEED_sigset_t
+__NEED_sigset_t        signal.h        d       #define __NEED_sigset_t
+__NEED_sigset_t        spawn.h d       #define __NEED_sigset_t
+__NEED_sigset_t        sys/epoll.h     d       #define __NEED_sigset_t
+__NEED_sigset_t        sys/select.h    d       #define __NEED_sigset_t
+__NEED_sigset_t        sys/signalfd.h  d       #define __NEED_sigset_t
+__NEED_size_t  alloca.h        d       #define __NEED_size_t
+__NEED_size_t  dirent.h        d       #define __NEED_size_t
+__NEED_size_t  fcntl.h d       #define __NEED_size_t
+__NEED_size_t  glob.h  d       #define __NEED_size_t
+__NEED_size_t  grp.h   d       #define __NEED_size_t
+__NEED_size_t  iconv.h d       #define __NEED_size_t
+__NEED_size_t  link.h  d       #define __NEED_size_t
+__NEED_size_t  malloc.h        d       #define __NEED_size_t
+__NEED_size_t  monetary.h      d       #define __NEED_size_t
+__NEED_size_t  mqueue.h        d       #define __NEED_size_t
+__NEED_size_t  netdb.h d       #define __NEED_size_t
+__NEED_size_t  pthread.h       d       #define __NEED_size_t
+__NEED_size_t  pwd.h   d       #define __NEED_size_t
+__NEED_size_t  regex.h d       #define __NEED_size_t
+__NEED_size_t  sched.h d       #define __NEED_size_t
+__NEED_size_t  search.h        d       #define __NEED_size_t
+__NEED_size_t  shadow.h        d       #define __NEED_size_t
+__NEED_size_t  signal.h        d       #define __NEED_size_t
+__NEED_size_t  stddef.h        d       #define __NEED_size_t
+__NEED_size_t  stdio.h d       #define __NEED_size_t
+__NEED_size_t  stdlib.h        d       #define __NEED_size_t
+__NEED_size_t  string.h        d       #define __NEED_size_t
+__NEED_size_t  strings.h       d       #define __NEED_size_t
+__NEED_size_t  sys/mman.h      d       #define __NEED_size_t
+__NEED_size_t  sys/msg.h       d       #define __NEED_size_t
+__NEED_size_t  sys/select.h    d       #define __NEED_size_t
+__NEED_size_t  sys/sem.h       d       #define __NEED_size_t
+__NEED_size_t  sys/shm.h       d       #define __NEED_size_t
+__NEED_size_t  sys/socket.h    d       #define __NEED_size_t
+__NEED_size_t  sys/types.h     d       #define __NEED_size_t
+__NEED_size_t  sys/uio.h       d       #define __NEED_size_t
+__NEED_size_t  sys/un.h        d       #define __NEED_size_t
+__NEED_size_t  sys/xattr.h     d       #define __NEED_size_t
+__NEED_size_t  time.h  d       #define __NEED_size_t
+__NEED_size_t  uchar.h d       #define __NEED_size_t
+__NEED_size_t  unistd.h        d       #define __NEED_size_t
+__NEED_size_t  wchar.h d       #define __NEED_size_t
+__NEED_size_t  wordexp.h       d       #define __NEED_size_t
+__NEED_socklen_t       sys/socket.h    d       #define __NEED_socklen_t
+__NEED_ssize_t aio.h   d       #define __NEED_ssize_t
+__NEED_ssize_t fcntl.h d       #define __NEED_ssize_t
+__NEED_ssize_t monetary.h      d       #define __NEED_ssize_t
+__NEED_ssize_t mqueue.h        d       #define __NEED_ssize_t
+__NEED_ssize_t stdio.h d       #define __NEED_ssize_t
+__NEED_ssize_t sys/mman.h      d       #define __NEED_ssize_t
+__NEED_ssize_t sys/msg.h       d       #define __NEED_ssize_t
+__NEED_ssize_t sys/socket.h    d       #define __NEED_ssize_t
+__NEED_ssize_t sys/types.h     d       #define __NEED_ssize_t
+__NEED_ssize_t sys/uio.h       d       #define __NEED_ssize_t
+__NEED_ssize_t sys/xattr.h     d       #define __NEED_ssize_t
+__NEED_ssize_t unistd.h        d       #define __NEED_ssize_t
+__NEED_struct_iovec    fcntl.h d       #define __NEED_struct_iovec
+__NEED_struct_iovec    sys/socket.h    d       #define __NEED_struct_iovec
+__NEED_struct_iovec    sys/uio.h       d       #define __NEED_struct_iovec
+__NEED_struct_timespec mqueue.h        d       #define __NEED_struct_timespec
+__NEED_struct_timespec poll.h  d       #define __NEED_struct_timespec
+__NEED_struct_timespec pthread.h       d       #define __NEED_struct_timespec
+__NEED_struct_timespec sched.h d       #define __NEED_struct_timespec
+__NEED_struct_timespec semaphore.h     d       #define __NEED_struct_timespec
+__NEED_struct_timespec signal.h        d       #define __NEED_struct_timespec
+__NEED_struct_timespec sys/select.h    d       #define __NEED_struct_timespec
+__NEED_struct_timespec sys/sem.h       d       #define __NEED_struct_timespec
+__NEED_struct_timespec sys/stat.h      d       #define __NEED_struct_timespec
+__NEED_struct_timespec time.h  d       #define __NEED_struct_timespec
+__NEED_struct_timeval  sys/select.h    d       #define __NEED_struct_timeval
+__NEED_struct_timeval  utmpx.h d       #define __NEED_struct_timeval
+__NEED_suseconds_t     sys/select.h    d       #define __NEED_suseconds_t
+__NEED_suseconds_t     sys/types.h     d       #define __NEED_suseconds_t
+__NEED_suseconds_t     utmpx.h d       #define __NEED_suseconds_t
+__NEED_time_t  mqueue.h        d       #define __NEED_time_t
+__NEED_time_t  poll.h  d       #define __NEED_time_t
+__NEED_time_t  pthread.h       d       #define __NEED_time_t
+__NEED_time_t  sched.h d       #define __NEED_time_t
+__NEED_time_t  semaphore.h     d       #define __NEED_time_t
+__NEED_time_t  signal.h        d       #define __NEED_time_t
+__NEED_time_t  sys/msg.h       d       #define __NEED_time_t
+__NEED_time_t  sys/select.h    d       #define __NEED_time_t
+__NEED_time_t  sys/sem.h       d       #define __NEED_time_t
+__NEED_time_t  sys/shm.h       d       #define __NEED_time_t
+__NEED_time_t  sys/stat.h      d       #define __NEED_time_t
+__NEED_time_t  sys/timeb.h     d       #define __NEED_time_t
+__NEED_time_t  sys/types.h     d       #define __NEED_time_t
+__NEED_time_t  time.h  d       #define __NEED_time_t
+__NEED_time_t  utime.h d       #define __NEED_time_t
+__NEED_time_t  utmpx.h d       #define __NEED_time_t
+__NEED_timer_t sys/types.h     d       #define __NEED_timer_t
+__NEED_timer_t time.h  d       #define __NEED_timer_t
+__NEED_u_int64_t       sys/types.h     d       #define __NEED_u_int64_t
+__NEED_uid_t   pwd.h   d       #define __NEED_uid_t
+__NEED_uid_t   signal.h        d       #define __NEED_uid_t
+__NEED_uid_t   sys/fsuid.h     d       #define __NEED_uid_t
+__NEED_uid_t   sys/ipc.h       d       #define __NEED_uid_t
+__NEED_uid_t   sys/socket.h    d       #define __NEED_uid_t
+__NEED_uid_t   sys/stat.h      d       #define __NEED_uid_t
+__NEED_uid_t   sys/types.h     d       #define __NEED_uid_t
+__NEED_uid_t   unistd.h        d       #define __NEED_uid_t
+__NEED_uint16_t        stdint.h        d       #define __NEED_uint16_t
+__NEED_uint32_t        link.h  d       #define __NEED_uint32_t
+__NEED_uint32_t        stdint.h        d       #define __NEED_uint32_t
+__NEED_uint64_t        stdint.h        d       #define __NEED_uint64_t
+__NEED_uint8_t stdint.h        d       #define __NEED_uint8_t
+__NEED_uintmax_t       stdint.h        d       #define __NEED_uintmax_t
+__NEED_uintptr_t       stdint.h        d       #define __NEED_uintptr_t
+__NEED_useconds_t      sys/types.h     d       #define __NEED_useconds_t
+__NEED_useconds_t      unistd.h        d       #define __NEED_useconds_t
+__NEED_va_list stdarg.h        d       #define __NEED_va_list
+__NEED_va_list stdio.h d       #define __NEED_va_list
+__NEED_va_list syslog.h        d       #define __NEED_va_list
+__NEED_va_list wchar.h d       #define __NEED_va_list
+__NEED_wchar_t inttypes.h      d       #define __NEED_wchar_t
+__NEED_wchar_t stddef.h        d       #define __NEED_wchar_t
+__NEED_wchar_t stdlib.h        d       #define __NEED_wchar_t
+__NEED_wchar_t wchar.h d       #define __NEED_wchar_t
+__NEED_wctype_t        wchar.h d       #define __NEED_wctype_t
+__NEED_wctype_t        wctype.h        d       #define __NEED_wctype_t
+__NEED_wint_t  wchar.h d       #define __NEED_wint_t
+__NEED_wint_t  wctype.h        d       #define __NEED_wint_t
+__PDP_ENDIAN   endian.h        d       #define __PDP_ENDIAN 3412
+__PRI64        inttypes.h      d       #define __PRI64 "l"
+__PRI64        inttypes.h      d       #define __PRI64 "ll"
+__PRIPTR       inttypes.h      d       #define __PRIPTR ""
+__PRIPTR       inttypes.h      d       #define __PRIPTR "l"
+__RES  resolv.h        d       #define __RES 19991006
+__RETCAST      tgmath.h        d       #define __RETCAST(x)
+__RETCAST      tgmath.h        d       #define __RETCAST(x) ( __type2(__IS_FP(x), __typeof__(x), double))
+__RETCAST_2    tgmath.h        d       #define __RETCAST_2(x, y)
+__RETCAST_2    tgmath.h        d       #define __RETCAST_2(x, y) ( __type2(__IS_FP(x) && __IS_FP(y), __typeof__((x)+(y)), __typeof__((x)+(y)+1.0)))
+__RETCAST_3    tgmath.h        d       #define __RETCAST_3(x, y, z)
+__RETCAST_3    tgmath.h        d       #define __RETCAST_3(x, y, z) ( __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), __typeof__((x)+(y)+(z)), __typeof__((x)+(y)+(z)+1.0)))
+__RETCAST_CX   tgmath.h        d       #define __RETCAST_CX(x)
+__RETCAST_CX   tgmath.h        d       #define __RETCAST_CX(x) (__typeof__(__RETCAST(x)0+I))
+__RETCAST_REAL tgmath.h        d       #define __RETCAST_REAL(x)
+__RETCAST_REAL tgmath.h        d       #define __RETCAST_REAL(x) ( __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, long double)))
+__SID  stropts.h       d       #define __SID ('S' << 8)
+__USE_GNU_GETTEXT      libintl.h       d       #define __USE_GNU_GETTEXT 1
+__WALL sys/wait.h      d       #define __WALL 0x40000000
+__WCLONE       sys/wait.h      d       #define __WCLONE 0x80000000
+__WNOTHREAD    sys/wait.h      d       #define __WNOTHREAD 0x20000000
+__alignas_is_defined   stdalign.h      d       #define __alignas_is_defined 1
+__alignof_is_defined   stdalign.h      d       #define __alignof_is_defined 1
+__assert_fail  assert.h        p       void __assert_fail(const char *, const char *, int, const char *);
+__bitop        sys/param.h     d       #define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8))
+__bool_true_false_are_defined  stdbool.h       d       #define __bool_true_false_are_defined 1
+__ctype_get_mb_cur_max stdlib.h        p       size_t __ctype_get_mb_cur_max(void);
+__errno_location       errno.h p       int *__errno_location(void);
+__fa   libintl.h       d       #define __fa(n)
+__fa   libintl.h       d       #define __fa(n) __attribute__ ((__format_arg__ (n)))
+__fbufsize     stdio_ext.h     p       size_t __fbufsize(FILE *);
+__flbf stdio_ext.h     p       int __flbf(FILE *);
+__flt_rounds   float.h p       int __flt_rounds(void);
+__fpclassify   math.h  p       int __fpclassify(double);
+__fpclassifyf  math.h  p       int __fpclassifyf(float);
+__fpclassifyl  math.h  p       int __fpclassifyl(long double);
+__fpending     stdio_ext.h     p       size_t __fpending(FILE *);
+__fpurge       stdio_ext.h     p       int __fpurge(FILE *);
+__freadable    stdio_ext.h     p       int __freadable(FILE *);
+__freadahead   stdio_ext.h     p       size_t __freadahead(FILE *);
+__freading     stdio_ext.h     p       int __freading(FILE *);
+__freadptr     stdio_ext.h     p       const char *__freadptr(FILE *, size_t *);
+__freadptrinc  stdio_ext.h     p       void __freadptrinc(FILE *, size_t);
+__fseterr      stdio_ext.h     p       void __fseterr(FILE *);
+__fsetlocking  stdio_ext.h     p       int __fsetlocking(FILE *, int);
+__fwritable    stdio_ext.h     p       int __fwritable(FILE *);
+__fwriting     stdio_ext.h     p       int __fwriting(FILE *);
+__h_errno_location     netdb.h p       int *__h_errno_location(void);
+__inline       features.h      d       #define __inline inline
+__ipc_perm_key sys/ipc.h       d       #define __ipc_perm_key __key
+__ipc_perm_seq sys/ipc.h       d       #define __ipc_perm_seq __seq
+__key  sys/ipc.h       d       #define __key key
+__libc_current_sigrtmax        signal.h        p       int __libc_current_sigrtmax(void);
+__libc_current_sigrtmin        signal.h        p       int __libc_current_sigrtmin(void);
+__msg_cbytes   sys/msg.h       d       #define __msg_cbytes msg_cbytes
+__res_state    resolv.h        p       struct __res_state *__res_state(void);
+__restrict     features.h      d       #define __restrict
+__restrict     features.h      d       #define __restrict restrict
+__sched_cpucount       sched.h p       int __sched_cpucount(size_t, const cpu_set_t *);
+__seq  sys/ipc.h       d       #define __seq seq
+__signbit      math.h  p       int __signbit(double);
+__signbitf     math.h  p       int __signbitf(float);
+__signbitl     math.h  p       int __signbitl(long double);
+__swap_attempts        sys/shm.h       d       #define __swap_attempts swap_attempts
+__swap_successes       sys/shm.h       d       #define __swap_successes swap_successes
+__tg_complex   tgmath.h        d       #define __tg_complex(fun, x) (__RETCAST_CX(x)( __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : __LDBLCX((x)+I) ? fun ## l (x) : fun(x) ))
+__tg_complex_retreal   tgmath.h        d       #define __tg_complex_retreal(fun, x) (__RETCAST_REAL(x)( __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : __LDBLCX((x)+I) ? fun ## l (x) : fun(x) ))
+__tg_pred_2    math.h  d       #define __tg_pred_2(x, y, p) ( sizeof((x)+(y)) == sizeof(float) ? p##f(x, y) : sizeof((x)+(y)) == sizeof(double) ? p(x, y) : p##l(x, y) )
+__tg_real      tgmath.h        d       #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
+__tg_real_2    tgmath.h        d       #define __tg_real_2(fun, x, y) (__RETCAST_2(x, y)( __FLT(x) && __FLT(y) ? fun ## f (x, y) : __LDBL((x)+(y)) ? fun ## l (x, y) : fun(x, y) ))
+__tg_real_2_1  tgmath.h        d       #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( __FLT(x) ? fun ## f (x, y) : __LDBL(x) ? fun ## l (x, y) : fun(x, y) ))
+__tg_real_complex      tgmath.h        d       #define __tg_real_complex(fun, x) (__RETCAST(x)( __FLTCX(x) ? c ## fun ## f (x) : __DBLCX(x) ? c ## fun (x) : __LDBLCX(x) ? c ## fun ## l (x) : __FLT(x) ? fun ## f (x) : __LDBL(x) ? fun ## l (x) : fun(x) ))
+__tg_real_complex_fabs tgmath.h        d       #define __tg_real_complex_fabs(x) (__RETCAST_REAL(x)( __FLTCX(x) ? cabsf(x) : __DBLCX(x) ? cabs(x) : __LDBLCX(x) ? cabsl(x) : __FLT(x) ? fabsf(x) : __LDBL(x) ? fabsl(x) : fabs(x) ))
+__tg_real_complex_pow  tgmath.h        d       #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : __FLTCX((x)+(y)) ? cpow(x, y) : __DBLCX((x)+(y)) ? cpow(x, y) : __LDBLCX((x)+(y)) ? cpowl(x, y) : __FLT(x) && __FLT(y) ? powf(x, y) : __LDBL((x)+(y)) ? powl(x, y) : pow(x, y) ))
+__tg_real_fma  tgmath.h        d       #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( __FLT(x) && __FLT(y) && __FLT(z) ? fmaf(x, y, z) : __LDBL((x)+(y)+(z)) ? fmal(x, y, z) : fma(x, y, z) ))
+__tg_real_nocast       tgmath.h        d       #define __tg_real_nocast(fun, x) ( __FLT(x) ? fun ## f (x) : __LDBL(x) ? fun ## l (x) : fun(x) )
+__tg_real_remquo       tgmath.h        d       #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( __FLT(x) && __FLT(y) ? remquof(x, y, z) : __LDBL((x)+(y)) ? remquol(x, y, z) : remquo(x, y, z) ))
+__tm_gmtoff    time.h  d       #define __tm_gmtoff tm_gmtoff
+__tm_zone      time.h  d       #define __tm_zone tm_zone
+__type1        tgmath.h        d       #define __type1(c,t) __typeof__(*(0?(t*)0:(void*)!(c)))
+__type2        tgmath.h        d       #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0))
+__ucontext     signal.h        d       #define __ucontext ucontext
+__used_ids     sys/shm.h       d       #define __used_ids used_ids
+_exit  unistd.h        p       _Noreturn void _exit(int);
+_flush_cache   sys/cachectl.h  p       int _flush_cache(void *, int, int);
+_flushlbf      stdio_ext.h     p       void _flushlbf(void);
+_longjmp       setjmp.h        p       _Noreturn void _longjmp(jmp_buf, int);
+_ns_flagdata   arpa/nameser.h  x       extern const struct _ns_flagdata _ns_flagdata[];
+_pthread_cleanup_pop   pthread.h       p       void _pthread_cleanup_pop(struct __ptcb *, int);
+_pthread_cleanup_push  pthread.h       p       void _pthread_cleanup_push(struct __ptcb *, void(*)(void *), void *);
+_res   resolv.h        d       #define _res (*__res_state())
+_setjmp        setjmp.h        p       int _setjmp(jmp_buf);
+_tolower       ctype.h d       #define _tolower(a) ((a)|0x20)
+_toupper       ctype.h d       #define _toupper(a) ((a)&0x5f)
+a64l   stdlib.h        p       long a64l(const char *);
+abort  stdlib.h        p       _Noreturn void abort(void);
+abs    stdlib.h        p       int abs(int);
+accept sys/socket.h    p       int accept(int, struct sockaddr *__restrict, socklen_t *__restrict);
+accept4        sys/socket.h    p       int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int);
+access unistd.h        p       int access(const char *, int);
+acct   sys/acct.h      p       int acct(const char *);
+acct   unistd.h        p       int acct(const char *);
+acos   math.h  p       double acos(double);
+acos   tgmath.h        d       #define acos(x) __tg_real_complex(acos, (x))
+acosf  math.h  p       float acosf(float);
+acosh  math.h  p       double acosh(double);
+acosh  tgmath.h        d       #define acosh(x) __tg_real_complex(acosh, (x))
+acoshf math.h  p       float acoshf(float);
+acoshl math.h  p       long double acoshl(long double);
+acosl  math.h  p       long double acosl(long double);
+addmntent      mntent.h        p       int addmntent(FILE *, const struct mntent *);
+adjtime        sys/time.h      p       int adjtime(const struct timeval *, struct timeval *);
+adjtimex       sys/timex.h     p       int adjtimex(struct timex *);
+aio_cancel     aio.h   p       int aio_cancel(int, struct aiocb *);
+aio_cancel64   aio.h   d       #define aio_cancel64 aio_cancel
+aio_error      aio.h   p       int aio_error(const struct aiocb *);
+aio_error64    aio.h   d       #define aio_error64 aio_error
+aio_fsync      aio.h   p       int aio_fsync(int, struct aiocb *);
+aio_fsync64    aio.h   d       #define aio_fsync64 aio_fsync
+aio_read       aio.h   p       int aio_read(struct aiocb *);
+aio_read64     aio.h   d       #define aio_read64 aio_read
+aio_return     aio.h   p       ssize_t aio_return(struct aiocb *);
+aio_return64   aio.h   d       #define aio_return64 aio_return
+aio_suspend    aio.h   p       int aio_suspend(const struct aiocb *const [], int, const struct timespec *);
+aio_suspend64  aio.h   d       #define aio_suspend64 aio_suspend
+aio_write      aio.h   p       int aio_write(struct aiocb *);
+aio_write64    aio.h   d       #define aio_write64 aio_write
+aiocb64        aio.h   d       #define aiocb64 aiocb
+alarm  unistd.h        p       unsigned alarm(unsigned);
+alignas        stdalign.h      d       #define alignas _Alignas
+aligned_alloc  stdlib.h        p       void *aligned_alloc(size_t alignment, size_t size);
+alignof        stdalign.h      d       #define alignof _Alignof
+alloca alloca.h        d       #define alloca __builtin_alloca
+alloca alloca.h        p       void *alloca(size_t);
+alphasort      dirent.h        p       int alphasort(const struct dirent **, const struct dirent **);
+alphasort64    dirent.h        d       #define alphasort64 alphasort
+and    iso646.h        d       #define and &&
+and_eq iso646.h        d       #define and_eq &=
+arp_hln        netinet/if_ether.h      d       #define arp_hln ea_hdr.ar_hln
+arp_hrd        netinet/if_ether.h      d       #define arp_hrd ea_hdr.ar_hrd
+arp_op netinet/if_ether.h      d       #define arp_op ea_hdr.ar_op
+arp_pln        netinet/if_ether.h      d       #define arp_pln ea_hdr.ar_pln
+arp_pro        netinet/if_ether.h      d       #define arp_pro ea_hdr.ar_pro
+asctime        time.h  p       char *asctime(const struct tm *);
+asctime_r      time.h  p       char *asctime_r(const struct tm *__restrict, char *__restrict);
+asin   math.h  p       double asin(double);
+asin   tgmath.h        d       #define asin(x) __tg_real_complex(asin, (x))
+asinf  math.h  p       float asinf(float);
+asinh  math.h  p       double asinh(double);
+asinh  tgmath.h        d       #define asinh(x) __tg_real_complex(asinh, (x))
+asinhf math.h  p       float asinhf(float);
+asinhl math.h  p       long double asinhl(long double);
+asinl  math.h  p       long double asinl(long double);
+asprintf       stdio.h p       int asprintf(char **, const char *, ...);
+assert assert.h        d       #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))
+assert assert.h        d       #define assert(x) (void)0
+at_quick_exit  stdlib.h        p       int at_quick_exit(void(*)(void));
+atan   math.h  p       double atan(double);
+atan   tgmath.h        d       #define atan(x) __tg_real_complex(atan, (x))
+atan2  math.h  p       double atan2(double, double);
+atan2  tgmath.h        d       #define atan2(x,y) __tg_real_2(atan2, (x), (y))
+atan2f math.h  p       float atan2f(float, float);
+atan2l math.h  p       long double atan2l(long double, long double);
+atanf  math.h  p       float atanf(float);
+atanh  math.h  p       double atanh(double);
+atanh  tgmath.h        d       #define atanh(x) __tg_real_complex(atanh, (x))
+atanhf math.h  p       float atanhf(float);
+atanhl math.h  p       long double atanhl(long double);
+atanl  math.h  p       long double atanl(long double);
+atexit stdlib.h        p       int atexit(void(*)(void));
+atof   stdlib.h        p       double atof(const char *);
+atoi   stdlib.h        p       int atoi(const char *);
+atol   stdlib.h        p       long atol(const char *);
+atoll  stdlib.h        p       long long atoll(const char *);
+authtype_names arpa/telnet.h   v       
+authtype_names arpa/telnet.h   x       extern char *authtype_names[];
+basename       libgen.h        p       char *basename(char *);
+basename       string.h        p       char *basename();
+bcmp   strings.h       p       int bcmp(const void *, const void *, size_t);
+bcopy  strings.h       p       void bcopy(const void *, void *, size_t);
+be16toh        endian.h        d       #define be16toh(x) (uint16_t)(x)
+be16toh        endian.h        d       #define be16toh(x) __bswap16(x)
+be32toh        endian.h        d       #define be32toh(x) (uint32_t)(x)
+be32toh        endian.h        d       #define be32toh(x) __bswap32(x)
+be64toh        endian.h        d       #define be64toh(x) (uint64_t)(x)
+be64toh        endian.h        d       #define be64toh(x) __bswap64(x)
+betoh16        endian.h        d       #define betoh16(x) (uint16_t)(x)
+betoh16        endian.h        d       #define betoh16(x) __bswap16(x)
+betoh32        endian.h        d       #define betoh32(x) (uint32_t)(x)
+betoh32        endian.h        d       #define betoh32(x) __bswap32(x)
+betoh64        endian.h        d       #define betoh64(x) (uint64_t)(x)
+betoh64        endian.h        d       #define betoh64(x) __bswap64(x)
+bind   sys/socket.h    p       int bind(int, const struct sockaddr *, socklen_t);
+bind_textdomain_codeset        libintl.h       p       char *bind_textdomain_codeset(const char *, const char *);
+bindtextdomain libintl.h       p       char *bindtextdomain(const char *, const char *);
+bitand iso646.h        d       #define bitand &
+bitor  iso646.h        d       #define bitor |
+blkcnt64_t     sys/stat.h      d       #define blkcnt64_t blkcnt_t
+blkcnt64_t     sys/types.h     d       #define blkcnt64_t blkcnt_t
+bool   stdbool.h       d       #define bool _Bool
+brk    unistd.h        p       int brk(void *);
+bsd_signal     signal.h        p       void(*bsd_signal(int, void(*)(int)))(int);
+bsearch        stdlib.h        p       void *bsearch(const void *, const void *, size_t, size_t, int(*)(const void *, const void *));
+bswap_16       byteswap.h      d       #define bswap_16(x) __bswap_16(x)
+bswap_32       byteswap.h      d       #define bswap_32(x) __bswap_32(x)
+bswap_64       byteswap.h      d       #define bswap_64(x) __bswap_64(x)
+btodb  sys/quota.h     d       #define btodb(num) ((num) >> 10)
+btowc  wchar.h p       wint_t btowc(int);
+bzero  strings.h       p       void bzero(void *, size_t);
+c16rtomb       uchar.h p       size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
+c32rtomb       uchar.h p       size_t c32rtomb(char *__restrict, char32_t, mbstate_t *__restrict);
+cabs   complex.h       p       double cabs(double complex);
+cabsf  complex.h       p       float cabsf(float complex);
+cabsl  complex.h       p       long double cabsl(long double complex);
+cachectl       sys/cachectl.h  p       int cachectl(void *, int, int);
+cacheflush     sys/cachectl.h  p       int cacheflush(void *, int, int);
+cacos  complex.h       p       double complex cacos(double complex);
+cacosf complex.h       p       float complex cacosf(float complex);
+cacosh complex.h       p       double complex cacosh(double complex);
+cacoshf        complex.h       p       float complex cacoshf(float complex);
+cacoshl        complex.h       p       long double complex cacoshl(long double complex);
+cacosl complex.h       p       long double complex cacosl(long double complex);
+caddr_t        sys/types.h     t       typedef char *caddr_t;
+call_once      threads.h       p       void call_once(once_flag *, void(*)(void));
+calloc malloc.h        p       void *calloc(size_t, size_t);
+calloc sched.h p       void *calloc(size_t, size_t);
+calloc stdlib.h        p       void *calloc(size_t, size_t);
+carg   complex.h       p       double carg(double complex);
+carg   tgmath.h        d       #define carg(x) __tg_complex_retreal(carg, (x))
+cargf  complex.h       p       float cargf(float complex);
+cargl  complex.h       p       long double cargl(long double complex);
+casin  complex.h       p       double complex casin(double complex);
+casinf complex.h       p       float complex casinf(float complex);
+casinh complex.h       p       double complex casinh(double complex);
+casinhf        complex.h       p       float complex casinhf(float complex);
+casinhl        complex.h       p       long double complex casinhl(long double complex);
+casinl complex.h       p       long double complex casinl(long double complex);
+catan  complex.h       p       double complex catan(double complex);
+catanf complex.h       p       float complex catanf(float complex);
+catanh complex.h       p       double complex catanh(double complex);
+catanhf        complex.h       p       float complex catanhf(float complex);
+catanhl        complex.h       p       long double complex catanhl(long double complex);
+catanl complex.h       p       long double complex catanl(long double complex);
+catclose       nl_types.h      p       int catclose(nl_catd);
+catgets        nl_types.h      p       char *catgets(nl_catd, int, int, const char *);
+catopen        nl_types.h      p       nl_catd catopen(const char *, int);
+cbrt   math.h  p       double cbrt(double);
+cbrt   tgmath.h        d       #define cbrt(x) __tg_real(cbrt, (x))
+cbrtf  math.h  p       float cbrtf(float);
+cbrtl  math.h  p       long double cbrtl(long double);
+cc_t   termios.h       t       typedef unsigned char cc_t;
+ccos   complex.h       p       double complex ccos(double complex);
+ccosf  complex.h       p       float complex ccosf(float complex);
+ccosh  complex.h       p       double complex ccosh(double complex);
+ccoshf complex.h       p       float complex ccoshf(float complex);
+ccoshl complex.h       p       long double complex ccoshl(long double complex);
+ccosl  complex.h       p       long double complex ccosl(long double complex);
+ceil   math.h  p       double ceil(double);
+ceil   tgmath.h        d       #define ceil(x) __tg_real(ceil, (x))
+ceilf  math.h  p       float ceilf(float);
+ceill  math.h  p       long double ceill(long double);
+cert_t_oid     arpa/nameser.h  e       
+cert_t_pgp     arpa/nameser.h  e       
+cert_t_pkix    arpa/nameser.h  e       
+cert_t_spki    arpa/nameser.h  e       
+cert_t_url     arpa/nameser.h  e       
+cexp   complex.h       p       double complex cexp(double complex);
+cexpf  complex.h       p       float complex cexpf(float complex);
+cexpl  complex.h       p       long double complex cexpl(long double complex);
+cfgetispeed    termios.h       p       speed_t cfgetispeed(const struct termios *);
+cfgetospeed    termios.h       p       speed_t cfgetospeed(const struct termios *);
+cfmakeraw      termios.h       p       void cfmakeraw(struct termios *);
+cfsetispeed    termios.h       p       int cfsetispeed(struct termios *, speed_t);
+cfsetospeed    termios.h       p       int cfsetospeed(struct termios *, speed_t);
+cfsetspeed     termios.h       p       int cfsetspeed(struct termios *, speed_t);
+char16_t       uchar.h t       typedef unsigned short char16_t;
+char32_t       uchar.h t       typedef unsigned char32_t;
+chdir  unistd.h        p       int chdir(const char *);
+chmod  sys/stat.h      p       int chmod(const char *, mode_t);
+chown  unistd.h        p       int chown(const char *, uid_t, gid_t);
+chroot unistd.h        p       int chroot(const char *);
+cimag  complex.h       d       #define cimag(x) __CIMAG(x, double)
+cimag  complex.h       p       double cimag(double complex);
+cimag  tgmath.h        d       #define cimag(x) __tg_complex_retreal(cimag, (x))
+cimagf complex.h       d       #define cimagf(x) __CIMAG(x, float)
+cimagf complex.h       p       float cimagf(float complex);
+cimagl complex.h       d       #define cimagl(x) __CIMAG(x, long double)
+cimagl complex.h       p       long double cimagl(long double complex);
+clearenv       stdlib.h        p       int clearenv(void);
+clearerr       stdio.h p       void clearerr(FILE *);
+clearerr_unlocked      stdio.h p       void clearerr_unlocked(FILE *);
+clock  time.h  p       clock_t clock(void);
+clock_adjtime  sys/timex.h     p       int clock_adjtime(clockid_t, struct timex *);
+clock_getcpuclockid    time.h  p       int clock_getcpuclockid(pid_t, clockid_t *);
+clock_getres   time.h  p       int clock_getres(clockid_t, struct timespec *);
+clock_gettime  time.h  p       int clock_gettime(clockid_t, struct timespec *);
+clock_nanosleep        time.h  p       int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
+clock_settime  time.h  p       int clock_settime(clockid_t, const struct timespec *);
+clog   complex.h       p       double complex clog(double complex);
+clogf  complex.h       p       float complex clogf(float complex);
+clogl  complex.h       p       long double complex clogl(long double complex);
+clone  sched.h p       int clone(int(*)(void *), void *, int, void *, ...);
+close  unistd.h        p       int close(int);
+closedir       dirent.h        p       int closedir(DIR *);
+closelog       syslog.h        p       void closelog(void);
+clrbit sys/param.h     d       #define clrbit(x,i) __bitop(x,i,&=~)
+cnd_broadcast  threads.h       p       int cnd_broadcast(cnd_t *);
+cnd_destroy    threads.h       p       void cnd_destroy(cnd_t *);
+cnd_init       threads.h       p       int cnd_init(cnd_t *);
+cnd_signal     threads.h       p       int cnd_signal(cnd_t *);
+cnd_timedwait  threads.h       p       int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict);
+cnd_wait       threads.h       p       int cnd_wait(cnd_t *, mtx_t *);
+comp_t sys/acct.h      t       typedef uint16_t comp_t;
+compl  iso646.h        d       #define compl ~
+complex        complex.h       d       #define complex _Complex
+confstr        unistd.h        p       size_t confstr(int, char *, size_t);
+conj   complex.h       p       double complex conj(double complex);
+conj   tgmath.h        d       #define conj(x) __tg_complex(conj, (x))
+conjf  complex.h       p       float complex conjf(float complex);
+conjl  complex.h       p       long double complex conjl(long double complex);
+connect        sys/socket.h    p       int connect(int, const struct sockaddr *, socklen_t);
+copysign       math.h  p       double copysign(double, double);
+copysign       tgmath.h        d       #define copysign(x,y) __tg_real_2(copysign, (x), (y))
+copysignf      math.h  p       float copysignf(float, float);
+copysignl      math.h  p       long double copysignl(long double, long double);
+cos    math.h  p       double cos(double);
+cos    tgmath.h        d       #define cos(x) __tg_real_complex(cos, (x))
+cosf   math.h  p       float cosf(float);
+cosh   math.h  p       double cosh(double);
+cosh   tgmath.h        d       #define cosh(x) __tg_real_complex(cosh, (x))
+coshf  math.h  p       float coshf(float);
+coshl  math.h  p       long double coshl(long double);
+cosl   math.h  p       long double cosl(long double);
+cpow   complex.h       p       double complex cpow(double complex, double complex);
+cpowf  complex.h       p       float complex cpowf(float complex, float complex);
+cpowl  complex.h       p       long double complex cpowl(long double complex, long double complex);
+cproj  complex.h       p       double complex cproj(double complex);
+cproj  tgmath.h        d       #define cproj(x) __tg_complex(cproj, (x))
+cprojf complex.h       p       float complex cprojf(float complex);
+cprojl complex.h       p       long double complex cprojl(long double complex);
+cpu_set_t      sched.h t       typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t;
+creal  complex.h       d       #define creal(x) ((double)(x))
+creal  complex.h       p       double creal(double complex);
+creal  tgmath.h        d       #define creal(x) __tg_complex_retreal(creal, (x))
+crealf complex.h       d       #define crealf(x) ((float)(x))
+crealf complex.h       p       float crealf(float complex);
+creall complex.h       d       #define creall(x) ((long double)(x))
+creall complex.h       p       long double creall(long double complex);
+creat  fcntl.h p       int creat(const char *, mode_t);
+creat64        fcntl.h d       #define creat64 creat
+crypt  crypt.h p       char *crypt(const char *, const char *);
+crypt  unistd.h        p       char *crypt(const char *, const char *);
+crypt_r        crypt.h p       char *crypt_r(const char *, const char *, struct crypt_data *);
+csin   complex.h       p       double complex csin(double complex);
+csinf  complex.h       p       float complex csinf(float complex);
+csinh  complex.h       p       double complex csinh(double complex);
+csinhf complex.h       p       float complex csinhf(float complex);
+csinhl complex.h       p       long double complex csinhl(long double complex);
+csinl  complex.h       p       long double complex csinl(long double complex);
+csqrt  complex.h       p       double complex csqrt(double complex);
+csqrtf complex.h       p       float complex csqrtf(float complex);
+csqrtl complex.h       p       long double complex csqrtl(long double complex);
+ctan   complex.h       p       double complex ctan(double complex);
+ctanf  complex.h       p       float complex ctanf(float complex);
+ctanh  complex.h       p       double complex ctanh(double complex);
+ctanhf complex.h       p       float complex ctanhf(float complex);
+ctanhl complex.h       p       long double complex ctanhl(long double complex);
+ctanl  complex.h       p       long double complex ctanl(long double complex);
+ctermid        stdio.h p       char *ctermid(char *);
+ctermid        unistd.h        p       char *ctermid(char *);
+ctime  time.h  p       char *ctime(const time_t *);
+ctime_r        time.h  p       char *ctime_r(const time_t *, char *);
+cuserid        stdio.h p       char *cuserid(char *);
+d_fileno       dirent.h        d       #define d_fileno d_ino
+daemon unistd.h        p       int daemon(int, int);
+daylight       time.h  x       extern int daylight;
+dbtob  sys/quota.h     d       #define dbtob(num) ((num) << 10)
+difftime       time.h  p       double difftime(time_t, time_t);
+direct sys/dir.h       d       #define direct dirent
+dirent64       dirent.h        d       #define dirent64 dirent
+dirfd  dirent.h        p       int dirfd(DIR *);
+dirname        libgen.h        p       char *dirname(char *);
+div    stdlib.h        p       div_t div(int, int);
+div_t  stdlib.h        t       typedef struct { int quot, rem; } div_t;
+dl_iterate_phdr        link.h  p       int dl_iterate_phdr(int(*)(struct dl_phdr_info *, size_t, void *), void *);
+dladdr dlfcn.h p       int dladdr(const void *, Dl_info *);
+dlclose        dlfcn.h p       int dlclose(void *);
+dlerror        dlfcn.h p       char *dlerror(void);
+dlinfo dlfcn.h p       int dlinfo(void *, int, void *);
+dlopen dlfcn.h p       void *dlopen(const char *, int);
+dlsym  dlfcn.h p       void *dlsym(void *__restrict, const char *__restrict);
+dn_comp        resolv.h        p       int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
+dn_expand      resolv.h        p       int dn_expand(const unsigned char *, const unsigned char *, const unsigned char *, char *, int);
+dn_skipname    resolv.h        p       int dn_skipname(const unsigned char *, const unsigned char *);
+dprintf        stdio.h p       int dprintf(int, const char *__restrict, ...);
+dq_bhardlimit  sys/quota.h     d       #define dq_bhardlimit dq_dqb.dqb_bhardlimit
+dq_bsoftlimit  sys/quota.h     d       #define dq_bsoftlimit dq_dqb.dqb_bsoftlimit
+dq_btime       sys/quota.h     d       #define dq_btime dq_dqb.dqb_btime
+dq_curinodes   sys/quota.h     d       #define dq_curinodes dq_dqb.dqb_curinodes
+dq_curspace    sys/quota.h     d       #define dq_curspace dq_dqb.dqb_curspace
+dq_ihardlimit  sys/quota.h     d       #define dq_ihardlimit dq_dqb.dqb_ihardlimit
+dq_isoftlimit  sys/quota.h     d       #define dq_isoftlimit dq_dqb.dqb_isoftlimit
+dq_itime       sys/quota.h     d       #define dq_itime dq_dqb.dqb_itime
+dq_valid       sys/quota.h     d       #define dq_valid dq_dqb.dqb_valid
+dqoff  sys/quota.h     d       #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk))
+drand48        stdlib.h        p       double drand48(void);
+drem   math.h  p       double drem(double, double);
+dremf  math.h  p       float dremf(float, float);
+dup    unistd.h        p       int dup(int);
+dup2   unistd.h        p       int dup2(int, int);
+dup3   unistd.h        p       int dup3(int, int, int);
+duplocale      locale.h        p       locale_t duplocale(locale_t);
+e_exit utmp.h  d       #define e_exit __e_exit
+e_exit utmpx.h d       #define e_exit __e_exit
+e_termination  utmp.h  d       #define e_termination __e_termination
+e_termination  utmpx.h d       #define e_termination __e_termination
+eaccess        unistd.h        p       int eaccess(const char *, int);
+ecvt   stdlib.h        p       char *ecvt(double, int, int *, int *);
+encrypt        unistd.h        p       void encrypt(char *, int);
+encrypt_names  arpa/telnet.h   v       
+encrypt_names  arpa/telnet.h   x       extern char *encrypt_names[];
+enctype_names  arpa/telnet.h   v       
+enctype_names  arpa/telnet.h   x       extern char *enctype_names[];
+endgrent       grp.h   p       void endgrent(void);
+endhostent     netdb.h p       void endhostent(void);
+endmntent      mntent.h        p       int endmntent(FILE *);
+endnetent      netdb.h p       void endnetent(void);
+endorder       search.h        e       
+endprotoent    netdb.h p       void endprotoent(void);
+endpwent       pwd.h   p       void endpwent(void);
+endservent     netdb.h p       void endservent(void);
+endspent       shadow.h        p       void endspent(void);
+endusershell   unistd.h        p       void endusershell(void);
+endutent       utmp.h  p       void endutent(void);
+endutxent      utmpx.h p       void endutxent(void);
+environ        unistd.h        x       extern char **environ;
+epoll_create   sys/epoll.h     p       int epoll_create(int);
+epoll_create1  sys/epoll.h     p       int epoll_create1(int);
+epoll_ctl      sys/epoll.h     p       int epoll_ctl(int, int, int, struct epoll_event *);
+epoll_data_t   sys/epoll.h     t       } epoll_data_t;
+epoll_pwait    sys/epoll.h     p       int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
+epoll_wait     sys/epoll.h     p       int epoll_wait(int, struct epoll_event *, int, int);
+erand48        stdlib.h        p       double erand48(unsigned short [3]);
+erf    math.h  p       double erf(double);
+erf    tgmath.h        d       #define erf(x) __tg_real(erf, (x))
+erfc   math.h  p       double erfc(double);
+erfc   tgmath.h        d       #define erfc(x) __tg_real(erfc, (x))
+erfcf  math.h  p       float erfcf(float);
+erfcl  math.h  p       long double erfcl(long double);
+erff   math.h  p       float erff(float);
+erfl   math.h  p       long double erfl(long double);
+err    err.h   p       _Noreturn void err(int, const char *, ...);
+errno  errno.h d       #define errno (*__errno_location())
+errx   err.h   p       _Noreturn void errx(int, const char *, ...);
+ether_aton     netinet/ether.h p       struct ether_addr *ether_aton(const char *);
+ether_aton_r   netinet/ether.h p       struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
+ether_hostton  netinet/ether.h p       int ether_hostton(const char *, struct ether_addr *);
+ether_line     netinet/ether.h p       int ether_line(const char *, struct ether_addr *, char *);
+ether_ntoa     netinet/ether.h p       char *ether_ntoa(const struct ether_addr *);
+ether_ntoa_r   netinet/ether.h p       char *ether_ntoa_r(const struct ether_addr *, char *);
+ether_ntohost  netinet/ether.h p       int ether_ntohost(char *, const struct ether_addr *);
+euidaccess     unistd.h        p       int euidaccess(const char *, int);
+eventfd        sys/eventfd.h   p       int eventfd(unsigned int, int);
+eventfd_read   sys/eventfd.h   p       int eventfd_read(int, eventfd_t *);
+eventfd_t      sys/eventfd.h   t       typedef uint64_t eventfd_t;
+eventfd_write  sys/eventfd.h   p       int eventfd_write(int, eventfd_t);
+execl  unistd.h        p       int execl(const char *, const char *, ...);
+execle unistd.h        p       int execle(const char *, const char *, ...);
+execlp unistd.h        p       int execlp(const char *, const char *, ...);
+execv  unistd.h        p       int execv(const char *, char *const []);
+execve unistd.h        p       int execve(const char *, char *const [], char *const []);
+execvp unistd.h        p       int execvp(const char *, char *const []);
+execvpe        unistd.h        p       int execvpe(const char *, char *const [], char *const []);
+exit   stdlib.h        p       _Noreturn void exit(int);
+exp    math.h  p       double exp(double);
+exp    tgmath.h        d       #define exp(x) __tg_real_complex(exp, (x))
+exp10  math.h  p       double exp10(double);
+exp10f math.h  p       float exp10f(float);
+exp10l math.h  p       long double exp10l(long double);
+exp2   math.h  p       double exp2(double);
+exp2   tgmath.h        d       #define exp2(x) __tg_real(exp2, (x))
+exp2f  math.h  p       float exp2f(float);
+exp2l  math.h  p       long double exp2l(long double);
+expf   math.h  p       float expf(float);
+expl   math.h  p       long double expl(long double);
+expm1  math.h  p       double expm1(double);
+expm1  tgmath.h        d       #define expm1(x) __tg_real(expm1, (x))
+expm1f math.h  p       float expm1f(float);
+expm1l math.h  p       long double expm1l(long double);
+fabs   math.h  p       double fabs(double);
+fabs   tgmath.h        d       #define fabs(x) __tg_real_complex_fabs(x)
+fabsf  math.h  p       float fabsf(float);
+fabsl  math.h  p       long double fabsl(long double);
+faccessat      unistd.h        p       int faccessat(int, const char *, int, int);
+facilitynames  syslog.h        d       #define facilitynames ((CODE *)(const CODE []){ { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, { "user", LOG_USER }, { "uucp", LOG_UUCP }, { "local0", LOG_LOCAL0 }, { "local1", LOG_LOCAL1 }, { "local2", LOG_LOCAL2 }, { "local3", LOG_LOCAL3 }, { "local4", LOG_LOCAL4 }, { "local5", LOG_LOCAL5 }, { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
+fallocate      fcntl.h p       int fallocate(int, int, off_t, off_t);
+fallocate64    fcntl.h d       #define fallocate64 fallocate
+false  stdbool.h       d       #define false 0
+fanotify_init  sys/fanotify.h  p       int fanotify_init(unsigned, unsigned);
+fanotify_mark  sys/fanotify.h  p       int fanotify_mark(int, unsigned, unsigned long long, int, const char *);
+fchdir unistd.h        p       int fchdir(int);
+fchmod sys/stat.h      p       int fchmod(int, mode_t);
+fchmodat       sys/stat.h      p       int fchmodat(int, const char *, mode_t, int);
+fchown unistd.h        p       int fchown(int, uid_t, gid_t);
+fchownat       unistd.h        p       int fchownat(int, const char *, uid_t, gid_t, int);
+fclose stdio.h p       int fclose(FILE *);
+fcntl  fcntl.h p       int fcntl(int, int, ...);
+fcvt   stdlib.h        p       char *fcvt(double, int, int *, int *);
+fd_mask        sys/select.h    t       typedef unsigned long fd_mask;
+fd_set sys/select.h    t       } fd_set;
+fdatasync      unistd.h        p       int fdatasync(int);
+fdim   math.h  p       double fdim(double, double);
+fdim   tgmath.h        d       #define fdim(x,y) __tg_real_2(fdim, (x), (y))
+fdimf  math.h  p       float fdimf(float, float);
+fdiml  math.h  p       long double fdiml(long double, long double);
+fdopen stdio.h p       FILE *fdopen(int, const char *);
+fdopendir      dirent.h        p       DIR *fdopendir(int);
+feclearexcept  fenv.h  p       int feclearexcept(int);
+fegetenv       fenv.h  p       int fegetenv(fenv_t *);
+fegetexceptflag        fenv.h  p       int fegetexceptflag(fexcept_t *, int);
+fegetround     fenv.h  p       int fegetround(void);
+feholdexcept   fenv.h  p       int feholdexcept(fenv_t *);
+feof   stdio.h p       int feof(FILE *);
+feof_unlocked  stdio.h p       int feof_unlocked(FILE *);
+feraiseexcept  fenv.h  p       int feraiseexcept(int);
+ferror stdio.h p       int ferror(FILE *);
+ferror_unlocked        stdio.h p       int ferror_unlocked(FILE *);
+fesetenv       fenv.h  p       int fesetenv(const fenv_t *);
+fesetexceptflag        fenv.h  p       int fesetexceptflag(const fexcept_t *, int);
+fesetround     fenv.h  p       int fesetround(int);
+fetestexcept   fenv.h  p       int fetestexcept(int);
+feupdateenv    fenv.h  p       int feupdateenv(const fenv_t *);
+fexecve        unistd.h        p       int fexecve(int, char *const [], char *const []);
+fflush stdio.h p       int fflush(FILE *);
+fflush_unlocked        stdio.h p       int fflush_unlocked(FILE *);
+ffs    strings.h       p       int ffs(int);
+ffsl   strings.h       p       int ffsl(long);
+ffsll  strings.h       p       int ffsll(long long);
+fgetc  stdio.h p       int fgetc(FILE *);
+fgetc_unlocked stdio.h p       int fgetc_unlocked(FILE *);
+fgetgrent      grp.h   p       struct group *fgetgrent(FILE *stream);
+fgetln stdio.h p       char *fgetln(FILE *, size_t *);
+fgetpos        stdio.h p       int fgetpos(FILE *__restrict, fpos_t *__restrict);
+fgetpos64      stdio.h d       #define fgetpos64 fgetpos
+fgetpwent      pwd.h   p       struct passwd *fgetpwent(FILE *);
+fgets  stdio.h p       char *fgets(char *__restrict, int, FILE *__restrict);
+fgets_unlocked stdio.h p       char *fgets_unlocked(char *, int, FILE *);
+fgetspent      shadow.h        p       struct spwd *fgetspent(FILE *);
+fgetwc wchar.h p       wint_t fgetwc(FILE *);
+fgetws wchar.h p       wchar_t *fgetws(wchar_t *__restrict, int, FILE *__restrict);
+fgetxattr      sys/xattr.h     p       ssize_t fgetxattr(int filedes, const char *, void *, size_t);
+fileno stdio.h p       int fileno(FILE *);
+fileno_unlocked        stdio.h p       int fileno_unlocked(FILE *);
+finite math.h  p       int finite(double);
+finitef        math.h  p       int finitef(float);
+flistxattr     sys/xattr.h     p       ssize_t flistxattr(int filedes, char *, size_t);
+flock  sys/file.h      p       int flock(int, int);
+flock64        fcntl.h d       #define flock64 flock
+flockfile      stdio.h p       void flockfile(FILE *);
+floor  math.h  p       double floor(double);
+floor  tgmath.h        d       #define floor(x) __tg_real(floor, (x))
+floorf math.h  p       float floorf(float);
+floorl math.h  p       long double floorl(long double);
+fma    math.h  p       double fma(double, double, double);
+fma    tgmath.h        d       #define fma(x,y,z) __tg_real_fma((x), (y), (z))
+fmaf   math.h  p       float fmaf(float, float, float);
+fmal   math.h  p       long double fmal(long double, long double, long double);
+fmax   math.h  p       double fmax(double, double);
+fmax   tgmath.h        d       #define fmax(x,y) __tg_real_2(fmax, (x), (y))
+fmaxf  math.h  p       float fmaxf(float, float);
+fmaxl  math.h  p       long double fmaxl(long double, long double);
+fmemopen       stdio.h p       FILE *fmemopen(void *__restrict, size_t, const char *__restrict);
+fmin   math.h  p       double fmin(double, double);
+fmin   tgmath.h        d       #define fmin(x,y) __tg_real_2(fmin, (x), (y))
+fminf  math.h  p       float fminf(float, float);
+fminl  math.h  p       long double fminl(long double, long double);
+fmod   math.h  p       double fmod(double, double);
+fmod   tgmath.h        d       #define fmod(x,y) __tg_real_2(fmod, (x), (y))
+fmodf  math.h  p       float fmodf(float, float);
+fmodl  math.h  p       long double fmodl(long double, long double);
+fmtmsg fmtmsg.h        p       int fmtmsg(long, const char *, int, const char *, const char *, const char *);
+fnmatch        fnmatch.h       p       int fnmatch(const char *, const char *, int);
+fopen  stdio.h p       FILE *fopen(const char *__restrict, const char *__restrict);
+fopen64        stdio.h d       #define fopen64 fopen
+fork   unistd.h        p       pid_t fork(void);
+forkpty        pty.h   p       int forkpty(int *, char *, const struct termios *, const struct winsize *);
+formnames      arpa/ftp.h      v       
+fpathconf      unistd.h        p       long fpathconf(int, int);
+fpclassify     math.h  d       #define fpclassify(x) ( sizeof(x) == sizeof(float) ? __fpclassifyf(x) : sizeof(x) == sizeof(double) ? __fpclassify(x) : __fpclassifyl(x) )
+fpos64_t       stdio.h d       #define fpos64_t fpos_t
+fpos_t stdio.h t       } fpos_t;
+fprintf        stdio.h p       int fprintf(FILE *__restrict, const char *__restrict, ...);
+fputc  stdio.h p       int fputc(int, FILE *);
+fputc_unlocked stdio.h p       int fputc_unlocked(int, FILE *);
+fputs  stdio.h p       int fputs(const char *__restrict, FILE *__restrict);
+fputs_unlocked stdio.h p       int fputs_unlocked(const char *, FILE *);
+fputwc wchar.h p       wint_t fputwc(wchar_t, FILE *);
+fputws wchar.h p       int fputws(const wchar_t *__restrict, FILE *__restrict);
+fread  stdio.h p       size_t fread(void *__restrict, size_t, size_t, FILE *__restrict);
+fread_unlocked stdio.h p       size_t fread_unlocked(void *, size_t, size_t, FILE *);
+free   malloc.h        p       void free(void *);
+free   sched.h p       void free(void *);
+free   stdlib.h        p       void free(void *);
+freeaddrinfo   netdb.h p       void freeaddrinfo(struct addrinfo *);
+freeifaddrs    ifaddrs.h       p       void freeifaddrs(struct ifaddrs *ifp);
+freelocale     locale.h        p       void freelocale(locale_t);
+fremovexattr   sys/xattr.h     p       int fremovexattr(int, const char *);
+freopen        stdio.h p       FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
+freopen64      stdio.h d       #define freopen64 freopen
+frexp  math.h  p       double frexp(double, int *);
+frexp  tgmath.h        d       #define frexp(x,y) __tg_real_2_1(frexp, (x), (y))
+frexpf math.h  p       float frexpf(float, int *);
+frexpl math.h  p       long double frexpl(long double, int *);
+fs_to_dq_blocks        sys/quota.h     d       #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / 1024)
+fsblkcnt64_t   sys/stat.h      d       #define fsblkcnt64_t fsblkcnt_t
+fsblkcnt64_t   sys/statfs.h    d       #define fsblkcnt64_t fsblkcnt_t
+fsblkcnt64_t   sys/statvfs.h   d       #define fsblkcnt64_t fsblkcnt_t
+fsblkcnt64_t   sys/types.h     d       #define fsblkcnt64_t fsblkcnt_t
+fscanf stdio.h p       int fscanf(FILE *__restrict, const char *__restrict, ...);
+fseek  stdio.h p       int fseek(FILE *, long, int);
+fseeko stdio.h p       int fseeko(FILE *, off_t, int);
+fseeko64       stdio.h d       #define fseeko64 fseeko
+fsetpos        stdio.h p       int fsetpos(FILE *, const fpos_t *);
+fsetpos64      stdio.h d       #define fsetpos64 fsetpos
+fsetxattr      sys/xattr.h     p       int fsetxattr(int, const char *, const void *, size_t, int);
+fsfilcnt64_t   sys/stat.h      d       #define fsfilcnt64_t fsfilcnt_t
+fsfilcnt64_t   sys/statfs.h    d       #define fsfilcnt64_t fsfilcnt_t
+fsfilcnt64_t   sys/statvfs.h   d       #define fsfilcnt64_t fsfilcnt_t
+fsfilcnt64_t   sys/types.h     d       #define fsfilcnt64_t fsfilcnt_t
+fsid_t sys/statfs.h    t       } fsid_t;
+fstat  sys/stat.h      p       int fstat(int, struct stat *);
+fstat64        sys/stat.h      d       #define fstat64 fstat
+fstatat        sys/stat.h      p       int fstatat(int, const char *__restrict, struct stat *__restrict, int);
+fstatat64      sys/stat.h      d       #define fstatat64 fstatat
+fstatfs        sys/statfs.h    p       int fstatfs(int, struct statfs *);
+fstatfs64      sys/statfs.h    d       #define fstatfs64 fstatfs
+fstatvfs       sys/statvfs.h   p       int fstatvfs(int, struct statvfs *);
+fstatvfs64     sys/statvfs.h   d       #define fstatvfs64 fstatvfs
+fsync  unistd.h        p       int fsync(int);
+ftell  stdio.h p       long ftell(FILE *);
+ftello stdio.h p       off_t ftello(FILE *);
+ftello64       stdio.h d       #define ftello64 ftello
+ftime  sys/timeb.h     p       int ftime(struct timeb *);
+ftok   sys/ipc.h       p       key_t ftok(const char *, int);
+ftruncate      unistd.h        p       int ftruncate(int, off_t);
+ftruncate64    unistd.h        d       #define ftruncate64 ftruncate
+ftrylockfile   stdio.h p       int ftrylockfile(FILE *);
+ftw    ftw.h   p       int ftw(const char *, int(*)(const char *, const struct stat *, int), int);
+ftw64  ftw.h   d       #define ftw64 ftw
+funlockfile    stdio.h p       void funlockfile(FILE *);
+futimens       sys/stat.h      p       int futimens(int, const struct timespec [2]);
+futimes        sys/time.h      p       int futimes(int, const struct timeval [2]);
+futimesat      sys/time.h      p       int futimesat(int, const char *, const struct timeval [2]);
+fwide  wchar.h p       int fwide(FILE *, int);
+fwprintf       wchar.h p       int fwprintf(FILE *__restrict, const wchar_t *__restrict, ...);
+fwrite stdio.h p       size_t fwrite(const void *__restrict, size_t, size_t, FILE *__restrict);
+fwrite_unlocked        stdio.h p       size_t fwrite_unlocked(const void *, size_t, size_t, FILE *);
+fwscanf        wchar.h p       int fwscanf(FILE *__restrict, const wchar_t *__restrict, ...);
+gai_strerror   netdb.h p       const char *gai_strerror(int);
+gcvt   stdlib.h        p       char *gcvt(double, int, char *);
+get_avphys_pages       sys/sysinfo.h   p       long get_avphys_pages(void);
+get_current_dir_name   unistd.h        p       char *get_current_dir_name(void);
+get_nprocs     sys/sysinfo.h   p       int get_nprocs(void);
+get_nprocs_conf        sys/sysinfo.h   p       int get_nprocs_conf(void);
+get_phys_pages sys/sysinfo.h   p       long get_phys_pages(void);
+getaddrinfo    netdb.h p       int getaddrinfo(const char *__restrict, const char *__restrict, const struct addrinfo *__restrict, struct addrinfo **__restrict);
+getauxval      sys/auxv.h      p       unsigned long getauxval(unsigned long);
+getc   stdio.h p       int getc(FILE *);
+getc_unlocked  stdio.h p       int getc_unlocked(FILE *);
+getchar        stdio.h p       int getchar(void);
+getchar_unlocked       stdio.h p       int getchar_unlocked(void);
+getcontext     ucontext.h      p       int getcontext(struct __ucontext *);
+getcwd unistd.h        p       char *getcwd(char *, size_t);
+getdate        time.h  p       struct tm *getdate(const char *);
+getdate_err    time.h  x       extern int getdate_err;
+getdelim       stdio.h p       ssize_t getdelim(char **__restrict, size_t *__restrict, int, FILE *__restrict);
+getdents       dirent.h        p       int getdents(int, struct dirent *, size_t);
+getdents64     dirent.h        d       #define getdents64 getdents
+getdomainname  unistd.h        p       int getdomainname(char *, size_t);
+getdtablesize  unistd.h        p       int getdtablesize(void);
+getegid        unistd.h        p       gid_t getegid(void);
+getenv stdlib.h        p       char *getenv(const char *);
+geteuid        unistd.h        p       uid_t geteuid(void);
+getgid unistd.h        p       gid_t getgid(void);
+getgrent       grp.h   p       struct group *getgrent(void);
+getgrgid       grp.h   p       struct group *getgrgid(gid_t);
+getgrgid_r     grp.h   p       int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
+getgrnam       grp.h   p       struct group *getgrnam(const char *);
+getgrnam_r     grp.h   p       int getgrnam_r(const char *, struct group *, char *, size_t, struct group **);
+getgrouplist   grp.h   p       int getgrouplist(const char *, gid_t, gid_t *, int *);
+getgroups      unistd.h        p       int getgroups(int, gid_t []);
+gethostbyaddr  netdb.h p       struct hostent *gethostbyaddr(const void *, socklen_t, int);
+gethostbyaddr_r        netdb.h p       int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent **, int *);
+gethostbyname  netdb.h p       struct hostent *gethostbyname(const char *);
+gethostbyname2 netdb.h p       struct hostent *gethostbyname2(const char *, int);
+gethostbyname2_r       netdb.h p       int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
+gethostbyname_r        netdb.h p       int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
+gethostent     netdb.h p       struct hostent *gethostent(void);
+gethostid      unistd.h        p       long gethostid(void);
+gethostname    unistd.h        p       int gethostname(char *, size_t);
+getifaddrs     ifaddrs.h       p       int getifaddrs(struct ifaddrs **ifap);
+getitimer      sys/time.h      p       int getitimer(int, struct itimerval *);
+getline        stdio.h p       ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
+getloadavg     stdlib.h        p       int getloadavg(double *, int);
+getlogin       unistd.h        p       char *getlogin(void);
+getlogin_r     unistd.h        p       int getlogin_r(char *, size_t);
+getmntent      mntent.h        p       struct mntent *getmntent(FILE *);
+getmntent_r    mntent.h        p       struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
+getnameinfo    netdb.h p       int getnameinfo(const struct sockaddr *__restrict, socklen_t, char *__restrict, socklen_t, char *__restrict, socklen_t, int);
+getnetbyaddr   netdb.h p       struct netent *getnetbyaddr(uint32_t, int);
+getnetbyname   netdb.h p       struct netent *getnetbyname(const char *);
+getnetent      netdb.h p       struct netent *getnetent(void);
+getopt getopt.h        p       int getopt(int, char * const [], const char *);
+getopt unistd.h        p       int getopt(int, char * const [], const char *);
+getopt_long    getopt.h        p       int getopt_long(int, char *const *, const char *, const struct option *, int *);
+getopt_long_only       getopt.h        p       int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
+getpagesize    unistd.h        p       int getpagesize(void);
+getpass        unistd.h        p       char *getpass(const char *);
+getpeername    sys/socket.h    p       int getpeername(int, struct sockaddr *__restrict, socklen_t *__restrict);
+getpgid        unistd.h        p       pid_t getpgid(pid_t);
+getpgrp        unistd.h        p       pid_t getpgrp(void);
+getpid unistd.h        p       pid_t getpid(void);
+getppid        unistd.h        p       pid_t getppid(void);
+getpriority    sys/resource.h  p       int getpriority(int, id_t);
+getprotobyname netdb.h p       struct protoent *getprotobyname(const char *);
+getprotobynumber       netdb.h p       struct protoent *getprotobynumber(int);
+getprotoent    netdb.h p       struct protoent *getprotoent(void);
+getpwent       pwd.h   p       struct passwd *getpwent(void);
+getpwnam       pwd.h   p       struct passwd *getpwnam(const char *);
+getpwnam_r     pwd.h   p       int getpwnam_r(const char *, struct passwd *, char *, size_t, struct passwd **);
+getpwuid       pwd.h   p       struct passwd *getpwuid(uid_t);
+getpwuid_r     pwd.h   p       int getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
+getresgid      unistd.h        p       int getresgid(gid_t *, gid_t *, gid_t *);
+getresuid      unistd.h        p       int getresuid(uid_t *, uid_t *, uid_t *);
+getrlimit      sys/resource.h  p       int getrlimit(int, struct rlimit *);
+getrlimit64    sys/resource.h  d       #define getrlimit64 getrlimit
+getrusage      sys/resource.h  p       int getrusage(int, struct rusage *);
+gets   stdio.h p       char *gets(char *);
+getservbyname  netdb.h p       struct servent *getservbyname(const char *, const char *);
+getservbyname_r        netdb.h p       int getservbyname_r(const char *, const char *, struct servent *, char *, size_t, struct servent **);
+getservbyport  netdb.h p       struct servent *getservbyport(int, const char *);
+getservbyport_r        netdb.h p       int getservbyport_r(int, const char *, struct servent *, char *, size_t, struct servent **);
+getservent     netdb.h p       struct servent *getservent(void);
+getsid unistd.h        p       pid_t getsid(pid_t);
+getsockname    sys/socket.h    p       int getsockname(int, struct sockaddr *__restrict, socklen_t *__restrict);
+getsockopt     sys/socket.h    p       int getsockopt(int, int, int, void *__restrict, socklen_t *__restrict);
+getspent       shadow.h        p       struct spwd *getspent(void);
+getspnam       shadow.h        p       struct spwd *getspnam(const char *);
+getspnam_r     shadow.h        p       int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
+getsubopt      stdlib.h        p       int getsubopt(char **, char *const *, char **);
+gettimeofday   sys/time.h      p       int gettimeofday(struct timeval *__restrict, void *__restrict);
+getuid unistd.h        p       uid_t getuid(void);
+getusershell   unistd.h        p       char *getusershell(void);
+getutent       utmp.h  p       struct utmp *getutent(void);
+getutid        utmp.h  p       struct utmp *getutid(const struct utmp *);
+getutline      utmp.h  p       struct utmp *getutline(const struct utmp *);
+getutxent      utmpx.h p       struct utmpx *getutxent(void);
+getutxid       utmpx.h p       struct utmpx *getutxid(const struct utmpx *);
+getutxline     utmpx.h p       struct utmpx *getutxline(const struct utmpx *);
+getw   stdio.h p       int getw(FILE *);
+getwc  wchar.h p       wint_t getwc(FILE *);
+getwchar       wchar.h p       wint_t getwchar(void);
+getxattr       sys/xattr.h     p       ssize_t getxattr(const char *, const char *, void *, size_t);
+glob   glob.h  p       int glob(const char *__restrict, int, int(*)(const char *, int), glob_t *__restrict);
+glob64 glob.h  d       #define glob64 glob
+glob64_t       glob.h  d       #define glob64_t glob_t
+glob_t glob.h  t       } glob_t;
+globfree       glob.h  p       void globfree(glob_t *);
+globfree64     glob.h  d       #define globfree64 globfree
+gmtime time.h  p       struct tm *gmtime(const time_t *);
+gmtime_r       time.h  p       struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
+grantpt        stdlib.h        p       int grantpt(int);
+h_addr netdb.h d       #define h_addr h_addr_list[0]
+h_errno        netdb.h d       #define h_errno (*__h_errno_location())
+hasmntopt      mntent.h        p       char *hasmntopt(const struct mntent *, const char *);
+hcreate        search.h        p       int hcreate(size_t);
+hcreate_r      search.h        p       int hcreate_r(size_t, struct hsearch_data *);
+hdestroy       search.h        p       void hdestroy(void);
+hdestroy_r     search.h        p       void hdestroy_r(struct hsearch_data *);
+herror netdb.h p       void herror(const char *);
+howmany        sys/param.h     d       #define howmany(n,d) (((n)+((d)-1))/(d))
+hsearch        search.h        p       ENTRY *hsearch(ENTRY, ACTION);
+hsearch_r      search.h        p       int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
+hstrerror      netdb.h p       const char *hstrerror(int);
+htobe16        endian.h        d       #define htobe16(x) (uint16_t)(x)
+htobe16        endian.h        d       #define htobe16(x) __bswap16(x)
+htobe32        endian.h        d       #define htobe32(x) (uint32_t)(x)
+htobe32        endian.h        d       #define htobe32(x) __bswap32(x)
+htobe64        endian.h        d       #define htobe64(x) (uint64_t)(x)
+htobe64        endian.h        d       #define htobe64(x) __bswap64(x)
+htole16        endian.h        d       #define htole16(x) (uint16_t)(x)
+htole16        endian.h        d       #define htole16(x) __bswap16(x)
+htole32        endian.h        d       #define htole32(x) (uint32_t)(x)
+htole32        endian.h        d       #define htole32(x) __bswap32(x)
+htole64        endian.h        d       #define htole64(x) (uint64_t)(x)
+htole64        endian.h        d       #define htole64(x) __bswap64(x)
+htonl  arpa/inet.h     p       uint32_t htonl(uint32_t);
+htonl  netinet/in.h    p       uint32_t htonl(uint32_t);
+htons  arpa/inet.h     p       uint16_t htons(uint16_t);
+htons  netinet/in.h    p       uint16_t htons(uint16_t);
+hypot  math.h  p       double hypot(double, double);
+hypot  tgmath.h        d       #define hypot(x,y) __tg_real_2(hypot, (x), (y))
+hypotf math.h  p       float hypotf(float, float);
+hypotl math.h  p       long double hypotl(long double, long double);
+icmp6_data16   netinet/icmp6.h d       #define icmp6_data16 icmp6_dataun.icmp6_un_data16
+icmp6_data32   netinet/icmp6.h d       #define icmp6_data32 icmp6_dataun.icmp6_un_data32
+icmp6_data8    netinet/icmp6.h d       #define icmp6_data8 icmp6_dataun.icmp6_un_data8
+icmp6_id       netinet/icmp6.h d       #define icmp6_id icmp6_data16[0]
+icmp6_maxdelay netinet/icmp6.h d       #define icmp6_maxdelay icmp6_data16[0]
+icmp6_mtu      netinet/icmp6.h d       #define icmp6_mtu icmp6_data32[0]
+icmp6_pptr     netinet/icmp6.h d       #define icmp6_pptr icmp6_data32[0]
+icmp6_seq      netinet/icmp6.h d       #define icmp6_seq icmp6_data16[1]
+icmp_data      netinet/ip_icmp.h       d       #define icmp_data icmp_dun.id_data
+icmp_gwaddr    netinet/ip_icmp.h       d       #define icmp_gwaddr icmp_hun.ih_gwaddr
+icmp_id        netinet/ip_icmp.h       d       #define icmp_id icmp_hun.ih_idseq.icd_id
+icmp_ip        netinet/ip_icmp.h       d       #define icmp_ip icmp_dun.id_ip.idi_ip
+icmp_lifetime  netinet/ip_icmp.h       d       #define icmp_lifetime icmp_hun.ih_rtradv.irt_lifetime
+icmp_mask      netinet/ip_icmp.h       d       #define icmp_mask icmp_dun.id_mask
+icmp_nextmtu   netinet/ip_icmp.h       d       #define icmp_nextmtu icmp_hun.ih_pmtu.ipm_nextmtu
+icmp_num_addrs netinet/ip_icmp.h       d       #define icmp_num_addrs icmp_hun.ih_rtradv.irt_num_addrs
+icmp_otime     netinet/ip_icmp.h       d       #define icmp_otime icmp_dun.id_ts.its_otime
+icmp_pmvoid    netinet/ip_icmp.h       d       #define icmp_pmvoid icmp_hun.ih_pmtu.ipm_void
+icmp_pptr      netinet/ip_icmp.h       d       #define icmp_pptr icmp_hun.ih_pptr
+icmp_radv      netinet/ip_icmp.h       d       #define icmp_radv icmp_dun.id_radv
+icmp_rtime     netinet/ip_icmp.h       d       #define icmp_rtime icmp_dun.id_ts.its_rtime
+icmp_seq       netinet/ip_icmp.h       d       #define icmp_seq icmp_hun.ih_idseq.icd_seq
+icmp_ttime     netinet/ip_icmp.h       d       #define icmp_ttime icmp_dun.id_ts.its_ttime
+icmp_void      netinet/ip_icmp.h       d       #define icmp_void icmp_hun.ih_void
+icmp_wpa       netinet/ip_icmp.h       d       #define icmp_wpa icmp_hun.ih_rtradv.irt_wpa
+iconv  iconv.h p       size_t iconv(iconv_t, char **__restrict, size_t *__restrict, char **__restrict, size_t *__restrict);
+iconv_close    iconv.h p       int iconv_close(iconv_t);
+iconv_open     iconv.h p       iconv_t iconv_open(const char *, const char *);
+iconv_t        iconv.h t       typedef void *iconv_t;
+idtype_t       sys/wait.h      t       } idtype_t;
+if_freenameindex       net/if.h        p       void if_freenameindex(struct if_nameindex *);
+if_indextoname net/if.h        p       char *if_indextoname(unsigned int, char *);
+if_nameindex   net/if.h        p       struct if_nameindex *if_nameindex(void);
+if_nametoindex net/if.h        p       unsigned int if_nametoindex(const char *);
+ifa_broadaddr  ifaddrs.h       d       #define ifa_broadaddr ifa_ifu.ifu_broadaddr
+ifa_broadaddr  net/if.h        d       #define ifa_broadaddr ifa_ifu.ifu_broadaddr
+ifa_dstaddr    ifaddrs.h       d       #define ifa_dstaddr ifa_ifu.ifu_dstaddr
+ifa_dstaddr    net/if.h        d       #define ifa_dstaddr ifa_ifu.ifu_dstaddr
+ifc_buf        net/if.h        d       #define ifc_buf ifc_ifcu.ifcu_buf
+ifc_req        net/if.h        d       #define ifc_req ifc_ifcu.ifcu_req
+ifr_addr       net/if.h        d       #define ifr_addr ifr_ifru.ifru_addr
+ifr_bandwidth  net/if.h        d       #define ifr_bandwidth ifr_ifru.ifru_ivalue
+ifr_broadaddr  net/if.h        d       #define ifr_broadaddr ifr_ifru.ifru_broadaddr
+ifr_data       net/if.h        d       #define ifr_data ifr_ifru.ifru_data
+ifr_dstaddr    net/if.h        d       #define ifr_dstaddr ifr_ifru.ifru_dstaddr
+ifr_flags      net/if.h        d       #define ifr_flags ifr_ifru.ifru_flags
+ifr_hwaddr     net/if.h        d       #define ifr_hwaddr ifr_ifru.ifru_hwaddr
+ifr_ifindex    net/if.h        d       #define ifr_ifindex ifr_ifru.ifru_ivalue
+ifr_map        net/if.h        d       #define ifr_map ifr_ifru.ifru_map
+ifr_metric     net/if.h        d       #define ifr_metric ifr_ifru.ifru_ivalue
+ifr_mtu        net/if.h        d       #define ifr_mtu ifr_ifru.ifru_mtu
+ifr_name       net/if.h        d       #define ifr_name ifr_ifrn.ifrn_name
+ifr_netmask    net/if.h        d       #define ifr_netmask ifr_ifru.ifru_netmask
+ifr_newname    net/if.h        d       #define ifr_newname ifr_ifru.ifru_newname
+ifr_qlen       net/if.h        d       #define ifr_qlen ifr_ifru.ifru_ivalue
+ifr_slave      net/if.h        d       #define ifr_slave ifr_ifru.ifru_slave
+ilogb  math.h  p       int ilogb(double);
+ilogb  tgmath.h        d       #define ilogb(x) __tg_real_nocast(ilogb, (x))
+ilogbf math.h  p       int ilogbf(float);
+ilogbl math.h  p       int ilogbl(long double);
+imaxabs        inttypes.h      p       intmax_t imaxabs(intmax_t);
+imaxdiv        inttypes.h      p       imaxdiv_t imaxdiv(intmax_t, intmax_t);
+imaxdiv_t      inttypes.h      t       typedef struct { intmax_t quot, rem; } imaxdiv_t;
+in6addr_any    netinet/in.h    x       extern const struct in6_addr in6addr_any, in6addr_loopback;
+in6addr_loopback       netinet/in.h    x       extern const struct in6_addr in6addr_any, in6addr_loopback;
+in_addr_t      netinet/in.h    t       typedef uint32_t in_addr_t;
+in_port_t      netinet/in.h    t       typedef uint16_t in_port_t;
+index  strings.h       p       char *index(const char *, int);
+inet_addr      arpa/inet.h     p       in_addr_t inet_addr(const char *);
+inet_aton      arpa/inet.h     p       int inet_aton(const char *, struct in_addr *);
+inet_lnaof     arpa/inet.h     p       in_addr_t inet_lnaof(struct in_addr);
+inet_makeaddr  arpa/inet.h     p       struct in_addr inet_makeaddr(in_addr_t, in_addr_t);
+inet_netof     arpa/inet.h     p       in_addr_t inet_netof(struct in_addr);
+inet_network   arpa/inet.h     p       in_addr_t inet_network(const char *);
+inet_ntoa      arpa/inet.h     p       char *inet_ntoa(struct in_addr);
+inet_ntop      arpa/inet.h     p       const char *inet_ntop(int, const void *__restrict, char *__restrict, socklen_t);
+inet_pton      arpa/inet.h     p       int inet_pton(int, const char *__restrict, void *__restrict);
+initgroups     grp.h   p       int initgroups(const char *, gid_t);
+initstate      stdlib.h        p       char *initstate(unsigned int, char *, size_t);
+ino64_t        dirent.h        d       #define ino64_t ino_t
+ino64_t        sys/stat.h      d       #define ino64_t ino_t
+ino64_t        sys/types.h     d       #define ino64_t ino_t
+inotify_add_watch      sys/inotify.h   p       int inotify_add_watch(int, const char *, uint32_t);
+inotify_init   sys/inotify.h   p       int inotify_init(void);
+inotify_init1  sys/inotify.h   p       int inotify_init1(int);
+inotify_rm_watch       sys/inotify.h   p       int inotify_rm_watch(int, int);
+insque search.h        p       void insque(void *, void *);
+int_fast64_t   stdint.h        t       typedef int64_t int_fast64_t;
+int_fast8_t    stdint.h        t       typedef int8_t int_fast8_t;
+int_least16_t  stdint.h        t       typedef int16_t int_least16_t;
+int_least32_t  stdint.h        t       typedef int32_t int_least32_t;
+int_least64_t  stdint.h        t       typedef int64_t int_least64_t;
+int_least8_t   stdint.h        t       typedef int8_t int_least8_t;
+ioctl  stropts.h       p       int ioctl(int, int, ...);
+ioctl  sys/ioctl.h     p       int ioctl(int, int, ...);
+ioperm sys/io.h        p       int ioperm(unsigned long, unsigned long, int);
+iopl   sys/io.h        p       int iopl(int);
+ip6_flow       netinet/ip6.h   d       #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
+ip6_hlim       netinet/ip6.h   d       #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
+ip6_hops       netinet/ip6.h   d       #define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
+ip6_nxt        netinet/ip6.h   d       #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
+ip6_plen       netinet/ip6.h   d       #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
+ip6_vfc        netinet/ip6.h   d       #define ip6_vfc ip6_ctlun.ip6_un2_vfc
+isalnum        ctype.h p       int isalnum(int);
+isalnum_l      ctype.h p       int isalnum_l(int, locale_t);
+isalpha        ctype.h d       #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26)
+isalpha        ctype.h p       int isalpha(int);
+isalpha_l      ctype.h p       int isalpha_l(int, locale_t);
+isascii        ctype.h d       #define isascii(a) (0 ? isascii(a) : (unsigned)(a) < 128)
+isascii        ctype.h p       int isascii(int);
+isastream      stropts.h       p       int isastream(int);
+isatty unistd.h        p       int isatty(int);
+isblank        ctype.h p       int isblank(int);
+isblank_l      ctype.h p       int isblank_l(int, locale_t);
+isclr  sys/param.h     d       #define isclr(x,i) !isset(x,i)
+iscntrl        ctype.h p       int iscntrl(int);
+iscntrl_l      ctype.h p       int iscntrl_l(int, locale_t);
+isdigit        ctype.h d       #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10)
+isdigit        ctype.h p       int isdigit(int);
+isdigit_l      ctype.h p       int isdigit_l(int, locale_t);
+isfinite       math.h  d       #define isfinite(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) < 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) < 0x7ffULL<<52 : __fpclassifyl(x) > FP_INFINITE)
+isgraph        ctype.h d       #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e)
+isgraph        ctype.h p       int isgraph(int);
+isgraph_l      ctype.h p       int isgraph_l(int, locale_t);
+isgreater      math.h  d       #define isgreater(x, y) __tg_pred_2(x, y, __isgreater)
+isgreaterequal math.h  d       #define isgreaterequal(x, y) __tg_pred_2(x, y, __isgreaterequal)
+isinf  math.h  d       #define isinf(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) == 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) == 0x7ffULL<<52 : __fpclassifyl(x) == FP_INFINITE)
+isless math.h  d       #define isless(x, y) __tg_pred_2(x, y, __isless)
+islessequal    math.h  d       #define islessequal(x, y) __tg_pred_2(x, y, __islessequal)
+islessgreater  math.h  d       #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater)
+islower        ctype.h d       #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26)
+islower        ctype.h p       int islower(int);
+islower_l      ctype.h p       int islower_l(int, locale_t);
+isnan  math.h  d       #define isnan(x) ( sizeof(x) == sizeof(float) ? (__FLOAT_BITS(x) & 0x7fffffff) > 0x7f800000 : sizeof(x) == sizeof(double) ? (__DOUBLE_BITS(x) & -1ULL>>1) > 0x7ffULL<<52 : __fpclassifyl(x) == FP_NAN)
+isnormal       math.h  d       #define isnormal(x) ( sizeof(x) == sizeof(float) ? ((__FLOAT_BITS(x)+0x00800000) & 0x7fffffff) >= 0x01000000 : sizeof(x) == sizeof(double) ? ((__DOUBLE_BITS(x)+(1ULL<<52)) & -1ULL>>1) >= 1ULL<<53 : __fpclassifyl(x) == FP_NORMAL)
+isprint        ctype.h d       #define isprint(a) (0 ? isprint(a) : ((unsigned)(a)-0x20) < 0x5f)
+isprint        ctype.h p       int isprint(int);
+isprint_l      ctype.h p       int isprint_l(int, locale_t);
+ispunct        ctype.h p       int ispunct(int);
+ispunct_l      ctype.h p       int ispunct_l(int, locale_t);
+isset  sys/param.h     d       #define isset(x,i) __bitop(x,i,&)
+issetugid      unistd.h        p       int issetugid(void);
+isspace        ctype.h d       #define isspace(a) __isspace(a)
+isspace        ctype.h p       int isspace(int);
+isspace_l      ctype.h p       int isspace_l(int, locale_t);
+isunordered    math.h  d       #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y)))
+isupper        ctype.h d       #define isupper(a) (0 ? isupper(a) : ((unsigned)(a)-'A') < 26)
+isupper        ctype.h p       int isupper(int);
+isupper_l      ctype.h p       int isupper_l(int, locale_t);
+iswalnum       wchar.h p       int iswalnum(wint_t);
+iswalnum       wctype.h        p       int iswalnum(wint_t);
+iswalnum_l     wctype.h        p       int iswalnum_l(wint_t, locale_t);
+iswalpha       wchar.h p       int iswalpha(wint_t);
+iswalpha       wctype.h        p       int iswalpha(wint_t);
+iswalpha_l     wctype.h        p       int iswalpha_l(wint_t, locale_t);
+iswblank       wchar.h p       int iswblank(wint_t);
+iswblank       wctype.h        p       int iswblank(wint_t);
+iswblank_l     wctype.h        p       int iswblank_l(wint_t, locale_t);
+iswcntrl       wchar.h p       int iswcntrl(wint_t);
+iswcntrl       wctype.h        p       int iswcntrl(wint_t);
+iswcntrl_l     wctype.h        p       int iswcntrl_l(wint_t, locale_t);
+iswctype       wchar.h p       int iswctype(wint_t, wctype_t);
+iswctype       wctype.h        p       int iswctype(wint_t, wctype_t);
+iswctype_l     wctype.h        p       int iswctype_l(wint_t, wctype_t, locale_t);
+iswdigit       wchar.h d       #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10)
+iswdigit       wchar.h p       int iswdigit(wint_t);
+iswdigit       wctype.h        d       #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10)
+iswdigit       wctype.h        p       int iswdigit(wint_t);
+iswdigit_l     wctype.h        p       int iswdigit_l(wint_t, locale_t);
+iswgraph       wchar.h p       int iswgraph(wint_t);
+iswgraph       wctype.h        p       int iswgraph(wint_t);
+iswgraph_l     wctype.h        p       int iswgraph_l(wint_t, locale_t);
+iswlower       wchar.h p       int iswlower(wint_t);
+iswlower       wctype.h        p       int iswlower(wint_t);
+iswlower_l     wctype.h        p       int iswlower_l(wint_t, locale_t);
+iswprint       wchar.h p       int iswprint(wint_t);
+iswprint       wctype.h        p       int iswprint(wint_t);
+iswprint_l     wctype.h        p       int iswprint_l(wint_t, locale_t);
+iswpunct       wchar.h p       int iswpunct(wint_t);
+iswpunct       wctype.h        p       int iswpunct(wint_t);
+iswpunct_l     wctype.h        p       int iswpunct_l(wint_t, locale_t);
+iswspace       wchar.h p       int iswspace(wint_t);
+iswspace       wctype.h        p       int iswspace(wint_t);
+iswspace_l     wctype.h        p       int iswspace_l(wint_t, locale_t);
+iswupper       wchar.h p       int iswupper(wint_t);
+iswupper       wctype.h        p       int iswupper(wint_t);
+iswupper_l     wctype.h        p       int iswupper_l(wint_t, locale_t);
+iswxdigit      wchar.h p       int iswxdigit(wint_t);
+iswxdigit      wctype.h        p       int iswxdigit(wint_t);
+iswxdigit_l    wctype.h        p       int iswxdigit_l(wint_t, locale_t);
+isxdigit       ctype.h p       int isxdigit(int);
+isxdigit_l     ctype.h p       int isxdigit_l(int, locale_t);
+j0     math.h  p       double j0(double);
+j0f    math.h  p       float j0f(float);
+j1     math.h  p       double j1(double);
+j1f    math.h  p       float j1f(float);
+jmp_buf        setjmp.h        t       } jmp_buf[1];
+jn     math.h  p       double jn(int, double);
+jnf    math.h  p       float jnf(int, float);
+jrand48        stdlib.h        p       long jrand48(unsigned short [3]);
+kill   signal.h        p       int kill(pid_t, int);
+killpg signal.h        p       int killpg(pid_t, int);
+klogctl        sys/klog.h      p       int klogctl(int, char *, int);
+l64a   stdlib.h        p       char *l64a(long);
+labs   stdlib.h        p       long labs(long);
+lchmod sys/stat.h      p       int lchmod(const char *, mode_t);
+lchown unistd.h        p       int lchown(const char *, uid_t, gid_t);
+lckpwdf        shadow.h        p       int lckpwdf(void);
+lcong48        stdlib.h        p       void lcong48(unsigned short [7]);
+ldexp  math.h  p       double ldexp(double, int);
+ldexp  tgmath.h        d       #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y))
+ldexpf math.h  p       float ldexpf(float, int);
+ldexpl math.h  p       long double ldexpl(long double, int);
+ldiv   stdlib.h        p       ldiv_t ldiv(long, long);
+ldiv_t stdlib.h        t       typedef struct { long quot, rem; } ldiv_t;
+le16toh        endian.h        d       #define le16toh(x) (uint16_t)(x)
+le16toh        endian.h        d       #define le16toh(x) __bswap16(x)
+le32toh        endian.h        d       #define le32toh(x) (uint32_t)(x)
+le32toh        endian.h        d       #define le32toh(x) __bswap32(x)
+le64toh        endian.h        d       #define le64toh(x) (uint64_t)(x)
+le64toh        endian.h        d       #define le64toh(x) __bswap64(x)
+leaf   search.h        e       
+letoh16        endian.h        d       #define letoh16(x) (uint16_t)(x)
+letoh16        endian.h        d       #define letoh16(x) __bswap16(x)
+letoh32        endian.h        d       #define letoh32(x) (uint32_t)(x)
+letoh32        endian.h        d       #define letoh32(x) __bswap32(x)
+letoh64        endian.h        d       #define letoh64(x) (uint64_t)(x)
+letoh64        endian.h        d       #define letoh64(x) __bswap64(x)
+lfind  search.h        p       void *lfind(const void *, const void *, size_t *, size_t, int(*)(const void *, const void *));
+lgamma math.h  p       double lgamma(double);
+lgamma tgmath.h        d       #define lgamma(x) __tg_real(lgamma, (x))
+lgamma_r       math.h  p       double lgamma_r(double, int*);
+lgammaf        math.h  p       float lgammaf(float);
+lgammaf_r      math.h  p       float lgammaf_r(float, int*);
+lgammal        math.h  p       long double lgammal(long double);
+lgammal_r      math.h  p       long double lgammal_r(long double, int*);
+lgetxattr      sys/xattr.h     p       ssize_t lgetxattr(const char *, const char *, void *, size_t);
+link   unistd.h        p       int link(const char *, const char *);
+linkat unistd.h        p       int linkat(int, const char *, int, const char *, int);
+lio_listio     aio.h   p       int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
+lio_listio64   aio.h   d       #define lio_listio64 lio_listio
+listen sys/socket.h    p       int listen(int, int);
+listxattr      sys/xattr.h     p       ssize_t listxattr(const char *, char *, size_t);
+llabs  stdlib.h        p       long long llabs(long long);
+lldiv  stdlib.h        p       lldiv_t lldiv(long long, long long);
+lldiv_t        stdlib.h        t       typedef struct { long long quot, rem; } lldiv_t;
+llistxattr     sys/xattr.h     p       ssize_t llistxattr(const char *, char *, size_t);
+llrint math.h  p       long long llrint(double);
+llrint tgmath.h        d       #define llrint(x) __tg_real_nocast(llrint, (x))
+llrintf        math.h  p       long long llrintf(float);
+llrintl        math.h  p       long long llrintl(long double);
+llround        math.h  p       long long llround(double);
+llround        tgmath.h        d       #define llround(x) __tg_real_nocast(llround, (x))
+llroundf       math.h  p       long long llroundf(float);
+llroundl       math.h  p       long long llroundl(long double);
+localeconv     locale.h        p       struct lconv *localeconv(void);
+localtime      time.h  p       struct tm *localtime(const time_t *);
+localtime_r    time.h  p       struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict);
+lockf  fcntl.h p       int lockf(int, int, off_t);
+lockf  unistd.h        p       int lockf(int, int, off_t);
+lockf64        fcntl.h d       #define lockf64 lockf
+lockf64        unistd.h        d       #define lockf64 lockf
+loff_t fcntl.h d       #define loff_t off_t
+log    math.h  p       double log(double);
+log    tgmath.h        d       #define log(x) __tg_real_complex(log, (x))
+log10  math.h  p       double log10(double);
+log10  tgmath.h        d       #define log10(x) __tg_real(log10, (x))
+log10f math.h  p       float log10f(float);
+log10l math.h  p       long double log10l(long double);
+log1p  math.h  p       double log1p(double);
+log1p  tgmath.h        d       #define log1p(x) __tg_real(log1p, (x))
+log1pf math.h  p       float log1pf(float);
+log1pl math.h  p       long double log1pl(long double);
+log2   math.h  p       double log2(double);
+log2   tgmath.h        d       #define log2(x) __tg_real(log2, (x))
+log2f  math.h  p       float log2f(float);
+log2l  math.h  p       long double log2l(long double);
+logb   math.h  p       double logb(double);
+logb   tgmath.h        d       #define logb(x) __tg_real(logb, (x))
+logbf  math.h  p       float logbf(float);
+logbl  math.h  p       long double logbl(long double);
+logf   math.h  p       float logf(float);
+login_tty      utmp.h  p       int login_tty(int);
+logl   math.h  p       long double logl(long double);
+longjmp        setjmp.h        p       _Noreturn void longjmp(jmp_buf, int);
+lrand48        stdlib.h        p       long int lrand48(void);
+lremovexattr   sys/xattr.h     p       int lremovexattr(const char *, const char *);
+lrint  math.h  p       long lrint(double);
+lrint  tgmath.h        d       #define lrint(x) __tg_real_nocast(lrint, (x))
+lrintf math.h  p       long lrintf(float);
+lrintl math.h  p       long lrintl(long double);
+lround math.h  p       long lround(double);
+lround tgmath.h        d       #define lround(x) __tg_real_nocast(lround, (x))
+lroundf        math.h  p       long lroundf(float);
+lroundl        math.h  p       long lroundl(long double);
+lsearch        search.h        p       void *lsearch(const void *, void *, size_t *, size_t, int(*)(const void *, const void *));
+lseek  unistd.h        p       off_t lseek(int, off_t, int);
+lseek64        unistd.h        d       #define lseek64 lseek
+lsetxattr      sys/xattr.h     p       int lsetxattr(const char *, const char *, const void *, size_t, int);
+lstat  sys/stat.h      p       int lstat(const char *__restrict, struct stat *__restrict);
+lstat64        sys/stat.h      d       #define lstat64 lstat
+lutimes        sys/time.h      p       int lutimes(const char *, const struct timeval [2]);
+lwpid_t        sys/procfs.h    t       typedef pid_t lwpid_t;
+madvise        sys/mman.h      p       int madvise(void *, size_t, int);
+major  sys/sysmacros.h d       #define major(x) ((unsigned)( (((x)>>31>>1) & 0xfffff000) | (((x)>>8) & 0x00000fff) ))
+makecontext    ucontext.h      p       void makecontext(struct __ucontext *, void(*)(void), int, ...);
+makedev        sys/sysmacros.h d       #define makedev(x,y) ( (((x)&0xfffff000ULL) << 32) | (((x)&0x00000fffULL) << 8) | (((y)&0xffffff00ULL) << 12) | (((y)&0x000000ffULL)) )
+malloc malloc.h        p       void *malloc(size_t);
+malloc stdlib.h        p       void *malloc(size_t);
+malloc_usable_size     malloc.h        p       size_t malloc_usable_size(void *);
+math_errhandling       math.h  d       #define math_errhandling 2
+mblen  stdlib.h        p       int mblen(const char *, size_t);
+mbrlen wchar.h p       size_t mbrlen(const char *__restrict, size_t, mbstate_t *__restrict);
+mbrtoc16       uchar.h p       size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
+mbrtoc32       uchar.h p       size_t mbrtoc32(char32_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
+mbrtowc        wchar.h p       size_t mbrtowc(wchar_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
+mbsinit        wchar.h p       int mbsinit(const mbstate_t *);
+mbsnrtowcs     wchar.h p       size_t mbsnrtowcs(wchar_t *__restrict, const char **__restrict, size_t, size_t, mbstate_t *__restrict);
+mbsrtowcs      wchar.h p       size_t mbsrtowcs(wchar_t *__restrict, const char **__restrict, size_t, mbstate_t *__restrict);
+mbstowcs       stdlib.h        p       size_t mbstowcs(wchar_t *__restrict, const char *__restrict, size_t);
+mbtowc stdlib.h        p       int mbtowc(wchar_t *__restrict, const char *__restrict, size_t);
+memalign       malloc.h        p       void *memalign(size_t, size_t);
+memalign       stdlib.h        p       void *memalign(size_t, size_t);
+memccpy        string.h        p       void *memccpy(void *__restrict, const void *__restrict, int, size_t);
+memchr string.h        p       void *memchr(const void *, int, size_t);
+memcmp sched.h p       int memcmp(const void *, const void *, size_t);
+memcmp string.h        p       int memcmp(const void *, const void *, size_t);
+memcpy sched.h p       void *memcpy(void *__restrict, const void *__restrict, size_t);
+memcpy string.h        p       void *memcpy(void *__restrict, const void *__restrict, size_t);
+memmem string.h        p       void *memmem(const void *, size_t, const void *, size_t);
+memmove        string.h        p       void *memmove(void *, const void *, size_t);
+mempcpy        string.h        p       void *mempcpy(void *, const void *, size_t);
+memrchr        string.h        p       void *memrchr(const void *, int, size_t);
+memset string.h        p       void *memset(void *, int, size_t);
+mincore        sys/mman.h      p       int mincore(void *, size_t, unsigned char *);
+minor  sys/sysmacros.h d       #define minor(x) ((unsigned)( (((x)>>12) & 0xffffff00) | ((x) & 0x000000ff) ))
+mkdir  sys/stat.h      p       int mkdir(const char *, mode_t);
+mkdirat        sys/stat.h      p       int mkdirat(int, const char *, mode_t);
+mkdtemp        stdlib.h        p       char *mkdtemp(char *);
+mkfifo sys/stat.h      p       int mkfifo(const char *, mode_t);
+mkfifoat       sys/stat.h      p       int mkfifoat(int, const char *, mode_t);
+mknod  sys/stat.h      p       int mknod(const char *, mode_t, dev_t);
+mknodat        sys/stat.h      p       int mknodat(int, const char *, mode_t, dev_t);
+mkostemp       stdlib.h        p       int mkostemp(char *, int);
+mkostemp64     stdlib.h        d       #define mkostemp64 mkostemp
+mkostemps      stdlib.h        p       int mkostemps(char *, int, int);
+mkostemps64    stdlib.h        d       #define mkostemps64 mkostemps
+mkstemp        stdlib.h        p       int mkstemp(char *);
+mkstemp64      stdlib.h        d       #define mkstemp64 mkstemp
+mkstemps       stdlib.h        p       int mkstemps(char *, int);
+mkstemps64     stdlib.h        d       #define mkstemps64 mkstemps
+mktemp stdlib.h        p       char *mktemp(char *);
+mktime time.h  p       time_t mktime(struct tm *);
+mld_cksum      netinet/icmp6.h d       #define mld_cksum mld_icmp6_hdr.icmp6_cksum
+mld_code       netinet/icmp6.h d       #define mld_code mld_icmp6_hdr.icmp6_code
+mld_maxdelay   netinet/icmp6.h d       #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
+mld_reserved   netinet/icmp6.h d       #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
+mld_type       netinet/icmp6.h d       #define mld_type mld_icmp6_hdr.icmp6_type
+mlock  sys/mman.h      p       int mlock(const void *, size_t);
+mlockall       sys/mman.h      p       int mlockall(int);
+mmap   sys/mman.h      p       void *mmap(void *, size_t, int, int, int, off_t);
+mmap64 sys/mman.h      d       #define mmap64 mmap
+modenames      arpa/ftp.h      v       
+modf   math.h  p       double modf(double, double *);
+modff  math.h  p       float modff(float, float *);
+modfl  math.h  p       long double modfl(long double, long double *);
+mount  sys/mount.h     p       int mount(const char *, const char *, const char *, unsigned long, const void *);
+mprotect       sys/mman.h      p       int mprotect(void *, size_t, int);
+mq_close       mqueue.h        p       int mq_close(mqd_t);
+mq_getattr     mqueue.h        p       int mq_getattr(mqd_t, struct mq_attr *);
+mq_notify      mqueue.h        p       int mq_notify(mqd_t, const struct sigevent *);
+mq_open        mqueue.h        p       mqd_t mq_open(const char *, int, ...);
+mq_receive     mqueue.h        p       ssize_t mq_receive(mqd_t, char *, size_t, unsigned *);
+mq_send        mqueue.h        p       int mq_send(mqd_t, const char *, size_t, unsigned);
+mq_setattr     mqueue.h        p       int mq_setattr(mqd_t, const struct mq_attr *__restrict, struct mq_attr *__restrict);
+mq_timedreceive        mqueue.h        p       ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict);
+mq_timedsend   mqueue.h        p       int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *);
+mq_unlink      mqueue.h        p       int mq_unlink(const char *);
+mqd_t  mqueue.h        t       typedef int mqd_t;
+mrand48        stdlib.h        p       long mrand48(void);
+mremap sys/mman.h      p       void *mremap(void *, size_t, size_t, int, ...);
+msgctl sys/msg.h       p       int msgctl(int, int, struct msqid_ds *);
+msgget sys/msg.h       p       int msgget(key_t, int);
+msglen_t       sys/msg.h       t       typedef unsigned long msglen_t;
+msgqnum_t      sys/msg.h       t       typedef unsigned long msgqnum_t;
+msgrcv sys/msg.h       p       ssize_t msgrcv(int, void *, size_t, long, int);
+msgsnd sys/msg.h       p       int msgsnd(int, const void *, size_t, int);
+msync  sys/mman.h      p       int msync(void *, size_t, int);
+mtx_destroy    threads.h       p       void mtx_destroy(mtx_t *);
+mtx_init       threads.h       p       int mtx_init(mtx_t *, int);
+mtx_lock       threads.h       p       int mtx_lock(mtx_t *);
+mtx_plain      threads.h       e       
+mtx_recursive  threads.h       e       
+mtx_timed      threads.h       e       
+mtx_timedlock  threads.h       p       int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
+mtx_trylock    threads.h       p       int mtx_trylock(mtx_t *);
+mtx_unlock     threads.h       p       int mtx_unlock(mtx_t *);
+munlock        sys/mman.h      p       int munlock(const void *, size_t);
+munlockall     sys/mman.h      p       int munlockall(void);
+munmap sys/mman.h      p       int munmap(void *, size_t);
+n_long netinet/in_systm.h      t       typedef uint32_t n_long, n_time;
+n_short        netinet/in_systm.h      t       typedef uint16_t n_short;
+n_time netinet/in_systm.h      t       typedef uint32_t n_long, n_time;
+nan    math.h  p       double nan(const char *);
+nanf   math.h  p       float nanf(const char *);
+nanl   math.h  p       long double nanl(const char *);
+nanosleep      time.h  p       int nanosleep(const struct timespec *, struct timespec *);
+nd_na_cksum    netinet/icmp6.h d       #define nd_na_cksum nd_na_hdr.icmp6_cksum
+nd_na_code     netinet/icmp6.h d       #define nd_na_code nd_na_hdr.icmp6_code
+nd_na_flags_reserved   netinet/icmp6.h d       #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
+nd_na_type     netinet/icmp6.h d       #define nd_na_type nd_na_hdr.icmp6_type
+nd_ns_cksum    netinet/icmp6.h d       #define nd_ns_cksum nd_ns_hdr.icmp6_cksum
+nd_ns_code     netinet/icmp6.h d       #define nd_ns_code nd_ns_hdr.icmp6_code
+nd_ns_reserved netinet/icmp6.h d       #define nd_ns_reserved nd_ns_hdr.icmp6_data32[0]
+nd_ns_type     netinet/icmp6.h d       #define nd_ns_type nd_ns_hdr.icmp6_type
+nd_ra_cksum    netinet/icmp6.h d       #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
+nd_ra_code     netinet/icmp6.h d       #define nd_ra_code nd_ra_hdr.icmp6_code
+nd_ra_curhoplimit      netinet/icmp6.h d       #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
+nd_ra_flags_reserved   netinet/icmp6.h d       #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
+nd_ra_router_lifetime  netinet/icmp6.h d       #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
+nd_ra_type     netinet/icmp6.h d       #define nd_ra_type nd_ra_hdr.icmp6_type
+nd_rd_cksum    netinet/icmp6.h d       #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
+nd_rd_code     netinet/icmp6.h d       #define nd_rd_code nd_rd_hdr.icmp6_code
+nd_rd_reserved netinet/icmp6.h d       #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
+nd_rd_type     netinet/icmp6.h d       #define nd_rd_type nd_rd_hdr.icmp6_type
+nd_rs_cksum    netinet/icmp6.h d       #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
+nd_rs_code     netinet/icmp6.h d       #define nd_rs_code nd_rs_hdr.icmp6_code
+nd_rs_reserved netinet/icmp6.h d       #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
+nd_rs_type     netinet/icmp6.h d       #define nd_rs_type nd_rs_hdr.icmp6_type
+nearbyint      math.h  p       double nearbyint(double);
+nearbyint      tgmath.h        d       #define nearbyint(x) __tg_real(nearbyint, (x))
+nearbyintf     math.h  p       float nearbyintf(float);
+nearbyintl     math.h  p       long double nearbyintl(long double);
+newlocale      locale.h        p       locale_t newlocale(int, const char *, locale_t);
+nextafter      math.h  p       double nextafter(double, double);
+nextafter      tgmath.h        d       #define nextafter(x,y) __tg_real_2(nextafter, (x), (y))
+nextafterf     math.h  p       float nextafterf(float, float);
+nextafterl     math.h  p       long double nextafterl(long double, long double);
+nexttoward     math.h  p       double nexttoward(double, long double);
+nexttoward     tgmath.h        d       #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y))
+nexttowardf    math.h  p       float nexttowardf(float, long double);
+nexttowardl    math.h  p       long double nexttowardl(long double, long double);
+nfds_t poll.h  t       typedef unsigned long nfds_t;
+nftw   ftw.h   p       int nftw(const char *, int(*)(const char *, const struct stat *, int, struct FTW *), int, int);
+nftw64 ftw.h   d       #define nftw64 nftw
+nice   unistd.h        p       int nice(int);
+nl_catd        nl_types.h      t       typedef void *nl_catd;
+nl_item        nl_types.h      t       typedef int nl_item;
+nl_langinfo    langinfo.h      p       char *nl_langinfo(nl_item);
+nl_langinfo_l  langinfo.h      p       char *nl_langinfo_l(nl_item, locale_t);
+no_argument    getopt.h        d       #define no_argument 0
+noreturn       stdnoreturn.h   d       #define noreturn _Noreturn
+not    iso646.h        d       #define not !
+not_eq iso646.h        d       #define not_eq !=
+nrand48        stdlib.h        p       long int nrand48(unsigned short [3]);
+ns_c_2 arpa/nameser.h  e       
+ns_c_any       arpa/nameser.h  e       
+ns_c_chaos     arpa/nameser.h  e       
+ns_c_hs        arpa/nameser.h  e       
+ns_c_in        arpa/nameser.h  e       
+ns_c_invalid   arpa/nameser.h  e       
+ns_c_max       arpa/nameser.h  e       
+ns_c_none      arpa/nameser.h  e       
+ns_cert_types  arpa/nameser.h  t       } ns_cert_types;
+ns_class       arpa/nameser.h  t       } ns_class;
+ns_f_aa        arpa/nameser.h  e       
+ns_f_ad        arpa/nameser.h  e       
+ns_f_cd        arpa/nameser.h  e       
+ns_f_max       arpa/nameser.h  e       
+ns_f_opcode    arpa/nameser.h  e       
+ns_f_qr        arpa/nameser.h  e       
+ns_f_ra        arpa/nameser.h  e       
+ns_f_rcode     arpa/nameser.h  e       
+ns_f_rd        arpa/nameser.h  e       
+ns_f_tc        arpa/nameser.h  e       
+ns_f_z arpa/nameser.h  e       
+ns_flag        arpa/nameser.h  t       } ns_flag;
+ns_get16       arpa/nameser.h  p       unsigned ns_get16(const unsigned char *);
+ns_get32       arpa/nameser.h  p       unsigned long ns_get32(const unsigned char *);
+ns_initparse   arpa/nameser.h  p       int ns_initparse(const unsigned char *, int, ns_msg *);
+ns_key_types   arpa/nameser.h  t       } ns_key_types;
+ns_kt_dh       arpa/nameser.h  e       
+ns_kt_dsa      arpa/nameser.h  e       
+ns_kt_private  arpa/nameser.h  e       
+ns_kt_rsa      arpa/nameser.h  e       
+ns_msg arpa/nameser.h  t       } ns_msg;
+ns_msg_base    arpa/nameser.h  d       #define ns_msg_base(handle) ((handle)._msg + 0)
+ns_msg_count   arpa/nameser.h  d       #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
+ns_msg_end     arpa/nameser.h  d       #define ns_msg_end(handle) ((handle)._eom + 0)
+ns_msg_getflag arpa/nameser.h  d       #define ns_msg_getflag(handle, flag) (((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift)
+ns_msg_id      arpa/nameser.h  d       #define ns_msg_id(handle) ((handle)._id + 0)
+ns_msg_size    arpa/nameser.h  d       #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
+ns_name_uncompress     arpa/nameser.h  p       int ns_name_uncompress(const unsigned char *, const unsigned char *, const unsigned char *, char *, size_t);
+ns_o_iquery    arpa/nameser.h  e       
+ns_o_max       arpa/nameser.h  e       
+ns_o_notify    arpa/nameser.h  e       
+ns_o_query     arpa/nameser.h  e       
+ns_o_status    arpa/nameser.h  e       
+ns_o_update    arpa/nameser.h  e       
+ns_opcode      arpa/nameser.h  t       } ns_opcode;
+ns_parserr     arpa/nameser.h  p       int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
+ns_put16       arpa/nameser.h  p       void ns_put16(unsigned, unsigned char *);
+ns_put32       arpa/nameser.h  p       void ns_put32(unsigned long, unsigned char *);
+ns_r_badkey    arpa/nameser.h  e       
+ns_r_badsig    arpa/nameser.h  e       
+ns_r_badtime   arpa/nameser.h  e       
+ns_r_badvers   arpa/nameser.h  e       
+ns_r_formerr   arpa/nameser.h  e       
+ns_r_max       arpa/nameser.h  e       
+ns_r_noerror   arpa/nameser.h  e       
+ns_r_notauth   arpa/nameser.h  e       
+ns_r_notimpl   arpa/nameser.h  e       
+ns_r_notzone   arpa/nameser.h  e       
+ns_r_nxdomain  arpa/nameser.h  e       
+ns_r_nxrrset   arpa/nameser.h  e       
+ns_r_refused   arpa/nameser.h  e       
+ns_r_servfail  arpa/nameser.h  e       
+ns_r_yxdomain  arpa/nameser.h  e       
+ns_r_yxrrset   arpa/nameser.h  e       
+ns_rcode       arpa/nameser.h  t       } ns_rcode;
+ns_rr  arpa/nameser.h  t       } ns_rr;
+ns_rr_class    arpa/nameser.h  d       #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
+ns_rr_name     arpa/nameser.h  d       #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
+ns_rr_rdata    arpa/nameser.h  d       #define ns_rr_rdata(rr) ((rr).rdata + 0)
+ns_rr_rdlen    arpa/nameser.h  d       #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
+ns_rr_ttl      arpa/nameser.h  d       #define ns_rr_ttl(rr) ((rr).ttl + 0)
+ns_rr_type     arpa/nameser.h  d       #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
+ns_s_an        arpa/nameser.h  e       
+ns_s_ar        arpa/nameser.h  e       
+ns_s_max       arpa/nameser.h  e       
+ns_s_ns        arpa/nameser.h  e       
+ns_s_pr        arpa/nameser.h  e       
+ns_s_qd        arpa/nameser.h  e       
+ns_s_ud        arpa/nameser.h  e       
+ns_s_zn        arpa/nameser.h  e       
+ns_sect        arpa/nameser.h  t       } ns_sect;
+ns_skiprr      arpa/nameser.h  p       int ns_skiprr(const unsigned char *, const unsigned char *, ns_sect, int);
+ns_t_a arpa/nameser.h  e       
+ns_t_a6        arpa/nameser.h  e       
+ns_t_aaaa      arpa/nameser.h  e       
+ns_t_afsdb     arpa/nameser.h  e       
+ns_t_any       arpa/nameser.h  e       
+ns_t_apl       arpa/nameser.h  e       
+ns_t_atma      arpa/nameser.h  e       
+ns_t_axfr      arpa/nameser.h  e       
+ns_t_cert      arpa/nameser.h  e       
+ns_t_cname     arpa/nameser.h  e       
+ns_t_dname     arpa/nameser.h  e       
+ns_t_eid       arpa/nameser.h  e       
+ns_t_gpos      arpa/nameser.h  e       
+ns_t_hinfo     arpa/nameser.h  e       
+ns_t_invalid   arpa/nameser.h  e       
+ns_t_isdn      arpa/nameser.h  e       
+ns_t_ixfr      arpa/nameser.h  e       
+ns_t_key       arpa/nameser.h  e       
+ns_t_kx        arpa/nameser.h  e       
+ns_t_loc       arpa/nameser.h  e       
+ns_t_maila     arpa/nameser.h  e       
+ns_t_mailb     arpa/nameser.h  e       
+ns_t_max       arpa/nameser.h  e       
+ns_t_mb        arpa/nameser.h  e       
+ns_t_md        arpa/nameser.h  e       
+ns_t_mf        arpa/nameser.h  e       
+ns_t_mg        arpa/nameser.h  e       
+ns_t_minfo     arpa/nameser.h  e       
+ns_t_mr        arpa/nameser.h  e       
+ns_t_mrr_p     arpa/nameser.h  d       #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
+ns_t_mx        arpa/nameser.h  e       
+ns_t_naptr     arpa/nameser.h  e       
+ns_t_nimloc    arpa/nameser.h  e       
+ns_t_ns        arpa/nameser.h  e       
+ns_t_nsap      arpa/nameser.h  e       
+ns_t_nsap_ptr  arpa/nameser.h  e       
+ns_t_null      arpa/nameser.h  e       
+ns_t_nxt       arpa/nameser.h  e       
+ns_t_opt       arpa/nameser.h  e       
+ns_t_ptr       arpa/nameser.h  e       
+ns_t_px        arpa/nameser.h  e       
+ns_t_qt_p      arpa/nameser.h  d       #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || (t) == ns_t_mailb || (t) == ns_t_maila)
+ns_t_rp        arpa/nameser.h  e       
+ns_t_rr_p      arpa/nameser.h  d       #define ns_t_rr_p(t) (!ns_t_qt_p(t) && !ns_t_mrr_p(t))
+ns_t_rt        arpa/nameser.h  e       
+ns_t_sig       arpa/nameser.h  e       
+ns_t_sink      arpa/nameser.h  e       
+ns_t_soa       arpa/nameser.h  e       
+ns_t_srv       arpa/nameser.h  e       
+ns_t_tkey      arpa/nameser.h  e       
+ns_t_tsig      arpa/nameser.h  e       
+ns_t_txt       arpa/nameser.h  e       
+ns_t_udp_p     arpa/nameser.h  d       #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
+ns_t_wks       arpa/nameser.h  e       
+ns_t_x25       arpa/nameser.h  e       
+ns_t_xfr_p     arpa/nameser.h  d       #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || (t) == ns_t_zxfr)
+ns_t_zxfr      arpa/nameser.h  e       
+ns_tcp_tsig_state      arpa/nameser.h  t       typedef struct ns_tcp_tsig_state ns_tcp_tsig_state;
+ns_tsig_key    arpa/nameser.h  t       typedef struct ns_tsig_key ns_tsig_key;
+ns_type        arpa/nameser.h  t       } ns_type;
+ns_uop_add     arpa/nameser.h  e       
+ns_uop_delete  arpa/nameser.h  e       
+ns_uop_max     arpa/nameser.h  e       
+ns_update_operation    arpa/nameser.h  t       } ns_update_operation;
+nsaddr resolv.h        d       # define nsaddr nsaddr_list[0]
+ntohl  arpa/inet.h     p       uint32_t ntohl(uint32_t);
+ntohl  netinet/in.h    p       uint32_t ntohl(uint32_t);
+ntohs  arpa/inet.h     p       uint16_t ntohs(uint16_t);
+ntohs  netinet/in.h    p       uint16_t ntohs(uint16_t);
+off64_t        aio.h   d       #define off64_t off_t
+off64_t        dirent.h        d       #define off64_t off_t
+off64_t        fcntl.h d       #define off64_t off_t
+off64_t        stdio.h d       #define off64_t off_t
+off64_t        sys/mman.h      d       #define off64_t off_t
+off64_t        sys/sendfile.h  d       #define off64_t off_t
+off64_t        sys/stat.h      d       #define off64_t off_t
+off64_t        sys/types.h     d       #define off64_t off_t
+off64_t        sys/uio.h       d       #define off64_t off_t
+off64_t        unistd.h        d       #define off64_t off_t
+offsetof       stddef.h        d       #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 ))
+offsetof       stddef.h        d       #define offsetof(type, member) __builtin_offsetof(type, member)
+once_flag      threads.h       t       typedef int once_flag;
+open   fcntl.h p       int open(const char *, int, ...);
+open64 fcntl.h d       #define open64 open
+open_memstream stdio.h p       FILE *open_memstream(char **, size_t *);
+open_wmemstream        wchar.h p       FILE *open_wmemstream(wchar_t **, size_t *);
+openat fcntl.h p       int openat(int, const char *, int, ...);
+openat64       fcntl.h d       #define openat64 openat
+opendir        dirent.h        p       DIR *opendir(const char *);
+openlog        syslog.h        p       void openlog(const char *, int, int);
+openpty        pty.h   p       int openpty(int *, int *, char *, const struct termios *, const struct winsize *);
+optarg getopt.h        x       extern char *optarg;
+optarg unistd.h        x       extern char *optarg;
+opterr getopt.h        x       extern int optind, opterr, optopt, optreset;
+opterr unistd.h        x       extern int optind, opterr, optopt;
+optind getopt.h        x       extern int optind, opterr, optopt, optreset;
+optind unistd.h        x       extern int optind, opterr, optopt;
+optional_argument      getopt.h        d       #define optional_argument 2
+optopt getopt.h        x       extern int optind, opterr, optopt, optreset;
+optopt unistd.h        x       extern int optind, opterr, optopt;
+optreset       getopt.h        x       extern int optind, opterr, optopt, optreset;
+or     iso646.h        d       #define or ||
+or_eq  iso646.h        d       #define or_eq |=
+pathconf       unistd.h        p       long pathconf(const char *, int);
+pause  unistd.h        p       int pause(void);
+pclose stdio.h p       int pclose(FILE *);
+perror stdio.h p       void perror(const char *);
+personality    sys/personality.h       p       int personality(unsigned long);
+pipe   unistd.h        p       int pipe(int [2]);
+pipe2  unistd.h        p       int pipe2(int [2], int);
+poll   poll.h  p       int poll(struct pollfd *, nfds_t, int);
+popen  stdio.h p       FILE *popen(const char *, const char *);
+posix_close    unistd.h        p       int posix_close(int, int);
+posix_fadvise  fcntl.h p       int posix_fadvise(int, off_t, off_t, int);
+posix_fadvise64        fcntl.h d       #define posix_fadvise64 posix_fadvise
+posix_fallocate        fcntl.h p       int posix_fallocate(int, off_t, off_t);
+posix_fallocate64      fcntl.h d       #define posix_fallocate64 posix_fallocate
+posix_madvise  sys/mman.h      p       int posix_madvise(void *, size_t, int);
+posix_memalign stdlib.h        p       int posix_memalign(void **, size_t, size_t);
+posix_openpt   stdlib.h        p       int posix_openpt(int);
+posix_spawn    spawn.h p       int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
+posix_spawn_file_actions_addclose      spawn.h p       int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
+posix_spawn_file_actions_adddup2       spawn.h p       int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
+posix_spawn_file_actions_addopen       spawn.h p       int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
+posix_spawn_file_actions_destroy       spawn.h p       int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
+posix_spawn_file_actions_init  spawn.h p       int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
+posix_spawn_file_actions_t     spawn.h t       } posix_spawn_file_actions_t;
+posix_spawnattr_destroy        spawn.h p       int posix_spawnattr_destroy(posix_spawnattr_t *);
+posix_spawnattr_getflags       spawn.h p       int posix_spawnattr_getflags(const posix_spawnattr_t *__restrict, short *__restrict);
+posix_spawnattr_getpgroup      spawn.h p       int posix_spawnattr_getpgroup(const posix_spawnattr_t *__restrict, pid_t *__restrict);
+posix_spawnattr_getschedparam  spawn.h p       int posix_spawnattr_getschedparam(const posix_spawnattr_t *__restrict, struct sched_param *__restrict);
+posix_spawnattr_getschedpolicy spawn.h p       int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict, int *__restrict);
+posix_spawnattr_getsigdefault  spawn.h p       int posix_spawnattr_getsigdefault(const posix_spawnattr_t *__restrict, sigset_t *__restrict);
+posix_spawnattr_getsigmask     spawn.h p       int posix_spawnattr_getsigmask(const posix_spawnattr_t *__restrict, sigset_t *__restrict);
+posix_spawnattr_init   spawn.h p       int posix_spawnattr_init(posix_spawnattr_t *);
+posix_spawnattr_setflags       spawn.h p       int posix_spawnattr_setflags(posix_spawnattr_t *, short);
+posix_spawnattr_setpgroup      spawn.h p       int posix_spawnattr_setpgroup(posix_spawnattr_t *, pid_t);
+posix_spawnattr_setschedparam  spawn.h p       int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
+posix_spawnattr_setschedpolicy spawn.h p       int posix_spawnattr_setschedpolicy(posix_spawnattr_t *, int);
+posix_spawnattr_setsigdefault  spawn.h p       int posix_spawnattr_setsigdefault(posix_spawnattr_t *__restrict, const sigset_t *__restrict);
+posix_spawnattr_setsigmask     spawn.h p       int posix_spawnattr_setsigmask(posix_spawnattr_t *__restrict, const sigset_t *__restrict);
+posix_spawnattr_t      spawn.h t       } posix_spawnattr_t;
+posix_spawnp   spawn.h p       int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict, char *const *__restrict, char *const *__restrict);
+postorder      search.h        e       
+pow    math.h  p       double pow(double, double);
+pow    tgmath.h        d       #define pow(x,y) __tg_real_complex_pow((x), (y))
+pow10  math.h  p       double pow10(double);
+pow10f math.h  p       float pow10f(float);
+pow10l math.h  p       long double pow10l(long double);
+powerof2       sys/param.h     d       #define powerof2(n) !(((n)-1) & (n))
+powf   math.h  p       float powf(float, float);
+powl   math.h  p       long double powl(long double, long double);
+ppoll  poll.h  p       int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
+prctl  sys/prctl.h     p       int prctl(int, ...);
+pread  unistd.h        p       ssize_t pread(int, void *, size_t, off_t);
+pread64        unistd.h        d       #define pread64 pread
+preadv sys/uio.h       p       ssize_t preadv(int, const struct iovec *, int, off_t);
+preadv64       sys/uio.h       d       #define preadv64 preadv
+preorder       search.h        e       
+prfpregset_t   sys/procfs.h    t       typedef elf_fpregset_t prfpregset_t;
+prgregset_t    sys/procfs.h    t       typedef elf_gregset_t prgregset_t;
+printf stdio.h p       int printf(const char *__restrict, ...);
+prioritynames  syslog.h        d       #define prioritynames ((CODE *)(const CODE []){ { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, { "info", LOG_INFO }, { "none", INTERNAL_NOPRI }, { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, { "warn", LOG_WARNING }, { "warning", LOG_WARNING }, { 0, -1 } })
+prlimit        sys/resource.h  p       int prlimit(pid_t, int, const struct rlimit *, struct rlimit *);
+prlimit64      sys/resource.h  d       #define prlimit64 prlimit
+process_vm_readv       sys/uio.h       p       ssize_t process_vm_readv(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
+process_vm_writev      sys/uio.h       p       ssize_t process_vm_writev(pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long);
+program_invocation_name        errno.h x       extern char *program_invocation_short_name, *program_invocation_name;
+program_invocation_short_name  errno.h x       extern char *program_invocation_short_name, *program_invocation_name;
+prpsinfo_t     sys/procfs.h    t       typedef struct elf_prpsinfo prpsinfo_t;
+prstatus_t     sys/procfs.h    t       typedef struct elf_prstatus prstatus_t;
+psaddr_t       sys/procfs.h    t       typedef void *psaddr_t;
+pselect        sys/select.h    p       int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, const struct timespec *__restrict, const sigset_t *__restrict);
+psiginfo       signal.h        p       void psiginfo(const siginfo_t *, const char *);
+psignal        signal.h        p       void psignal(int, const char *);
+pthread_atfork pthread.h       p       int pthread_atfork(void(*)(void), void(*)(void), void(*)(void));
+pthread_attr_destroy   pthread.h       p       int pthread_attr_destroy(pthread_attr_t *);
+pthread_attr_getdetachstate    pthread.h       p       int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
+pthread_attr_getguardsize      pthread.h       p       int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict);
+pthread_attr_getinheritsched   pthread.h       p       int pthread_attr_getinheritsched(const pthread_attr_t *__restrict, int *__restrict);
+pthread_attr_getschedparam     pthread.h       p       int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
+pthread_attr_getschedpolicy    pthread.h       p       int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
+pthread_attr_getscope  pthread.h       p       int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
+pthread_attr_getstack  pthread.h       p       int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
+pthread_attr_getstacksize      pthread.h       p       int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
+pthread_attr_init      pthread.h       p       int pthread_attr_init(pthread_attr_t *);
+pthread_attr_setdetachstate    pthread.h       p       int pthread_attr_setdetachstate(pthread_attr_t *, int);
+pthread_attr_setguardsize      pthread.h       p       int pthread_attr_setguardsize(pthread_attr_t *, size_t);
+pthread_attr_setinheritsched   pthread.h       p       int pthread_attr_setinheritsched(pthread_attr_t *, int);
+pthread_attr_setschedparam     pthread.h       p       int pthread_attr_setschedparam(pthread_attr_t *__restrict, const struct sched_param *__restrict);
+pthread_attr_setschedpolicy    pthread.h       p       int pthread_attr_setschedpolicy(pthread_attr_t *, int);
+pthread_attr_setscope  pthread.h       p       int pthread_attr_setscope(pthread_attr_t *, int);
+pthread_attr_setstack  pthread.h       p       int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
+pthread_attr_setstacksize      pthread.h       p       int pthread_attr_setstacksize(pthread_attr_t *, size_t);
+pthread_barrier_destroy        pthread.h       p       int pthread_barrier_destroy(pthread_barrier_t *);
+pthread_barrier_init   pthread.h       p       int pthread_barrier_init(pthread_barrier_t *__restrict, const pthread_barrierattr_t *__restrict, unsigned);
+pthread_barrier_wait   pthread.h       p       int pthread_barrier_wait(pthread_barrier_t *);
+pthread_barrierattr_destroy    pthread.h       p       int pthread_barrierattr_destroy(pthread_barrierattr_t *);
+pthread_barrierattr_getpshared pthread.h       p       int pthread_barrierattr_getpshared(const pthread_barrierattr_t *__restrict, int *__restrict);
+pthread_barrierattr_init       pthread.h       p       int pthread_barrierattr_init(pthread_barrierattr_t *);
+pthread_barrierattr_setpshared pthread.h       p       int pthread_barrierattr_setpshared(pthread_barrierattr_t *, int);
+pthread_cancel pthread.h       p       int pthread_cancel(pthread_t);
+pthread_cleanup_pop    pthread.h       d       #define pthread_cleanup_pop(r) _pthread_cleanup_pop(&__cb, (r)); } while(0)
+pthread_cleanup_push   pthread.h       d       #define pthread_cleanup_push(f, x) do { struct __ptcb __cb; _pthread_cleanup_push(&__cb, f, x);
+pthread_cond_broadcast pthread.h       p       int pthread_cond_broadcast(pthread_cond_t *);
+pthread_cond_destroy   pthread.h       p       int pthread_cond_destroy(pthread_cond_t *);
+pthread_cond_init      pthread.h       p       int pthread_cond_init(pthread_cond_t *__restrict, const pthread_condattr_t *__restrict);
+pthread_cond_signal    pthread.h       p       int pthread_cond_signal(pthread_cond_t *);
+pthread_cond_timedwait pthread.h       p       int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct timespec *__restrict);
+pthread_cond_wait      pthread.h       p       int pthread_cond_wait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict);
+pthread_condattr_destroy       pthread.h       p       int pthread_condattr_destroy(pthread_condattr_t *);
+pthread_condattr_getclock      pthread.h       p       int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
+pthread_condattr_getpshared    pthread.h       p       int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
+pthread_condattr_init  pthread.h       p       int pthread_condattr_init(pthread_condattr_t *);
+pthread_condattr_setclock      pthread.h       p       int pthread_condattr_setclock(pthread_condattr_t *, clockid_t);
+pthread_condattr_setpshared    pthread.h       p       int pthread_condattr_setpshared(pthread_condattr_t *, int);
+pthread_create pthread.h       p       int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict);
+pthread_detach pthread.h       p       int pthread_detach(pthread_t);
+pthread_equal  pthread.h       d       #define pthread_equal(x,y) ((x)==(y))
+pthread_equal  pthread.h       p       int pthread_equal(pthread_t, pthread_t);
+pthread_exit   pthread.h       p       _Noreturn void pthread_exit(void *);
+pthread_getaffinity_np pthread.h       p       int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *);
+pthread_getattr_np     pthread.h       p       int pthread_getattr_np(pthread_t, pthread_attr_t *);
+pthread_getconcurrency pthread.h       p       int pthread_getconcurrency(void);
+pthread_getcpuclockid  pthread.h       p       int pthread_getcpuclockid(pthread_t, clockid_t *);
+pthread_getschedparam  pthread.h       p       int pthread_getschedparam(pthread_t, int *__restrict, struct sched_param *__restrict);
+pthread_getspecific    pthread.h       p       void *pthread_getspecific(pthread_key_t);
+pthread_join   pthread.h       p       int pthread_join(pthread_t, void **);
+pthread_key_create     pthread.h       p       int pthread_key_create(pthread_key_t *, void(*)(void *));
+pthread_key_delete     pthread.h       p       int pthread_key_delete(pthread_key_t);
+pthread_kill   signal.h        p       int pthread_kill(pthread_t, int);
+pthread_mutex_consistent       pthread.h       p       int pthread_mutex_consistent(pthread_mutex_t *);
+pthread_mutex_destroy  pthread.h       p       int pthread_mutex_destroy(pthread_mutex_t *);
+pthread_mutex_getprioceiling   pthread.h       p       int pthread_mutex_getprioceiling(const pthread_mutex_t *__restrict, int *__restrict);
+pthread_mutex_init     pthread.h       p       int pthread_mutex_init(pthread_mutex_t *__restrict, const pthread_mutexattr_t *__restrict);
+pthread_mutex_lock     pthread.h       p       int pthread_mutex_lock(pthread_mutex_t *);
+pthread_mutex_setprioceiling   pthread.h       p       int pthread_mutex_setprioceiling(pthread_mutex_t *__restrict, int, int *__restrict);
+pthread_mutex_timedlock        pthread.h       p       int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict);
+pthread_mutex_trylock  pthread.h       p       int pthread_mutex_trylock(pthread_mutex_t *);
+pthread_mutex_unlock   pthread.h       p       int pthread_mutex_unlock(pthread_mutex_t *);
+pthread_mutexattr_destroy      pthread.h       p       int pthread_mutexattr_destroy(pthread_mutexattr_t *);
+pthread_mutexattr_getprioceiling       pthread.h       p       int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *__restrict, int *__restrict);
+pthread_mutexattr_getprotocol  pthread.h       p       int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *__restrict, int *__restrict);
+pthread_mutexattr_getpshared   pthread.h       p       int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
+pthread_mutexattr_getrobust    pthread.h       p       int pthread_mutexattr_getrobust(const pthread_mutexattr_t *__restrict, int *__restrict);
+pthread_mutexattr_gettype      pthread.h       p       int pthread_mutexattr_gettype(const pthread_mutexattr_t *__restrict, int *__restrict);
+pthread_mutexattr_init pthread.h       p       int pthread_mutexattr_init(pthread_mutexattr_t *);
+pthread_mutexattr_setprioceiling       pthread.h       p       int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *, int);
+pthread_mutexattr_setprotocol  pthread.h       p       int pthread_mutexattr_setprotocol(pthread_mutexattr_t *, int);
+pthread_mutexattr_setpshared   pthread.h       p       int pthread_mutexattr_setpshared(pthread_mutexattr_t *, int);
+pthread_mutexattr_setrobust    pthread.h       p       int pthread_mutexattr_setrobust(pthread_mutexattr_t *, int);
+pthread_mutexattr_settype      pthread.h       p       int pthread_mutexattr_settype(pthread_mutexattr_t *, int);
+pthread_once   pthread.h       p       int pthread_once(pthread_once_t *, void(*)(void));
+pthread_rwlock_destroy pthread.h       p       int pthread_rwlock_destroy(pthread_rwlock_t *);
+pthread_rwlock_init    pthread.h       p       int pthread_rwlock_init(pthread_rwlock_t *__restrict, const pthread_rwlockattr_t *__restrict);
+pthread_rwlock_rdlock  pthread.h       p       int pthread_rwlock_rdlock(pthread_rwlock_t *);
+pthread_rwlock_timedrdlock     pthread.h       p       int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
+pthread_rwlock_timedwrlock     pthread.h       p       int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
+pthread_rwlock_tryrdlock       pthread.h       p       int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
+pthread_rwlock_trywrlock       pthread.h       p       int pthread_rwlock_trywrlock(pthread_rwlock_t *);
+pthread_rwlock_unlock  pthread.h       p       int pthread_rwlock_unlock(pthread_rwlock_t *);
+pthread_rwlock_wrlock  pthread.h       p       int pthread_rwlock_wrlock(pthread_rwlock_t *);
+pthread_rwlockattr_destroy     pthread.h       p       int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
+pthread_rwlockattr_getpshared  pthread.h       p       int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
+pthread_rwlockattr_init        pthread.h       p       int pthread_rwlockattr_init(pthread_rwlockattr_t *);
+pthread_rwlockattr_setpshared  pthread.h       p       int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
+pthread_self   pthread.h       p       pthread_t pthread_self(void);
+pthread_setaffinity_np pthread.h       p       int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
+pthread_setcancelstate pthread.h       p       int pthread_setcancelstate(int, int *);
+pthread_setcanceltype  pthread.h       p       int pthread_setcanceltype(int, int *);
+pthread_setconcurrency pthread.h       p       int pthread_setconcurrency(int);
+pthread_setschedparam  pthread.h       p       int pthread_setschedparam(pthread_t, int, const struct sched_param *);
+pthread_setschedprio   pthread.h       p       int pthread_setschedprio(pthread_t, int);
+pthread_setspecific    pthread.h       p       int pthread_setspecific(pthread_key_t, const void *);
+pthread_sigmask        signal.h        p       int pthread_sigmask(int, const sigset_t *__restrict, sigset_t *__restrict);
+pthread_spin_destroy   pthread.h       p       int pthread_spin_destroy(pthread_spinlock_t *);
+pthread_spin_init      pthread.h       p       int pthread_spin_init(pthread_spinlock_t *, int);
+pthread_spin_lock      pthread.h       p       int pthread_spin_lock(pthread_spinlock_t *);
+pthread_spin_trylock   pthread.h       p       int pthread_spin_trylock(pthread_spinlock_t *);
+pthread_spin_unlock    pthread.h       p       int pthread_spin_unlock(pthread_spinlock_t *);
+pthread_testcancel     pthread.h       p       void pthread_testcancel(void);
+ptrace sys/ptrace.h    p       long ptrace(int, ...);
+ptsname        stdlib.h        p       char *ptsname(int);
+ptsname_r      stdlib.h        p       int ptsname_r(int, char *, size_t);
+putc   stdio.h p       int putc(int, FILE *);
+putc_unlocked  stdio.h p       int putc_unlocked(int, FILE *);
+putchar        stdio.h p       int putchar(int);
+putchar_unlocked       stdio.h p       int putchar_unlocked(int);
+putenv stdlib.h        p       int putenv(char *);
+putgrent       grp.h   p       int putgrent(const struct group *, FILE *);
+putpwent       pwd.h   p       int putpwent(const struct passwd *, FILE *);
+puts   stdio.h p       int puts(const char *);
+putspent       shadow.h        p       int putspent(const struct spwd *, FILE *);
+pututline      utmp.h  p       struct utmp *pututline(const struct utmp *);
+pututxline     utmpx.h p       struct utmpx *pututxline(const struct utmpx *);
+putw   stdio.h p       int putw(int, FILE *);
+putwc  wchar.h p       wint_t putwc(wchar_t, FILE *);
+putwchar       wchar.h p       wint_t putwchar(wchar_t);
+pwrite unistd.h        p       ssize_t pwrite(int, const void *, size_t, off_t);
+pwrite64       unistd.h        d       #define pwrite64 pwrite
+pwritev        sys/uio.h       p       ssize_t pwritev(int, const struct iovec *, int, off_t);
+pwritev64      sys/uio.h       d       #define pwritev64 pwritev
+qsort  stdlib.h        p       void qsort(void *, size_t, size_t, int(*)(const void *, const void *));
+quad_t sys/types.h     t       typedef long long quad_t;
+quick_exit     stdlib.h        p       _Noreturn void quick_exit(int);
+quotactl       sys/quota.h     p       int quotactl(int, const char *, int, char *);
+raise  signal.h        p       int raise(int);
+rand   stdlib.h        p       int rand(void);
+rand_r stdlib.h        p       int rand_r(unsigned *);
+random stdlib.h        p       long int random(void);
+read   unistd.h        p       ssize_t read(int, void *, size_t);
+readahead      fcntl.h p       ssize_t readahead(int, off_t, size_t);
+readdir        dirent.h        p       struct dirent *readdir(DIR *);
+readdir64      dirent.h        d       #define readdir64 readdir
+readdir64_r    dirent.h        d       #define readdir64_r readdir_r
+readdir_r      dirent.h        p       int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
+readlink       unistd.h        p       ssize_t readlink(const char *__restrict, char *__restrict, size_t);
+readlinkat     unistd.h        p       ssize_t readlinkat(int, const char *__restrict, char *__restrict, size_t);
+readv  sys/uio.h       p       ssize_t readv(int, const struct iovec *, int);
+realloc        malloc.h        p       void *realloc(void *, size_t);
+realloc        stdlib.h        p       void *realloc(void *, size_t);
+realpath       stdlib.h        p       char *realpath(const char *__restrict, char *__restrict);
+reboot sys/reboot.h    p       int reboot(int);
+recv   sys/socket.h    p       ssize_t recv(int, void *, size_t, int);
+recvfrom       sys/socket.h    p       ssize_t recvfrom(int, void *__restrict, size_t, int, struct sockaddr *__restrict, socklen_t *__restrict);
+recvmmsg       sys/socket.h    p       int recvmmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
+recvmsg        sys/socket.h    p       ssize_t recvmsg(int, struct msghdr *, int);
+regcomp        regex.h p       int regcomp(regex_t *__restrict, const char *__restrict, int);
+regerror       regex.h p       size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
+regex_t        regex.h t       } regex_t;
+regexec        regex.h p       int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
+regfree        regex.h p       void regfree(regex_t *);
+regmatch_t     regex.h t       } regmatch_t;
+remainder      math.h  p       double remainder(double, double);
+remainder      tgmath.h        d       #define remainder(x,y) __tg_real_2(remainder, (x), (y))
+remainderf     math.h  p       float remainderf(float, float);
+remainderl     math.h  p       long double remainderl(long double, long double);
+remap_file_pages       sys/mman.h      p       int remap_file_pages(void *, size_t, int, size_t, int);
+remove stdio.h p       int remove(const char *);
+removexattr    sys/xattr.h     p       int removexattr(const char *, const char *);
+remque search.h        p       void remque(void *);
+remquo math.h  p       double remquo(double, double, int *);
+remquo tgmath.h        d       #define remquo(x,y,z) __tg_real_remquo((x), (y), (z))
+remquof        math.h  p       float remquof(float, float, int *);
+remquol        math.h  p       long double remquol(long double, long double, int *);
+rename stdio.h p       int rename(const char *, const char *);
+renameat       stdio.h p       int renameat(int, const char *, int, const char *);
+required_argument      getopt.h        d       #define required_argument 1
+res_init       resolv.h        p       int res_init(void);
+res_mkquery    resolv.h        p       int res_mkquery(int, const char *, int, int, const unsigned char *, int, const unsigned char*, unsigned char *, int);
+res_query      resolv.h        p       int res_query(const char *, int, int, unsigned char *, int);
+res_querydomain        resolv.h        p       int res_querydomain(const char *, const char *, int, int, unsigned char *, int);
+res_search     resolv.h        p       int res_search(const char *, int, int, unsigned char *, int);
+res_send       resolv.h        p       int res_send(const unsigned char *, int, unsigned char *, int);
+res_state      resolv.h        t       } *res_state;
+rewind stdio.h p       void rewind(FILE *);
+rewinddir      dirent.h        p       void rewinddir(DIR *);
+rindex strings.h       p       char *rindex(const char *, int);
+rint   math.h  p       double rint(double);
+rint   tgmath.h        d       #define rint(x) __tg_real(rint, (x))
+rintf  math.h  p       float rintf(float);
+rintl  math.h  p       long double rintl(long double);
+rlim64_t       sys/resource.h  d       #define rlim64_t rlim_t
+rlim_t sys/resource.h  t       typedef unsigned long long rlim_t;
+rlimit64       sys/resource.h  d       #define rlimit64 rlimit
+rmdir  unistd.h        p       int rmdir(const char *);
+round  math.h  p       double round(double);
+round  tgmath.h        d       #define round(x) __tg_real(round, (x))
+roundf math.h  p       float roundf(float);
+roundl math.h  p       long double roundl(long double);
+roundup        sys/param.h     d       #define roundup(n,d) (howmany(n,d)*(d))
+rr_cksum       netinet/icmp6.h d       #define rr_cksum rr_hdr.icmp6_cksum
+rr_code        netinet/icmp6.h d       #define rr_code rr_hdr.icmp6_code
+rr_seqnum      netinet/icmp6.h d       #define rr_seqnum rr_hdr.icmp6_data32[0]
+rr_type        netinet/icmp6.h d       #define rr_type rr_hdr.icmp6_type
+rt_mss net/route.h     d       #define rt_mss rt_mtu
+s6_addr        netinet/in.h    d       #define s6_addr __in6_union.__s6_addr
+s6_addr16      netinet/in.h    d       #define s6_addr16 __in6_union.__s6_addr16
+s6_addr32      netinet/in.h    d       #define s6_addr32 __in6_union.__s6_addr32
+sa_handler     signal.h        d       #define sa_handler __sa_handler.sa_handler
+sa_sigaction   signal.h        d       #define sa_sigaction __sa_handler.sa_sigaction
+sbrk   unistd.h        p       void *sbrk(intptr_t);
+scalb  math.h  p       double scalb(double, double);
+scalbf math.h  p       float scalbf(float, float);
+scalbln        math.h  p       double scalbln(double, long);
+scalbln        tgmath.h        d       #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y))
+scalblnf       math.h  p       float scalblnf(float, long);
+scalblnl       math.h  p       long double scalblnl(long double, long);
+scalbn math.h  p       double scalbn(double, int);
+scalbn tgmath.h        d       #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y))
+scalbnf        math.h  p       float scalbnf(float, int);
+scalbnl        math.h  p       long double scalbnl(long double, int);
+scandir        dirent.h        p       int scandir(const char *, struct dirent ***, int(*)(const struct dirent *), int(*)(const struct dirent **, const struct dirent **));
+scandir64      dirent.h        d       #define scandir64 scandir
+scanf  stdio.h p       int scanf(const char *__restrict, ...);
+sched_get_priority_max sched.h p       int sched_get_priority_max(int);
+sched_get_priority_min sched.h p       int sched_get_priority_min(int);
+sched_getaffinity      sched.h p       int sched_getaffinity(pid_t, size_t, cpu_set_t *);
+sched_getparam sched.h p       int sched_getparam(pid_t, struct sched_param *);
+sched_getscheduler     sched.h p       int sched_getscheduler(pid_t);
+sched_rr_get_interval  sched.h p       int sched_rr_get_interval(pid_t, struct timespec *);
+sched_setaffinity      sched.h p       int sched_setaffinity(pid_t, size_t, const cpu_set_t *);
+sched_setparam sched.h p       int sched_setparam(pid_t, const struct sched_param *);
+sched_setscheduler     sched.h p       int sched_setscheduler(pid_t, int, const struct sched_param *);
+sched_yield    sched.h p       int sched_yield(void);
+seed48 stdlib.h        p       unsigned short *seed48(unsigned short [3]);
+seekdir        dirent.h        p       void seekdir(DIR *, long);
+select sys/select.h    p       int select(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, struct timeval *__restrict);
+sem_close      semaphore.h     p       int sem_close(sem_t *);
+sem_destroy    semaphore.h     p       int sem_destroy(sem_t *);
+sem_getvalue   semaphore.h     p       int sem_getvalue(sem_t *__restrict, int *__restrict);
+sem_init       semaphore.h     p       int sem_init(sem_t *, int, unsigned);
+sem_open       semaphore.h     p       sem_t *sem_open(const char *, int, ...);
+sem_post       semaphore.h     p       int sem_post(sem_t *);
+sem_t  semaphore.h     t       } sem_t;
+sem_timedwait  semaphore.h     p       int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
+sem_trywait    semaphore.h     p       int sem_trywait(sem_t *);
+sem_unlink     semaphore.h     p       int sem_unlink(const char *);
+sem_wait       semaphore.h     p       int sem_wait(sem_t *);
+semctl sys/sem.h       p       int semctl(int, int, int, ...);
+semget sys/sem.h       p       int semget(key_t, int, int);
+semop  sys/sem.h       p       int semop(int, struct sembuf *, size_t);
+semtimedop     sys/sem.h       p       int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
+send   sys/socket.h    p       ssize_t send(int, const void *, size_t, int);
+sendfile       sys/sendfile.h  p       ssize_t sendfile(int, int, off_t *, size_t);
+sendfile64     sys/sendfile.h  d       #define sendfile64 sendfile
+sendmmsg       sys/socket.h    p       int sendmmsg(int, struct mmsghdr *, unsigned int, unsigned int);
+sendmsg        sys/socket.h    p       ssize_t sendmsg(int, const struct msghdr *, int);
+sendto sys/socket.h    p       ssize_t sendto(int, const void *, size_t, int, const struct sockaddr *, socklen_t);
+setbit sys/param.h     d       #define setbit(x,i) __bitop(x,i,|=)
+setbuf stdio.h p       void setbuf(FILE *__restrict, char *__restrict);
+setbuffer      stdio.h p       void setbuffer(FILE *, char *, size_t);
+setcontext     ucontext.h      p       int setcontext(const struct __ucontext *);
+setdomainname  unistd.h        p       int setdomainname(const char *, size_t);
+setegid        unistd.h        p       int setegid(gid_t);
+setenv stdlib.h        p       int setenv(const char *, const char *, int);
+seteuid        unistd.h        p       int seteuid(uid_t);
+setfsgid       sys/fsuid.h     p       int setfsgid(gid_t);
+setfsuid       sys/fsuid.h     p       int setfsuid(uid_t);
+setgid unistd.h        p       int setgid(gid_t);
+setgrent       grp.h   p       void setgrent(void);
+setgroups      grp.h   p       int setgroups(size_t, const gid_t *);
+setgroups      unistd.h        p       int setgroups(size_t, const gid_t *);
+sethostent     netdb.h p       void sethostent(int);
+sethostname    unistd.h        p       int sethostname(const char *, size_t);
+setitimer      sys/time.h      p       int setitimer(int, const struct itimerval *__restrict, struct itimerval *__restrict);
+setjmp setjmp.h        d       #define setjmp setjmp
+setjmp setjmp.h        p       int setjmp(jmp_buf);
+setkey stdlib.h        p       void setkey(const char *);
+setlinebuf     stdio.h p       void setlinebuf(FILE *);
+setlocale      locale.h        p       char *setlocale(int, const char *);
+setlogmask     syslog.h        p       int setlogmask(int);
+setmntent      mntent.h        p       FILE *setmntent(const char *, const char *);
+setnetent      netdb.h p       void setnetent(int);
+setns  sched.h p       int setns(int, int);
+setpgid        unistd.h        p       int setpgid(pid_t, pid_t);
+setpgrp        unistd.h        p       pid_t setpgrp(void);
+setpriority    sys/resource.h  p       int setpriority(int, id_t, int);
+setprotoent    netdb.h p       void setprotoent(int);
+setpwent       pwd.h   p       void setpwent(void);
+setregid       unistd.h        p       int setregid(gid_t, gid_t);
+setresgid      unistd.h        p       int setresgid(gid_t, gid_t, gid_t);
+setresuid      unistd.h        p       int setresuid(uid_t, uid_t, uid_t);
+setreuid       unistd.h        p       int setreuid(uid_t, uid_t);
+setrlimit      sys/resource.h  p       int setrlimit(int, const struct rlimit *);
+setrlimit64    sys/resource.h  d       #define setrlimit64 setrlimit
+setservent     netdb.h p       void setservent(int);
+setsid unistd.h        p       pid_t setsid(void);
+setsockopt     sys/socket.h    p       int setsockopt(int, int, int, const void *, socklen_t);
+setspent       shadow.h        p       void setspent(void);
+setstate       stdlib.h        p       char *setstate(char *);
+settimeofday   sys/time.h      p       int settimeofday(const struct timeval *, const struct timezone *);
+setuid unistd.h        p       int setuid(uid_t);
+setusershell   unistd.h        p       void setusershell(void);
+setutent       utmp.h  p       void setutent(void);
+setutxent      utmpx.h p       void setutxent(void);
+setvbuf        stdio.h p       int setvbuf(FILE *__restrict, char *__restrict, int, size_t);
+setxattr       sys/xattr.h     p       int setxattr(const char *, const char *, const void *, size_t, int);
+sg_io_hdr_t    scsi/sg.h       t       } sg_io_hdr_t;
+sg_iovec_t     scsi/sg.h       t       } sg_iovec_t;
+sg_req_info_t  scsi/sg.h       t       } sg_req_info_t;
+sgetspent      shadow.h        p       struct spwd *sgetspent(const char *);
+shm_open       sys/mman.h      p       int shm_open(const char *, int, mode_t);
+shm_unlink     sys/mman.h      p       int shm_unlink(const char *);
+shmat  sys/shm.h       p       void *shmat(int, const void *, int);
+shmatt_t       sys/shm.h       t       typedef unsigned long shmatt_t;
+shmctl sys/shm.h       p       int shmctl(int, int, struct shmid_ds *);
+shmdt  sys/shm.h       p       int shmdt(const void *);
+shmget sys/shm.h       p       int shmget(key_t, size_t, int);
+shutdown       sys/socket.h    p       int shutdown(int, int);
+si_addr        signal.h        d       #define si_addr __si_fields.__sigfault.si_addr
+si_addr_lsb    signal.h        d       #define si_addr_lsb __si_fields.__sigfault.si_addr_lsb
+si_arch        signal.h        d       #define si_arch __si_fields.__sigsys.si_arch
+si_band        signal.h        d       #define si_band __si_fields.__sigpoll.si_band
+si_call_addr   signal.h        d       #define si_call_addr __si_fields.__sigsys.si_call_addr
+si_fd  signal.h        d       #define si_fd __si_fields.__sigpoll.si_fd
+si_int signal.h        d       #define si_int si_value.sival_int
+si_lower       signal.h        d       #define si_lower __si_fields.__sigfault.__addr_bnd.si_lower
+si_overrun     signal.h        d       #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun
+si_pid signal.h        d       #define si_pid __si_fields.__si_common.__first.__piduid.si_pid
+si_ptr signal.h        d       #define si_ptr si_value.sival_ptr
+si_status      signal.h        d       #define si_status __si_fields.__si_common.__second.__sigchld.si_status
+si_stime       signal.h        d       #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime
+si_syscall     signal.h        d       #define si_syscall __si_fields.__sigsys.si_syscall
+si_timerid     signal.h        d       #define si_timerid __si_fields.__si_common.__first.__timer.si_timerid
+si_uid signal.h        d       #define si_uid __si_fields.__si_common.__first.__piduid.si_uid
+si_upper       signal.h        d       #define si_upper __si_fields.__sigfault.__addr_bnd.si_upper
+si_utime       signal.h        d       #define si_utime __si_fields.__si_common.__second.__sigchld.si_utime
+si_value       signal.h        d       #define si_value __si_fields.__si_common.__second.si_value
+sig_atomic_t   signal.h        t       typedef int sig_atomic_t;
+sig_t  signal.h        t       typedef void (*sig_t)(int);
+sigaction      signal.h        p       int sigaction(int, const struct sigaction *__restrict, struct sigaction *__restrict);
+sigaddset      signal.h        p       int sigaddset(sigset_t *, int);
+sigaltstack    signal.h        p       int sigaltstack(const stack_t *__restrict, stack_t *__restrict);
+sigandset      signal.h        p       int sigandset(sigset_t *, const sigset_t *, const sigset_t *);
+sigdelset      signal.h        p       int sigdelset(sigset_t *, int);
+sigemptyset    signal.h        p       int sigemptyset(sigset_t *);
+sigfillset     signal.h        p       int sigfillset(sigset_t *);
+sighandler_t   signal.h        t       typedef void (*sighandler_t)(int);
+sighold        signal.h        p       int sighold(int);
+sigignore      signal.h        p       int sigignore(int);
+siginfo_t      signal.h        t       } siginfo_t;
+siginterrupt   signal.h        p       int siginterrupt(int, int);
+sigisemptyset  signal.h        p       int sigisemptyset(const sigset_t *);
+sigismember    signal.h        p       int sigismember(const sigset_t *, int);
+sigjmp_buf     setjmp.h        t       typedef jmp_buf sigjmp_buf;
+siglongjmp     setjmp.h        p       _Noreturn void siglongjmp(sigjmp_buf, int);
+signal signal.h        p       void(*signal(int, void(*)(int)))(int);
+signalfd       sys/signalfd.h  p       int signalfd(int, const sigset_t *, int);
+signbit        math.h  d       #define signbit(x) ( sizeof(x) == sizeof(float) ? (int)(__FLOAT_BITS(x)>>31) : sizeof(x) == sizeof(double) ? (int)(__DOUBLE_BITS(x)>>63) : __signbitl(x) )
+signgam        math.h  x       extern int signgam;
+significand    math.h  p       double significand(double);
+significandf   math.h  p       float significandf(float);
+sigorset       signal.h        p       int sigorset(sigset_t *, const sigset_t *, const sigset_t *);
+sigpause       signal.h        p       int sigpause(int);
+sigpending     signal.h        p       int sigpending(sigset_t *);
+sigprocmask    signal.h        p       int sigprocmask(int, const sigset_t *__restrict, sigset_t *__restrict);
+sigqueue       signal.h        p       int sigqueue(pid_t, int, const union sigval);
+sigrelse       signal.h        p       int sigrelse(int);
+sigset signal.h        p       void(*sigset(int, void(*)(int)))(int);
+sigsetjmp      setjmp.h        p       int sigsetjmp(sigjmp_buf, int);
+sigsuspend     signal.h        p       int sigsuspend(const sigset_t *);
+sigtimedwait   signal.h        p       int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restrict);
+sigwait        signal.h        p       int sigwait(const sigset_t *__restrict, int *__restrict);
+sigwaitinfo    signal.h        p       int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict);
+sin    math.h  p       double sin(double);
+sin    tgmath.h        d       #define sin(x) __tg_real_complex(sin, (x))
+sincos math.h  p       void sincos(double, double*, double*);
+sincosf        math.h  p       void sincosf(float, float*, float*);
+sincosl        math.h  p       void sincosl(long double, long double*, long double*);
+sinf   math.h  p       float sinf(float);
+sinh   math.h  p       double sinh(double);
+sinh   tgmath.h        d       #define sinh(x) __tg_real_complex(sinh, (x))
+sinhf  math.h  p       float sinhf(float);
+sinhl  math.h  p       long double sinhl(long double);
+sinl   math.h  p       long double sinl(long double);
+slc_names      arpa/telnet.h   v       
+slc_names      arpa/telnet.h   x       extern char *slc_names[];
+sleep  unistd.h        p       unsigned sleep(unsigned);
+snprintf       stdio.h p       int snprintf(char *__restrict, size_t, const char *__restrict, ...);
+sockatmark     sys/socket.h    p       int sockatmark(int);
+socket sys/socket.h    p       int socket(int, int, int);
+socketpair     sys/socket.h    p       int socketpair(int, int, int, int [2]);
+speed_t        termios.h       t       typedef unsigned int speed_t;
+splice fcntl.h p       ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
+sprintf        stdio.h p       int sprintf(char *__restrict, const char *__restrict, ...);
+sqrt   math.h  p       double sqrt(double);
+sqrt   tgmath.h        d       #define sqrt(x) __tg_real_complex(sqrt, (x))
+sqrtf  math.h  p       float sqrtf(float);
+sqrtl  math.h  p       long double sqrtl(long double);
+srand  stdlib.h        p       void srand(unsigned);
+srand48        stdlib.h        p       void srand48(long);
+srandom        stdlib.h        p       void srandom(unsigned int);
+sscanf stdio.h p       int sscanf(const char *__restrict, const char *__restrict, ...);
+st_atime       sys/stat.h      d       #define st_atime st_atim.tv_sec
+st_ctime       sys/stat.h      d       #define st_ctime st_ctim.tv_sec
+st_mtime       sys/stat.h      d       #define st_mtime st_mtim.tv_sec
+stack_t        signal.h        t       typedef struct sigaltstack stack_t;
+stat   sys/stat.h      p       int stat(const char *__restrict, struct stat *__restrict);
+stat64 sys/stat.h      d       #define stat64 stat
+statfs sys/statfs.h    p       int statfs(const char *, struct statfs *);
+statfs64       sys/statfs.h    d       #define statfs64 statfs
+static_assert  assert.h        d       #define static_assert _Static_assert
+statvfs        sys/statvfs.h   p       int statvfs(const char *__restrict, struct statvfs *__restrict);
+statvfs64      sys/statvfs.h   d       #define statvfs64 statvfs
+stderr stdio.h d       #define stderr (stderr)
+stderr stdio.h x       extern FILE *const stderr;
+stdin  stdio.h d       #define stdin (stdin)
+stdin  stdio.h x       extern FILE *const stdin;
+stdout stdio.h d       #define stdout (stdout)
+stdout stdio.h x       extern FILE *const stdout;
+stime  time.h  p       int stime(const time_t *);
+stpcpy string.h        p       char *stpcpy(char *__restrict, const char *__restrict);
+stpncpy        string.h        p       char *stpncpy(char *__restrict, const char *__restrict, size_t);
+strcasecmp     strings.h       p       int strcasecmp(const char *, const char *);
+strcasecmp_l   string.h        p       int strcasecmp_l(const char *, const char *, locale_t);
+strcasecmp_l   strings.h       p       int strcasecmp_l(const char *, const char *, locale_t);
+strcasestr     string.h        p       char *strcasestr(const char *, const char *);
+strcat string.h        p       char *strcat(char *__restrict, const char *__restrict);
+strchr string.h        p       char *strchr(const char *, int);
+strchrnul      string.h        p       char *strchrnul(const char *, int);
+strcmp string.h        p       int strcmp(const char *, const char *);
+strcoll        string.h        p       int strcoll(const char *, const char *);
+strcoll_l      string.h        p       int strcoll_l(const char *, const char *, locale_t);
+strcpy string.h        p       char *strcpy(char *__restrict, const char *__restrict);
+strcspn        string.h        p       size_t strcspn(const char *, const char *);
+strdup string.h        p       char *strdup(const char *);
+strdupa        string.h        d       #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
+strerror       string.h        p       char *strerror(int);
+strerror_l     string.h        p       char *strerror_l(int, locale_t);
+strerror_r     string.h        p       int strerror_r(int, char *, size_t);
+strfmon        monetary.h      p       ssize_t strfmon(char *__restrict, size_t, const char *__restrict, ...);
+strfmon_l      monetary.h      p       ssize_t strfmon_l(char *__restrict, size_t, locale_t, const char *__restrict, ...);
+strftime       time.h  p       size_t strftime(char *__restrict, size_t, const char *__restrict, const struct tm *__restrict);
+strftime_l     time.h  p       size_t strftime_l(char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
+strlcat        string.h        p       size_t strlcat(char *, const char *, size_t);
+strlcpy        string.h        p       size_t strlcpy(char *, const char *, size_t);
+strlen string.h        p       size_t strlen(const char *);
+strlen sys/un.h        p       size_t strlen(const char *);
+strncasecmp    strings.h       p       int strncasecmp(const char *, const char *, size_t);
+strncasecmp_l  string.h        p       int strncasecmp_l(const char *, const char *, size_t, locale_t);
+strncasecmp_l  strings.h       p       int strncasecmp_l(const char *, const char *, size_t, locale_t);
+strncat        string.h        p       char *strncat(char *__restrict, const char *__restrict, size_t);
+strncmp        string.h        p       int strncmp(const char *, const char *, size_t);
+strncpy        string.h        p       char *strncpy(char *__restrict, const char *__restrict, size_t);
+strndup        string.h        p       char *strndup(const char *, size_t);
+strnlen        string.h        p       size_t strnlen(const char *, size_t);
+strpbrk        string.h        p       char *strpbrk(const char *, const char *);
+strptime       time.h  p       char *strptime(const char *__restrict, const char *__restrict, struct tm *__restrict);
+strrchr        string.h        p       char *strrchr(const char *, int);
+strsep string.h        p       char *strsep(char **, const char *);
+strsignal      string.h        p       char *strsignal(int);
+strspn string.h        p       size_t strspn(const char *, const char *);
+strstr string.h        p       char *strstr(const char *, const char *);
+strtod stdlib.h        p       double strtod(const char *__restrict, char **__restrict);
+strtod_l       stdlib.h        p       double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
+strtof stdlib.h        p       float strtof(const char *__restrict, char **__restrict);
+strtof_l       stdlib.h        p       float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
+strtoimax      inttypes.h      p       intmax_t strtoimax(const char *__restrict, char **__restrict, int);
+strtok string.h        p       char *strtok(char *__restrict, const char *__restrict);
+strtok_r       string.h        p       char *strtok_r(char *__restrict, const char *__restrict, char **__restrict);
+strtol stdlib.h        p       long strtol(const char *__restrict, char **__restrict, int);
+strtold        stdlib.h        p       long double strtold(const char *__restrict, char **__restrict);
+strtold_l      stdlib.h        p       long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
+strtoll        stdlib.h        p       long long strtoll(const char *__restrict, char **__restrict, int);
+strtoul        stdlib.h        p       unsigned long strtoul(const char *__restrict, char **__restrict, int);
+strtoull       stdlib.h        p       unsigned long long strtoull(const char *__restrict, char **__restrict, int);
+strtoumax      inttypes.h      p       uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
+struct FTW     ftw.h   s       
+struct __fsid_t        sys/statfs.h    s       
+struct __jmp_buf_tag   setjmp.h        s       
+struct __locale_struct stdlib.h        S       struct __locale_struct;
+struct __ns_msg        arpa/nameser.h  s       
+struct __ns_rr arpa/nameser.h  s       
+struct __ptcb  pthread.h       s       
+struct __res_state     resolv.h        s       
+struct __ucontext      ucontext.h      S       struct __ucontext;
+struct _ns_flagdata    arpa/nameser.h  s       
+struct acct    sys/acct.h      s       
+struct acct_v3 sys/acct.h      s       
+struct addrinfo        netdb.h s       
+struct aiocb   aio.h   s       
+struct ar_hdr  ar.h    s       
+struct arpd_request    net/if_arp.h    s       
+struct arphdr  net/if_arp.h    s       
+struct arpreq  net/if_arp.h    s       
+struct arpreq_old      net/if_arp.h    s       
+struct bandinfo        stropts.h       s       
+struct ccs_modesel_head        scsi/scsi.h     s       
+struct cpu_set_t       pthread.h       S       struct cpu_set_t;
+struct cpu_set_t       sched.h s       
+struct crypt_data      crypt.h s       
+struct dirent  dirent.h        s       
+struct dl_phdr_info    link.h  s       
+struct dqblk   sys/quota.h     s       
+struct dqinfo  sys/quota.h     s       
+struct elf_prpsinfo    sys/procfs.h    s       
+struct elf_prstatus    sys/procfs.h    s       
+struct elf_siginfo     sys/procfs.h    s       
+struct entry   search.h        s       
+struct epoll_event     sys/epoll.h     s       
+struct ether_addr      net/ethernet.h  s       
+struct ether_arp       netinet/if_ether.h      s       
+struct ether_header    net/ethernet.h  s       
+struct ethhdr  netinet/if_ether.h      s       
+struct f_owner_ex      fcntl.h s       
+struct fanotify_event_metadata sys/fanotify.h  s       
+struct fanotify_response       sys/fanotify.h  s       
+struct flock   fcntl.h s       
+struct group   grp.h   s       
+struct group_filter    netinet/in.h    s       
+struct group_req       netinet/in.h    s       
+struct group_source_req        netinet/in.h    s       
+struct hostent netdb.h s       
+struct hsearch_data    search.h        s       
+struct icmp    netinet/ip_icmp.h       s       
+struct icmp6_filter    netinet/icmp6.h s       
+struct icmp6_hdr       netinet/icmp6.h s       
+struct icmp6_router_renum      netinet/icmp6.h s       
+struct icmp_ra_addr    netinet/ip_icmp.h       s       
+struct icmphdr netinet/ip_icmp.h       s       
+struct if_nameindex    net/if.h        s       
+struct ifaddr  net/if.h        s       
+struct ifaddrs ifaddrs.h       s       
+struct ifconf  net/if.h        s       
+struct ifmap   net/if.h        s       
+struct ifreq   net/if.h        s       
+struct igmp    netinet/igmp.h  s       
+struct ih_idseq        netinet/ip_icmp.h       s       
+struct ih_pmtu netinet/ip_icmp.h       s       
+struct ih_rtradv       netinet/ip_icmp.h       s       
+struct in6_addr        netinet/in.h    s       
+struct in6_pktinfo     netinet/in.h    s       
+struct in6_rtmsg       net/route.h     s       
+struct in_addr netinet/in.h    s       
+struct in_pktinfo      netinet/in.h    s       
+struct inotify_event   sys/inotify.h   s       
+struct ip      netinet/ip.h    s       
+struct ip6_dest        netinet/ip6.h   s       
+struct ip6_ext netinet/ip6.h   s       
+struct ip6_frag        netinet/ip6.h   s       
+struct ip6_hbh netinet/ip6.h   s       
+struct ip6_hdr netinet/ip6.h   s       
+struct ip6_hdrctl      netinet/ip6.h   s       
+struct ip6_mtuinfo     netinet/in.h    s       
+struct ip6_opt netinet/ip6.h   s       
+struct ip6_opt_jumbo   netinet/ip6.h   s       
+struct ip6_opt_nsap    netinet/ip6.h   s       
+struct ip6_opt_router  netinet/ip6.h   s       
+struct ip6_opt_tunnel  netinet/ip6.h   s       
+struct ip6_rthdr       netinet/ip6.h   s       
+struct ip6_rthdr0      netinet/ip6.h   s       
+struct ip_mreq netinet/in.h    s       
+struct ip_mreq_source  netinet/in.h    s       
+struct ip_mreqn        netinet/in.h    s       
+struct ip_msfilter     netinet/in.h    s       
+struct ip_opts netinet/in.h    s       
+struct ip_timestamp    netinet/ip.h    s       
+struct iphdr   netinet/ip.h    s       
+struct ipv6_mreq       netinet/in.h    s       
+struct itimerspec      sys/timerfd.h   S       struct itimerspec;
+struct itimerspec      time.h  s       
+struct itimerval       sys/time.h      s       
+struct lastlog utmp.h  s       
+struct lconv   locale.h        s       
+struct linger  sys/socket.h    s       
+struct link_map        link.h  s       
+struct mld_hdr netinet/icmp6.h s       
+struct mmsghdr sys/socket.h    s       
+struct mntent  mntent.h        s       
+struct mq_attr mqueue.h        s       
+struct msgbuf  sys/msg.h       s       
+struct msginfo sys/msg.h       s       
+struct mt_tape_info    sys/mtio.h      s       
+struct mtconfiginfo    sys/mtio.h      s       
+struct mtget   sys/mtio.h      s       
+struct mtop    sys/mtio.h      s       
+struct mtpos   sys/mtio.h      s       
+struct nd_neighbor_advert      netinet/icmp6.h s       
+struct nd_neighbor_solicit     netinet/icmp6.h s       
+struct nd_opt_adv_interval     netinet/icmp6.h s       
+struct nd_opt_hdr      netinet/icmp6.h s       
+struct nd_opt_home_agent_info  netinet/icmp6.h s       
+struct nd_opt_mtu      netinet/icmp6.h s       
+struct nd_opt_prefix_info      netinet/icmp6.h s       
+struct nd_opt_rd_hdr   netinet/icmp6.h s       
+struct nd_redirect     netinet/icmp6.h s       
+struct nd_router_advert        netinet/icmp6.h s       
+struct nd_router_solicit       netinet/icmp6.h s       
+struct netent  netdb.h s       
+struct ns_tcp_tsig_state       arpa/nameser.h  s       
+struct ns_tsig_key     arpa/nameser.h  s       
+struct ntptimeval      sys/timex.h     s       
+struct option  getopt.h        s       
+struct packet_mreq     netpacket/packet.h      s       
+struct passwd  pwd.h   s       
+struct pollfd  poll.h  s       
+struct prctl_mm_map    sys/prctl.h     s       
+struct protoent        netdb.h s       
+struct ptrace_peeksiginfo_args sys/ptrace.h    s       
+struct qelem   search.h        s       
+struct r_debug link.h  s       
+struct re_pattern_buffer       regex.h s       
+struct res_sym resolv.h        s       
+struct rlimit  sys/resource.h  s       
+struct rr_pco_match    netinet/icmp6.h s       
+struct rr_pco_use      netinet/icmp6.h s       
+struct rr_result       netinet/icmp6.h s       
+struct rtentry net/route.h     s       
+struct rusage  sys/resource.h  s       
+struct sched_param     sched.h s       
+struct sched_param     spawn.h S       struct sched_param;
+struct sembuf  sys/sem.h       s       
+struct seminfo sys/sem.h       s       
+struct servent netdb.h s       
+struct sg_header       scsi/sg.h       s       
+struct sg_io_hdr       scsi/sg.h       s       
+struct sg_iovec        scsi/sg.h       s       
+struct sg_req_info     scsi/sg.h       s       
+struct sg_scsi_id      scsi/sg.h       s       
+struct sigaction       signal.h        s       
+struct sigevent        mqueue.h        S       struct sigevent;
+struct sigevent        signal.h        s       
+struct sigevent        time.h  S       struct sigevent;
+struct signalfd_siginfo        sys/signalfd.h  s       
+struct sockaddr        sys/socket.h    s       
+struct sockaddr_in     netinet/in.h    s       
+struct sockaddr_in6    netinet/in.h    s       
+struct sockaddr_ll     netpacket/packet.h      s       
+struct sockaddr_storage        sys/socket.h    s       
+struct sockaddr_un     sys/un.h        s       
+struct spwd    shadow.h        s       
+struct statvfs sys/statvfs.h   s       
+struct str_list        stropts.h       s       
+struct str_mlist       stropts.h       s       
+struct strbuf  stropts.h       s       
+struct strfdinsert     stropts.h       s       
+struct strioctl        stropts.h       s       
+struct strpeek stropts.h       s       
+struct strrecvfd       stropts.h       s       
+struct sysinfo sys/sysinfo.h   s       
+struct tcp_info        netinet/tcp.h   s       
+struct tcp_md5sig      netinet/tcp.h   s       
+struct tcphdr  netinet/tcp.h   s       
+struct tftphdr arpa/tftp.h     s       
+struct timeb   sys/timeb.h     s       
+struct timespec        sys/socket.h    S       struct timespec;
+struct timestamp       netinet/ip.h    s       
+struct timex   sys/timex.h     s       
+struct timezone        sys/time.h      s       
+struct tm      time.h  s       
+struct tm      wchar.h S       struct tm;
+struct tms     sys/times.h     s       
+struct ucred   sys/socket.h    s       
+struct udphdr  netinet/udp.h   s       
+struct utimbuf utime.h s       
+struct utmpx   utmpx.h s       
+struct utsname sys/utsname.h   s       
+strunames      arpa/ftp.h      v       
+strverscmp     string.h        p       int strverscmp(const char *, const char *);
+strxfrm        string.h        p       size_t strxfrm(char *__restrict, const char *__restrict, size_t);
+strxfrm_l      string.h        p       size_t strxfrm_l(char *__restrict, const char *__restrict, size_t, locale_t);
+swab   unistd.h        p       void swab(const void *__restrict, void *__restrict, ssize_t);
+swapcontext    ucontext.h      p       int swapcontext(struct __ucontext *, const struct __ucontext *);
+swapoff        sys/swap.h      p       int swapoff(const char *);
+swapon sys/swap.h      p       int swapon(const char *, int);
+swprintf       wchar.h p       int swprintf(wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
+swscanf        wchar.h p       int swscanf(const wchar_t *__restrict, const wchar_t *__restrict, ...);
+symlink        unistd.h        p       int symlink(const char *, const char *);
+symlinkat      unistd.h        p       int symlinkat(const char *, int, const char *);
+sync   unistd.h        p       void sync(void);
+sync_file_range        fcntl.h p       int sync_file_range(int, off_t, off_t, unsigned);
+syncfs unistd.h        p       int syncfs(int);
+syscall        unistd.h        p       long syscall(long, ...);
+sysconf        unistd.h        p       long sysconf(int);
+sysinfo        sys/sysinfo.h   p       int sysinfo(struct sysinfo *);
+syslog syslog.h        p       void syslog(int, const char *, ...);
+system stdlib.h        p       int system(const char *);
+tan    math.h  p       double tan(double);
+tan    tgmath.h        d       #define tan(x) __tg_real_complex(tan, (x))
+tanf   math.h  p       float tanf(float);
+tanh   math.h  p       double tanh(double);
+tanh   tgmath.h        d       #define tanh(x) __tg_real_complex(tanh, (x))
+tanhf  math.h  p       float tanhf(float);
+tanhl  math.h  p       long double tanhl(long double);
+tanl   math.h  p       long double tanl(long double);
+tcdrain        termios.h       p       int tcdrain(int);
+tcflag_t       termios.h       t       typedef unsigned int tcflag_t;
+tcflow termios.h       p       int tcflow(int, int);
+tcflush        termios.h       p       int tcflush(int, int);
+tcgetattr      termios.h       p       int tcgetattr(int, struct termios *);
+tcgetpgrp      unistd.h        p       pid_t tcgetpgrp(int);
+tcgetsid       termios.h       p       pid_t tcgetsid(int);
+tcp_seq        netinet/tcp.h   t       typedef uint32_t tcp_seq;
+tcsendbreak    termios.h       p       int tcsendbreak(int, int);
+tcsetattr      termios.h       p       int tcsetattr(int, int, const struct termios *);
+tcsetpgrp      unistd.h        p       int tcsetpgrp(int, pid_t);
+tdelete        search.h        p       void *tdelete(const void *__restrict, void **__restrict, int(*)(const void *, const void *));
+tdestroy       search.h        p       void tdestroy(void *, void(*)(void *));
+tee    fcntl.h p       ssize_t tee(int, int, size_t, unsigned);
+telcmds        arpa/telnet.h   d       #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
+telldir        dirent.h        p       long telldir(DIR *);
+telopts        arpa/telnet.h   v       
+tempnam        stdio.h p       char *tempnam(const char *, const char *);
+textdomain     libintl.h       p       char *textdomain(const char *);
+tfind  search.h        p       void *tfind(const void *, void *const *, int(*)(const void *, const void *));
+tgamma math.h  p       double tgamma(double);
+tgamma tgmath.h        d       #define tgamma(x) __tg_real(tgamma, (x))
+tgammaf        math.h  p       float tgammaf(float);
+tgammal        math.h  p       long double tgammal(long double);
+th_block       arpa/tftp.h     d       #define th_block th_u.tu_block
+th_code        arpa/tftp.h     d       #define th_code th_u.tu_code
+th_msg arpa/tftp.h     d       #define th_msg th_data
+th_stuff       arpa/tftp.h     d       #define th_stuff th_u.tu_stuff
+thrd_busy      threads.h       e       
+thrd_create    threads.h       p       int thrd_create(thrd_t *, thrd_start_t, void *);
+thrd_current   threads.h       p       thrd_t thrd_current(void);
+thrd_detach    threads.h       p       int thrd_detach(thrd_t);
+thrd_equal     threads.h       d       #define thrd_equal(A, B) ((A) == (B))
+thrd_equal     threads.h       p       int thrd_equal(thrd_t, thrd_t);
+thrd_error     threads.h       e       
+thrd_exit      threads.h       p       _Noreturn void thrd_exit(int);
+thrd_join      threads.h       p       int thrd_join(thrd_t, int *);
+thrd_nomem     threads.h       e       
+thrd_sleep     threads.h       p       int thrd_sleep(const struct timespec *, struct timespec *);
+thrd_start_t   threads.h       t       typedef int (*thrd_start_t)(void *);
+thrd_success   threads.h       e       
+thrd_t threads.h       t       typedef struct __pthread *thrd_t;
+thrd_t threads.h       t       typedef unsigned long thrd_t;
+thrd_timedout  threads.h       e       
+thrd_yield     threads.h       p       void thrd_yield(void);
+thread_local   threads.h       d       #define thread_local _Thread_local
+time   time.h  p       time_t time(time_t *);
+timegm time.h  p       time_t timegm(struct tm *);
+timer_create   time.h  p       int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
+timer_delete   time.h  p       int timer_delete(timer_t);
+timer_getoverrun       time.h  p       int timer_getoverrun(timer_t);
+timer_gettime  time.h  p       int timer_gettime(timer_t, struct itimerspec *);
+timer_settime  time.h  p       int timer_settime(timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict);
+timeradd       sys/time.h      d       #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, ((a)->tv_usec = (s)->tv_usec + (t)->tv_usec) >= 1000000 && ((a)->tv_usec -= 1000000, (a)->tv_sec++) )
+timerclear     sys/time.h      d       #define timerclear(t) ((t)->tv_sec = (t)->tv_usec = 0)
+timercmp       sys/time.h      d       #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? (s)->tv_usec op (t)->tv_usec : (s)->tv_sec op (t)->tv_sec)
+timerfd_create sys/timerfd.h   p       int timerfd_create(int, int);
+timerfd_gettime        sys/timerfd.h   p       int timerfd_gettime(int, struct itimerspec *);
+timerfd_settime        sys/timerfd.h   p       int timerfd_settime(int, int, const struct itimerspec *, struct itimerspec *);
+timerisset     sys/time.h      d       #define timerisset(t) ((t)->tv_sec || (t)->tv_usec)
+timersub       sys/time.h      d       #define timersub(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec - (t)->tv_sec, ((a)->tv_usec = (s)->tv_usec - (t)->tv_usec) < 0 && ((a)->tv_usec += 1000000, (a)->tv_sec--) )
+times  sys/times.h     p       clock_t times(struct tms *);
+timespec_get   time.h  p       int timespec_get(struct timespec *, int);
+timezone       time.h  x       extern long timezone;
+tmpfile        stdio.h p       FILE *tmpfile(void);
+tmpfile64      stdio.h d       #define tmpfile64 tmpfile
+tmpnam stdio.h p       char *tmpnam(char *);
+toascii        ctype.h p       int toascii(int);
+tolower        ctype.h p       int tolower(int);
+tolower_l      ctype.h p       int tolower_l(int, locale_t);
+toupper        ctype.h p       int toupper(int);
+toupper_l      ctype.h p       int toupper_l(int, locale_t);
+towctrans      wctype.h        p       wint_t towctrans(wint_t, wctrans_t);
+towctrans_l    wctype.h        p       wint_t towctrans_l(wint_t, wctrans_t, locale_t);
+towlower       wchar.h p       wint_t towlower(wint_t);
+towlower       wctype.h        p       wint_t towlower(wint_t);
+towlower_l     wctype.h        p       wint_t towlower_l(wint_t, locale_t);
+towupper       wchar.h p       wint_t towupper(wint_t);
+towupper       wctype.h        p       wint_t towupper(wint_t);
+towupper_l     wctype.h        p       wint_t towupper_l(wint_t, locale_t);
+true   stdbool.h       d       #define true 1
+trunc  math.h  p       double trunc(double);
+trunc  tgmath.h        d       #define trunc(x) __tg_real(trunc, (x))
+truncate       unistd.h        p       int truncate(const char *, off_t);
+truncate64     unistd.h        d       #define truncate64 truncate
+truncf math.h  p       float truncf(float);
+truncl math.h  p       long double truncl(long double);
+tsearch        search.h        p       void *tsearch(const void *, void **, int(*)(const void *, const void *));
+tss_create     threads.h       p       int tss_create(tss_t *, tss_dtor_t);
+tss_delete     threads.h       p       void tss_delete(tss_t key);
+tss_dtor_t     threads.h       t       typedef void (*tss_dtor_t)(void *);
+tss_get        threads.h       p       void *tss_get(tss_t);
+tss_set        threads.h       p       int tss_set(tss_t, void *);
+tss_t  threads.h       t       typedef unsigned tss_t;
+ttyname        unistd.h        p       char *ttyname(int);
+ttyname_r      unistd.h        p       int ttyname_r(int, char *, size_t);
+twalk  search.h        p       void twalk(const void *, void(*)(const void *, VISIT, int));
+typenames      arpa/ftp.h      v       
+tzname time.h  x       extern char *tzname[2];
+tzset  time.h  p       void tzset(void);
+u_char sys/types.h     t       typedef unsigned char u_char;
+u_int  sys/types.h     t       typedef unsigned u_int, uint;
+u_int16_t      sys/types.h     t       typedef unsigned short u_int16_t;
+u_int32_t      sys/types.h     t       typedef unsigned u_int32_t;
+u_int8_t       sys/types.h     t       typedef unsigned char u_int8_t;
+u_long sys/types.h     t       typedef unsigned long u_long, ulong;
+u_quad_t       sys/types.h     t       typedef unsigned long long u_quad_t;
+u_short        sys/types.h     t       typedef unsigned short u_short, ushort;
+ualarm unistd.h        p       unsigned ualarm(unsigned, unsigned);
+uh_dport       netinet/udp.h   d       #define uh_dport dest
+uh_sport       netinet/udp.h   d       #define uh_sport source
+uh_sum netinet/udp.h   d       #define uh_sum check
+uh_ulen        netinet/udp.h   d       #define uh_ulen len
+uint   sys/types.h     t       typedef unsigned u_int, uint;
+uint_fast64_t  stdint.h        t       typedef uint64_t uint_fast64_t;
+uint_fast8_t   stdint.h        t       typedef uint8_t uint_fast8_t;
+uint_least16_t stdint.h        t       typedef uint16_t uint_least16_t;
+uint_least32_t stdint.h        t       typedef uint32_t uint_least32_t;
+uint_least64_t stdint.h        t       typedef uint64_t uint_least64_t;
+uint_least8_t  stdint.h        t       typedef uint8_t uint_least8_t;
+ulckpwdf       shadow.h        p       int ulckpwdf(void);
+ulimit ulimit.h        p       long ulimit(int, ...);
+ulong  sys/types.h     t       typedef unsigned long u_long, ulong;
+umask  sys/stat.h      p       mode_t umask(mode_t);
+umount sys/mount.h     p       int umount(const char *);
+umount2        sys/mount.h     p       int umount2(const char *, int);
+uname  sys/utsname.h   p       int uname(struct utsname *);
+ungetc stdio.h p       int ungetc(int, FILE *);
+ungetwc        wchar.h p       wint_t ungetwc(wint_t, FILE *);
+union _G_fpos64_t      stdio.h u       
+union epoll_data       sys/epoll.h     u       
+union sigval   signal.h        u       
+unlink unistd.h        p       int unlink(const char *);
+unlinkat       unistd.h        p       int unlinkat(int, const char *, int);
+unlockpt       stdlib.h        p       int unlockpt(int);
+unsetenv       stdlib.h        p       int unsetenv(const char *);
+unshare        sched.h p       int unshare(int);
+updwtmp        utmp.h  p       void updwtmp(const char *, const struct utmp *);
+updwtmpx       utmpx.h p       void updwtmpx(const char *, const struct utmpx *);
+uselocale      locale.h        p       locale_t uselocale(locale_t);
+ushort sys/types.h     t       typedef unsigned short u_short, ushort;
+usleep unistd.h        p       int usleep(unsigned);
+ut_addr        utmp.h  d       #define ut_addr ut_addr_v6[0]
+ut_name        utmp.h  d       #define ut_name ut_user
+ut_time        utmp.h  d       #define ut_time ut_tv.tv_sec
+utime  utime.h p       int utime(const char *, const struct utimbuf *);
+utimensat      sys/stat.h      p       int utimensat(int, const char *, const struct timespec [2], int);
+utimes sys/time.h      p       int utimes(const char *, const struct timeval [2]);
+utmp   utmp.h  d       #define utmp utmpx
+utmpname       utmp.h  p       int utmpname(const char *);
+utmpxname      utmpx.h p       int utmpxname(const char *);
+va_arg stdarg.h        d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        stdarg.h        d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end stdarg.h        d       #define va_end(v) __builtin_va_end(v)
+va_start       stdarg.h        d       #define va_start(v,l) __builtin_va_start(v,l)
+valloc malloc.h        p       void *valloc(size_t);
+valloc stdlib.h        p       void *valloc(size_t);
+vasprintf      stdio.h p       int vasprintf(char **, const char *, __isoc_va_list);
+vdprintf       stdio.h p       int vdprintf(int, const char *__restrict, __isoc_va_list);
+verr   err.h   p       _Noreturn void verr(int, const char *, va_list);
+verrx  err.h   p       _Noreturn void verrx(int, const char *, va_list);
+versionsort    dirent.h        p       int versionsort(const struct dirent **, const struct dirent **);
+versionsort64  dirent.h        d       #define versionsort64 versionsort
+vfork  unistd.h        p       pid_t vfork(void);
+vfprintf       stdio.h p       int vfprintf(FILE *__restrict, const char *__restrict, __isoc_va_list);
+vfscanf        stdio.h p       int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
+vfwprintf      wchar.h p       int vfwprintf(FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
+vfwscanf       wchar.h p       int vfwscanf(FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
+vhangup        unistd.h        p       int vhangup(void);
+vmsplice       fcntl.h p       ssize_t vmsplice(int, const struct iovec *, size_t, unsigned);
+vprintf        stdio.h p       int vprintf(const char *__restrict, __isoc_va_list);
+vscanf stdio.h p       int vscanf(const char *__restrict, __isoc_va_list);
+vsnprintf      stdio.h p       int vsnprintf(char *__restrict, size_t, const char *__restrict, __isoc_va_list);
+vsprintf       stdio.h p       int vsprintf(char *__restrict, const char *__restrict, __isoc_va_list);
+vsscanf        stdio.h p       int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
+vswprintf      wchar.h p       int vswprintf(wchar_t *__restrict, size_t, const wchar_t *__restrict, __isoc_va_list);
+vswscanf       wchar.h p       int vswscanf(const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
+vsyslog        syslog.h        p       void vsyslog(int, const char *, va_list);
+vwarn  err.h   p       void vwarn(const char *, va_list);
+vwarnx err.h   p       void vwarnx(const char *, va_list);
+vwprintf       wchar.h p       int vwprintf(const wchar_t *__restrict, __isoc_va_list);
+vwscanf        wchar.h p       int vwscanf(const wchar_t *__restrict, __isoc_va_list);
+wait   sys/wait.h      p       pid_t wait(int *);
+wait3  sys/wait.h      p       pid_t wait3(int *, int, struct rusage *);
+wait4  sys/wait.h      p       pid_t wait4(pid_t, int *, int, struct rusage *);
+waitid sys/wait.h      p       int waitid(idtype_t, id_t, siginfo_t *, int);
+waitpid        sys/wait.h      p       pid_t waitpid(pid_t, int *, int );
+warn   err.h   p       void warn(const char *, ...);
+warnx  err.h   p       void warnx(const char *, ...);
+wcpcpy wchar.h p       wchar_t *wcpcpy(wchar_t *__restrict, const wchar_t *__restrict);
+wcpncpy        wchar.h p       wchar_t *wcpncpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
+wcrtomb        wchar.h p       size_t wcrtomb(char *__restrict, wchar_t, mbstate_t *__restrict);
+wcscasecmp     wchar.h p       int wcscasecmp(const wchar_t *, const wchar_t *);
+wcscasecmp_l   wchar.h p       int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
+wcscat wchar.h p       wchar_t *wcscat(wchar_t *__restrict, const wchar_t *__restrict);
+wcschr wchar.h p       wchar_t *wcschr(const wchar_t *, wchar_t);
+wcscmp wchar.h p       int wcscmp(const wchar_t *, const wchar_t *);
+wcscoll        wchar.h p       int wcscoll(const wchar_t *, const wchar_t *);
+wcscoll_l      wchar.h p       int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
+wcscpy wchar.h p       wchar_t *wcscpy(wchar_t *__restrict, const wchar_t *__restrict);
+wcscspn        wchar.h p       size_t wcscspn(const wchar_t *, const wchar_t *);
+wcsdup wchar.h p       wchar_t *wcsdup(const wchar_t *);
+wcsftime       wchar.h p       size_t wcsftime(wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
+wcslen wchar.h p       size_t wcslen(const wchar_t *);
+wcsncasecmp    wchar.h p       int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
+wcsncasecmp_l  wchar.h p       int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
+wcsncat        wchar.h p       wchar_t *wcsncat(wchar_t *__restrict, const wchar_t *__restrict, size_t);
+wcsncmp        wchar.h p       int wcsncmp(const wchar_t *, const wchar_t *, size_t);
+wcsncpy        wchar.h p       wchar_t *wcsncpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
+wcsnlen        wchar.h p       size_t wcsnlen(const wchar_t *, size_t);
+wcsnrtombs     wchar.h p       size_t wcsnrtombs(char *__restrict, const wchar_t **__restrict, size_t, size_t, mbstate_t *__restrict);
+wcspbrk        wchar.h p       wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
+wcsrchr        wchar.h p       wchar_t *wcsrchr(const wchar_t *, wchar_t);
+wcsrtombs      wchar.h p       size_t wcsrtombs(char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
+wcsspn wchar.h p       size_t wcsspn(const wchar_t *, const wchar_t *);
+wcsstr wchar.h p       wchar_t *wcsstr(const wchar_t *__restrict, const wchar_t *__restrict);
+wcstod wchar.h p       double wcstod(const wchar_t *__restrict, wchar_t **__restrict);
+wcstof wchar.h p       float wcstof(const wchar_t *__restrict, wchar_t **__restrict);
+wcstoimax      inttypes.h      p       intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcstok wchar.h p       wchar_t *wcstok(wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
+wcstol wchar.h p       long wcstol(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcstold        wchar.h p       long double wcstold(const wchar_t *__restrict, wchar_t **__restrict);
+wcstoll        wchar.h p       long long wcstoll(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcstombs       stdlib.h        p       size_t wcstombs(char *__restrict, const wchar_t *__restrict, size_t);
+wcstoul        wchar.h p       unsigned long wcstoul(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcstoull       wchar.h p       unsigned long long wcstoull(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcstoumax      inttypes.h      p       uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
+wcswcs wchar.h p       wchar_t *wcswcs(const wchar_t *, const wchar_t *);
+wcswidth       wchar.h p       int wcswidth(const wchar_t *, size_t);
+wcsxfrm        wchar.h p       size_t wcsxfrm(wchar_t *__restrict, const wchar_t *__restrict, size_t n);
+wcsxfrm_l      wchar.h p       size_t wcsxfrm_l(wchar_t *__restrict, const wchar_t *__restrict, size_t n, locale_t);
+wctob  wchar.h p       int wctob(wint_t);
+wctomb stdlib.h        p       int wctomb(char *, wchar_t);
+wctrans        wctype.h        p       wctrans_t wctrans(const char *);
+wctrans_l      wctype.h        p       wctrans_t wctrans_l(const char *, locale_t);
+wctrans_t      wctype.h        t       typedef const int * wctrans_t;
+wctype wchar.h p       wctype_t wctype(const char *);
+wctype wctype.h        p       wctype_t wctype(const char *);
+wctype_l       wctype.h        p       wctype_t wctype_l(const char *, locale_t);
+wcwidth        wchar.h p       int wcwidth(wchar_t);
+wmemchr        wchar.h p       wchar_t *wmemchr(const wchar_t *, wchar_t, size_t);
+wmemcmp        wchar.h p       int wmemcmp(const wchar_t *, const wchar_t *, size_t);
+wmemcpy        wchar.h p       wchar_t *wmemcpy(wchar_t *__restrict, const wchar_t *__restrict, size_t);
+wmemmove       wchar.h p       wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
+wmemset        wchar.h p       wchar_t *wmemset(wchar_t *, wchar_t, size_t);
+wordexp        wordexp.h       p       int wordexp(const char *__restrict, wordexp_t *__restrict, int);
+wordexp_t      wordexp.h       t       } wordexp_t;
+wordfree       wordexp.h       p       void wordfree(wordexp_t *);
+wprintf        wchar.h p       int wprintf(const wchar_t *__restrict, ...);
+write  unistd.h        p       ssize_t write(int, const void *, size_t);
+writev sys/uio.h       p       ssize_t writev(int, const struct iovec *, int);
+wscanf wchar.h p       int wscanf(const wchar_t *__restrict, ...);
+xEOF   arpa/telnet.h   d       #define xEOF 236
+xor    iso646.h        d       #define xor ^
+xor_eq iso646.h        d       #define xor_eq ^=
+y0     math.h  p       double y0(double);
+y0f    math.h  p       float y0f(float);
+y1     math.h  p       double y1(double);
+y1f    math.h  p       float y1f(float);
+yn     math.h  p       double yn(int, double);
+ynf    math.h  p       float ynf(int, float);
index 702671e..ce4b70c 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS     bits/reg.h      d       16      #define CS 13
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       20      #define DECIMAL_DIG 21
-DS     bits/reg.h      d       10      #define DS 7
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EAX    bits/reg.h      d       9       #define EAX 6
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBP    bits/reg.h      d       8       #define EBP 5
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-EBX    bits/reg.h      d       3       #define EBX 0
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-ECX    bits/reg.h      d       4       #define ECX 1
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDI    bits/reg.h      d       7       #define EDI 4
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EDX    bits/reg.h      d       5       #define EDX 2
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EFL    bits/reg.h      d       17      #define EFL 14
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EIP    bits/reg.h      d       15      #define EIP 12
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NGREG      bits/user.h     d       22      #define ELF_NGREG 17
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ES     bits/reg.h      d       11      #define ES 8
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESI    bits/reg.h      d       6       #define ESI 3
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       8       #define FE_ALL_EXCEPT 63
-FE_DFL_ENV     bits/fenv.h     d       33      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       3       #define FE_DIVBYZERO 4
-FE_DOWNWARD    bits/fenv.h     d       11      #define FE_DOWNWARD 0x400
-FE_INEXACT     bits/fenv.h     d       6       #define FE_INEXACT 32
-FE_INVALID     bits/fenv.h     d       1       #define FE_INVALID 1
-FE_OVERFLOW    bits/fenv.h     d       4       #define FE_OVERFLOW 8
-FE_TONEAREST   bits/fenv.h     d       10      #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       13      #define FE_TOWARDZERO 0xc00
-FE_UNDERFLOW   bits/fenv.h     d       5       #define FE_UNDERFLOW 16
-FE_UPWARD      bits/fenv.h     d       12      #define FE_UPWARD 0x800
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       391     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       2       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
-FLT_EVAL_METHOD        bits/float.h    d       4       #define FLT_EVAL_METHOD 2
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-FS     bits/reg.h      d       12      #define FS 9
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-GS     bits/reg.h      d       13      #define GS 10
-HOST_STACK_END_ADDR    bits/user.h     d       48      #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
-HOST_TEXT_START_ADDR   bits/user.h     d       47      #define HOST_TEXT_START_ADDR (u.start_code)
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       16      #define LDBL_DIG 18
-LDBL_EPSILON   bits/float.h    d       10      #define LDBL_EPSILON 1.0842021724855044340e-19L
-LDBL_MANT_DIG  bits/float.h    d       12      #define LDBL_MANT_DIG 64
-LDBL_MAX       bits/float.h    d       9       #define LDBL_MAX 1.1897314953572317650e+4932L
-LDBL_MAX_10_EXP        bits/float.h    d       18      #define LDBL_MAX_10_EXP 4932
-LDBL_MAX_EXP   bits/float.h    d       14      #define LDBL_MAX_EXP 16384
-LDBL_MIN       bits/float.h    d       8       #define LDBL_MIN 3.3621031431120935063e-4932L
-LDBL_MIN_10_EXP        bits/float.h    d       17      #define LDBL_MIN_10_EXP (-4931)
-LDBL_MIN_EXP   bits/float.h    d       13      #define LDBL_MIN_EXP (-16381)
-LDBL_TRUE_MIN  bits/float.h    d       7       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffL
-MAP_32BIT      bits/mman.h     d       1       #define MAP_32BIT 0x40
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       45      #define NBPG PAGE_SIZE
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-ORIG_EAX       bits/reg.h      d       14      #define ORIG_EAX 11
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0100000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       44      #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 4096
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-REG_CS bits/signal.h   d       25      #define REG_CS 15
-REG_DS bits/signal.h   d       13      #define REG_DS 3
-REG_EAX        bits/signal.h   d       21      #define REG_EAX 11
-REG_EBP        bits/signal.h   d       16      #define REG_EBP 6
-REG_EBX        bits/signal.h   d       18      #define REG_EBX 8
-REG_ECX        bits/signal.h   d       20      #define REG_ECX 10
-REG_EDI        bits/signal.h   d       14      #define REG_EDI 4
-REG_EDX        bits/signal.h   d       19      #define REG_EDX 9
-REG_EFL        bits/signal.h   d       26      #define REG_EFL 16
-REG_EIP        bits/signal.h   d       24      #define REG_EIP 14
-REG_ERR        bits/signal.h   d       23      #define REG_ERR 13
-REG_ES bits/signal.h   d       12      #define REG_ES 2
-REG_ESI        bits/signal.h   d       15      #define REG_ESI 5
-REG_ESP        bits/signal.h   d       17      #define REG_ESP 7
-REG_FS bits/signal.h   d       11      #define REG_FS 1
-REG_GS bits/signal.h   d       10      #define REG_GS 0
-REG_SS bits/signal.h   d       28      #define REG_SS 18
-REG_TRAPNO     bits/signal.h   d       22      #define REG_TRAPNO 12
-REG_UESP       bits/signal.h   d       27      #define REG_UESP 17
-SA_NOCLDSTOP   bits/signal.h   d       76      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       77      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       81      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       79      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       82      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       80      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       83      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       78      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       92      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       101     #define SIGALRM 14
-SIGBUS bits/signal.h   d       94      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       104     #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       105     #define SIGCONT 18
-SIGFPE bits/signal.h   d       95      #define SIGFPE 8
-SIGHUP bits/signal.h   d       87      #define SIGHUP 1
-SIGILL bits/signal.h   d       90      #define SIGILL 4
-SIGINT bits/signal.h   d       88      #define SIGINT 2
-SIGIO  bits/signal.h   d       116     #define SIGIO 29
-SIGIOT bits/signal.h   d       93      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       96      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       100     #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       117     #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       114     #define SIGPROF 27
-SIGPWR bits/signal.h   d       118     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       89      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       98      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       103     #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       106     #define SIGSTOP 19
-SIGSYS bits/signal.h   d       119     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       102     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       91      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       107     #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       108     #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       109     #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       120     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       110     #define SIGURG 23
-SIGUSR1        bits/signal.h   d       97      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       99      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       113     #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       115     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       111     #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       112     #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SS     bits/reg.h      d       19      #define SS 16
-SYS__llseek    bits/syscall.h  d       523     #define SYS__llseek 140
-SYS__newselect bits/syscall.h  d       525     #define SYS__newselect 142
-SYS__sysctl    bits/syscall.h  d       532     #define SYS__sysctl 149
-SYS_accept4    bits/syscall.h  d       747     #define SYS_accept4 364
-SYS_access     bits/syscall.h  d       416     #define SYS_access 33
-SYS_acct       bits/syscall.h  d       434     #define SYS_acct 51
-SYS_add_key    bits/syscall.h  d       669     #define SYS_add_key 286
-SYS_adjtimex   bits/syscall.h  d       507     #define SYS_adjtimex 124
-SYS_afs_syscall        bits/syscall.h  d       520     #define SYS_afs_syscall 137
-SYS_alarm      bits/syscall.h  d       410     #define SYS_alarm 27
-SYS_bdflush    bits/syscall.h  d       517     #define SYS_bdflush 134
-SYS_bind       bits/syscall.h  d       744     #define SYS_bind 361
-SYS_bpf        bits/syscall.h  d       740     #define SYS_bpf 357
-SYS_break      bits/syscall.h  d       400     #define SYS_break 17
-SYS_brk        bits/syscall.h  d       428     #define SYS_brk 45
-SYS_capget     bits/syscall.h  d       567     #define SYS_capget 184
-SYS_capset     bits/syscall.h  d       568     #define SYS_capset 185
-SYS_chdir      bits/syscall.h  d       395     #define SYS_chdir 12
-SYS_chmod      bits/syscall.h  d       398     #define SYS_chmod 15
-SYS_chown      bits/syscall.h  d       565     #define SYS_chown 182
-SYS_chown32    bits/syscall.h  d       595     #define SYS_chown32 212
-SYS_chroot     bits/syscall.h  d       444     #define SYS_chroot 61
-SYS_clock_adjtime      bits/syscall.h  d       726     #define SYS_clock_adjtime 343
-SYS_clock_getres       bits/syscall.h  d       649     #define SYS_clock_getres (SYS_timer_create+7)
-SYS_clock_gettime      bits/syscall.h  d       648     #define SYS_clock_gettime (SYS_timer_create+6)
-SYS_clock_nanosleep    bits/syscall.h  d       650     #define SYS_clock_nanosleep (SYS_timer_create+8)
-SYS_clock_settime      bits/syscall.h  d       647     #define SYS_clock_settime (SYS_timer_create+5)
-SYS_clone      bits/syscall.h  d       503     #define SYS_clone 120
-SYS_close      bits/syscall.h  d       389     #define SYS_close 6
-SYS_connect    bits/syscall.h  d       745     #define SYS_connect 362
-SYS_copy_file_range    bits/syscall.h  d       760     #define SYS_copy_file_range 377
-SYS_creat      bits/syscall.h  d       391     #define SYS_creat 8
-SYS_create_module      bits/syscall.h  d       510     #define SYS_create_module 127
-SYS_delete_module      bits/syscall.h  d       512     #define SYS_delete_module 129
-SYS_dup        bits/syscall.h  d       424     #define SYS_dup 41
-SYS_dup2       bits/syscall.h  d       446     #define SYS_dup2 63
-SYS_dup3       bits/syscall.h  d       713     #define SYS_dup3 330
-SYS_epoll_create       bits/syscall.h  d       637     #define SYS_epoll_create 254
-SYS_epoll_create1      bits/syscall.h  d       712     #define SYS_epoll_create1 329
-SYS_epoll_ctl  bits/syscall.h  d       638     #define SYS_epoll_ctl 255
-SYS_epoll_pwait        bits/syscall.h  d       702     #define SYS_epoll_pwait 319
-SYS_epoll_wait bits/syscall.h  d       639     #define SYS_epoll_wait 256
-SYS_eventfd    bits/syscall.h  d       706     #define SYS_eventfd 323
-SYS_eventfd2   bits/syscall.h  d       711     #define SYS_eventfd2 328
-SYS_execve     bits/syscall.h  d       394     #define SYS_execve 11
-SYS_execveat   bits/syscall.h  d       741     #define SYS_execveat 358
-SYS_exit       bits/syscall.h  d       384     #define SYS_exit 1
-SYS_exit_group bits/syscall.h  d       635     #define SYS_exit_group 252
-SYS_faccessat  bits/syscall.h  d       690     #define SYS_faccessat 307
-SYS_fadvise64  bits/syscall.h  d       633     #define SYS_fadvise64 250
-SYS_fadvise64_64       bits/syscall.h  d       655     #define SYS_fadvise64_64 272
-SYS_fallocate  bits/syscall.h  d       707     #define SYS_fallocate 324
-SYS_fanotify_init      bits/syscall.h  d       721     #define SYS_fanotify_init 338
-SYS_fanotify_mark      bits/syscall.h  d       722     #define SYS_fanotify_mark 339
-SYS_fchdir     bits/syscall.h  d       516     #define SYS_fchdir 133
-SYS_fchmod     bits/syscall.h  d       477     #define SYS_fchmod 94
-SYS_fchmodat   bits/syscall.h  d       689     #define SYS_fchmodat 306
-SYS_fchown     bits/syscall.h  d       478     #define SYS_fchown 95
-SYS_fchown32   bits/syscall.h  d       590     #define SYS_fchown32 207
-SYS_fchownat   bits/syscall.h  d       681     #define SYS_fchownat 298
-SYS_fcntl      bits/syscall.h  d       438     #define SYS_fcntl 55
-SYS_fcntl64    bits/syscall.h  d       605     #define SYS_fcntl64 221
-SYS_fdatasync  bits/syscall.h  d       531     #define SYS_fdatasync 148
-SYS_fgetxattr  bits/syscall.h  d       614     #define SYS_fgetxattr 231
-SYS_finit_module       bits/syscall.h  d       733     #define SYS_finit_module 350
-SYS_flistxattr bits/syscall.h  d       617     #define SYS_flistxattr 234
-SYS_flock      bits/syscall.h  d       526     #define SYS_flock 143
-SYS_fork       bits/syscall.h  d       385     #define SYS_fork 2
-SYS_fremovexattr       bits/syscall.h  d       620     #define SYS_fremovexattr 237
-SYS_fsetxattr  bits/syscall.h  d       611     #define SYS_fsetxattr 228
-SYS_fstat      bits/syscall.h  d       491     #define SYS_fstat 108
-SYS_fstat64    bits/syscall.h  d       580     #define SYS_fstat64 197
-SYS_fstatat64  bits/syscall.h  d       683     #define SYS_fstatat64 300
-SYS_fstatfs    bits/syscall.h  d       483     #define SYS_fstatfs 100
-SYS_fstatfs64  bits/syscall.h  d       652     #define SYS_fstatfs64 269
-SYS_fsync      bits/syscall.h  d       501     #define SYS_fsync 118
-SYS_ftime      bits/syscall.h  d       418     #define SYS_ftime 35
-SYS_ftruncate  bits/syscall.h  d       476     #define SYS_ftruncate 93
-SYS_ftruncate64        bits/syscall.h  d       577     #define SYS_ftruncate64 194
-SYS_futex      bits/syscall.h  d       623     #define SYS_futex 240
-SYS_futimesat  bits/syscall.h  d       682     #define SYS_futimesat 299
-SYS_get_kernel_syms    bits/syscall.h  d       513     #define SYS_get_kernel_syms 130
-SYS_get_mempolicy      bits/syscall.h  d       658     #define SYS_get_mempolicy 275
-SYS_get_robust_list    bits/syscall.h  d       695     #define SYS_get_robust_list 312
-SYS_get_thread_area    bits/syscall.h  d       627     #define SYS_get_thread_area 244
-SYS_getcpu     bits/syscall.h  d       701     #define SYS_getcpu 318
-SYS_getcwd     bits/syscall.h  d       566     #define SYS_getcwd 183
-SYS_getdents   bits/syscall.h  d       524     #define SYS_getdents 141
-SYS_getdents64 bits/syscall.h  d       604     #define SYS_getdents64 220
-SYS_getegid    bits/syscall.h  d       433     #define SYS_getegid 50
-SYS_getegid32  bits/syscall.h  d       585     #define SYS_getegid32 202
-SYS_geteuid    bits/syscall.h  d       432     #define SYS_geteuid 49
-SYS_geteuid32  bits/syscall.h  d       584     #define SYS_geteuid32 201
-SYS_getgid     bits/syscall.h  d       430     #define SYS_getgid 47
-SYS_getgid32   bits/syscall.h  d       583     #define SYS_getgid32 200
-SYS_getgroups  bits/syscall.h  d       463     #define SYS_getgroups 80
-SYS_getgroups32        bits/syscall.h  d       588     #define SYS_getgroups32 205
-SYS_getitimer  bits/syscall.h  d       488     #define SYS_getitimer 105
-SYS_getpeername        bits/syscall.h  d       751     #define SYS_getpeername 368
-SYS_getpgid    bits/syscall.h  d       515     #define SYS_getpgid 132
-SYS_getpgrp    bits/syscall.h  d       448     #define SYS_getpgrp 65
-SYS_getpid     bits/syscall.h  d       403     #define SYS_getpid 20
-SYS_getpmsg    bits/syscall.h  d       571     #define SYS_getpmsg 188
-SYS_getppid    bits/syscall.h  d       447     #define SYS_getppid 64
-SYS_getpriority        bits/syscall.h  d       479     #define SYS_getpriority 96
-SYS_getrandom  bits/syscall.h  d       738     #define SYS_getrandom 355
-SYS_getresgid  bits/syscall.h  d       554     #define SYS_getresgid 171
-SYS_getresgid32        bits/syscall.h  d       594     #define SYS_getresgid32 211
-SYS_getresuid  bits/syscall.h  d       548     #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       592     #define SYS_getresuid32 209
-SYS_getrlimit  bits/syscall.h  d       459     #define SYS_getrlimit 76 /* Back compatible 2Gig limited rlimit */
-SYS_getrusage  bits/syscall.h  d       460     #define SYS_getrusage 77
-SYS_getsid     bits/syscall.h  d       530     #define SYS_getsid 147
-SYS_getsockname        bits/syscall.h  d       750     #define SYS_getsockname 367
-SYS_getsockopt bits/syscall.h  d       748     #define SYS_getsockopt 365
-SYS_gettid     bits/syscall.h  d       607     #define SYS_gettid 224
-SYS_gettimeofday       bits/syscall.h  d       461     #define SYS_gettimeofday 78
-SYS_getuid     bits/syscall.h  d       407     #define SYS_getuid 24
-SYS_getuid32   bits/syscall.h  d       582     #define SYS_getuid32 199
-SYS_getxattr   bits/syscall.h  d       612     #define SYS_getxattr 229
-SYS_gtty       bits/syscall.h  d       415     #define SYS_gtty 32
-SYS_idle       bits/syscall.h  d       495     #define SYS_idle 112
-SYS_init_module        bits/syscall.h  d       511     #define SYS_init_module 128
-SYS_inotify_add_watch  bits/syscall.h  d       675     #define SYS_inotify_add_watch 292
-SYS_inotify_init       bits/syscall.h  d       674     #define SYS_inotify_init 291
-SYS_inotify_init1      bits/syscall.h  d       715     #define SYS_inotify_init1 332
-SYS_inotify_rm_watch   bits/syscall.h  d       676     #define SYS_inotify_rm_watch 293
-SYS_io_cancel  bits/syscall.h  d       632     #define SYS_io_cancel 249
-SYS_io_destroy bits/syscall.h  d       629     #define SYS_io_destroy 246
-SYS_io_getevents       bits/syscall.h  d       630     #define SYS_io_getevents 247
-SYS_io_setup   bits/syscall.h  d       628     #define SYS_io_setup 245
-SYS_io_submit  bits/syscall.h  d       631     #define SYS_io_submit 248
-SYS_ioctl      bits/syscall.h  d       437     #define SYS_ioctl 54
-SYS_ioperm     bits/syscall.h  d       484     #define SYS_ioperm 101
-SYS_iopl       bits/syscall.h  d       493     #define SYS_iopl 110
-SYS_ioprio_get bits/syscall.h  d       673     #define SYS_ioprio_get 290
-SYS_ioprio_set bits/syscall.h  d       672     #define SYS_ioprio_set 289
-SYS_ipc        bits/syscall.h  d       500     #define SYS_ipc 117
-SYS_kcmp       bits/syscall.h  d       732     #define SYS_kcmp 349
-SYS_kexec_load bits/syscall.h  d       666     #define SYS_kexec_load 283
-SYS_keyctl     bits/syscall.h  d       671     #define SYS_keyctl 288
-SYS_kill       bits/syscall.h  d       420     #define SYS_kill 37
-SYS_lchown     bits/syscall.h  d       399     #define SYS_lchown 16
-SYS_lchown32   bits/syscall.h  d       581     #define SYS_lchown32 198
-SYS_lgetxattr  bits/syscall.h  d       613     #define SYS_lgetxattr 230
-SYS_link       bits/syscall.h  d       392     #define SYS_link 9
-SYS_linkat     bits/syscall.h  d       686     #define SYS_linkat 303
-SYS_listen     bits/syscall.h  d       746     #define SYS_listen 363
-SYS_listxattr  bits/syscall.h  d       615     #define SYS_listxattr 232
-SYS_llistxattr bits/syscall.h  d       616     #define SYS_llistxattr 233
-SYS_lock       bits/syscall.h  d       436     #define SYS_lock 53
-SYS_lookup_dcookie     bits/syscall.h  d       636     #define SYS_lookup_dcookie 253
-SYS_lremovexattr       bits/syscall.h  d       619     #define SYS_lremovexattr 236
-SYS_lseek      bits/syscall.h  d       402     #define SYS_lseek 19
-SYS_lsetxattr  bits/syscall.h  d       610     #define SYS_lsetxattr 227
-SYS_lstat      bits/syscall.h  d       490     #define SYS_lstat 107
-SYS_lstat64    bits/syscall.h  d       579     #define SYS_lstat64 196
-SYS_madvise    bits/syscall.h  d       602     #define SYS_madvise 219
-SYS_madvise1   bits/syscall.h  d       603     #define SYS_madvise1 219
-SYS_mbind      bits/syscall.h  d       657     #define SYS_mbind 274
-SYS_membarrier bits/syscall.h  d       758     #define SYS_membarrier 375
-SYS_memfd_create       bits/syscall.h  d       739     #define SYS_memfd_create 356
-SYS_migrate_pages      bits/syscall.h  d       677     #define SYS_migrate_pages 294
-SYS_mincore    bits/syscall.h  d       601     #define SYS_mincore 218
-SYS_mkdir      bits/syscall.h  d       422     #define SYS_mkdir 39
-SYS_mkdirat    bits/syscall.h  d       679     #define SYS_mkdirat 296
-SYS_mknod      bits/syscall.h  d       397     #define SYS_mknod 14
-SYS_mknodat    bits/syscall.h  d       680     #define SYS_mknodat 297
-SYS_mlock      bits/syscall.h  d       533     #define SYS_mlock 150
-SYS_mlock2     bits/syscall.h  d       759     #define SYS_mlock2 376
-SYS_mlockall   bits/syscall.h  d       535     #define SYS_mlockall 152
-SYS_mmap       bits/syscall.h  d       473     #define SYS_mmap 90
-SYS_mmap2      bits/syscall.h  d       575     #define SYS_mmap2 192
-SYS_modify_ldt bits/syscall.h  d       506     #define SYS_modify_ldt 123
-SYS_mount      bits/syscall.h  d       404     #define SYS_mount 21
-SYS_move_pages bits/syscall.h  d       700     #define SYS_move_pages 317
-SYS_mprotect   bits/syscall.h  d       508     #define SYS_mprotect 125
-SYS_mpx        bits/syscall.h  d       439     #define SYS_mpx 56
-SYS_mq_getsetattr      bits/syscall.h  d       665     #define SYS_mq_getsetattr (SYS_mq_open+5)
-SYS_mq_notify  bits/syscall.h  d       664     #define SYS_mq_notify (SYS_mq_open+4)
-SYS_mq_open    bits/syscall.h  d       660     #define SYS_mq_open 277
-SYS_mq_timedreceive    bits/syscall.h  d       663     #define SYS_mq_timedreceive (SYS_mq_open+3)
-SYS_mq_timedsend       bits/syscall.h  d       662     #define SYS_mq_timedsend (SYS_mq_open+2)
-SYS_mq_unlink  bits/syscall.h  d       661     #define SYS_mq_unlink (SYS_mq_open+1)
-SYS_mremap     bits/syscall.h  d       546     #define SYS_mremap 163
-SYS_msync      bits/syscall.h  d       527     #define SYS_msync 144
-SYS_munlock    bits/syscall.h  d       534     #define SYS_munlock 151
-SYS_munlockall bits/syscall.h  d       536     #define SYS_munlockall 153
-SYS_munmap     bits/syscall.h  d       474     #define SYS_munmap 91
-SYS_name_to_handle_at  bits/syscall.h  d       724     #define SYS_name_to_handle_at 341
-SYS_nanosleep  bits/syscall.h  d       545     #define SYS_nanosleep 162
-SYS_nfsservctl bits/syscall.h  d       552     #define SYS_nfsservctl 169
-SYS_nice       bits/syscall.h  d       417     #define SYS_nice 34
-SYS_oldfstat   bits/syscall.h  d       411     #define SYS_oldfstat 28
-SYS_oldlstat   bits/syscall.h  d       467     #define SYS_oldlstat 84
-SYS_oldolduname        bits/syscall.h  d       442     #define SYS_oldolduname 59
-SYS_oldstat    bits/syscall.h  d       401     #define SYS_oldstat 18
-SYS_olduname   bits/syscall.h  d       492     #define SYS_olduname 109
-SYS_open       bits/syscall.h  d       388     #define SYS_open 5
-SYS_open_by_handle_at  bits/syscall.h  d       725     #define SYS_open_by_handle_at 342
-SYS_openat     bits/syscall.h  d       678     #define SYS_openat 295
-SYS_pause      bits/syscall.h  d       412     #define SYS_pause 29
-SYS_perf_event_open    bits/syscall.h  d       719     #define SYS_perf_event_open 336
-SYS_personality        bits/syscall.h  d       519     #define SYS_personality 136
-SYS_pipe       bits/syscall.h  d       425     #define SYS_pipe 42
-SYS_pipe2      bits/syscall.h  d       714     #define SYS_pipe2 331
-SYS_pivot_root bits/syscall.h  d       600     #define SYS_pivot_root 217
-SYS_poll       bits/syscall.h  d       551     #define SYS_poll 168
-SYS_ppoll      bits/syscall.h  d       692     #define SYS_ppoll 309
-SYS_prctl      bits/syscall.h  d       555     #define SYS_prctl 172
-SYS_pread64    bits/syscall.h  d       563     #define SYS_pread64 180
-SYS_preadv     bits/syscall.h  d       716     #define SYS_preadv 333
-SYS_prlimit64  bits/syscall.h  d       723     #define SYS_prlimit64 340
-SYS_process_vm_readv   bits/syscall.h  d       730     #define SYS_process_vm_readv 347
-SYS_process_vm_writev  bits/syscall.h  d       731     #define SYS_process_vm_writev 348
-SYS_prof       bits/syscall.h  d       427     #define SYS_prof 44
-SYS_profil     bits/syscall.h  d       481     #define SYS_profil 98
-SYS_pselect6   bits/syscall.h  d       691     #define SYS_pselect6 308
-SYS_ptrace     bits/syscall.h  d       409     #define SYS_ptrace 26
-SYS_putpmsg    bits/syscall.h  d       572     #define SYS_putpmsg 189
-SYS_pwrite64   bits/syscall.h  d       564     #define SYS_pwrite64 181
-SYS_pwritev    bits/syscall.h  d       717     #define SYS_pwritev 334
-SYS_query_module       bits/syscall.h  d       550     #define SYS_query_module 167
-SYS_quotactl   bits/syscall.h  d       514     #define SYS_quotactl 131
-SYS_read       bits/syscall.h  d       386     #define SYS_read 3
-SYS_readahead  bits/syscall.h  d       608     #define SYS_readahead 225
-SYS_readdir    bits/syscall.h  d       472     #define SYS_readdir 89
-SYS_readlink   bits/syscall.h  d       468     #define SYS_readlink 85
-SYS_readlinkat bits/syscall.h  d       688     #define SYS_readlinkat 305
-SYS_readv      bits/syscall.h  d       528     #define SYS_readv 145
-SYS_reboot     bits/syscall.h  d       471     #define SYS_reboot 88
-SYS_recvfrom   bits/syscall.h  d       754     #define SYS_recvfrom 371
-SYS_recvmmsg   bits/syscall.h  d       720     #define SYS_recvmmsg 337
-SYS_recvmsg    bits/syscall.h  d       755     #define SYS_recvmsg 372
-SYS_remap_file_pages   bits/syscall.h  d       640     #define SYS_remap_file_pages 257
-SYS_removexattr        bits/syscall.h  d       618     #define SYS_removexattr 235
-SYS_rename     bits/syscall.h  d       421     #define SYS_rename 38
-SYS_renameat   bits/syscall.h  d       685     #define SYS_renameat 302
-SYS_renameat2  bits/syscall.h  d       736     #define SYS_renameat2 353
-SYS_request_key        bits/syscall.h  d       670     #define SYS_request_key 287
-SYS_restart_syscall    bits/syscall.h  d       383     #define SYS_restart_syscall 0
-SYS_rmdir      bits/syscall.h  d       423     #define SYS_rmdir 40
-SYS_rt_sigaction       bits/syscall.h  d       557     #define SYS_rt_sigaction 174
-SYS_rt_sigpending      bits/syscall.h  d       559     #define SYS_rt_sigpending 176
-SYS_rt_sigprocmask     bits/syscall.h  d       558     #define SYS_rt_sigprocmask 175
-SYS_rt_sigqueueinfo    bits/syscall.h  d       561     #define SYS_rt_sigqueueinfo 178
-SYS_rt_sigreturn       bits/syscall.h  d       556     #define SYS_rt_sigreturn 173
-SYS_rt_sigsuspend      bits/syscall.h  d       562     #define SYS_rt_sigsuspend 179
-SYS_rt_sigtimedwait    bits/syscall.h  d       560     #define SYS_rt_sigtimedwait 177
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       718     #define SYS_rt_tgsigqueueinfo 335
-SYS_sched_get_priority_max     bits/syscall.h  d       542     #define SYS_sched_get_priority_max 159
-SYS_sched_get_priority_min     bits/syscall.h  d       543     #define SYS_sched_get_priority_min 160
-SYS_sched_getaffinity  bits/syscall.h  d       625     #define SYS_sched_getaffinity 242
-SYS_sched_getattr      bits/syscall.h  d       735     #define SYS_sched_getattr 352
-SYS_sched_getparam     bits/syscall.h  d       538     #define SYS_sched_getparam 155
-SYS_sched_getscheduler bits/syscall.h  d       540     #define SYS_sched_getscheduler 157
-SYS_sched_rr_get_interval      bits/syscall.h  d       544     #define SYS_sched_rr_get_interval 161
-SYS_sched_setaffinity  bits/syscall.h  d       624     #define SYS_sched_setaffinity 241
-SYS_sched_setattr      bits/syscall.h  d       734     #define SYS_sched_setattr 351
-SYS_sched_setparam     bits/syscall.h  d       537     #define SYS_sched_setparam 154
-SYS_sched_setscheduler bits/syscall.h  d       539     #define SYS_sched_setscheduler 156
-SYS_sched_yield        bits/syscall.h  d       541     #define SYS_sched_yield 158
-SYS_seccomp    bits/syscall.h  d       737     #define SYS_seccomp 354
-SYS_select     bits/syscall.h  d       465     #define SYS_select 82
-SYS_sendfile   bits/syscall.h  d       570     #define SYS_sendfile 187
-SYS_sendfile64 bits/syscall.h  d       622     #define SYS_sendfile64 239
-SYS_sendmmsg   bits/syscall.h  d       728     #define SYS_sendmmsg 345
-SYS_sendmsg    bits/syscall.h  d       753     #define SYS_sendmsg 370
-SYS_sendto     bits/syscall.h  d       752     #define SYS_sendto 369
-SYS_set_mempolicy      bits/syscall.h  d       659     #define SYS_set_mempolicy 276
-SYS_set_robust_list    bits/syscall.h  d       694     #define SYS_set_robust_list 311
-SYS_set_thread_area    bits/syscall.h  d       626     #define SYS_set_thread_area 243
-SYS_set_tid_address    bits/syscall.h  d       641     #define SYS_set_tid_address 258
-SYS_setdomainname      bits/syscall.h  d       504     #define SYS_setdomainname 121
-SYS_setfsgid   bits/syscall.h  d       522     #define SYS_setfsgid 139
-SYS_setfsgid32 bits/syscall.h  d       599     #define SYS_setfsgid32 216
-SYS_setfsuid   bits/syscall.h  d       521     #define SYS_setfsuid 138
-SYS_setfsuid32 bits/syscall.h  d       598     #define SYS_setfsuid32 215
-SYS_setgid     bits/syscall.h  d       429     #define SYS_setgid 46
-SYS_setgid32   bits/syscall.h  d       597     #define SYS_setgid32 214
-SYS_setgroups  bits/syscall.h  d       464     #define SYS_setgroups 81
-SYS_setgroups32        bits/syscall.h  d       589     #define SYS_setgroups32 206
-SYS_sethostname        bits/syscall.h  d       457     #define SYS_sethostname 74
-SYS_setitimer  bits/syscall.h  d       487     #define SYS_setitimer 104
-SYS_setns      bits/syscall.h  d       729     #define SYS_setns 346
-SYS_setpgid    bits/syscall.h  d       440     #define SYS_setpgid 57
-SYS_setpriority        bits/syscall.h  d       480     #define SYS_setpriority 97
-SYS_setregid   bits/syscall.h  d       454     #define SYS_setregid 71
-SYS_setregid32 bits/syscall.h  d       587     #define SYS_setregid32 204
-SYS_setresgid  bits/syscall.h  d       553     #define SYS_setresgid 170
-SYS_setresgid32        bits/syscall.h  d       593     #define SYS_setresgid32 210
-SYS_setresuid  bits/syscall.h  d       547     #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       591     #define SYS_setresuid32 208
-SYS_setreuid   bits/syscall.h  d       453     #define SYS_setreuid 70
-SYS_setreuid32 bits/syscall.h  d       586     #define SYS_setreuid32 203
-SYS_setrlimit  bits/syscall.h  d       458     #define SYS_setrlimit 75
-SYS_setsid     bits/syscall.h  d       449     #define SYS_setsid 66
-SYS_setsockopt bits/syscall.h  d       749     #define SYS_setsockopt 366
-SYS_settimeofday       bits/syscall.h  d       462     #define SYS_settimeofday 79
-SYS_setuid     bits/syscall.h  d       406     #define SYS_setuid 23
-SYS_setuid32   bits/syscall.h  d       596     #define SYS_setuid32 213
-SYS_setxattr   bits/syscall.h  d       609     #define SYS_setxattr 226
-SYS_sgetmask   bits/syscall.h  d       451     #define SYS_sgetmask 68
-SYS_shutdown   bits/syscall.h  d       756     #define SYS_shutdown 373
-SYS_sigaction  bits/syscall.h  d       450     #define SYS_sigaction 67
-SYS_sigaltstack        bits/syscall.h  d       569     #define SYS_sigaltstack 186
-SYS_signal     bits/syscall.h  d       431     #define SYS_signal 48
-SYS_signalfd   bits/syscall.h  d       704     #define SYS_signalfd 321
-SYS_signalfd4  bits/syscall.h  d       710     #define SYS_signalfd4 327
-SYS_sigpending bits/syscall.h  d       456     #define SYS_sigpending 73
-SYS_sigprocmask        bits/syscall.h  d       509     #define SYS_sigprocmask 126
-SYS_sigreturn  bits/syscall.h  d       502     #define SYS_sigreturn 119
-SYS_sigsuspend bits/syscall.h  d       455     #define SYS_sigsuspend 72
-SYS_socket     bits/syscall.h  d       742     #define SYS_socket 359
-SYS_socketcall bits/syscall.h  d       485     #define SYS_socketcall 102
-SYS_socketpair bits/syscall.h  d       743     #define SYS_socketpair 360
-SYS_splice     bits/syscall.h  d       696     #define SYS_splice 313
-SYS_ssetmask   bits/syscall.h  d       452     #define SYS_ssetmask 69
-SYS_stat       bits/syscall.h  d       489     #define SYS_stat 106
-SYS_stat64     bits/syscall.h  d       578     #define SYS_stat64 195
-SYS_statfs     bits/syscall.h  d       482     #define SYS_statfs 99
-SYS_statfs64   bits/syscall.h  d       651     #define SYS_statfs64 268
-SYS_stime      bits/syscall.h  d       408     #define SYS_stime 25
-SYS_stty       bits/syscall.h  d       414     #define SYS_stty 31
-SYS_swapoff    bits/syscall.h  d       498     #define SYS_swapoff 115
-SYS_swapon     bits/syscall.h  d       470     #define SYS_swapon 87
-SYS_symlink    bits/syscall.h  d       466     #define SYS_symlink 83
-SYS_symlinkat  bits/syscall.h  d       687     #define SYS_symlinkat 304
-SYS_sync       bits/syscall.h  d       419     #define SYS_sync 36
-SYS_sync_file_range    bits/syscall.h  d       697     #define SYS_sync_file_range 314
-SYS_syncfs     bits/syscall.h  d       727     #define SYS_syncfs 344
-SYS_sysfs      bits/syscall.h  d       518     #define SYS_sysfs 135
-SYS_sysinfo    bits/syscall.h  d       499     #define SYS_sysinfo 116
-SYS_syslog     bits/syscall.h  d       486     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       698     #define SYS_tee 315
-SYS_tgkill     bits/syscall.h  d       653     #define SYS_tgkill 270
-SYS_time       bits/syscall.h  d       396     #define SYS_time 13
-SYS_timer_create       bits/syscall.h  d       642     #define SYS_timer_create 259
-SYS_timer_delete       bits/syscall.h  d       646     #define SYS_timer_delete (SYS_timer_create+4)
-SYS_timer_getoverrun   bits/syscall.h  d       645     #define SYS_timer_getoverrun (SYS_timer_create+3)
-SYS_timer_gettime      bits/syscall.h  d       644     #define SYS_timer_gettime (SYS_timer_create+2)
-SYS_timer_settime      bits/syscall.h  d       643     #define SYS_timer_settime (SYS_timer_create+1)
-SYS_timerfd_create     bits/syscall.h  d       705     #define SYS_timerfd_create 322
-SYS_timerfd_gettime    bits/syscall.h  d       709     #define SYS_timerfd_gettime 326
-SYS_timerfd_settime    bits/syscall.h  d       708     #define SYS_timerfd_settime 325
-SYS_times      bits/syscall.h  d       426     #define SYS_times 43
-SYS_tkill      bits/syscall.h  d       621     #define SYS_tkill 238
-SYS_truncate   bits/syscall.h  d       475     #define SYS_truncate 92
-SYS_truncate64 bits/syscall.h  d       576     #define SYS_truncate64 193
-SYS_ugetrlimit bits/syscall.h  d       574     #define SYS_ugetrlimit 191
-SYS_ulimit     bits/syscall.h  d       441     #define SYS_ulimit 58
-SYS_umask      bits/syscall.h  d       443     #define SYS_umask 60
-SYS_umount     bits/syscall.h  d       405     #define SYS_umount 22
-SYS_umount2    bits/syscall.h  d       435     #define SYS_umount2 52
-SYS_uname      bits/syscall.h  d       505     #define SYS_uname 122
-SYS_unlink     bits/syscall.h  d       393     #define SYS_unlink 10
-SYS_unlinkat   bits/syscall.h  d       684     #define SYS_unlinkat 301
-SYS_unshare    bits/syscall.h  d       693     #define SYS_unshare 310
-SYS_uselib     bits/syscall.h  d       469     #define SYS_uselib 86
-SYS_userfaultfd        bits/syscall.h  d       757     #define SYS_userfaultfd 374
-SYS_ustat      bits/syscall.h  d       445     #define SYS_ustat 62
-SYS_utime      bits/syscall.h  d       413     #define SYS_utime 30
-SYS_utimensat  bits/syscall.h  d       703     #define SYS_utimensat 320
-SYS_utimes     bits/syscall.h  d       654     #define SYS_utimes 271
-SYS_vfork      bits/syscall.h  d       573     #define SYS_vfork 190
-SYS_vhangup    bits/syscall.h  d       494     #define SYS_vhangup 111
-SYS_vm86       bits/syscall.h  d       549     #define SYS_vm86 166
-SYS_vm86old    bits/syscall.h  d       496     #define SYS_vm86old 113
-SYS_vmsplice   bits/syscall.h  d       699     #define SYS_vmsplice 316
-SYS_vserver    bits/syscall.h  d       656     #define SYS_vserver 273
-SYS_wait4      bits/syscall.h  d       497     #define SYS_wait4 114
-SYS_waitid     bits/syscall.h  d       667     #define SYS_waitid 284
-SYS_waitpid    bits/syscall.h  d       390     #define SYS_waitpid 7
-SYS_write      bits/syscall.h  d       387     #define SYS_write 4
-SYS_writev     bits/syscall.h  d       529     #define SYS_writev 146
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UESP   bits/reg.h      d       18      #define UESP 15
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-UPAGES bits/user.h     d       46      #define UPAGES 1
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       122     #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       1       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       392     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       13      #define __DEFINED___isoc_va_list
-__DEFINED___isoc_va_list       bits/alltypes.h d       24      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       259     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       254     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       296     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       291     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       122     #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       249     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       53      #define __DEFINED_double_t
-__DEFINED_double_t     bits/alltypes.h d       64      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       48      #define __DEFINED_float_t
-__DEFINED_float_t      bits/alltypes.h d       59      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       264     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       269     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       327     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       317     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       244     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       178     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       183     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       188     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       173     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       193     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       157     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       332     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       404     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       72      #define __DEFINED_max_align_t
-__DEFINED_max_align_t  bits/alltypes.h d       78      #define __DEFINED_max_align_t
-__DEFINED_max_align_t  bits/alltypes.h d       84      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       398     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       229     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       112     #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       234     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       239     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       312     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       102     #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       132     #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       381     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       117     #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       376     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       361     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       107     #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       371     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       356     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       127     #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       386     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       366     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       344     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       350     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       147     #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       167     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       162     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       427     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       410     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       137     #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       422     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       152     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       416     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       306     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       301     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       96      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       91      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       286     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       218     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       322     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       203     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       208     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       213     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       198     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       223     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       142     #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       337     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       19      #define __DEFINED_va_list
-__DEFINED_va_list      bits/alltypes.h d       8       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       33      #define __DEFINED_wchar_t
-__DEFINED_wchar_t      bits/alltypes.h d       39      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       280     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       275     #define __DEFINED_wint_t
-__FE_DENORM    bits/fenv.h     d       2       #define __FE_DENORM 2
-__NR__llseek   bits/syscall.h  d       141     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       143     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       150     #define __NR__sysctl 149
-__NR_accept4   bits/syscall.h  d       365     #define __NR_accept4 364
-__NR_access    bits/syscall.h  d       34      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       52      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       287     #define __NR_add_key 286
-__NR_adjtimex  bits/syscall.h  d       125     #define __NR_adjtimex 124
-__NR_afs_syscall       bits/syscall.h  d       138     #define __NR_afs_syscall 137
-__NR_alarm     bits/syscall.h  d       28      #define __NR_alarm 27
-__NR_bdflush   bits/syscall.h  d       135     #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       362     #define __NR_bind 361
-__NR_bpf       bits/syscall.h  d       358     #define __NR_bpf 357
-__NR_break     bits/syscall.h  d       18      #define __NR_break 17
-__NR_brk       bits/syscall.h  d       46      #define __NR_brk 45
-__NR_capget    bits/syscall.h  d       185     #define __NR_capget 184
-__NR_capset    bits/syscall.h  d       186     #define __NR_capset 185
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       183     #define __NR_chown 182
-__NR_chown32   bits/syscall.h  d       213     #define __NR_chown32 212
-__NR_chroot    bits/syscall.h  d       62      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       344     #define __NR_clock_adjtime 343
-__NR_clock_getres      bits/syscall.h  d       267     #define __NR_clock_getres (__NR_timer_create+7)
-__NR_clock_gettime     bits/syscall.h  d       266     #define __NR_clock_gettime (__NR_timer_create+6)
-__NR_clock_nanosleep   bits/syscall.h  d       268     #define __NR_clock_nanosleep (__NR_timer_create+8)
-__NR_clock_settime     bits/syscall.h  d       265     #define __NR_clock_settime (__NR_timer_create+5)
-__NR_clone     bits/syscall.h  d       121     #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       363     #define __NR_connect 362
-__NR_copy_file_range   bits/syscall.h  d       378     #define __NR_copy_file_range 377
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 8
-__NR_create_module     bits/syscall.h  d       128     #define __NR_create_module 127
-__NR_delete_module     bits/syscall.h  d       130     #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       42      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       64      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       331     #define __NR_dup3 330
-__NR_epoll_create      bits/syscall.h  d       255     #define __NR_epoll_create 254
-__NR_epoll_create1     bits/syscall.h  d       330     #define __NR_epoll_create1 329
-__NR_epoll_ctl bits/syscall.h  d       256     #define __NR_epoll_ctl 255
-__NR_epoll_pwait       bits/syscall.h  d       320     #define __NR_epoll_pwait 319
-__NR_epoll_wait        bits/syscall.h  d       257     #define __NR_epoll_wait 256
-__NR_eventfd   bits/syscall.h  d       324     #define __NR_eventfd 323
-__NR_eventfd2  bits/syscall.h  d       329     #define __NR_eventfd2 328
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 11
-__NR_execveat  bits/syscall.h  d       359     #define __NR_execveat 358
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       253     #define __NR_exit_group 252
-__NR_faccessat bits/syscall.h  d       308     #define __NR_faccessat 307
-__NR_fadvise64 bits/syscall.h  d       251     #define __NR_fadvise64 250
-__NR_fadvise64_64      bits/syscall.h  d       273     #define __NR_fadvise64_64 272
-__NR_fallocate bits/syscall.h  d       325     #define __NR_fallocate 324
-__NR_fanotify_init     bits/syscall.h  d       339     #define __NR_fanotify_init 338
-__NR_fanotify_mark     bits/syscall.h  d       340     #define __NR_fanotify_mark 339
-__NR_fchdir    bits/syscall.h  d       134     #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       95      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       307     #define __NR_fchmodat 306
-__NR_fchown    bits/syscall.h  d       96      #define __NR_fchown 95
-__NR_fchown32  bits/syscall.h  d       208     #define __NR_fchown32 207
-__NR_fchownat  bits/syscall.h  d       299     #define __NR_fchownat 298
-__NR_fcntl     bits/syscall.h  d       56      #define __NR_fcntl 55
-__NR_fcntl64   bits/syscall.h  d       223     #define __NR_fcntl64 221
-__NR_fdatasync bits/syscall.h  d       149     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       232     #define __NR_fgetxattr 231
-__NR_finit_module      bits/syscall.h  d       351     #define __NR_finit_module 350
-__NR_flistxattr        bits/syscall.h  d       235     #define __NR_flistxattr 234
-__NR_flock     bits/syscall.h  d       144     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       238     #define __NR_fremovexattr 237
-__NR_fsetxattr bits/syscall.h  d       229     #define __NR_fsetxattr 228
-__NR_fstat     bits/syscall.h  d       109     #define __NR_fstat 108
-__NR_fstat64   bits/syscall.h  d       198     #define __NR_fstat64 197
-__NR_fstatat64 bits/syscall.h  d       301     #define __NR_fstatat64 300
-__NR_fstatfs   bits/syscall.h  d       101     #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       270     #define __NR_fstatfs64 269
-__NR_fsync     bits/syscall.h  d       119     #define __NR_fsync 118
-__NR_ftime     bits/syscall.h  d       36      #define __NR_ftime 35
-__NR_ftruncate bits/syscall.h  d       94      #define __NR_ftruncate 93
-__NR_ftruncate64       bits/syscall.h  d       195     #define __NR_ftruncate64 194
-__NR_futex     bits/syscall.h  d       241     #define __NR_futex 240
-__NR_futimesat bits/syscall.h  d       300     #define __NR_futimesat 299
-__NR_get_kernel_syms   bits/syscall.h  d       131     #define __NR_get_kernel_syms 130
-__NR_get_mempolicy     bits/syscall.h  d       276     #define __NR_get_mempolicy 275
-__NR_get_robust_list   bits/syscall.h  d       313     #define __NR_get_robust_list 312
-__NR_get_thread_area   bits/syscall.h  d       245     #define __NR_get_thread_area 244
-__NR_getcpu    bits/syscall.h  d       319     #define __NR_getcpu 318
-__NR_getcwd    bits/syscall.h  d       184     #define __NR_getcwd 183
-__NR_getdents  bits/syscall.h  d       142     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       222     #define __NR_getdents64 220
-__NR_getegid   bits/syscall.h  d       51      #define __NR_getegid 50
-__NR_getegid32 bits/syscall.h  d       203     #define __NR_getegid32 202
-__NR_geteuid   bits/syscall.h  d       50      #define __NR_geteuid 49
-__NR_geteuid32 bits/syscall.h  d       202     #define __NR_geteuid32 201
-__NR_getgid    bits/syscall.h  d       48      #define __NR_getgid 47
-__NR_getgid32  bits/syscall.h  d       201     #define __NR_getgid32 200
-__NR_getgroups bits/syscall.h  d       81      #define __NR_getgroups 80
-__NR_getgroups32       bits/syscall.h  d       206     #define __NR_getgroups32 205
-__NR_getitimer bits/syscall.h  d       106     #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       369     #define __NR_getpeername 368
-__NR_getpgid   bits/syscall.h  d       133     #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       66      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       21      #define __NR_getpid 20
-__NR_getpmsg   bits/syscall.h  d       189     #define __NR_getpmsg 188
-__NR_getppid   bits/syscall.h  d       65      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       97      #define __NR_getpriority 96
-__NR_getrandom bits/syscall.h  d       356     #define __NR_getrandom 355
-__NR_getresgid bits/syscall.h  d       172     #define __NR_getresgid 171
-__NR_getresgid32       bits/syscall.h  d       212     #define __NR_getresgid32 211
-__NR_getresuid bits/syscall.h  d       166     #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       210     #define __NR_getresuid32 209
-__NR_getrlimit bits/syscall.h  d       77      #define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */
-__NR_getrusage bits/syscall.h  d       78      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       148     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       368     #define __NR_getsockname 367
-__NR_getsockopt        bits/syscall.h  d       366     #define __NR_getsockopt 365
-__NR_gettid    bits/syscall.h  d       225     #define __NR_gettid 224
-__NR_gettimeofday      bits/syscall.h  d       79      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       25      #define __NR_getuid 24
-__NR_getuid32  bits/syscall.h  d       200     #define __NR_getuid32 199
-__NR_getxattr  bits/syscall.h  d       230     #define __NR_getxattr 229
-__NR_gtty      bits/syscall.h  d       33      #define __NR_gtty 32
-__NR_idle      bits/syscall.h  d       113     #define __NR_idle 112
-__NR_init_module       bits/syscall.h  d       129     #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       293     #define __NR_inotify_add_watch 292
-__NR_inotify_init      bits/syscall.h  d       292     #define __NR_inotify_init 291
-__NR_inotify_init1     bits/syscall.h  d       333     #define __NR_inotify_init1 332
-__NR_inotify_rm_watch  bits/syscall.h  d       294     #define __NR_inotify_rm_watch 293
-__NR_io_cancel bits/syscall.h  d       250     #define __NR_io_cancel 249
-__NR_io_destroy        bits/syscall.h  d       247     #define __NR_io_destroy 246
-__NR_io_getevents      bits/syscall.h  d       248     #define __NR_io_getevents 247
-__NR_io_setup  bits/syscall.h  d       246     #define __NR_io_setup 245
-__NR_io_submit bits/syscall.h  d       249     #define __NR_io_submit 248
-__NR_ioctl     bits/syscall.h  d       55      #define __NR_ioctl 54
-__NR_ioperm    bits/syscall.h  d       102     #define __NR_ioperm 101
-__NR_iopl      bits/syscall.h  d       111     #define __NR_iopl 110
-__NR_ioprio_get        bits/syscall.h  d       291     #define __NR_ioprio_get 290
-__NR_ioprio_set        bits/syscall.h  d       290     #define __NR_ioprio_set 289
-__NR_ipc       bits/syscall.h  d       118     #define __NR_ipc 117
-__NR_kcmp      bits/syscall.h  d       350     #define __NR_kcmp 349
-__NR_kexec_load        bits/syscall.h  d       284     #define __NR_kexec_load 283
-__NR_keyctl    bits/syscall.h  d       289     #define __NR_keyctl 288
-__NR_kill      bits/syscall.h  d       38      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 16
-__NR_lchown32  bits/syscall.h  d       199     #define __NR_lchown32 198
-__NR_lgetxattr bits/syscall.h  d       231     #define __NR_lgetxattr 230
-__NR_link      bits/syscall.h  d       10      #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       304     #define __NR_linkat 303
-__NR_listen    bits/syscall.h  d       364     #define __NR_listen 363
-__NR_listxattr bits/syscall.h  d       233     #define __NR_listxattr 232
-__NR_llistxattr        bits/syscall.h  d       234     #define __NR_llistxattr 233
-__NR_lock      bits/syscall.h  d       54      #define __NR_lock 53
-__NR_lookup_dcookie    bits/syscall.h  d       254     #define __NR_lookup_dcookie 253
-__NR_lremovexattr      bits/syscall.h  d       237     #define __NR_lremovexattr 236
-__NR_lseek     bits/syscall.h  d       20      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       228     #define __NR_lsetxattr 227
-__NR_lstat     bits/syscall.h  d       108     #define __NR_lstat 107
-__NR_lstat64   bits/syscall.h  d       197     #define __NR_lstat64 196
-__NR_madvise   bits/syscall.h  d       220     #define __NR_madvise 219
-__NR_madvise1  bits/syscall.h  d       221     #define __NR_madvise1 219
-__NR_mbind     bits/syscall.h  d       275     #define __NR_mbind 274
-__NR_membarrier        bits/syscall.h  d       376     #define __NR_membarrier 375
-__NR_memfd_create      bits/syscall.h  d       357     #define __NR_memfd_create 356
-__NR_migrate_pages     bits/syscall.h  d       295     #define __NR_migrate_pages 294
-__NR_mincore   bits/syscall.h  d       219     #define __NR_mincore 218
-__NR_mkdir     bits/syscall.h  d       40      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       297     #define __NR_mkdirat 296
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       298     #define __NR_mknodat 297
-__NR_mlock     bits/syscall.h  d       151     #define __NR_mlock 150
-__NR_mlock2    bits/syscall.h  d       377     #define __NR_mlock2 376
-__NR_mlockall  bits/syscall.h  d       153     #define __NR_mlockall 152
-__NR_mmap      bits/syscall.h  d       91      #define __NR_mmap 90
-__NR_mmap2     bits/syscall.h  d       193     #define __NR_mmap2 192
-__NR_modify_ldt        bits/syscall.h  d       124     #define __NR_modify_ldt 123
-__NR_mount     bits/syscall.h  d       22      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       318     #define __NR_move_pages 317
-__NR_mprotect  bits/syscall.h  d       126     #define __NR_mprotect 125
-__NR_mpx       bits/syscall.h  d       57      #define __NR_mpx 56
-__NR_mq_getsetattr     bits/syscall.h  d       283     #define __NR_mq_getsetattr (__NR_mq_open+5)
-__NR_mq_notify bits/syscall.h  d       282     #define __NR_mq_notify (__NR_mq_open+4)
-__NR_mq_open   bits/syscall.h  d       278     #define __NR_mq_open 277
-__NR_mq_timedreceive   bits/syscall.h  d       281     #define __NR_mq_timedreceive (__NR_mq_open+3)
-__NR_mq_timedsend      bits/syscall.h  d       280     #define __NR_mq_timedsend (__NR_mq_open+2)
-__NR_mq_unlink bits/syscall.h  d       279     #define __NR_mq_unlink (__NR_mq_open+1)
-__NR_mremap    bits/syscall.h  d       164     #define __NR_mremap 163
-__NR_msync     bits/syscall.h  d       145     #define __NR_msync 144
-__NR_munlock   bits/syscall.h  d       152     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       154     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       92      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       342     #define __NR_name_to_handle_at 341
-__NR_nanosleep bits/syscall.h  d       163     #define __NR_nanosleep 162
-__NR_nfsservctl        bits/syscall.h  d       170     #define __NR_nfsservctl 169
-__NR_nice      bits/syscall.h  d       35      #define __NR_nice 34
-__NR_oldfstat  bits/syscall.h  d       29      #define __NR_oldfstat 28
-__NR_oldlstat  bits/syscall.h  d       85      #define __NR_oldlstat 84
-__NR_oldolduname       bits/syscall.h  d       60      #define __NR_oldolduname 59
-__NR_oldstat   bits/syscall.h  d       19      #define __NR_oldstat 18
-__NR_olduname  bits/syscall.h  d       110     #define __NR_olduname 109
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       343     #define __NR_open_by_handle_at 342
-__NR_openat    bits/syscall.h  d       296     #define __NR_openat 295
-__NR_pause     bits/syscall.h  d       30      #define __NR_pause 29
-__NR_perf_event_open   bits/syscall.h  d       337     #define __NR_perf_event_open 336
-__NR_personality       bits/syscall.h  d       137     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       43      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       332     #define __NR_pipe2 331
-__NR_pivot_root        bits/syscall.h  d       218     #define __NR_pivot_root 217
-__NR_poll      bits/syscall.h  d       169     #define __NR_poll 168
-__NR_ppoll     bits/syscall.h  d       310     #define __NR_ppoll 309
-__NR_prctl     bits/syscall.h  d       173     #define __NR_prctl 172
-__NR_pread64   bits/syscall.h  d       181     #define __NR_pread64 180
-__NR_preadv    bits/syscall.h  d       334     #define __NR_preadv 333
-__NR_prlimit64 bits/syscall.h  d       341     #define __NR_prlimit64 340
-__NR_process_vm_readv  bits/syscall.h  d       348     #define __NR_process_vm_readv 347
-__NR_process_vm_writev bits/syscall.h  d       349     #define __NR_process_vm_writev 348
-__NR_prof      bits/syscall.h  d       45      #define __NR_prof 44
-__NR_profil    bits/syscall.h  d       99      #define __NR_profil 98
-__NR_pselect6  bits/syscall.h  d       309     #define __NR_pselect6 308
-__NR_ptrace    bits/syscall.h  d       27      #define __NR_ptrace 26
-__NR_putpmsg   bits/syscall.h  d       190     #define __NR_putpmsg 189
-__NR_pwrite64  bits/syscall.h  d       182     #define __NR_pwrite64 181
-__NR_pwritev   bits/syscall.h  d       335     #define __NR_pwritev 334
-__NR_query_module      bits/syscall.h  d       168     #define __NR_query_module 167
-__NR_quotactl  bits/syscall.h  d       132     #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       226     #define __NR_readahead 225
-__NR_readdir   bits/syscall.h  d       90      #define __NR_readdir 89
-__NR_readlink  bits/syscall.h  d       86      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       306     #define __NR_readlinkat 305
-__NR_readv     bits/syscall.h  d       146     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       89      #define __NR_reboot 88
-__NR_recvfrom  bits/syscall.h  d       372     #define __NR_recvfrom 371
-__NR_recvmmsg  bits/syscall.h  d       338     #define __NR_recvmmsg 337
-__NR_recvmsg   bits/syscall.h  d       373     #define __NR_recvmsg 372
-__NR_remap_file_pages  bits/syscall.h  d       258     #define __NR_remap_file_pages 257
-__NR_removexattr       bits/syscall.h  d       236     #define __NR_removexattr 235
-__NR_rename    bits/syscall.h  d       39      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       303     #define __NR_renameat 302
-__NR_renameat2 bits/syscall.h  d       354     #define __NR_renameat2 353
-__NR_request_key       bits/syscall.h  d       288     #define __NR_request_key 287
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       41      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       175     #define __NR_rt_sigaction 174
-__NR_rt_sigpending     bits/syscall.h  d       177     #define __NR_rt_sigpending 176
-__NR_rt_sigprocmask    bits/syscall.h  d       176     #define __NR_rt_sigprocmask 175
-__NR_rt_sigqueueinfo   bits/syscall.h  d       179     #define __NR_rt_sigqueueinfo 178
-__NR_rt_sigreturn      bits/syscall.h  d       174     #define __NR_rt_sigreturn 173
-__NR_rt_sigsuspend     bits/syscall.h  d       180     #define __NR_rt_sigsuspend 179
-__NR_rt_sigtimedwait   bits/syscall.h  d       178     #define __NR_rt_sigtimedwait 177
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       336     #define __NR_rt_tgsigqueueinfo 335
-__NR_sched_get_priority_max    bits/syscall.h  d       160     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       161     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       243     #define __NR_sched_getaffinity 242
-__NR_sched_getattr     bits/syscall.h  d       353     #define __NR_sched_getattr 352
-__NR_sched_getparam    bits/syscall.h  d       156     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       158     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       162     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       242     #define __NR_sched_setaffinity 241
-__NR_sched_setattr     bits/syscall.h  d       352     #define __NR_sched_setattr 351
-__NR_sched_setparam    bits/syscall.h  d       155     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       157     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       159     #define __NR_sched_yield 158
-__NR_seccomp   bits/syscall.h  d       355     #define __NR_seccomp 354
-__NR_select    bits/syscall.h  d       83      #define __NR_select 82
-__NR_sendfile  bits/syscall.h  d       188     #define __NR_sendfile 187
-__NR_sendfile64        bits/syscall.h  d       240     #define __NR_sendfile64 239
-__NR_sendmmsg  bits/syscall.h  d       346     #define __NR_sendmmsg 345
-__NR_sendmsg   bits/syscall.h  d       371     #define __NR_sendmsg 370
-__NR_sendto    bits/syscall.h  d       370     #define __NR_sendto 369
-__NR_set_mempolicy     bits/syscall.h  d       277     #define __NR_set_mempolicy 276
-__NR_set_robust_list   bits/syscall.h  d       312     #define __NR_set_robust_list 311
-__NR_set_thread_area   bits/syscall.h  d       244     #define __NR_set_thread_area 243
-__NR_set_tid_address   bits/syscall.h  d       259     #define __NR_set_tid_address 258
-__NR_setdomainname     bits/syscall.h  d       122     #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       140     #define __NR_setfsgid 139
-__NR_setfsgid32        bits/syscall.h  d       217     #define __NR_setfsgid32 216
-__NR_setfsuid  bits/syscall.h  d       139     #define __NR_setfsuid 138
-__NR_setfsuid32        bits/syscall.h  d       216     #define __NR_setfsuid32 215
-__NR_setgid    bits/syscall.h  d       47      #define __NR_setgid 46
-__NR_setgid32  bits/syscall.h  d       215     #define __NR_setgid32 214
-__NR_setgroups bits/syscall.h  d       82      #define __NR_setgroups 81
-__NR_setgroups32       bits/syscall.h  d       207     #define __NR_setgroups32 206
-__NR_sethostname       bits/syscall.h  d       75      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       105     #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       347     #define __NR_setns 346
-__NR_setpgid   bits/syscall.h  d       58      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       98      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       72      #define __NR_setregid 71
-__NR_setregid32        bits/syscall.h  d       205     #define __NR_setregid32 204
-__NR_setresgid bits/syscall.h  d       171     #define __NR_setresgid 170
-__NR_setresgid32       bits/syscall.h  d       211     #define __NR_setresgid32 210
-__NR_setresuid bits/syscall.h  d       165     #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       209     #define __NR_setresuid32 208
-__NR_setreuid  bits/syscall.h  d       71      #define __NR_setreuid 70
-__NR_setreuid32        bits/syscall.h  d       204     #define __NR_setreuid32 203
-__NR_setrlimit bits/syscall.h  d       76      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       67      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       367     #define __NR_setsockopt 366
-__NR_settimeofday      bits/syscall.h  d       80      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       24      #define __NR_setuid 23
-__NR_setuid32  bits/syscall.h  d       214     #define __NR_setuid32 213
-__NR_setxattr  bits/syscall.h  d       227     #define __NR_setxattr 226
-__NR_sgetmask  bits/syscall.h  d       69      #define __NR_sgetmask 68
-__NR_shutdown  bits/syscall.h  d       374     #define __NR_shutdown 373
-__NR_sigaction bits/syscall.h  d       68      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       187     #define __NR_sigaltstack 186
-__NR_signal    bits/syscall.h  d       49      #define __NR_signal 48
-__NR_signalfd  bits/syscall.h  d       322     #define __NR_signalfd 321
-__NR_signalfd4 bits/syscall.h  d       328     #define __NR_signalfd4 327
-__NR_sigpending        bits/syscall.h  d       74      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       127     #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       120     #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       73      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       360     #define __NR_socket 359
-__NR_socketcall        bits/syscall.h  d       103     #define __NR_socketcall 102
-__NR_socketpair        bits/syscall.h  d       361     #define __NR_socketpair 360
-__NR_splice    bits/syscall.h  d       314     #define __NR_splice 313
-__NR_ssetmask  bits/syscall.h  d       70      #define __NR_ssetmask 69
-__NR_stat      bits/syscall.h  d       107     #define __NR_stat 106
-__NR_stat64    bits/syscall.h  d       196     #define __NR_stat64 195
-__NR_statfs    bits/syscall.h  d       100     #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       269     #define __NR_statfs64 268
-__NR_stime     bits/syscall.h  d       26      #define __NR_stime 25
-__NR_stty      bits/syscall.h  d       32      #define __NR_stty 31
-__NR_swapoff   bits/syscall.h  d       116     #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       88      #define __NR_swapon 87
-__NR_symlink   bits/syscall.h  d       84      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       305     #define __NR_symlinkat 304
-__NR_sync      bits/syscall.h  d       37      #define __NR_sync 36
-__NR_sync_file_range   bits/syscall.h  d       315     #define __NR_sync_file_range 314
-__NR_syncfs    bits/syscall.h  d       345     #define __NR_syncfs 344
-__NR_sysfs     bits/syscall.h  d       136     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       117     #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       316     #define __NR_tee 315
-__NR_tgkill    bits/syscall.h  d       271     #define __NR_tgkill 270
-__NR_time      bits/syscall.h  d       14      #define __NR_time 13
-__NR_timer_create      bits/syscall.h  d       260     #define __NR_timer_create 259
-__NR_timer_delete      bits/syscall.h  d       264     #define __NR_timer_delete (__NR_timer_create+4)
-__NR_timer_getoverrun  bits/syscall.h  d       263     #define __NR_timer_getoverrun (__NR_timer_create+3)
-__NR_timer_gettime     bits/syscall.h  d       262     #define __NR_timer_gettime (__NR_timer_create+2)
-__NR_timer_settime     bits/syscall.h  d       261     #define __NR_timer_settime (__NR_timer_create+1)
-__NR_timerfd_create    bits/syscall.h  d       323     #define __NR_timerfd_create 322
-__NR_timerfd_gettime   bits/syscall.h  d       327     #define __NR_timerfd_gettime 326
-__NR_timerfd_settime   bits/syscall.h  d       326     #define __NR_timerfd_settime 325
-__NR_times     bits/syscall.h  d       44      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       239     #define __NR_tkill 238
-__NR_truncate  bits/syscall.h  d       93      #define __NR_truncate 92
-__NR_truncate64        bits/syscall.h  d       194     #define __NR_truncate64 193
-__NR_ugetrlimit        bits/syscall.h  d       192     #define __NR_ugetrlimit 191
-__NR_ulimit    bits/syscall.h  d       59      #define __NR_ulimit 58
-__NR_umask     bits/syscall.h  d       61      #define __NR_umask 60
-__NR_umount    bits/syscall.h  d       23      #define __NR_umount 22
-__NR_umount2   bits/syscall.h  d       53      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       123     #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       302     #define __NR_unlinkat 301
-__NR_unshare   bits/syscall.h  d       311     #define __NR_unshare 310
-__NR_uselib    bits/syscall.h  d       87      #define __NR_uselib 86
-__NR_userfaultfd       bits/syscall.h  d       375     #define __NR_userfaultfd 374
-__NR_ustat     bits/syscall.h  d       63      #define __NR_ustat 62
-__NR_utime     bits/syscall.h  d       31      #define __NR_utime 30
-__NR_utimensat bits/syscall.h  d       321     #define __NR_utimensat 320
-__NR_utimes    bits/syscall.h  d       272     #define __NR_utimes 271
-__NR_vfork     bits/syscall.h  d       191     #define __NR_vfork 190
-__NR_vhangup   bits/syscall.h  d       112     #define __NR_vhangup 111
-__NR_vm86      bits/syscall.h  d       167     #define __NR_vm86 166
-__NR_vm86old   bits/syscall.h  d       114     #define __NR_vm86old 113
-__NR_vmsplice  bits/syscall.h  d       317     #define __NR_vmsplice 316
-__NR_vserver   bits/syscall.h  d       274     #define __NR_vserver 273
-__NR_wait4     bits/syscall.h  d       115     #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       285     #define __NR_waitid 284
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 7
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       147     #define __NR_writev 146
-__VA_ALIGNED_SIZE      bits/stdarg.h   d       1       #define __VA_ALIGNED_SIZE(x) ((sizeof(x) + sizeof(int) - 1) & ~(sizeof(int) - 1))
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__WORDSIZE     bits/user.h     d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       12      typedef __builtin_va_list __isoc_va_list;
-__isoc_va_list bits/alltypes.h t       23      typedef struct __va_list * __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[6];
-blkcnt_t       bits/alltypes.h t       258     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       253     typedef long blksize_t;
-clock_t        bits/alltypes.h t       295     typedef long clock_t;
-clockid_t      bits/alltypes.h t       290     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       121     typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       248     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       52      typedef double double_t;
-double_t       bits/alltypes.h t       63      typedef long double double_t;
-elf_fpregset_t bits/user.h     t       7       } elf_fpregset_t;
-elf_fpxregset_t        bits/user.h     t       14      } elf_fpxregset_t;
-elf_greg_t     bits/user.h     t       23      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       23      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       31      } fenv_t;
-fexcept_t      bits/fenv.h     t       15      typedef unsigned short fexcept_t;
-float_t        bits/alltypes.h t       47      typedef float float_t;
-float_t        bits/alltypes.h t       58      typedef long double float_t;
-fpregset_t     bits/signal.h   t       39      } *fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       263     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       268     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       326     typedef unsigned gid_t;
-greg_t bits/signal.h   t       32      typedef int greg_t, gregset_t[19];
-gregset_t      bits/signal.h   t       32      typedef int greg_t, gregset_t[19];
-id_t   bits/alltypes.h t       316     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       243     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       177     typedef short int16_t;
-int32_t        bits/alltypes.h t       182     typedef int int32_t;
-int64_t        bits/alltypes.h t       187     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       172     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       192     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       156     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       331     typedef int key_t;
-locale_t       bits/alltypes.h t       403     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       71      typedef struct { _Alignas(8) long long __ll; long double __ld; } max_align_t;
-max_align_t    bits/alltypes.h t       77      typedef struct { __attribute__((__aligned__(8))) long long __ll; long double __ld; } max_align_t;
-max_align_t    bits/alltypes.h t       83      typedef struct { alignas(8) long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       397     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       54      } mcontext_t;
-mcontext_t     bits/signal.h   t       58      } mcontext_t;
-mode_t bits/alltypes.h t       228     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       111     typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       233     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       238     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       311     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       101     typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       131     typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       380     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       116     typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       375     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       360     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       106     typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       370     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       355     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       126     typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       385     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       365     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       343     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       349     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       146     typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       166     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       161     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       426     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       409     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       136     typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       421     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       151     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       397     
-struct __sigset_t      bits/alltypes.h s       409     
-struct __ucontext      bits/signal.h   s       67      
-struct _fpstate        bits/signal.h   s       33      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       415     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       20      
-struct sigaltstack     bits/signal.h   s       61      
-struct sigcontext      bits/signal.h   s       40      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       305     
-struct timeval bits/alltypes.h s       300     
-struct user    bits/user.h     s       25      
-struct user_fpregs_struct      bits/user.h     s       4       
-struct user_fpxregs_struct     bits/user.h     s       9       
-struct user_regs_struct        bits/user.h     s       16      
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       95      typedef long suseconds_t;
-time_t bits/alltypes.h t       90      typedef long time_t;
-timer_t        bits/alltypes.h t       285     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       217     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       74      } ucontext_t;
-uid_t  bits/alltypes.h t       321     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       202     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       207     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       212     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       197     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       222     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       141     typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       336     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       7       #define va_arg(ap, type) ( ((ap) = (va_list)((char *)(ap) + __VA_ALIGNED_SIZE(type))), *(type *)(void *)((char *)(ap) - __VA_ALIGNED_SIZE(type)) )
-va_copy        bits/stdarg.h   d       5       #define va_copy(dest, src) ((dest) = (src))
-va_end bits/stdarg.h   d       4       #define va_end(ap) ((void)0)
-va_list        bits/alltypes.h t       18      typedef struct __va_list * va_list;
-va_list        bits/alltypes.h t       7       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       3       #define va_start(ap, last) ((ap) = (void *)(((char *)&(last)) + __VA_ALIGNED_SIZE(last)))
-wchar_t        bits/alltypes.h t       32      typedef __WCHAR_TYPE__ wchar_t;
-wchar_t        bits/alltypes.h t       38      typedef long wchar_t;
-wctype_t       bits/alltypes.h t       279     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       274     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS     bits/reg.h      d       #define CS 13
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 21
+DS     bits/reg.h      d       #define DS 7
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EAX    bits/reg.h      d       #define EAX 6
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBP    bits/reg.h      d       #define EBP 5
+EBUSY  bits/errno.h    d       #define EBUSY 16
+EBX    bits/reg.h      d       #define EBX 0
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+ECX    bits/reg.h      d       #define ECX 1
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDI    bits/reg.h      d       #define EDI 4
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EDX    bits/reg.h      d       #define EDX 2
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EFL    bits/reg.h      d       #define EFL 14
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EIP    bits/reg.h      d       #define EIP 12
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 17
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ES     bits/reg.h      d       #define ES 8
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESI    bits/reg.h      d       #define ESI 3
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 4
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 0x400
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 32
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 1
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 8
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 0xc00
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 16
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 0x800
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 2
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+FS     bits/reg.h      d       #define FS 9
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+GS     bits/reg.h      d       #define GS 10
+HOST_STACK_END_ADDR    bits/user.h     d       #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
+HOST_TEXT_START_ADDR   bits/user.h     d       #define HOST_TEXT_START_ADDR (u.start_code)
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 18
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.0842021724855044340e-19L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 64
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.1897314953572317650e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.3621031431120935063e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+ORIG_EAX       bits/reg.h      d       #define ORIG_EAX 11
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0100000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+REG_CS bits/signal.h   d       #define REG_CS 15
+REG_DS bits/signal.h   d       #define REG_DS 3
+REG_EAX        bits/signal.h   d       #define REG_EAX 11
+REG_EBP        bits/signal.h   d       #define REG_EBP 6
+REG_EBX        bits/signal.h   d       #define REG_EBX 8
+REG_ECX        bits/signal.h   d       #define REG_ECX 10
+REG_EDI        bits/signal.h   d       #define REG_EDI 4
+REG_EDX        bits/signal.h   d       #define REG_EDX 9
+REG_EFL        bits/signal.h   d       #define REG_EFL 16
+REG_EIP        bits/signal.h   d       #define REG_EIP 14
+REG_ERR        bits/signal.h   d       #define REG_ERR 13
+REG_ES bits/signal.h   d       #define REG_ES 2
+REG_ESI        bits/signal.h   d       #define REG_ESI 5
+REG_ESP        bits/signal.h   d       #define REG_ESP 7
+REG_FS bits/signal.h   d       #define REG_FS 1
+REG_GS bits/signal.h   d       #define REG_GS 0
+REG_SS bits/signal.h   d       #define REG_SS 18
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 12
+REG_UESP       bits/signal.h   d       #define REG_UESP 17
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SS     bits/reg.h      d       #define SS 16
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 364
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 286
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 137
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 27
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 361
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 357
+SYS_break      bits/syscall.h  d       #define SYS_break 17
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_capget     bits/syscall.h  d       #define SYS_capget 184
+SYS_capset     bits/syscall.h  d       #define SYS_capset 185
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 182
+SYS_chown32    bits/syscall.h  d       #define SYS_chown32 212
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 343
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres (SYS_timer_create+7)
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime (SYS_timer_create+6)
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep (SYS_timer_create+8)
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime (SYS_timer_create+5)
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 362
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 330
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 254
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 329
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 255
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 319
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 256
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 323
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 328
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 358
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 252
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 307
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 250
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 272
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 324
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 338
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 339
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 306
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchown32   bits/syscall.h  d       #define SYS_fchown32 207
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 298
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 221
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 231
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 350
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 234
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 237
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 228
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 300
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 269
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftime      bits/syscall.h  d       #define SYS_ftime 35
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
+SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 130
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 275
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 312
+SYS_get_thread_area    bits/syscall.h  d       #define SYS_get_thread_area 244
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 318
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 183
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 220
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_getegid32  bits/syscall.h  d       #define SYS_getegid32 202
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_geteuid32  bits/syscall.h  d       #define SYS_geteuid32 201
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgid32   bits/syscall.h  d       #define SYS_getgid32 200
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getgroups32        bits/syscall.h  d       #define SYS_getgroups32 205
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 368
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 188
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 355
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 171
+SYS_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 211
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 209
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 76 /* Back compatible 2Gig limited rlimit */
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 367
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 365
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 224
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getuid32   bits/syscall.h  d       #define SYS_getuid32 199
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 229
+SYS_gtty       bits/syscall.h  d       #define SYS_gtty 32
+SYS_idle       bits/syscall.h  d       #define SYS_idle 112
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 292
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 291
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 332
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 293
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 101
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 110
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 290
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 289
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 349
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 283
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 288
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lchown32   bits/syscall.h  d       #define SYS_lchown32 198
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 230
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 303
+SYS_listen     bits/syscall.h  d       #define SYS_listen 363
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 232
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 233
+SYS_lock       bits/syscall.h  d       #define SYS_lock 53
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 253
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 236
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 227
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 219
+SYS_madvise1   bits/syscall.h  d       #define SYS_madvise1 219
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 274
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 375
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 356
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 294
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 218
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 296
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 297
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 376
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 90
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 192
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 123
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 317
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mpx        bits/syscall.h  d       #define SYS_mpx 56
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr (SYS_mq_open+5)
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify (SYS_mq_open+4)
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive (SYS_mq_open+3)
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend (SYS_mq_open+2)
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink (SYS_mq_open+1)
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 341
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 169
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_oldfstat   bits/syscall.h  d       #define SYS_oldfstat 28
+SYS_oldlstat   bits/syscall.h  d       #define SYS_oldlstat 84
+SYS_oldolduname        bits/syscall.h  d       #define SYS_oldolduname 59
+SYS_oldstat    bits/syscall.h  d       #define SYS_oldstat 18
+SYS_olduname   bits/syscall.h  d       #define SYS_olduname 109
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 342
+SYS_openat     bits/syscall.h  d       #define SYS_openat 295
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 336
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 331
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
+SYS_poll       bits/syscall.h  d       #define SYS_poll 168
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 333
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 340
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 347
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 348
+SYS_prof       bits/syscall.h  d       #define SYS_prof 44
+SYS_profil     bits/syscall.h  d       #define SYS_profil 98
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 308
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 189
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 334
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 167
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 225
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 89
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 305
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 371
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 337
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 372
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 302
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 353
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 287
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 335
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 242
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 352
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 351
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 354
+SYS_select     bits/syscall.h  d       #define SYS_select 82
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 345
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 370
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 369
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 276
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 311
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 243
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 258
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsgid32 bits/syscall.h  d       #define SYS_setfsgid32 216
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setfsuid32 bits/syscall.h  d       #define SYS_setfsuid32 215
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgid32   bits/syscall.h  d       #define SYS_setgid32 214
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_setgroups32        bits/syscall.h  d       #define SYS_setgroups32 206
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 346
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setregid32 bits/syscall.h  d       #define SYS_setregid32 204
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 170
+SYS_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 210
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 208
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setreuid32 bits/syscall.h  d       #define SYS_setreuid32 203
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 366
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 373
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
+SYS_signal     bits/syscall.h  d       #define SYS_signal 48
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 321
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 327
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 359
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 360
+SYS_splice     bits/syscall.h  d       #define SYS_splice 313
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 69
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_stime      bits/syscall.h  d       #define SYS_stime 25
+SYS_stty       bits/syscall.h  d       #define SYS_stty 31
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 304
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 314
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 344
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 315
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 270
+SYS_time       bits/syscall.h  d       #define SYS_time 13
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 259
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete (SYS_timer_create+4)
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun (SYS_timer_create+3)
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime (SYS_timer_create+2)
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime (SYS_timer_create+1)
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 322
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 326
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 325
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 193
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 191
+SYS_ulimit     bits/syscall.h  d       #define SYS_ulimit 58
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount     bits/syscall.h  d       #define SYS_umount 22
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 301
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 310
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 374
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utime      bits/syscall.h  d       #define SYS_utime 30
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 320
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vm86       bits/syscall.h  d       #define SYS_vm86 166
+SYS_vm86old    bits/syscall.h  d       #define SYS_vm86old 113
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 316
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 273
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 284
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 7
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UESP   bits/reg.h      d       #define UESP 15
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+UPAGES bits/user.h     d       #define UPAGES 1
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__FE_DENORM    bits/fenv.h     d       #define __FE_DENORM 2
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 364
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 286
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 137
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 27
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 361
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 357
+__NR_break     bits/syscall.h  d       #define __NR_break 17
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_capget    bits/syscall.h  d       #define __NR_capget 184
+__NR_capset    bits/syscall.h  d       #define __NR_capset 185
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 182
+__NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 343
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres (__NR_timer_create+7)
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime (__NR_timer_create+6)
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep (__NR_timer_create+8)
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime (__NR_timer_create+5)
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 362
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 330
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 254
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 329
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 255
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 319
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 256
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 323
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 328
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 358
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 252
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 307
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 250
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 272
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 324
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 338
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 339
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 306
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchown32  bits/syscall.h  d       #define __NR_fchown32 207
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 298
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 221
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 231
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 350
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 234
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 237
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 228
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 300
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 269
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftime     bits/syscall.h  d       #define __NR_ftime 35
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
+__NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 130
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 275
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 312
+__NR_get_thread_area   bits/syscall.h  d       #define __NR_get_thread_area 244
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 318
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 183
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 220
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_getegid32 bits/syscall.h  d       #define __NR_getegid32 202
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_geteuid32 bits/syscall.h  d       #define __NR_geteuid32 201
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgid32  bits/syscall.h  d       #define __NR_getgid32 200
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getgroups32       bits/syscall.h  d       #define __NR_getgroups32 205
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 368
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 188
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 355
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 171
+__NR_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 211
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 209
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 367
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 365
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 224
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getuid32  bits/syscall.h  d       #define __NR_getuid32 199
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 229
+__NR_gtty      bits/syscall.h  d       #define __NR_gtty 32
+__NR_idle      bits/syscall.h  d       #define __NR_idle 112
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 292
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 291
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 332
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 293
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 101
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 110
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 290
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 289
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 349
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 283
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 288
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lchown32  bits/syscall.h  d       #define __NR_lchown32 198
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 230
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 303
+__NR_listen    bits/syscall.h  d       #define __NR_listen 363
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 232
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 233
+__NR_lock      bits/syscall.h  d       #define __NR_lock 53
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 253
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 236
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 227
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 219
+__NR_madvise1  bits/syscall.h  d       #define __NR_madvise1 219
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 274
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 375
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 356
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 294
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 218
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 296
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 297
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 376
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 90
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 192
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 123
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 317
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mpx       bits/syscall.h  d       #define __NR_mpx 56
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr (__NR_mq_open+5)
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify (__NR_mq_open+4)
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive (__NR_mq_open+3)
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend (__NR_mq_open+2)
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink (__NR_mq_open+1)
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 341
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 169
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_oldfstat  bits/syscall.h  d       #define __NR_oldfstat 28
+__NR_oldlstat  bits/syscall.h  d       #define __NR_oldlstat 84
+__NR_oldolduname       bits/syscall.h  d       #define __NR_oldolduname 59
+__NR_oldstat   bits/syscall.h  d       #define __NR_oldstat 18
+__NR_olduname  bits/syscall.h  d       #define __NR_olduname 109
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 342
+__NR_openat    bits/syscall.h  d       #define __NR_openat 295
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 336
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 331
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
+__NR_poll      bits/syscall.h  d       #define __NR_poll 168
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 333
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 340
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 347
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 348
+__NR_prof      bits/syscall.h  d       #define __NR_prof 44
+__NR_profil    bits/syscall.h  d       #define __NR_profil 98
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 308
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 189
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 334
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 167
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 225
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 89
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 305
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 371
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 337
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 372
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 302
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 353
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 287
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 335
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 242
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 352
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 351
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 354
+__NR_select    bits/syscall.h  d       #define __NR_select 82
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 345
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 370
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 369
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 276
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 311
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 243
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 258
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsgid32        bits/syscall.h  d       #define __NR_setfsgid32 216
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setfsuid32        bits/syscall.h  d       #define __NR_setfsuid32 215
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgid32  bits/syscall.h  d       #define __NR_setgid32 214
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_setgroups32       bits/syscall.h  d       #define __NR_setgroups32 206
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 346
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setregid32        bits/syscall.h  d       #define __NR_setregid32 204
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 170
+__NR_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 210
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 208
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setreuid32        bits/syscall.h  d       #define __NR_setreuid32 203
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 366
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 373
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
+__NR_signal    bits/syscall.h  d       #define __NR_signal 48
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 321
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 327
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 359
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 360
+__NR_splice    bits/syscall.h  d       #define __NR_splice 313
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 69
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_stime     bits/syscall.h  d       #define __NR_stime 25
+__NR_stty      bits/syscall.h  d       #define __NR_stty 31
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 304
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 314
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 344
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 315
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 270
+__NR_time      bits/syscall.h  d       #define __NR_time 13
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 259
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete (__NR_timer_create+4)
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun (__NR_timer_create+3)
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime (__NR_timer_create+2)
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime (__NR_timer_create+1)
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 326
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 325
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 193
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 191
+__NR_ulimit    bits/syscall.h  d       #define __NR_ulimit 58
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount    bits/syscall.h  d       #define __NR_umount 22
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 301
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 310
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 374
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utime     bits/syscall.h  d       #define __NR_utime 30
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 320
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vm86      bits/syscall.h  d       #define __NR_vm86 166
+__NR_vm86old   bits/syscall.h  d       #define __NR_vm86old 113
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 316
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 273
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 284
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 7
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__VA_ALIGNED_SIZE      bits/stdarg.h   d       #define __VA_ALIGNED_SIZE(x) ((sizeof(x) + sizeof(int) - 1) & ~(sizeof(int) - 1))
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__WORDSIZE     bits/user.h     d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__isoc_va_list bits/alltypes.h t       typedef struct __va_list * __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[6];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+double_t       bits/alltypes.h t       typedef long double double_t;
+elf_fpregset_t bits/user.h     t       } elf_fpregset_t;
+elf_fpxregset_t        bits/user.h     t       } elf_fpxregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+float_t        bits/alltypes.h t       typedef long double float_t;
+fpregset_t     bits/signal.h   t       } *fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef int greg_t, gregset_t[19];
+gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[19];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { _Alignas(8) long long __ll; long double __ld; } max_align_t;
+max_align_t    bits/alltypes.h t       typedef struct { __attribute__((__aligned__(8))) long long __ll; long double __ld; } max_align_t;
+max_align_t    bits/alltypes.h t       typedef struct { alignas(8) long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct _fpstate        bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct user_fpregs_struct      bits/user.h     s       
+struct user_fpxregs_struct     bits/user.h     s       
+struct user_regs_struct        bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(ap, type) ( ((ap) = (va_list)((char *)(ap) + __VA_ALIGNED_SIZE(type))), *(type *)(void *)((char *)(ap) - __VA_ALIGNED_SIZE(type)) )
+va_copy        bits/stdarg.h   d       #define va_copy(dest, src) ((dest) = (src))
+va_end bits/stdarg.h   d       #define va_end(ap) ((void)0)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_list        bits/alltypes.h t       typedef struct __va_list * va_list;
+va_start       bits/stdarg.h   d       #define va_start(ap, last) ((ap) = (void *)(((char *)&(last)) + __VA_ALIGNED_SIZE(last)))
+wchar_t        bits/alltypes.h t       typedef __WCHAR_TYPE__ wchar_t;
+wchar_t        bits/alltypes.h t       typedef long wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index 982948b..3cb6658 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       1       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       10      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_TONEAREST   bits/fenv.h     d       2       #define FE_TONEAREST 0
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffL
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0100000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-SA_NOCLDSTOP   bits/signal.h   d       43      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       44      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       48      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       46      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       49      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       47      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       50      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       45      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       59      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       68      #define SIGALRM 14
-SIGBUS bits/signal.h   d       61      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       71      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       72      #define SIGCONT 18
-SIGFPE bits/signal.h   d       62      #define SIGFPE 8
-SIGHUP bits/signal.h   d       54      #define SIGHUP 1
-SIGILL bits/signal.h   d       57      #define SIGILL 4
-SIGINT bits/signal.h   d       55      #define SIGINT 2
-SIGIO  bits/signal.h   d       83      #define SIGIO 29
-SIGIOT bits/signal.h   d       60      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       63      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       67      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       84      #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       81      #define SIGPROF 27
-SIGPWR bits/signal.h   d       85      #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       56      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       65      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       70      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       73      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       86      #define SIGSYS 31
-SIGTERM        bits/signal.h   d       69      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       58      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       74      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       75      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       76      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       87      #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       77      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       64      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       66      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       80      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       82      #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       78      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       79      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SYS_SYSCALL_BASE       bits/syscall.h  d       389     #define SYS_SYSCALL_BASE 0
-SYS__llseek    bits/syscall.h  d       530     #define SYS__llseek 140
-SYS__newselect bits/syscall.h  d       532     #define SYS__newselect 142
-SYS__sysctl    bits/syscall.h  d       539     #define SYS__sysctl 149
-SYS_accept     bits/syscall.h  d       735     #define SYS_accept 349
-SYS_accept4    bits/syscall.h  d       748     #define SYS_accept4 362
-SYS_access     bits/syscall.h  d       423     #define SYS_access 33
-SYS_acct       bits/syscall.h  d       441     #define SYS_acct 51
-SYS_add_key    bits/syscall.h  d       672     #define SYS_add_key 286
-SYS_adjtimex   bits/syscall.h  d       514     #define SYS_adjtimex 124
-SYS_afs_syscall        bits/syscall.h  d       527     #define SYS_afs_syscall 137
-SYS_alarm      bits/syscall.h  d       417     #define SYS_alarm 27
-SYS_bdflush    bits/syscall.h  d       524     #define SYS_bdflush 134
-SYS_bind       bits/syscall.h  d       733     #define SYS_bind 347
-SYS_bpf        bits/syscall.h  d       773     #define SYS_bpf 387
-SYS_break      bits/syscall.h  d       407     #define SYS_break 17
-SYS_brk        bits/syscall.h  d       435     #define SYS_brk 45
-SYS_capget     bits/syscall.h  d       574     #define SYS_capget 184
-SYS_capset     bits/syscall.h  d       575     #define SYS_capset 185
-SYS_chdir      bits/syscall.h  d       402     #define SYS_chdir 12
-SYS_chmod      bits/syscall.h  d       405     #define SYS_chmod 15
-SYS_chown      bits/syscall.h  d       572     #define SYS_chown 182
-SYS_chown32    bits/syscall.h  d       602     #define SYS_chown32 212
-SYS_chroot     bits/syscall.h  d       451     #define SYS_chroot 61
-SYS_clock_adjtime      bits/syscall.h  d       759     #define SYS_clock_adjtime 373
-SYS_clock_getres       bits/syscall.h  d       653     #define SYS_clock_getres 266
-SYS_clock_gettime      bits/syscall.h  d       652     #define SYS_clock_gettime 265
-SYS_clock_nanosleep    bits/syscall.h  d       654     #define SYS_clock_nanosleep 267
-SYS_clock_settime      bits/syscall.h  d       651     #define SYS_clock_settime 264
-SYS_clone      bits/syscall.h  d       510     #define SYS_clone 120
-SYS_close      bits/syscall.h  d       396     #define SYS_close 6
-SYS_connect    bits/syscall.h  d       736     #define SYS_connect 350
-SYS_creat      bits/syscall.h  d       398     #define SYS_creat 8
-SYS_create_module      bits/syscall.h  d       517     #define SYS_create_module 127
-SYS_delete_module      bits/syscall.h  d       519     #define SYS_delete_module 129
-SYS_dup        bits/syscall.h  d       431     #define SYS_dup 41
-SYS_dup2       bits/syscall.h  d       453     #define SYS_dup2 63
-SYS_dup3       bits/syscall.h  d       728     #define SYS_dup3 342
-SYS_epoll_create       bits/syscall.h  d       641     #define SYS_epoll_create 254
-SYS_epoll_create1      bits/syscall.h  d       727     #define SYS_epoll_create1 341
-SYS_epoll_ctl  bits/syscall.h  d       642     #define SYS_epoll_ctl 255
-SYS_epoll_pwait        bits/syscall.h  d       705     #define SYS_epoll_pwait 319
-SYS_epoll_wait bits/syscall.h  d       643     #define SYS_epoll_wait 256
-SYS_eventfd    bits/syscall.h  d       709     #define SYS_eventfd 323
-SYS_eventfd2   bits/syscall.h  d       726     #define SYS_eventfd2 340
-SYS_execve     bits/syscall.h  d       401     #define SYS_execve 11
-SYS_execveat   bits/syscall.h  d       774     #define SYS_execveat 388
-SYS_exit       bits/syscall.h  d       391     #define SYS_exit 1
-SYS_exit_group bits/syscall.h  d       639     #define SYS_exit_group 252
-SYS_faccessat  bits/syscall.h  d       693     #define SYS_faccessat 307
-SYS_fadvise    bits/syscall.h  d       638     #define SYS_fadvise 250
-SYS_fadvise64_64       bits/syscall.h  d       659     #define SYS_fadvise64_64 272
-SYS_fallocate  bits/syscall.h  d       710     #define SYS_fallocate 324
-SYS_fanotify_init      bits/syscall.h  d       754     #define SYS_fanotify_init 368
-SYS_fanotify_mark      bits/syscall.h  d       755     #define SYS_fanotify_mark 369
-SYS_fchdir     bits/syscall.h  d       523     #define SYS_fchdir 133
-SYS_fchmod     bits/syscall.h  d       484     #define SYS_fchmod 94
-SYS_fchmodat   bits/syscall.h  d       692     #define SYS_fchmodat 306
-SYS_fchown     bits/syscall.h  d       485     #define SYS_fchown 95
-SYS_fchown32   bits/syscall.h  d       597     #define SYS_fchown32 207
-SYS_fchownat   bits/syscall.h  d       684     #define SYS_fchownat 298
-SYS_fcntl      bits/syscall.h  d       445     #define SYS_fcntl 55
-SYS_fcntl64    bits/syscall.h  d       611     #define SYS_fcntl64 221
-SYS_fdatasync  bits/syscall.h  d       538     #define SYS_fdatasync 148
-SYS_fgetxattr  bits/syscall.h  d       619     #define SYS_fgetxattr 231
-SYS_finit_module       bits/syscall.h  d       766     #define SYS_finit_module 380
-SYS_flistxattr bits/syscall.h  d       622     #define SYS_flistxattr 234
-SYS_flock      bits/syscall.h  d       533     #define SYS_flock 143
-SYS_fork       bits/syscall.h  d       392     #define SYS_fork 2
-SYS_fremovexattr       bits/syscall.h  d       625     #define SYS_fremovexattr 237
-SYS_fsetxattr  bits/syscall.h  d       616     #define SYS_fsetxattr 228
-SYS_fstat      bits/syscall.h  d       498     #define SYS_fstat 108
-SYS_fstat64    bits/syscall.h  d       587     #define SYS_fstat64 197
-SYS_fstatat    bits/syscall.h  d       686     #define SYS_fstatat 300
-SYS_fstatfs    bits/syscall.h  d       490     #define SYS_fstatfs 100
-SYS_fstatfs64  bits/syscall.h  d       656     #define SYS_fstatfs64 269
-SYS_fsync      bits/syscall.h  d       508     #define SYS_fsync 118
-SYS_ftime      bits/syscall.h  d       425     #define SYS_ftime 35
-SYS_ftruncate  bits/syscall.h  d       483     #define SYS_ftruncate 93
-SYS_ftruncate64        bits/syscall.h  d       584     #define SYS_ftruncate64 194
-SYS_futex      bits/syscall.h  d       628     #define SYS_futex 240
-SYS_futimesat  bits/syscall.h  d       685     #define SYS_futimesat 299
-SYS_get_kernel_syms    bits/syscall.h  d       520     #define SYS_get_kernel_syms 130
-SYS_get_mempolicy      bits/syscall.h  d       662     #define SYS_get_mempolicy 275
-SYS_get_robust_list    bits/syscall.h  d       698     #define SYS_get_robust_list 312
-SYS_get_thread_area    bits/syscall.h  d       632     #define SYS_get_thread_area 244
-SYS_getcpu     bits/syscall.h  d       704     #define SYS_getcpu 318
-SYS_getcwd     bits/syscall.h  d       573     #define SYS_getcwd 183
-SYS_getdents   bits/syscall.h  d       531     #define SYS_getdents 141
-SYS_getdents64 bits/syscall.h  d       610     #define SYS_getdents64 220
-SYS_getegid    bits/syscall.h  d       440     #define SYS_getegid 50
-SYS_getegid32  bits/syscall.h  d       592     #define SYS_getegid32 202
-SYS_geteuid    bits/syscall.h  d       439     #define SYS_geteuid 49
-SYS_geteuid32  bits/syscall.h  d       591     #define SYS_geteuid32 201
-SYS_getgid     bits/syscall.h  d       437     #define SYS_getgid 47
-SYS_getgid32   bits/syscall.h  d       590     #define SYS_getgid32 200
-SYS_getgroups  bits/syscall.h  d       470     #define SYS_getgroups 80
-SYS_getgroups32        bits/syscall.h  d       595     #define SYS_getgroups32 205
-SYS_getitimer  bits/syscall.h  d       495     #define SYS_getitimer 105
-SYS_getpeername        bits/syscall.h  d       738     #define SYS_getpeername 352
-SYS_getpgid    bits/syscall.h  d       522     #define SYS_getpgid 132
-SYS_getpgrp    bits/syscall.h  d       455     #define SYS_getpgrp 65
-SYS_getpid     bits/syscall.h  d       410     #define SYS_getpid 20
-SYS_getpmsg    bits/syscall.h  d       578     #define SYS_getpmsg 188
-SYS_getppid    bits/syscall.h  d       454     #define SYS_getppid 64
-SYS_getpriority        bits/syscall.h  d       486     #define SYS_getpriority 96
-SYS_getrandom  bits/syscall.h  d       771     #define SYS_getrandom 385
-SYS_getresgid  bits/syscall.h  d       561     #define SYS_getresgid 171
-SYS_getresgid32        bits/syscall.h  d       601     #define SYS_getresgid32 211
-SYS_getresuid  bits/syscall.h  d       555     #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       599     #define SYS_getresuid32 209
-SYS_getrlimit  bits/syscall.h  d       466     #define SYS_getrlimit 76
-SYS_getrusage  bits/syscall.h  d       467     #define SYS_getrusage 77
-SYS_getsid     bits/syscall.h  d       537     #define SYS_getsid 147
-SYS_getsockname        bits/syscall.h  d       737     #define SYS_getsockname 351
-SYS_getsockopt bits/syscall.h  d       744     #define SYS_getsockopt 358
-SYS_gettid     bits/syscall.h  d       612     #define SYS_gettid 224
-SYS_gettimeofday       bits/syscall.h  d       468     #define SYS_gettimeofday 78
-SYS_getuid     bits/syscall.h  d       414     #define SYS_getuid 24
-SYS_getuid32   bits/syscall.h  d       589     #define SYS_getuid32 199
-SYS_getxattr   bits/syscall.h  d       617     #define SYS_getxattr 229
-SYS_gtty       bits/syscall.h  d       422     #define SYS_gtty 32
-SYS_idle       bits/syscall.h  d       502     #define SYS_idle 112
-SYS_init_module        bits/syscall.h  d       518     #define SYS_init_module 128
-SYS_inotify_add_watch  bits/syscall.h  d       678     #define SYS_inotify_add_watch 292
-SYS_inotify_init       bits/syscall.h  d       677     #define SYS_inotify_init 291
-SYS_inotify_init1      bits/syscall.h  d       730     #define SYS_inotify_init1 344
-SYS_inotify_rm_watch   bits/syscall.h  d       679     #define SYS_inotify_rm_watch 293
-SYS_io_cancel  bits/syscall.h  d       637     #define SYS_io_cancel 249
-SYS_io_destroy bits/syscall.h  d       634     #define SYS_io_destroy 246
-SYS_io_getevents       bits/syscall.h  d       635     #define SYS_io_getevents 247
-SYS_io_setup   bits/syscall.h  d       633     #define SYS_io_setup 245
-SYS_io_submit  bits/syscall.h  d       636     #define SYS_io_submit 248
-SYS_ioctl      bits/syscall.h  d       444     #define SYS_ioctl 54
-SYS_ioperm     bits/syscall.h  d       491     #define SYS_ioperm 101
-SYS_iopl       bits/syscall.h  d       500     #define SYS_iopl 110
-SYS_ioprio_get bits/syscall.h  d       676     #define SYS_ioprio_get 290
-SYS_ioprio_set bits/syscall.h  d       675     #define SYS_ioprio_set 289
-SYS_ipc        bits/syscall.h  d       507     #define SYS_ipc 117
-SYS_kcmp       bits/syscall.h  d       765     #define SYS_kcmp 379
-SYS_kexec_load bits/syscall.h  d       670     #define SYS_kexec_load 283
-SYS_keyctl     bits/syscall.h  d       674     #define SYS_keyctl 288
-SYS_kill       bits/syscall.h  d       427     #define SYS_kill 37
-SYS_lchown     bits/syscall.h  d       406     #define SYS_lchown 16
-SYS_lchown32   bits/syscall.h  d       588     #define SYS_lchown32 198
-SYS_lgetxattr  bits/syscall.h  d       618     #define SYS_lgetxattr 230
-SYS_link       bits/syscall.h  d       399     #define SYS_link 9
-SYS_linkat     bits/syscall.h  d       689     #define SYS_linkat 303
-SYS_listen     bits/syscall.h  d       734     #define SYS_listen 348
-SYS_listxattr  bits/syscall.h  d       620     #define SYS_listxattr 232
-SYS_llistxattr bits/syscall.h  d       621     #define SYS_llistxattr 233
-SYS_lock       bits/syscall.h  d       443     #define SYS_lock 53
-SYS_lookup_dcookie     bits/syscall.h  d       640     #define SYS_lookup_dcookie 253
-SYS_lremovexattr       bits/syscall.h  d       624     #define SYS_lremovexattr 236
-SYS_lseek      bits/syscall.h  d       409     #define SYS_lseek 19
-SYS_lsetxattr  bits/syscall.h  d       615     #define SYS_lsetxattr 227
-SYS_lstat      bits/syscall.h  d       497     #define SYS_lstat 107
-SYS_lstat64    bits/syscall.h  d       586     #define SYS_lstat64 196
-SYS_madvise    bits/syscall.h  d       609     #define SYS_madvise 219
-SYS_mbind      bits/syscall.h  d       661     #define SYS_mbind 274
-SYS_memfd_create       bits/syscall.h  d       772     #define SYS_memfd_create 386
-SYS_migrate_pages      bits/syscall.h  d       680     #define SYS_migrate_pages 294
-SYS_mincore    bits/syscall.h  d       608     #define SYS_mincore 218
-SYS_mkdir      bits/syscall.h  d       429     #define SYS_mkdir 39
-SYS_mkdirat    bits/syscall.h  d       682     #define SYS_mkdirat 296
-SYS_mknod      bits/syscall.h  d       404     #define SYS_mknod 14
-SYS_mknodat    bits/syscall.h  d       683     #define SYS_mknodat 297
-SYS_mlock      bits/syscall.h  d       540     #define SYS_mlock 150
-SYS_mlockall   bits/syscall.h  d       542     #define SYS_mlockall 152
-SYS_mmap       bits/syscall.h  d       480     #define SYS_mmap 90
-SYS_mmap2      bits/syscall.h  d       582     #define SYS_mmap2 192
-SYS_modify_ldt bits/syscall.h  d       513     #define SYS_modify_ldt 123
-SYS_mount      bits/syscall.h  d       411     #define SYS_mount 21
-SYS_move_pages bits/syscall.h  d       703     #define SYS_move_pages 317
-SYS_mprotect   bits/syscall.h  d       515     #define SYS_mprotect 125
-SYS_mpx        bits/syscall.h  d       446     #define SYS_mpx 56
-SYS_mq_getsetattr      bits/syscall.h  d       669     #define SYS_mq_getsetattr 282
-SYS_mq_notify  bits/syscall.h  d       668     #define SYS_mq_notify 281
-SYS_mq_open    bits/syscall.h  d       664     #define SYS_mq_open 277
-SYS_mq_timedreceive    bits/syscall.h  d       667     #define SYS_mq_timedreceive 280
-SYS_mq_timedsend       bits/syscall.h  d       666     #define SYS_mq_timedsend 279
-SYS_mq_unlink  bits/syscall.h  d       665     #define SYS_mq_unlink 278
-SYS_mremap     bits/syscall.h  d       553     #define SYS_mremap 163
-SYS_msgctl     bits/syscall.h  d       717     #define SYS_msgctl 331
-SYS_msgget     bits/syscall.h  d       718     #define SYS_msgget 332
-SYS_msgrcv     bits/syscall.h  d       719     #define SYS_msgrcv 333
-SYS_msgsnd     bits/syscall.h  d       720     #define SYS_msgsnd 334
-SYS_msync      bits/syscall.h  d       534     #define SYS_msync 144
-SYS_munlock    bits/syscall.h  d       541     #define SYS_munlock 151
-SYS_munlockall bits/syscall.h  d       543     #define SYS_munlockall 153
-SYS_munmap     bits/syscall.h  d       481     #define SYS_munmap 91
-SYS_name_to_handle_at  bits/syscall.h  d       757     #define SYS_name_to_handle_at 371
-SYS_nanosleep  bits/syscall.h  d       552     #define SYS_nanosleep 162
-SYS_nfsservctl bits/syscall.h  d       559     #define SYS_nfsservctl 169
-SYS_nice       bits/syscall.h  d       424     #define SYS_nice 34
-SYS_oldfstat   bits/syscall.h  d       418     #define SYS_oldfstat 28
-SYS_oldlstat   bits/syscall.h  d       474     #define SYS_oldlstat 84
-SYS_oldolduname        bits/syscall.h  d       449     #define SYS_oldolduname 59
-SYS_oldstat    bits/syscall.h  d       408     #define SYS_oldstat 18
-SYS_olduname   bits/syscall.h  d       499     #define SYS_olduname 109
-SYS_open       bits/syscall.h  d       395     #define SYS_open 5
-SYS_open_by_handle_at  bits/syscall.h  d       758     #define SYS_open_by_handle_at 372
-SYS_openat     bits/syscall.h  d       681     #define SYS_openat 295
-SYS_pause      bits/syscall.h  d       419     #define SYS_pause 29
-SYS_perf_event_open    bits/syscall.h  d       752     #define SYS_perf_event_open 366
-SYS_personality        bits/syscall.h  d       526     #define SYS_personality 136
-SYS_pipe       bits/syscall.h  d       432     #define SYS_pipe 42
-SYS_pipe2      bits/syscall.h  d       729     #define SYS_pipe2 343
-SYS_pivot_root bits/syscall.h  d       607     #define SYS_pivot_root 217
-SYS_poll       bits/syscall.h  d       558     #define SYS_poll 168
-SYS_ppoll      bits/syscall.h  d       695     #define SYS_ppoll 309
-SYS_prctl      bits/syscall.h  d       562     #define SYS_prctl 172
-SYS_pread      bits/syscall.h  d       570     #define SYS_pread 180
-SYS_preadv     bits/syscall.h  d       749     #define SYS_preadv 363
-SYS_prlimit64  bits/syscall.h  d       756     #define SYS_prlimit64 370
-SYS_process_vm_readv   bits/syscall.h  d       763     #define SYS_process_vm_readv 377
-SYS_process_vm_writev  bits/syscall.h  d       764     #define SYS_process_vm_writev 378
-SYS_prof       bits/syscall.h  d       434     #define SYS_prof 44
-SYS_profil     bits/syscall.h  d       488     #define SYS_profil 98
-SYS_pselect6   bits/syscall.h  d       694     #define SYS_pselect6 308
-SYS_ptrace     bits/syscall.h  d       416     #define SYS_ptrace 26
-SYS_putpmsg    bits/syscall.h  d       579     #define SYS_putpmsg 189
-SYS_pwrite     bits/syscall.h  d       571     #define SYS_pwrite 181
-SYS_pwritev    bits/syscall.h  d       750     #define SYS_pwritev 364
-SYS_query_module       bits/syscall.h  d       557     #define SYS_query_module 167
-SYS_quotactl   bits/syscall.h  d       521     #define SYS_quotactl 131
-SYS_read       bits/syscall.h  d       393     #define SYS_read 3
-SYS_readahead  bits/syscall.h  d       613     #define SYS_readahead 225
-SYS_readdir    bits/syscall.h  d       479     #define SYS_readdir 89
-SYS_readlink   bits/syscall.h  d       475     #define SYS_readlink 85
-SYS_readlinkat bits/syscall.h  d       691     #define SYS_readlinkat 305
-SYS_readv      bits/syscall.h  d       535     #define SYS_readv 145
-SYS_reboot     bits/syscall.h  d       478     #define SYS_reboot 88
-SYS_recv       bits/syscall.h  d       742     #define SYS_recv 356
-SYS_recvfrom   bits/syscall.h  d       741     #define SYS_recvfrom 355
-SYS_recvmmsg   bits/syscall.h  d       753     #define SYS_recvmmsg 367
-SYS_recvmsg    bits/syscall.h  d       747     #define SYS_recvmsg 361
-SYS_remap_file_pages   bits/syscall.h  d       644     #define SYS_remap_file_pages 257
-SYS_removexattr        bits/syscall.h  d       623     #define SYS_removexattr 235
-SYS_rename     bits/syscall.h  d       428     #define SYS_rename 38
-SYS_renameat   bits/syscall.h  d       688     #define SYS_renameat 302
-SYS_renameat2  bits/syscall.h  d       769     #define SYS_renameat2 383
-SYS_request_key        bits/syscall.h  d       673     #define SYS_request_key 287
-SYS_restart_syscall    bits/syscall.h  d       390     #define SYS_restart_syscall 0
-SYS_rmdir      bits/syscall.h  d       430     #define SYS_rmdir 40
-SYS_rt_sigaction       bits/syscall.h  d       564     #define SYS_rt_sigaction 174
-SYS_rt_sigpending      bits/syscall.h  d       566     #define SYS_rt_sigpending 176
-SYS_rt_sigprocmask     bits/syscall.h  d       565     #define SYS_rt_sigprocmask 175
-SYS_rt_sigqueueinfo    bits/syscall.h  d       568     #define SYS_rt_sigqueueinfo 178
-SYS_rt_sigreturn       bits/syscall.h  d       563     #define SYS_rt_sigreturn 173
-SYS_rt_sigsuspend      bits/syscall.h  d       569     #define SYS_rt_sigsuspend 179
-SYS_rt_sigtimedwait    bits/syscall.h  d       567     #define SYS_rt_sigtimedwait 177
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       751     #define SYS_rt_tgsigqueueinfo 365
-SYS_sched_get_priority_max     bits/syscall.h  d       549     #define SYS_sched_get_priority_max 159
-SYS_sched_get_priority_min     bits/syscall.h  d       550     #define SYS_sched_get_priority_min 160
-SYS_sched_getaffinity  bits/syscall.h  d       630     #define SYS_sched_getaffinity 242
-SYS_sched_getattr      bits/syscall.h  d       768     #define SYS_sched_getattr 382
-SYS_sched_getparam     bits/syscall.h  d       545     #define SYS_sched_getparam 155
-SYS_sched_getscheduler bits/syscall.h  d       547     #define SYS_sched_getscheduler 157
-SYS_sched_rr_get_interval      bits/syscall.h  d       551     #define SYS_sched_rr_get_interval 161
-SYS_sched_setaffinity  bits/syscall.h  d       629     #define SYS_sched_setaffinity 241
-SYS_sched_setattr      bits/syscall.h  d       767     #define SYS_sched_setattr 381
-SYS_sched_setparam     bits/syscall.h  d       544     #define SYS_sched_setparam 154
-SYS_sched_setscheduler bits/syscall.h  d       546     #define SYS_sched_setscheduler 156
-SYS_sched_yield        bits/syscall.h  d       548     #define SYS_sched_yield 158
-SYS_seccomp    bits/syscall.h  d       770     #define SYS_seccomp 384
-SYS_select     bits/syscall.h  d       472     #define SYS_select 82
-SYS_semctl     bits/syscall.h  d       714     #define SYS_semctl 328
-SYS_semget     bits/syscall.h  d       715     #define SYS_semget 329
-SYS_semop      bits/syscall.h  d       716     #define SYS_semop 330
-SYS_semtimedop bits/syscall.h  d       711     #define SYS_semtimedop 325
-SYS_send       bits/syscall.h  d       740     #define SYS_send 354
-SYS_sendfile   bits/syscall.h  d       577     #define SYS_sendfile 187
-SYS_sendfile64 bits/syscall.h  d       627     #define SYS_sendfile64 239
-SYS_sendmmsg   bits/syscall.h  d       762     #define SYS_sendmmsg 376
-SYS_sendmsg    bits/syscall.h  d       746     #define SYS_sendmsg 360
-SYS_sendto     bits/syscall.h  d       739     #define SYS_sendto 353
-SYS_set_mempolicy      bits/syscall.h  d       663     #define SYS_set_mempolicy 276
-SYS_set_robust_list    bits/syscall.h  d       697     #define SYS_set_robust_list 311
-SYS_set_thread_area    bits/syscall.h  d       631     #define SYS_set_thread_area 243
-SYS_set_tid_address    bits/syscall.h  d       645     #define SYS_set_tid_address 258
-SYS_setdomainname      bits/syscall.h  d       511     #define SYS_setdomainname 121
-SYS_setfsgid   bits/syscall.h  d       529     #define SYS_setfsgid 139
-SYS_setfsgid32 bits/syscall.h  d       606     #define SYS_setfsgid32 216
-SYS_setfsuid   bits/syscall.h  d       528     #define SYS_setfsuid 138
-SYS_setfsuid32 bits/syscall.h  d       605     #define SYS_setfsuid32 215
-SYS_setgid     bits/syscall.h  d       436     #define SYS_setgid 46
-SYS_setgid32   bits/syscall.h  d       604     #define SYS_setgid32 214
-SYS_setgroups  bits/syscall.h  d       471     #define SYS_setgroups 81
-SYS_setgroups32        bits/syscall.h  d       596     #define SYS_setgroups32 206
-SYS_sethostname        bits/syscall.h  d       464     #define SYS_sethostname 74
-SYS_setitimer  bits/syscall.h  d       494     #define SYS_setitimer 104
-SYS_setns      bits/syscall.h  d       761     #define SYS_setns 375
-SYS_setpgid    bits/syscall.h  d       447     #define SYS_setpgid 57
-SYS_setpriority        bits/syscall.h  d       487     #define SYS_setpriority 97
-SYS_setregid   bits/syscall.h  d       461     #define SYS_setregid 71
-SYS_setregid32 bits/syscall.h  d       594     #define SYS_setregid32 204
-SYS_setresgid  bits/syscall.h  d       560     #define SYS_setresgid 170
-SYS_setresgid32        bits/syscall.h  d       600     #define SYS_setresgid32 210
-SYS_setresuid  bits/syscall.h  d       554     #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       598     #define SYS_setresuid32 208
-SYS_setreuid   bits/syscall.h  d       460     #define SYS_setreuid 70
-SYS_setreuid32 bits/syscall.h  d       593     #define SYS_setreuid32 203
-SYS_setrlimit  bits/syscall.h  d       465     #define SYS_setrlimit 75
-SYS_setsid     bits/syscall.h  d       456     #define SYS_setsid 66
-SYS_setsockopt bits/syscall.h  d       743     #define SYS_setsockopt 357
-SYS_settimeofday       bits/syscall.h  d       469     #define SYS_settimeofday 79
-SYS_setuid     bits/syscall.h  d       413     #define SYS_setuid 23
-SYS_setuid32   bits/syscall.h  d       603     #define SYS_setuid32 213
-SYS_setxattr   bits/syscall.h  d       614     #define SYS_setxattr 226
-SYS_sgetmask   bits/syscall.h  d       458     #define SYS_sgetmask 68
-SYS_shmat      bits/syscall.h  d       721     #define SYS_shmat 335
-SYS_shmctl     bits/syscall.h  d       722     #define SYS_shmctl 336
-SYS_shmdt      bits/syscall.h  d       723     #define SYS_shmdt 337
-SYS_shmget     bits/syscall.h  d       724     #define SYS_shmget 338
-SYS_shutdown   bits/syscall.h  d       745     #define SYS_shutdown 359
-SYS_sigaction  bits/syscall.h  d       457     #define SYS_sigaction 67
-SYS_sigaltstack        bits/syscall.h  d       576     #define SYS_sigaltstack 186
-SYS_signal     bits/syscall.h  d       438     #define SYS_signal 48
-SYS_signalfd   bits/syscall.h  d       707     #define SYS_signalfd 321
-SYS_signalfd4  bits/syscall.h  d       725     #define SYS_signalfd4 339
-SYS_sigpending bits/syscall.h  d       463     #define SYS_sigpending 73
-SYS_sigprocmask        bits/syscall.h  d       516     #define SYS_sigprocmask 126
-SYS_sigreturn  bits/syscall.h  d       509     #define SYS_sigreturn 119
-SYS_sigsuspend bits/syscall.h  d       462     #define SYS_sigsuspend 72
-SYS_socket     bits/syscall.h  d       731     #define SYS_socket 345
-SYS_socketcall bits/syscall.h  d       492     #define SYS_socketcall 102
-SYS_socketpair bits/syscall.h  d       732     #define SYS_socketpair 346
-SYS_splice     bits/syscall.h  d       699     #define SYS_splice 313
-SYS_ssetmask   bits/syscall.h  d       459     #define SYS_ssetmask 69
-SYS_stat       bits/syscall.h  d       496     #define SYS_stat 106
-SYS_stat64     bits/syscall.h  d       585     #define SYS_stat64 195
-SYS_statfs     bits/syscall.h  d       489     #define SYS_statfs 99
-SYS_statfs64   bits/syscall.h  d       655     #define SYS_statfs64 268
-SYS_stime      bits/syscall.h  d       415     #define SYS_stime 25
-SYS_stty       bits/syscall.h  d       421     #define SYS_stty 31
-SYS_swapoff    bits/syscall.h  d       505     #define SYS_swapoff 115
-SYS_swapon     bits/syscall.h  d       477     #define SYS_swapon 87
-SYS_symlink    bits/syscall.h  d       473     #define SYS_symlink 83
-SYS_symlinkat  bits/syscall.h  d       690     #define SYS_symlinkat 304
-SYS_sync       bits/syscall.h  d       426     #define SYS_sync 36
-SYS_sync_file_range    bits/syscall.h  d       700     #define SYS_sync_file_range 314
-SYS_syncfs     bits/syscall.h  d       760     #define SYS_syncfs 374
-SYS_sysfs      bits/syscall.h  d       525     #define SYS_sysfs 135
-SYS_sysinfo    bits/syscall.h  d       506     #define SYS_sysinfo 116
-SYS_syslog     bits/syscall.h  d       493     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       701     #define SYS_tee 315
-SYS_tgkill     bits/syscall.h  d       657     #define SYS_tgkill 270
-SYS_time       bits/syscall.h  d       403     #define SYS_time 13
-SYS_timer_create       bits/syscall.h  d       646     #define SYS_timer_create 259
-SYS_timer_delete       bits/syscall.h  d       650     #define SYS_timer_delete 263
-SYS_timer_getoverrun   bits/syscall.h  d       649     #define SYS_timer_getoverrun 262
-SYS_timer_gettime      bits/syscall.h  d       648     #define SYS_timer_gettime 261
-SYS_timer_settime      bits/syscall.h  d       647     #define SYS_timer_settime 260
-SYS_timerfd_create     bits/syscall.h  d       708     #define SYS_timerfd_create 322
-SYS_timerfd_gettime    bits/syscall.h  d       713     #define SYS_timerfd_gettime 327
-SYS_timerfd_settime    bits/syscall.h  d       712     #define SYS_timerfd_settime 326
-SYS_times      bits/syscall.h  d       433     #define SYS_times 43
-SYS_tkill      bits/syscall.h  d       626     #define SYS_tkill 238
-SYS_truncate   bits/syscall.h  d       482     #define SYS_truncate 92
-SYS_truncate64 bits/syscall.h  d       583     #define SYS_truncate64 193
-SYS_ugetrlimit bits/syscall.h  d       581     #define SYS_ugetrlimit 191
-SYS_ulimit     bits/syscall.h  d       448     #define SYS_ulimit 58
-SYS_umask      bits/syscall.h  d       450     #define SYS_umask 60
-SYS_umount     bits/syscall.h  d       412     #define SYS_umount 22
-SYS_umount2    bits/syscall.h  d       442     #define SYS_umount2 52
-SYS_uname      bits/syscall.h  d       512     #define SYS_uname 122
-SYS_unlink     bits/syscall.h  d       400     #define SYS_unlink 10
-SYS_unlinkat   bits/syscall.h  d       687     #define SYS_unlinkat 301
-SYS_unshare    bits/syscall.h  d       696     #define SYS_unshare 310
-SYS_uselib     bits/syscall.h  d       476     #define SYS_uselib 86
-SYS_ustat      bits/syscall.h  d       452     #define SYS_ustat 62
-SYS_utime      bits/syscall.h  d       420     #define SYS_utime 30
-SYS_utimensat  bits/syscall.h  d       706     #define SYS_utimensat 320
-SYS_utimes     bits/syscall.h  d       658     #define SYS_utimes 271
-SYS_vfork      bits/syscall.h  d       580     #define SYS_vfork 190
-SYS_vhangup    bits/syscall.h  d       501     #define SYS_vhangup 111
-SYS_vm86       bits/syscall.h  d       556     #define SYS_vm86 166
-SYS_vm86old    bits/syscall.h  d       503     #define SYS_vm86old 113
-SYS_vmsplice   bits/syscall.h  d       702     #define SYS_vmsplice 316
-SYS_vserver    bits/syscall.h  d       660     #define SYS_vserver 273
-SYS_wait4      bits/syscall.h  d       504     #define SYS_wait4 114
-SYS_waitid     bits/syscall.h  d       671     #define SYS_waitid 284
-SYS_waitpid    bits/syscall.h  d       397     #define SYS_waitpid 7
-SYS_write      bits/syscall.h  d       394     #define SYS_write 4
-SYS_writev     bits/syscall.h  d       536     #define SYS_writev 146
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       89      #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __LITTLE_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __BIG_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       141     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       143     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       150     #define __NR__sysctl 149
-__NR_accept    bits/syscall.h  d       346     #define __NR_accept 349
-__NR_accept4   bits/syscall.h  d       359     #define __NR_accept4 362
-__NR_access    bits/syscall.h  d       34      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       52      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       283     #define __NR_add_key 286
-__NR_adjtimex  bits/syscall.h  d       125     #define __NR_adjtimex 124
-__NR_afs_syscall       bits/syscall.h  d       138     #define __NR_afs_syscall 137
-__NR_alarm     bits/syscall.h  d       28      #define __NR_alarm 27
-__NR_bdflush   bits/syscall.h  d       135     #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       344     #define __NR_bind 347
-__NR_bpf       bits/syscall.h  d       384     #define __NR_bpf 387
-__NR_break     bits/syscall.h  d       18      #define __NR_break 17
-__NR_brk       bits/syscall.h  d       46      #define __NR_brk 45
-__NR_capget    bits/syscall.h  d       185     #define __NR_capget 184
-__NR_capset    bits/syscall.h  d       186     #define __NR_capset 185
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       183     #define __NR_chown 182
-__NR_chown32   bits/syscall.h  d       213     #define __NR_chown32 212
-__NR_chroot    bits/syscall.h  d       62      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       370     #define __NR_clock_adjtime 373
-__NR_clock_getres      bits/syscall.h  d       264     #define __NR_clock_getres 266
-__NR_clock_gettime     bits/syscall.h  d       263     #define __NR_clock_gettime 265
-__NR_clock_nanosleep   bits/syscall.h  d       265     #define __NR_clock_nanosleep 267
-__NR_clock_settime     bits/syscall.h  d       262     #define __NR_clock_settime 264
-__NR_clone     bits/syscall.h  d       121     #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       347     #define __NR_connect 350
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 8
-__NR_create_module     bits/syscall.h  d       128     #define __NR_create_module 127
-__NR_delete_module     bits/syscall.h  d       130     #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       42      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       64      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       339     #define __NR_dup3 342
-__NR_epoll_create      bits/syscall.h  d       252     #define __NR_epoll_create 254
-__NR_epoll_create1     bits/syscall.h  d       338     #define __NR_epoll_create1 341
-__NR_epoll_ctl bits/syscall.h  d       253     #define __NR_epoll_ctl 255
-__NR_epoll_pwait       bits/syscall.h  d       316     #define __NR_epoll_pwait 319
-__NR_epoll_wait        bits/syscall.h  d       254     #define __NR_epoll_wait 256
-__NR_eventfd   bits/syscall.h  d       320     #define __NR_eventfd 323
-__NR_eventfd2  bits/syscall.h  d       337     #define __NR_eventfd2 340
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 11
-__NR_execveat  bits/syscall.h  d       385     #define __NR_execveat 388
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       250     #define __NR_exit_group 252
-__NR_faccessat bits/syscall.h  d       304     #define __NR_faccessat 307
-__NR_fadvise   bits/syscall.h  d       249     #define __NR_fadvise 250
-__NR_fadvise64_64      bits/syscall.h  d       270     #define __NR_fadvise64_64 272
-__NR_fallocate bits/syscall.h  d       321     #define __NR_fallocate 324
-__NR_fanotify_init     bits/syscall.h  d       365     #define __NR_fanotify_init 368
-__NR_fanotify_mark     bits/syscall.h  d       366     #define __NR_fanotify_mark 369
-__NR_fchdir    bits/syscall.h  d       134     #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       95      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       303     #define __NR_fchmodat 306
-__NR_fchown    bits/syscall.h  d       96      #define __NR_fchown 95
-__NR_fchown32  bits/syscall.h  d       208     #define __NR_fchown32 207
-__NR_fchownat  bits/syscall.h  d       295     #define __NR_fchownat 298
-__NR_fcntl     bits/syscall.h  d       56      #define __NR_fcntl 55
-__NR_fcntl64   bits/syscall.h  d       222     #define __NR_fcntl64 221
-__NR_fdatasync bits/syscall.h  d       149     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       230     #define __NR_fgetxattr 231
-__NR_finit_module      bits/syscall.h  d       377     #define __NR_finit_module 380
-__NR_flistxattr        bits/syscall.h  d       233     #define __NR_flistxattr 234
-__NR_flock     bits/syscall.h  d       144     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       236     #define __NR_fremovexattr 237
-__NR_fsetxattr bits/syscall.h  d       227     #define __NR_fsetxattr 228
-__NR_fstat     bits/syscall.h  d       109     #define __NR_fstat 108
-__NR_fstat64   bits/syscall.h  d       198     #define __NR_fstat64 197
-__NR_fstatat   bits/syscall.h  d       297     #define __NR_fstatat 300
-__NR_fstatfs   bits/syscall.h  d       101     #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       267     #define __NR_fstatfs64 269
-__NR_fsync     bits/syscall.h  d       119     #define __NR_fsync 118
-__NR_ftime     bits/syscall.h  d       36      #define __NR_ftime 35
-__NR_ftruncate bits/syscall.h  d       94      #define __NR_ftruncate 93
-__NR_ftruncate64       bits/syscall.h  d       195     #define __NR_ftruncate64 194
-__NR_futex     bits/syscall.h  d       239     #define __NR_futex 240
-__NR_futimesat bits/syscall.h  d       296     #define __NR_futimesat 299
-__NR_get_kernel_syms   bits/syscall.h  d       131     #define __NR_get_kernel_syms 130
-__NR_get_mempolicy     bits/syscall.h  d       273     #define __NR_get_mempolicy 275
-__NR_get_robust_list   bits/syscall.h  d       309     #define __NR_get_robust_list 312
-__NR_get_thread_area   bits/syscall.h  d       243     #define __NR_get_thread_area 244
-__NR_getcpu    bits/syscall.h  d       315     #define __NR_getcpu 318
-__NR_getcwd    bits/syscall.h  d       184     #define __NR_getcwd 183
-__NR_getdents  bits/syscall.h  d       142     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       221     #define __NR_getdents64 220
-__NR_getegid   bits/syscall.h  d       51      #define __NR_getegid 50
-__NR_getegid32 bits/syscall.h  d       203     #define __NR_getegid32 202
-__NR_geteuid   bits/syscall.h  d       50      #define __NR_geteuid 49
-__NR_geteuid32 bits/syscall.h  d       202     #define __NR_geteuid32 201
-__NR_getgid    bits/syscall.h  d       48      #define __NR_getgid 47
-__NR_getgid32  bits/syscall.h  d       201     #define __NR_getgid32 200
-__NR_getgroups bits/syscall.h  d       81      #define __NR_getgroups 80
-__NR_getgroups32       bits/syscall.h  d       206     #define __NR_getgroups32 205
-__NR_getitimer bits/syscall.h  d       106     #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       349     #define __NR_getpeername 352
-__NR_getpgid   bits/syscall.h  d       133     #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       66      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       21      #define __NR_getpid 20
-__NR_getpmsg   bits/syscall.h  d       189     #define __NR_getpmsg 188
-__NR_getppid   bits/syscall.h  d       65      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       97      #define __NR_getpriority 96
-__NR_getrandom bits/syscall.h  d       382     #define __NR_getrandom 385
-__NR_getresgid bits/syscall.h  d       172     #define __NR_getresgid 171
-__NR_getresgid32       bits/syscall.h  d       212     #define __NR_getresgid32 211
-__NR_getresuid bits/syscall.h  d       166     #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       210     #define __NR_getresuid32 209
-__NR_getrlimit bits/syscall.h  d       77      #define __NR_getrlimit 76
-__NR_getrusage bits/syscall.h  d       78      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       148     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       348     #define __NR_getsockname 351
-__NR_getsockopt        bits/syscall.h  d       355     #define __NR_getsockopt 358
-__NR_gettid    bits/syscall.h  d       223     #define __NR_gettid 224
-__NR_gettimeofday      bits/syscall.h  d       79      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       25      #define __NR_getuid 24
-__NR_getuid32  bits/syscall.h  d       200     #define __NR_getuid32 199
-__NR_getxattr  bits/syscall.h  d       228     #define __NR_getxattr 229
-__NR_gtty      bits/syscall.h  d       33      #define __NR_gtty 32
-__NR_idle      bits/syscall.h  d       113     #define __NR_idle 112
-__NR_init_module       bits/syscall.h  d       129     #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       289     #define __NR_inotify_add_watch 292
-__NR_inotify_init      bits/syscall.h  d       288     #define __NR_inotify_init 291
-__NR_inotify_init1     bits/syscall.h  d       341     #define __NR_inotify_init1 344
-__NR_inotify_rm_watch  bits/syscall.h  d       290     #define __NR_inotify_rm_watch 293
-__NR_io_cancel bits/syscall.h  d       248     #define __NR_io_cancel 249
-__NR_io_destroy        bits/syscall.h  d       245     #define __NR_io_destroy 246
-__NR_io_getevents      bits/syscall.h  d       246     #define __NR_io_getevents 247
-__NR_io_setup  bits/syscall.h  d       244     #define __NR_io_setup 245
-__NR_io_submit bits/syscall.h  d       247     #define __NR_io_submit 248
-__NR_ioctl     bits/syscall.h  d       55      #define __NR_ioctl 54
-__NR_ioperm    bits/syscall.h  d       102     #define __NR_ioperm 101
-__NR_iopl      bits/syscall.h  d       111     #define __NR_iopl 110
-__NR_ioprio_get        bits/syscall.h  d       287     #define __NR_ioprio_get 290
-__NR_ioprio_set        bits/syscall.h  d       286     #define __NR_ioprio_set 289
-__NR_ipc       bits/syscall.h  d       118     #define __NR_ipc 117
-__NR_kcmp      bits/syscall.h  d       376     #define __NR_kcmp 379
-__NR_kexec_load        bits/syscall.h  d       281     #define __NR_kexec_load 283
-__NR_keyctl    bits/syscall.h  d       285     #define __NR_keyctl 288
-__NR_kill      bits/syscall.h  d       38      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 16
-__NR_lchown32  bits/syscall.h  d       199     #define __NR_lchown32 198
-__NR_lgetxattr bits/syscall.h  d       229     #define __NR_lgetxattr 230
-__NR_link      bits/syscall.h  d       10      #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       300     #define __NR_linkat 303
-__NR_listen    bits/syscall.h  d       345     #define __NR_listen 348
-__NR_listxattr bits/syscall.h  d       231     #define __NR_listxattr 232
-__NR_llistxattr        bits/syscall.h  d       232     #define __NR_llistxattr 233
-__NR_lock      bits/syscall.h  d       54      #define __NR_lock 53
-__NR_lookup_dcookie    bits/syscall.h  d       251     #define __NR_lookup_dcookie 253
-__NR_lremovexattr      bits/syscall.h  d       235     #define __NR_lremovexattr 236
-__NR_lseek     bits/syscall.h  d       20      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       226     #define __NR_lsetxattr 227
-__NR_lstat     bits/syscall.h  d       108     #define __NR_lstat 107
-__NR_lstat64   bits/syscall.h  d       197     #define __NR_lstat64 196
-__NR_madvise   bits/syscall.h  d       220     #define __NR_madvise 219
-__NR_mbind     bits/syscall.h  d       272     #define __NR_mbind 274
-__NR_memfd_create      bits/syscall.h  d       383     #define __NR_memfd_create 386
-__NR_migrate_pages     bits/syscall.h  d       291     #define __NR_migrate_pages 294
-__NR_mincore   bits/syscall.h  d       219     #define __NR_mincore 218
-__NR_mkdir     bits/syscall.h  d       40      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       293     #define __NR_mkdirat 296
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       294     #define __NR_mknodat 297
-__NR_mlock     bits/syscall.h  d       151     #define __NR_mlock 150
-__NR_mlockall  bits/syscall.h  d       153     #define __NR_mlockall 152
-__NR_mmap      bits/syscall.h  d       91      #define __NR_mmap 90
-__NR_mmap2     bits/syscall.h  d       193     #define __NR_mmap2 192
-__NR_modify_ldt        bits/syscall.h  d       124     #define __NR_modify_ldt 123
-__NR_mount     bits/syscall.h  d       22      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       314     #define __NR_move_pages 317
-__NR_mprotect  bits/syscall.h  d       126     #define __NR_mprotect 125
-__NR_mpx       bits/syscall.h  d       57      #define __NR_mpx 56
-__NR_mq_getsetattr     bits/syscall.h  d       280     #define __NR_mq_getsetattr 282
-__NR_mq_notify bits/syscall.h  d       279     #define __NR_mq_notify 281
-__NR_mq_open   bits/syscall.h  d       275     #define __NR_mq_open 277
-__NR_mq_timedreceive   bits/syscall.h  d       278     #define __NR_mq_timedreceive 280
-__NR_mq_timedsend      bits/syscall.h  d       277     #define __NR_mq_timedsend 279
-__NR_mq_unlink bits/syscall.h  d       276     #define __NR_mq_unlink 278
-__NR_mremap    bits/syscall.h  d       164     #define __NR_mremap 163
-__NR_msgctl    bits/syscall.h  d       328     #define __NR_msgctl 331
-__NR_msgget    bits/syscall.h  d       329     #define __NR_msgget 332
-__NR_msgrcv    bits/syscall.h  d       330     #define __NR_msgrcv 333
-__NR_msgsnd    bits/syscall.h  d       331     #define __NR_msgsnd 334
-__NR_msync     bits/syscall.h  d       145     #define __NR_msync 144
-__NR_munlock   bits/syscall.h  d       152     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       154     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       92      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       368     #define __NR_name_to_handle_at 371
-__NR_nanosleep bits/syscall.h  d       163     #define __NR_nanosleep 162
-__NR_nfsservctl        bits/syscall.h  d       170     #define __NR_nfsservctl 169
-__NR_nice      bits/syscall.h  d       35      #define __NR_nice 34
-__NR_oldfstat  bits/syscall.h  d       29      #define __NR_oldfstat 28
-__NR_oldlstat  bits/syscall.h  d       85      #define __NR_oldlstat 84
-__NR_oldolduname       bits/syscall.h  d       60      #define __NR_oldolduname 59
-__NR_oldstat   bits/syscall.h  d       19      #define __NR_oldstat 18
-__NR_olduname  bits/syscall.h  d       110     #define __NR_olduname 109
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       369     #define __NR_open_by_handle_at 372
-__NR_openat    bits/syscall.h  d       292     #define __NR_openat 295
-__NR_pause     bits/syscall.h  d       30      #define __NR_pause 29
-__NR_perf_event_open   bits/syscall.h  d       363     #define __NR_perf_event_open 366
-__NR_personality       bits/syscall.h  d       137     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       43      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       340     #define __NR_pipe2 343
-__NR_pivot_root        bits/syscall.h  d       218     #define __NR_pivot_root 217
-__NR_poll      bits/syscall.h  d       169     #define __NR_poll 168
-__NR_ppoll     bits/syscall.h  d       306     #define __NR_ppoll 309
-__NR_prctl     bits/syscall.h  d       173     #define __NR_prctl 172
-__NR_pread     bits/syscall.h  d       181     #define __NR_pread 180
-__NR_preadv    bits/syscall.h  d       360     #define __NR_preadv 363
-__NR_prlimit64 bits/syscall.h  d       367     #define __NR_prlimit64 370
-__NR_process_vm_readv  bits/syscall.h  d       374     #define __NR_process_vm_readv 377
-__NR_process_vm_writev bits/syscall.h  d       375     #define __NR_process_vm_writev 378
-__NR_prof      bits/syscall.h  d       45      #define __NR_prof 44
-__NR_profil    bits/syscall.h  d       99      #define __NR_profil 98
-__NR_pselect6  bits/syscall.h  d       305     #define __NR_pselect6 308
-__NR_ptrace    bits/syscall.h  d       27      #define __NR_ptrace 26
-__NR_putpmsg   bits/syscall.h  d       190     #define __NR_putpmsg 189
-__NR_pwrite    bits/syscall.h  d       182     #define __NR_pwrite 181
-__NR_pwritev   bits/syscall.h  d       361     #define __NR_pwritev 364
-__NR_query_module      bits/syscall.h  d       168     #define __NR_query_module 167
-__NR_quotactl  bits/syscall.h  d       132     #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       224     #define __NR_readahead 225
-__NR_readdir   bits/syscall.h  d       90      #define __NR_readdir 89
-__NR_readlink  bits/syscall.h  d       86      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       302     #define __NR_readlinkat 305
-__NR_readv     bits/syscall.h  d       146     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       89      #define __NR_reboot 88
-__NR_recv      bits/syscall.h  d       353     #define __NR_recv 356
-__NR_recvfrom  bits/syscall.h  d       352     #define __NR_recvfrom 355
-__NR_recvmmsg  bits/syscall.h  d       364     #define __NR_recvmmsg 367
-__NR_recvmsg   bits/syscall.h  d       358     #define __NR_recvmsg 361
-__NR_remap_file_pages  bits/syscall.h  d       255     #define __NR_remap_file_pages 257
-__NR_removexattr       bits/syscall.h  d       234     #define __NR_removexattr 235
-__NR_rename    bits/syscall.h  d       39      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       299     #define __NR_renameat 302
-__NR_renameat2 bits/syscall.h  d       380     #define __NR_renameat2 383
-__NR_request_key       bits/syscall.h  d       284     #define __NR_request_key 287
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       41      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       175     #define __NR_rt_sigaction 174
-__NR_rt_sigpending     bits/syscall.h  d       177     #define __NR_rt_sigpending 176
-__NR_rt_sigprocmask    bits/syscall.h  d       176     #define __NR_rt_sigprocmask 175
-__NR_rt_sigqueueinfo   bits/syscall.h  d       179     #define __NR_rt_sigqueueinfo 178
-__NR_rt_sigreturn      bits/syscall.h  d       174     #define __NR_rt_sigreturn 173
-__NR_rt_sigsuspend     bits/syscall.h  d       180     #define __NR_rt_sigsuspend 179
-__NR_rt_sigtimedwait   bits/syscall.h  d       178     #define __NR_rt_sigtimedwait 177
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       362     #define __NR_rt_tgsigqueueinfo 365
-__NR_sched_get_priority_max    bits/syscall.h  d       160     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       161     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       241     #define __NR_sched_getaffinity 242
-__NR_sched_getattr     bits/syscall.h  d       379     #define __NR_sched_getattr 382
-__NR_sched_getparam    bits/syscall.h  d       156     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       158     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       162     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       240     #define __NR_sched_setaffinity 241
-__NR_sched_setattr     bits/syscall.h  d       378     #define __NR_sched_setattr 381
-__NR_sched_setparam    bits/syscall.h  d       155     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       157     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       159     #define __NR_sched_yield 158
-__NR_seccomp   bits/syscall.h  d       381     #define __NR_seccomp 384
-__NR_select    bits/syscall.h  d       83      #define __NR_select 82
-__NR_semctl    bits/syscall.h  d       325     #define __NR_semctl 328
-__NR_semget    bits/syscall.h  d       326     #define __NR_semget 329
-__NR_semop     bits/syscall.h  d       327     #define __NR_semop 330
-__NR_semtimedop        bits/syscall.h  d       322     #define __NR_semtimedop 325
-__NR_send      bits/syscall.h  d       351     #define __NR_send 354
-__NR_sendfile  bits/syscall.h  d       188     #define __NR_sendfile 187
-__NR_sendfile64        bits/syscall.h  d       238     #define __NR_sendfile64 239
-__NR_sendmmsg  bits/syscall.h  d       373     #define __NR_sendmmsg 376
-__NR_sendmsg   bits/syscall.h  d       357     #define __NR_sendmsg 360
-__NR_sendto    bits/syscall.h  d       350     #define __NR_sendto 353
-__NR_set_mempolicy     bits/syscall.h  d       274     #define __NR_set_mempolicy 276
-__NR_set_robust_list   bits/syscall.h  d       308     #define __NR_set_robust_list 311
-__NR_set_thread_area   bits/syscall.h  d       242     #define __NR_set_thread_area 243
-__NR_set_tid_address   bits/syscall.h  d       256     #define __NR_set_tid_address 258
-__NR_setdomainname     bits/syscall.h  d       122     #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       140     #define __NR_setfsgid 139
-__NR_setfsgid32        bits/syscall.h  d       217     #define __NR_setfsgid32 216
-__NR_setfsuid  bits/syscall.h  d       139     #define __NR_setfsuid 138
-__NR_setfsuid32        bits/syscall.h  d       216     #define __NR_setfsuid32 215
-__NR_setgid    bits/syscall.h  d       47      #define __NR_setgid 46
-__NR_setgid32  bits/syscall.h  d       215     #define __NR_setgid32 214
-__NR_setgroups bits/syscall.h  d       82      #define __NR_setgroups 81
-__NR_setgroups32       bits/syscall.h  d       207     #define __NR_setgroups32 206
-__NR_sethostname       bits/syscall.h  d       75      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       105     #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       372     #define __NR_setns 375
-__NR_setpgid   bits/syscall.h  d       58      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       98      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       72      #define __NR_setregid 71
-__NR_setregid32        bits/syscall.h  d       205     #define __NR_setregid32 204
-__NR_setresgid bits/syscall.h  d       171     #define __NR_setresgid 170
-__NR_setresgid32       bits/syscall.h  d       211     #define __NR_setresgid32 210
-__NR_setresuid bits/syscall.h  d       165     #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       209     #define __NR_setresuid32 208
-__NR_setreuid  bits/syscall.h  d       71      #define __NR_setreuid 70
-__NR_setreuid32        bits/syscall.h  d       204     #define __NR_setreuid32 203
-__NR_setrlimit bits/syscall.h  d       76      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       67      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       354     #define __NR_setsockopt 357
-__NR_settimeofday      bits/syscall.h  d       80      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       24      #define __NR_setuid 23
-__NR_setuid32  bits/syscall.h  d       214     #define __NR_setuid32 213
-__NR_setxattr  bits/syscall.h  d       225     #define __NR_setxattr 226
-__NR_sgetmask  bits/syscall.h  d       69      #define __NR_sgetmask 68
-__NR_shmat     bits/syscall.h  d       332     #define __NR_shmat 335
-__NR_shmctl    bits/syscall.h  d       333     #define __NR_shmctl 336
-__NR_shmdt     bits/syscall.h  d       334     #define __NR_shmdt 337
-__NR_shmget    bits/syscall.h  d       335     #define __NR_shmget 338
-__NR_shutdown  bits/syscall.h  d       356     #define __NR_shutdown 359
-__NR_sigaction bits/syscall.h  d       68      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       187     #define __NR_sigaltstack 186
-__NR_signal    bits/syscall.h  d       49      #define __NR_signal 48
-__NR_signalfd  bits/syscall.h  d       318     #define __NR_signalfd 321
-__NR_signalfd4 bits/syscall.h  d       336     #define __NR_signalfd4 339
-__NR_sigpending        bits/syscall.h  d       74      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       127     #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       120     #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       73      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       342     #define __NR_socket 345
-__NR_socketcall        bits/syscall.h  d       103     #define __NR_socketcall 102
-__NR_socketpair        bits/syscall.h  d       343     #define __NR_socketpair 346
-__NR_splice    bits/syscall.h  d       310     #define __NR_splice 313
-__NR_ssetmask  bits/syscall.h  d       70      #define __NR_ssetmask 69
-__NR_stat      bits/syscall.h  d       107     #define __NR_stat 106
-__NR_stat64    bits/syscall.h  d       196     #define __NR_stat64 195
-__NR_statfs    bits/syscall.h  d       100     #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       266     #define __NR_statfs64 268
-__NR_stime     bits/syscall.h  d       26      #define __NR_stime 25
-__NR_stty      bits/syscall.h  d       32      #define __NR_stty 31
-__NR_swapoff   bits/syscall.h  d       116     #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       88      #define __NR_swapon 87
-__NR_symlink   bits/syscall.h  d       84      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       301     #define __NR_symlinkat 304
-__NR_sync      bits/syscall.h  d       37      #define __NR_sync 36
-__NR_sync_file_range   bits/syscall.h  d       311     #define __NR_sync_file_range 314
-__NR_syncfs    bits/syscall.h  d       371     #define __NR_syncfs 374
-__NR_sysfs     bits/syscall.h  d       136     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       117     #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       312     #define __NR_tee 315
-__NR_tgkill    bits/syscall.h  d       268     #define __NR_tgkill 270
-__NR_time      bits/syscall.h  d       14      #define __NR_time 13
-__NR_timer_create      bits/syscall.h  d       257     #define __NR_timer_create 259
-__NR_timer_delete      bits/syscall.h  d       261     #define __NR_timer_delete 263
-__NR_timer_getoverrun  bits/syscall.h  d       260     #define __NR_timer_getoverrun 262
-__NR_timer_gettime     bits/syscall.h  d       259     #define __NR_timer_gettime 261
-__NR_timer_settime     bits/syscall.h  d       258     #define __NR_timer_settime 260
-__NR_timerfd_create    bits/syscall.h  d       319     #define __NR_timerfd_create 322
-__NR_timerfd_gettime   bits/syscall.h  d       324     #define __NR_timerfd_gettime 327
-__NR_timerfd_settime   bits/syscall.h  d       323     #define __NR_timerfd_settime 326
-__NR_times     bits/syscall.h  d       44      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       237     #define __NR_tkill 238
-__NR_truncate  bits/syscall.h  d       93      #define __NR_truncate 92
-__NR_truncate64        bits/syscall.h  d       194     #define __NR_truncate64 193
-__NR_ugetrlimit        bits/syscall.h  d       192     #define __NR_ugetrlimit 191
-__NR_ulimit    bits/syscall.h  d       59      #define __NR_ulimit 58
-__NR_umask     bits/syscall.h  d       61      #define __NR_umask 60
-__NR_umount    bits/syscall.h  d       23      #define __NR_umount 22
-__NR_umount2   bits/syscall.h  d       53      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       123     #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       298     #define __NR_unlinkat 301
-__NR_unshare   bits/syscall.h  d       307     #define __NR_unshare 310
-__NR_uselib    bits/syscall.h  d       87      #define __NR_uselib 86
-__NR_ustat     bits/syscall.h  d       63      #define __NR_ustat 62
-__NR_utime     bits/syscall.h  d       31      #define __NR_utime 30
-__NR_utimensat bits/syscall.h  d       317     #define __NR_utimensat 320
-__NR_utimes    bits/syscall.h  d       269     #define __NR_utimes 271
-__NR_vfork     bits/syscall.h  d       191     #define __NR_vfork 190
-__NR_vhangup   bits/syscall.h  d       112     #define __NR_vhangup 111
-__NR_vm86      bits/syscall.h  d       167     #define __NR_vm86 166
-__NR_vm86old   bits/syscall.h  d       114     #define __NR_vm86old 113
-__NR_vmsplice  bits/syscall.h  d       313     #define __NR_vmsplice 316
-__NR_vserver   bits/syscall.h  d       271     #define __NR_vserver 273
-__NR_wait4     bits/syscall.h  d       115     #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       282     #define __NR_waitid 284
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 7
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       147     #define __NR_writev 146
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[18];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-fenv_t bits/fenv.h     t       8       } fenv_t;
-fexcept_t      bits/fenv.h     t       4       typedef unsigned long fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef unsigned long greg_t, gregset_t[38];
-gregset_t      bits/signal.h   t       10      typedef unsigned long greg_t, gregset_t[38];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       22      } mcontext_t;
-mcontext_t     bits/signal.h   t       26      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       35      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       20      
-struct sigaltstack     bits/signal.h   s       29      
-struct sigcontext      bits/signal.h   s       11      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       41      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef int wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0100000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SYS_SYSCALL_BASE       bits/syscall.h  d       #define SYS_SYSCALL_BASE 0
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept     bits/syscall.h  d       #define SYS_accept 349
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 362
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 286
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 137
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 27
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 347
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 387
+SYS_break      bits/syscall.h  d       #define SYS_break 17
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_capget     bits/syscall.h  d       #define SYS_capget 184
+SYS_capset     bits/syscall.h  d       #define SYS_capset 185
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 182
+SYS_chown32    bits/syscall.h  d       #define SYS_chown32 212
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 373
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 266
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 265
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 267
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 264
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 350
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 342
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 254
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 341
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 255
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 319
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 256
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 323
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 340
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 388
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 252
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 307
+SYS_fadvise    bits/syscall.h  d       #define SYS_fadvise 250
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 272
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 324
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 368
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 369
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 306
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchown32   bits/syscall.h  d       #define SYS_fchown32 207
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 298
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 221
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 231
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 380
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 234
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 237
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 228
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 300
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 269
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftime      bits/syscall.h  d       #define SYS_ftime 35
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
+SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 130
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 275
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 312
+SYS_get_thread_area    bits/syscall.h  d       #define SYS_get_thread_area 244
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 318
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 183
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 220
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_getegid32  bits/syscall.h  d       #define SYS_getegid32 202
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_geteuid32  bits/syscall.h  d       #define SYS_geteuid32 201
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgid32   bits/syscall.h  d       #define SYS_getgid32 200
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getgroups32        bits/syscall.h  d       #define SYS_getgroups32 205
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 352
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 188
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 385
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 171
+SYS_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 211
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 209
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 76
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 351
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 358
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 224
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getuid32   bits/syscall.h  d       #define SYS_getuid32 199
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 229
+SYS_gtty       bits/syscall.h  d       #define SYS_gtty 32
+SYS_idle       bits/syscall.h  d       #define SYS_idle 112
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 292
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 291
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 344
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 293
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 101
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 110
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 290
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 289
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 379
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 283
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 288
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lchown32   bits/syscall.h  d       #define SYS_lchown32 198
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 230
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 303
+SYS_listen     bits/syscall.h  d       #define SYS_listen 348
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 232
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 233
+SYS_lock       bits/syscall.h  d       #define SYS_lock 53
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 253
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 236
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 227
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 219
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 274
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 386
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 294
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 218
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 296
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 297
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 90
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 192
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 123
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 317
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mpx        bits/syscall.h  d       #define SYS_mpx 56
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 282
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 281
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 280
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 279
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 278
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 331
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 332
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 333
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 334
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 371
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 169
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_oldfstat   bits/syscall.h  d       #define SYS_oldfstat 28
+SYS_oldlstat   bits/syscall.h  d       #define SYS_oldlstat 84
+SYS_oldolduname        bits/syscall.h  d       #define SYS_oldolduname 59
+SYS_oldstat    bits/syscall.h  d       #define SYS_oldstat 18
+SYS_olduname   bits/syscall.h  d       #define SYS_olduname 109
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 372
+SYS_openat     bits/syscall.h  d       #define SYS_openat 295
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 366
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 343
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
+SYS_poll       bits/syscall.h  d       #define SYS_poll 168
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
+SYS_pread      bits/syscall.h  d       #define SYS_pread 180
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 363
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 370
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 377
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 378
+SYS_prof       bits/syscall.h  d       #define SYS_prof 44
+SYS_profil     bits/syscall.h  d       #define SYS_profil 98
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 308
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 189
+SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite 181
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 364
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 167
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 225
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 89
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 305
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recv       bits/syscall.h  d       #define SYS_recv 356
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 355
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 367
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 361
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 302
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 383
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 287
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 365
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 242
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 382
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 381
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 384
+SYS_select     bits/syscall.h  d       #define SYS_select 82
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 328
+SYS_semget     bits/syscall.h  d       #define SYS_semget 329
+SYS_semop      bits/syscall.h  d       #define SYS_semop 330
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 325
+SYS_send       bits/syscall.h  d       #define SYS_send 354
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 376
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 360
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 353
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 276
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 311
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 243
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 258
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsgid32 bits/syscall.h  d       #define SYS_setfsgid32 216
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setfsuid32 bits/syscall.h  d       #define SYS_setfsuid32 215
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgid32   bits/syscall.h  d       #define SYS_setgid32 214
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_setgroups32        bits/syscall.h  d       #define SYS_setgroups32 206
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 375
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setregid32 bits/syscall.h  d       #define SYS_setregid32 204
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 170
+SYS_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 210
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 208
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setreuid32 bits/syscall.h  d       #define SYS_setreuid32 203
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 357
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 335
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 336
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 337
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 338
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 359
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
+SYS_signal     bits/syscall.h  d       #define SYS_signal 48
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 321
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 339
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 345
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 346
+SYS_splice     bits/syscall.h  d       #define SYS_splice 313
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 69
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_stime      bits/syscall.h  d       #define SYS_stime 25
+SYS_stty       bits/syscall.h  d       #define SYS_stty 31
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 304
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 314
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 374
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 315
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 270
+SYS_time       bits/syscall.h  d       #define SYS_time 13
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 259
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 263
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 262
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 261
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 260
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 322
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 327
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 326
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 193
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 191
+SYS_ulimit     bits/syscall.h  d       #define SYS_ulimit 58
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount     bits/syscall.h  d       #define SYS_umount 22
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 301
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 310
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utime      bits/syscall.h  d       #define SYS_utime 30
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 320
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vm86       bits/syscall.h  d       #define SYS_vm86 166
+SYS_vm86old    bits/syscall.h  d       #define SYS_vm86old 113
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 316
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 273
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 284
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 7
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept    bits/syscall.h  d       #define __NR_accept 349
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 362
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 286
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 137
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 27
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 347
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 387
+__NR_break     bits/syscall.h  d       #define __NR_break 17
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_capget    bits/syscall.h  d       #define __NR_capget 184
+__NR_capset    bits/syscall.h  d       #define __NR_capset 185
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 182
+__NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 373
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 266
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 265
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 267
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 264
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 350
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 342
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 254
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 341
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 255
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 319
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 256
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 323
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 340
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 388
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 252
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 307
+__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise 250
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 272
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 324
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 368
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 369
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 306
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchown32  bits/syscall.h  d       #define __NR_fchown32 207
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 298
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 221
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 231
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 380
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 234
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 237
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 228
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
+__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 300
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 269
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftime     bits/syscall.h  d       #define __NR_ftime 35
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
+__NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 130
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 275
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 312
+__NR_get_thread_area   bits/syscall.h  d       #define __NR_get_thread_area 244
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 318
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 183
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 220
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_getegid32 bits/syscall.h  d       #define __NR_getegid32 202
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_geteuid32 bits/syscall.h  d       #define __NR_geteuid32 201
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgid32  bits/syscall.h  d       #define __NR_getgid32 200
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getgroups32       bits/syscall.h  d       #define __NR_getgroups32 205
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 352
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 188
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 385
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 171
+__NR_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 211
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 209
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 76
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 351
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 358
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 224
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getuid32  bits/syscall.h  d       #define __NR_getuid32 199
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 229
+__NR_gtty      bits/syscall.h  d       #define __NR_gtty 32
+__NR_idle      bits/syscall.h  d       #define __NR_idle 112
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 292
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 291
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 344
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 293
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 101
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 110
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 290
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 289
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 379
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 283
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 288
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lchown32  bits/syscall.h  d       #define __NR_lchown32 198
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 230
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 303
+__NR_listen    bits/syscall.h  d       #define __NR_listen 348
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 232
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 233
+__NR_lock      bits/syscall.h  d       #define __NR_lock 53
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 253
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 236
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 227
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 219
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 274
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 386
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 294
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 218
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 296
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 297
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 90
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 192
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 123
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 317
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mpx       bits/syscall.h  d       #define __NR_mpx 56
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 282
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 281
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 280
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 279
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 278
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 331
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 332
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 333
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 334
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 371
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 169
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_oldfstat  bits/syscall.h  d       #define __NR_oldfstat 28
+__NR_oldlstat  bits/syscall.h  d       #define __NR_oldlstat 84
+__NR_oldolduname       bits/syscall.h  d       #define __NR_oldolduname 59
+__NR_oldstat   bits/syscall.h  d       #define __NR_oldstat 18
+__NR_olduname  bits/syscall.h  d       #define __NR_olduname 109
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 372
+__NR_openat    bits/syscall.h  d       #define __NR_openat 295
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 366
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 343
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
+__NR_poll      bits/syscall.h  d       #define __NR_poll 168
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
+__NR_pread     bits/syscall.h  d       #define __NR_pread 180
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 363
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 370
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 377
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 378
+__NR_prof      bits/syscall.h  d       #define __NR_prof 44
+__NR_profil    bits/syscall.h  d       #define __NR_profil 98
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 308
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 189
+__NR_pwrite    bits/syscall.h  d       #define __NR_pwrite 181
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 364
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 167
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 225
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 89
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 305
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recv      bits/syscall.h  d       #define __NR_recv 356
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 355
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 367
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 361
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 302
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 383
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 287
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 365
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 242
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 382
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 381
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 384
+__NR_select    bits/syscall.h  d       #define __NR_select 82
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 328
+__NR_semget    bits/syscall.h  d       #define __NR_semget 329
+__NR_semop     bits/syscall.h  d       #define __NR_semop 330
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 325
+__NR_send      bits/syscall.h  d       #define __NR_send 354
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 376
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 360
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 353
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 276
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 311
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 243
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 258
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsgid32        bits/syscall.h  d       #define __NR_setfsgid32 216
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setfsuid32        bits/syscall.h  d       #define __NR_setfsuid32 215
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgid32  bits/syscall.h  d       #define __NR_setgid32 214
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_setgroups32       bits/syscall.h  d       #define __NR_setgroups32 206
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 375
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setregid32        bits/syscall.h  d       #define __NR_setregid32 204
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 170
+__NR_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 210
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 208
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setreuid32        bits/syscall.h  d       #define __NR_setreuid32 203
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 357
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 335
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 336
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 337
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 338
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 359
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
+__NR_signal    bits/syscall.h  d       #define __NR_signal 48
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 321
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 339
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 345
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 346
+__NR_splice    bits/syscall.h  d       #define __NR_splice 313
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 69
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_stime     bits/syscall.h  d       #define __NR_stime 25
+__NR_stty      bits/syscall.h  d       #define __NR_stty 31
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 304
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 314
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 374
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 315
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 270
+__NR_time      bits/syscall.h  d       #define __NR_time 13
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 259
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 263
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 262
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 261
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 260
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 327
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 326
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 193
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 191
+__NR_ulimit    bits/syscall.h  d       #define __NR_ulimit 58
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount    bits/syscall.h  d       #define __NR_umount 22
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 301
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 310
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utime     bits/syscall.h  d       #define __NR_utime 30
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 320
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vm86      bits/syscall.h  d       #define __NR_vm86 166
+__NR_vm86old   bits/syscall.h  d       #define __NR_vm86old 113
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 316
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 273
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 284
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 7
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[18];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned long fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long greg_t, gregset_t[38];
+gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[38];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index ead161a..e14dfd9 100644 (file)
-B0     bits/termios.h  d       80      #define B0 0000000
-B1000000       bits/termios.h  d       107     #define B1000000 0010010
-B110   bits/termios.h  d       83      #define B110 0000003
-B115200        bits/termios.h  d       101     #define B115200 0010002
-B1152000       bits/termios.h  d       108     #define B1152000 0010011
-B1200  bits/termios.h  d       89      #define B1200 0000011
-B134   bits/termios.h  d       84      #define B134 0000004
-B150   bits/termios.h  d       85      #define B150 0000005
-B1500000       bits/termios.h  d       109     #define B1500000 0010012
-B1800  bits/termios.h  d       90      #define B1800 0000012
-B19200 bits/termios.h  d       94      #define B19200 0000016
-B200   bits/termios.h  d       86      #define B200 0000006
-B2000000       bits/termios.h  d       110     #define B2000000 0010013
-B230400        bits/termios.h  d       102     #define B230400 0010003
-B2400  bits/termios.h  d       91      #define B2400 0000013
-B2500000       bits/termios.h  d       111     #define B2500000 0010014
-B300   bits/termios.h  d       87      #define B300 0000007
-B3000000       bits/termios.h  d       112     #define B3000000 0010015
-B3500000       bits/termios.h  d       113     #define B3500000 0010016
-B38400 bits/termios.h  d       95      #define B38400 0000017
-B4000000       bits/termios.h  d       114     #define B4000000 0010017
-B460800        bits/termios.h  d       103     #define B460800 0010004
-B4800  bits/termios.h  d       92      #define B4800 0000014
-B50    bits/termios.h  d       81      #define B50 0000001
-B500000        bits/termios.h  d       104     #define B500000 0010005
-B57600 bits/termios.h  d       100     #define B57600 0010001
-B576000        bits/termios.h  d       105     #define B576000 0010006
-B600   bits/termios.h  d       88      #define B600 0000010
-B75    bits/termios.h  d       82      #define B75 0000002
-B921600        bits/termios.h  d       106     #define B921600 0010007
-B9600  bits/termios.h  d       93      #define B9600 0000015
-BOTHER bits/termios.h  d       99      #define BOTHER 0010000
-BRKINT bits/termios.h  d       33      #define BRKINT 0000002
-BS0    bits/termios.h  d       70      #define BS0 0000000
-BS1    bits/termios.h  d       71      #define BS1 0020000
-BSDLY  bits/termios.h  d       69      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       116     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       161     #define CBAUDEX 0010000
-CIBAUD bits/termios.h  d       162     #define CIBAUD 002003600000
-CLOCAL bits/termios.h  d       128     #define CLOCAL 0004000
-CMSPAR bits/termios.h  d       164     #define CMSPAR 010000000000
-CR0    bits/termios.h  d       60      #define CR0 0000000
-CR1    bits/termios.h  d       61      #define CR1 0001000
-CR2    bits/termios.h  d       62      #define CR2 0002000
-CR3    bits/termios.h  d       63      #define CR3 0003000
-CRDLY  bits/termios.h  d       59      #define CRDLY 0003000
-CREAD  bits/termios.h  d       124     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       165     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       119     #define CS5 0000000
-CS6    bits/termios.h  d       120     #define CS6 0000020
-CS7    bits/termios.h  d       121     #define CS7 0000040
-CS8    bits/termios.h  d       122     #define CS8 0000060
-CSIZE  bits/termios.h  d       118     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       123     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       98      #define EADDRINUSE 125
-EADDRNOTAVAIL  bits/errno.h    d       99      #define EADDRNOTAVAIL 126
-EADV   bits/errno.h    d       63      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       97      #define EAFNOSUPPORT 124
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       120     #define EALREADY 149
-EBADE  bits/errno.h    d       47      #define EBADE 50
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       73      #define EBADFD 81
-EBADMSG        bits/errno.h    d       69      #define EBADMSG 77
-EBADR  bits/errno.h    d       48      #define EBADR 51
-EBADRQC        bits/errno.h    d       51      #define EBADRQC 54
-EBADSLT        bits/errno.h    d       52      #define EBADSLT 55
-EBFONT bits/errno.h    d       54      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       123     #define ECANCELED 158
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       133     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       139     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       134     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       135     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       141     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       136     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       140     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       37      #define ECHRNG 37
-ECOMM  bits/errno.h    d       65      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       103     #define ECONNABORTED 130
-ECONNREFUSED   bits/errno.h    d       116     #define ECONNREFUSED 146
-ECONNRESET     bits/errno.h    d       104     #define ECONNRESET 131
-EDEADLK        bits/errno.h    d       45      #define EDEADLK 45
-EDEADLOCK      bits/errno.h    d       53      #define EDEADLOCK 56
-EDESTADDRREQ   bits/errno.h    d       88      #define EDESTADDRREQ 96
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       67      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       134     #define EDQUOT 1133
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EF_CP0_BADVADDR        bits/reg.h      d       42      #define EF_CP0_BADVADDR 41
-EF_CP0_CAUSE   bits/reg.h      d       44      #define EF_CP0_CAUSE 43
-EF_CP0_EPC     bits/reg.h      d       41      #define EF_CP0_EPC 40
-EF_CP0_STATUS  bits/reg.h      d       43      #define EF_CP0_STATUS 42
-EF_HI  bits/reg.h      d       39      #define EF_HI 39
-EF_LO  bits/reg.h      d       38      #define EF_LO 38
-EF_R0  bits/reg.h      d       4       #define EF_R0 6
-EF_R1  bits/reg.h      d       5       #define EF_R1 7
-EF_R10 bits/reg.h      d       14      #define EF_R10 16
-EF_R11 bits/reg.h      d       15      #define EF_R11 17
-EF_R12 bits/reg.h      d       16      #define EF_R12 18
-EF_R13 bits/reg.h      d       17      #define EF_R13 19
-EF_R14 bits/reg.h      d       18      #define EF_R14 20
-EF_R15 bits/reg.h      d       19      #define EF_R15 21
-EF_R16 bits/reg.h      d       20      #define EF_R16 22
-EF_R17 bits/reg.h      d       21      #define EF_R17 23
-EF_R18 bits/reg.h      d       22      #define EF_R18 24
-EF_R19 bits/reg.h      d       23      #define EF_R19 25
-EF_R2  bits/reg.h      d       6       #define EF_R2 8
-EF_R20 bits/reg.h      d       24      #define EF_R20 26
-EF_R21 bits/reg.h      d       25      #define EF_R21 27
-EF_R22 bits/reg.h      d       26      #define EF_R22 28
-EF_R23 bits/reg.h      d       27      #define EF_R23 29
-EF_R24 bits/reg.h      d       28      #define EF_R24 30
-EF_R25 bits/reg.h      d       29      #define EF_R25 31
-EF_R26 bits/reg.h      d       31      #define EF_R26 32
-EF_R27 bits/reg.h      d       32      #define EF_R27 33
-EF_R28 bits/reg.h      d       33      #define EF_R28 34
-EF_R29 bits/reg.h      d       34      #define EF_R29 35
-EF_R3  bits/reg.h      d       7       #define EF_R3 9
-EF_R30 bits/reg.h      d       35      #define EF_R30 36
-EF_R31 bits/reg.h      d       36      #define EF_R31 37
-EF_R4  bits/reg.h      d       8       #define EF_R4 10
-EF_R5  bits/reg.h      d       9       #define EF_R5 11
-EF_R6  bits/reg.h      d       10      #define EF_R6 12
-EF_R7  bits/reg.h      d       11      #define EF_R7 13
-EF_R8  bits/reg.h      d       12      #define EF_R8 14
-EF_R9  bits/reg.h      d       13      #define EF_R9 15
-EF_SIZE        bits/reg.h      d       47      #define EF_SIZE 180
-EF_UNUSED0     bits/reg.h      d       45      #define EF_UNUSED0 44
-EHOSTDOWN      bits/errno.h    d       117     #define EHOSTDOWN 147
-EHOSTUNREACH   bits/errno.h    d       118     #define EHOSTUNREACH 148
-EHWPOISON      bits/errno.h    d       133     #define EHWPOISON 168
-EIDRM  bits/errno.h    d       36      #define EIDRM 36
-EILSEQ bits/errno.h    d       80      #define EILSEQ 88
-EINPROGRESS    bits/errno.h    d       121     #define EINPROGRESS 150
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       106     #define EISCONN 133
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       111     #define EISNAM 139
-EKEYEXPIRED    bits/errno.h    d       127     #define EKEYEXPIRED 162
-EKEYREJECTED   bits/errno.h    d       129     #define EKEYREJECTED 164
-EKEYREVOKED    bits/errno.h    d       128     #define EKEYREVOKED 163
-EL2HLT bits/errno.h    d       44      #define EL2HLT 44
-EL2NSYNC       bits/errno.h    d       38      #define EL2NSYNC 38
-EL3HLT bits/errno.h    d       39      #define EL3HLT 39
-EL3RST bits/errno.h    d       40      #define EL3RST 40
-ELF_NFPREG     bits/user.h     d       11      #define ELF_NFPREG 33
-ELF_NGREG      bits/user.h     d       10      #define ELF_NGREG 45
-ELIBACC        bits/errno.h    d       75      #define ELIBACC 83
-ELIBBAD        bits/errno.h    d       76      #define ELIBBAD 84
-ELIBEXEC       bits/errno.h    d       79      #define ELIBEXEC 87
-ELIBMAX        bits/errno.h    d       78      #define ELIBMAX 86
-ELIBSCN        bits/errno.h    d       77      #define ELIBSCN 85
-ELNRNG bits/errno.h    d       41      #define ELNRNG 41
-ELOOP  bits/errno.h    d       82      #define ELOOP 90
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 160
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       89      #define EMSGSIZE 97
-EMULTIHOP      bits/errno.h    d       68      #define EMULTIHOP 74
-ENAMETOOLONG   bits/errno.h    d       70      #define ENAMETOOLONG 78
-ENAVAIL        bits/errno.h    d       110     #define ENAVAIL 138
-ENETDOWN       bits/errno.h    d       100     #define ENETDOWN 127
-ENETRESET      bits/errno.h    d       102     #define ENETRESET 129
-ENETUNREACH    bits/errno.h    d       101     #define ENETUNREACH 128
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       50      #define ENOANO 53
-ENOBUFS        bits/errno.h    d       105     #define ENOBUFS 132
-ENOCSI bits/errno.h    d       43      #define ENOCSI 43
-ENODATA        bits/errno.h    d       56      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       126     #define ENOKEY 161
-ENOLCK bits/errno.h    d       46      #define ENOLCK 46
-ENOLINK        bits/errno.h    d       62      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 159
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       35      #define ENOMSG 35
-ENONET bits/errno.h    d       59      #define ENONET 64
-ENOPKG bits/errno.h    d       60      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       91      #define ENOPROTOOPT 99
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       58      #define ENOSR 63
-ENOSTR bits/errno.h    d       55      #define ENOSTR 60
-ENOSYS bits/errno.h    d       81      #define ENOSYS 89
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       107     #define ENOTCONN 134
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       85      #define ENOTEMPTY 93
-ENOTNAM        bits/errno.h    d       109     #define ENOTNAM 137
-ENOTRECOVERABLE        bits/errno.h    d       131     #define ENOTRECOVERABLE 166
-ENOTSOCK       bits/errno.h    d       87      #define ENOTSOCK 95
-ENOTSUP        bits/errno.h    d       95      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       72      #define ENOTUNIQ 80
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       94      #define EOPNOTSUPP 122
-EOVERFLOW      bits/errno.h    d       71      #define EOVERFLOW 79
-EOWNERDEAD     bits/errno.h    d       130     #define EOWNERDEAD 165
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       96      #define EPFNOSUPPORT 123
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       66      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       92      #define EPROTONOSUPPORT 120
-EPROTOTYPE     bits/errno.h    d       90      #define EPROTOTYPE 98
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       74      #define EREMCHG 82
-EREMOTE        bits/errno.h    d       61      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       112     #define EREMOTEIO 140
-ERESTART       bits/errno.h    d       83      #define ERESTART 91
-ERFKILL        bits/errno.h    d       132     #define ERFKILL 167
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       113     #define ESHUTDOWN 143
-ESOCKTNOSUPPORT        bits/errno.h    d       93      #define ESOCKTNOSUPPORT 121
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       64      #define ESRMNT 69
-ESTALE bits/errno.h    d       122     #define ESTALE 151
-ESTRPIPE       bits/errno.h    d       84      #define ESTRPIPE 92
-ETIME  bits/errno.h    d       57      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       115     #define ETIMEDOUT 145
-ETOOMANYREFS   bits/errno.h    d       114     #define ETOOMANYREFS 144
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       108     #define EUCLEAN 135
-EUNATCH        bits/errno.h    d       42      #define EUNATCH 42
-EUSERS bits/errno.h    d       86      #define EUSERS 94
-EWOULDBLOCK    bits/errno.h    d       119     #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       49      #define EXFULL 52
-EXTA   bits/termios.h  d       96      #define EXTA 0000016
-EXTB   bits/termios.h  d       97      #define EXTB 0000017
-EXTPROC        bits/termios.h  d       166     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       11      #define FE_ALL_EXCEPT 124
-FE_ALL_EXCEPT  bits/fenv.h     d       2       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       25      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       8       #define FE_DIVBYZERO 32
-FE_DOWNWARD    bits/fenv.h     d       16      #define FE_DOWNWARD 3
-FE_INEXACT     bits/fenv.h     d       5       #define FE_INEXACT 4
-FE_INVALID     bits/fenv.h     d       9       #define FE_INVALID 64
-FE_OVERFLOW    bits/fenv.h     d       7       #define FE_OVERFLOW 16
-FE_TONEAREST   bits/fenv.h     d       13      #define FE_TONEAREST 0
-FE_TONEAREST   bits/fenv.h     d       3       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       14      #define FE_TOWARDZERO 1
-FE_UNDERFLOW   bits/fenv.h     d       6       #define FE_UNDERFLOW 8
-FE_UPWARD      bits/fenv.h     d       15      #define FE_UPWARD 2
-FF0    bits/termios.h  d       73      #define FF0 0000000
-FF1    bits/termios.h  d       74      #define FF1 0100000
-FFDLY  bits/termios.h  d       72      #define FFDLY 0100000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       41      #define FIOASYNC 0x667D
-FIOCLEX        bits/ioctl.h    d       39      #define FIOCLEX 0x6601
-FIOGETOWN      bits/ioctl.h    d       145     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       42      #define FIONBIO 0x667E
-FIONCLEX       bits/ioctl.h    d       40      #define FIONCLEX 0x6602
-FIONREAD       bits/ioctl.h    d       51      #define FIONREAD 0x467F
-FIOQSIZE       bits/ioctl.h    d       43      #define FIOQSIZE 0x667F
-FIOSETOWN      bits/ioctl.h    d       143     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       142     #define FLUSHO 0020000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 33
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 23
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 34
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 35
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 24
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       127     #define HUPCL 0002000
-IBSHIFT        bits/termios.h  d       163     #define IBSHIFT 16
-ICANON bits/termios.h  d       131     #define ICANON 0000002
-ICRNL  bits/termios.h  d       40      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       138     #define IEXTEN 0000400
-IGNBRK bits/termios.h  d       32      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       39      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       34      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       45      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       38      #define INLCR 0000100
-INPCK  bits/termios.h  d       36      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       130     #define ISIG 0000001
-ISTRIP bits/termios.h  d       37      #define ISTRIP 0000040
-ITOSTOP        bits/termios.h  d       145     #define ITOSTOP 0100000
-IUCLC  bits/termios.h  d       41      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       46      #define IUTF8 0040000
-IXANY  bits/termios.h  d       43      #define IXANY 0004000
-IXOFF  bits/termios.h  d       44      #define IXOFF 0010000
-IXON   bits/termios.h  d       42      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffL
-MAP_ANON       bits/mman.h     d       2       #define MAP_ANON 0x800
-MAP_DENYWRITE  bits/mman.h     d       8       #define MAP_DENYWRITE 0x2000
-MAP_EXECUTABLE bits/mman.h     d       10      #define MAP_EXECUTABLE 0x4000
-MAP_GROWSDOWN  bits/mman.h     d       6       #define MAP_GROWSDOWN 0x1000
-MAP_HUGETLB    bits/mman.h     d       20      #define MAP_HUGETLB 0x80000
-MAP_LOCKED     bits/mman.h     d       12      #define MAP_LOCKED 0x8000
-MAP_NONBLOCK   bits/mman.h     d       16      #define MAP_NONBLOCK 0x20000
-MAP_NORESERVE  bits/mman.h     d       4       #define MAP_NORESERVE 0x0400
-MAP_POPULATE   bits/mman.h     d       14      #define MAP_POPULATE 0x10000
-MAP_STACK      bits/mman.h     d       18      #define MAP_STACK 0x40000
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       57      #define NL0 0000000
-NL1    bits/termios.h  d       58      #define NL1 0000400
-NLDLY  bits/termios.h  d       56      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       137     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       133     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       131     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       141     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       139     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       137     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       134     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       128     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       129     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       136     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       135     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       127     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       138     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       130     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       140     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       126     #define N_TTY 0
-N_X25  bits/ioctl.h    d       132     #define N_X25 6
-OCRNL  bits/termios.h  d       51      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       55      #define OFDEL 0000200
-OFILL  bits/termios.h  d       54      #define OFILL 0000100
-OLCUC  bits/termios.h  d       49      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       50      #define ONLCR 0000004
-ONLRET bits/termios.h  d       53      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       52      #define ONOCR 0000020
-OPOST  bits/termios.h  d       48      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 0010
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 010000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0400
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0100000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 0020
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 02000
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 020000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 04000
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 0200
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 040020
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 040020
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       125     #define PARENB 0000400
-PARMRK bits/termios.h  d       35      #define PARMRK 0000010
-PARODD bits/termios.h  d       126     #define PARODD 0001000
-PENDIN bits/termios.h  d       143     #define PENDIN 0040000
-POLLWRBAND     bits/poll.h     d       2       #define POLLWRBAND 0x100
-POLLWRNORM     bits/poll.h     d       1       #define POLLWRNORM POLLOUT
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-RLIMIT_AS      bits/resource.h d       2       #define RLIMIT_AS 6
-RLIMIT_MEMLOCK bits/resource.h d       5       #define RLIMIT_MEMLOCK 9
-RLIMIT_NOFILE  bits/resource.h d       1       #define RLIMIT_NOFILE 5
-RLIMIT_NPROC   bits/resource.h d       4       #define RLIMIT_NPROC 8
-RLIMIT_RSS     bits/resource.h d       3       #define RLIMIT_RSS 7
-SA_NOCLDSTOP   bits/signal.h   d       60      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       61      #define SA_NOCLDWAIT 0x10000
-SA_NODEFER     bits/signal.h   d       65      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       63      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       66      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       64      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       67      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       62      #define SA_SIGINFO 8
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       92      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       101     #define SIGALRM 14
-SIGBUS bits/signal.h   d       97      #define SIGBUS 10
-SIGCHLD        bits/signal.h   d       105     #define SIGCHLD 18
-SIGCONT        bits/signal.h   d       113     #define SIGCONT 25
-SIGFPE bits/signal.h   d       95      #define SIGFPE 8
-SIGHUP bits/signal.h   d       87      #define SIGHUP 1
-SIGILL bits/signal.h   d       90      #define SIGILL 4
-SIGINT bits/signal.h   d       88      #define SIGINT 2
-SIGIO  bits/signal.h   d       109     #define SIGIO 22
-SIGIOT bits/signal.h   d       93      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       96      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       100     #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       110     #define SIGPOLL SIGIO
-SIGPROF        bits/signal.h   d       117     #define SIGPROF 29
-SIGPWR bits/signal.h   d       106     #define SIGPWR 19
-SIGQUIT        bits/signal.h   d       89      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       98      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       94      #define SIGSTKFLT 7
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       111     #define SIGSTOP 23
-SIGSYS bits/signal.h   d       99      #define SIGSYS 12
-SIGTERM        bits/signal.h   d       102     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       91      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       112     #define SIGTSTP 24
-SIGTTIN        bits/signal.h   d       114     #define SIGTTIN 26
-SIGTTOU        bits/signal.h   d       115     #define SIGTTOU 27
-SIGUNUSED      bits/signal.h   d       120     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       108     #define SIGURG 21
-SIGUSR1        bits/signal.h   d       103     #define SIGUSR1 16
-SIGUSR2        bits/signal.h   d       104     #define SIGUSR2 17
-SIGVTALRM      bits/signal.h   d       116     #define SIGVTALRM 28
-SIGWINCH       bits/signal.h   d       107     #define SIGWINCH 20
-SIGXCPU        bits/signal.h   d       118     #define SIGXCPU 30
-SIGXFSZ        bits/signal.h   d       119     #define SIGXFSZ 31
-SIG_BLOCK      bits/signal.h   d       72      #define SIG_BLOCK 1
-SIG_SETMASK    bits/signal.h   d       74      #define SIG_SETMASK 3
-SIG_UNBLOCK    bits/signal.h   d       73      #define SIG_UNBLOCK 2
-SIOCADDDLCI    bits/ioctl.h    d       206     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       179     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       150     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       147     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       195     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       207     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       180     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       151     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       209     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       185     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       199     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       196     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       159     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       189     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       163     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       156     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       187     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       161     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       174     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       157     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       176     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       181     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       203     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       169     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       167     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       171     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       154     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       165     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       184     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       177     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       192     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       146     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       200     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       148     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       210     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       152     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       197     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       160     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       190     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       164     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       162     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       175     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       158     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       173     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       186     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       155     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       204     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       170     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       168     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       172     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       166     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       183     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       178     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       193     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       144     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       201     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       182     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SI_ASYNCIO     bits/signal.h   d       79      #define SI_ASYNCIO (-2)
-SI_MESGQ       bits/signal.h   d       80      #define SI_MESGQ (-4)
-SI_TIMER       bits/signal.h   d       81      #define SI_TIMER (-3)
-SOCK_CLOEXEC   bits/socket.h   d       54      #define SOCK_CLOEXEC 02000000
-SOCK_DGRAM     bits/socket.h   d       20      #define SOCK_DGRAM 1
-SOCK_NONBLOCK  bits/socket.h   d       53      #define SOCK_NONBLOCK 0200
-SOCK_STREAM    bits/socket.h   d       19      #define SOCK_STREAM 2
-SOL_SOCKET     bits/socket.h   d       22      #define SOL_SOCKET 65535
-SO_ACCEPTCONN  bits/socket.h   d       41      #define SO_ACCEPTCONN 0x1009
-SO_BROADCAST   bits/socket.h   d       29      #define SO_BROADCAST 0x0020
-SO_BSDCOMPAT   bits/socket.h   d       47      #define SO_BSDCOMPAT 14
-SO_DEBUG       bits/socket.h   d       24      #define SO_DEBUG 1
-SO_DOMAIN      bits/socket.h   d       43      #define SO_DOMAIN 0x1029
-SO_DONTROUTE   bits/socket.h   d       28      #define SO_DONTROUTE 0x0010
-SO_ERROR       bits/socket.h   d       39      #define SO_ERROR 0x1007
-SO_KEEPALIVE   bits/socket.h   d       27      #define SO_KEEPALIVE 0x0008
-SO_LINGER      bits/socket.h   d       30      #define SO_LINGER 0x0080
-SO_NO_CHECK    bits/socket.h   d       45      #define SO_NO_CHECK 11
-SO_OOBINLINE   bits/socket.h   d       31      #define SO_OOBINLINE 0x0100
-SO_PASSCRED    bits/socket.h   d       48      #define SO_PASSCRED 17
-SO_PEERCRED    bits/socket.h   d       49      #define SO_PEERCRED 18
-SO_PRIORITY    bits/socket.h   d       46      #define SO_PRIORITY 12
-SO_PROTOCOL    bits/socket.h   d       42      #define SO_PROTOCOL 0x1028
-SO_RCVBUF      bits/socket.h   d       34      #define SO_RCVBUF 0x1002
-SO_RCVBUFFORCE bits/socket.h   d       51      #define SO_RCVBUFFORCE 33
-SO_RCVLOWAT    bits/socket.h   d       36      #define SO_RCVLOWAT 0x1004
-SO_RCVTIMEO    bits/socket.h   d       37      #define SO_RCVTIMEO 0x1006
-SO_REUSEADDR   bits/socket.h   d       26      #define SO_REUSEADDR 0x0004
-SO_REUSEPORT   bits/socket.h   d       32      #define SO_REUSEPORT 0x0200
-SO_SNDBUF      bits/socket.h   d       33      #define SO_SNDBUF 0x1001
-SO_SNDBUFFORCE bits/socket.h   d       50      #define SO_SNDBUFFORCE 31
-SO_SNDLOWAT    bits/socket.h   d       35      #define SO_SNDLOWAT 0x1003
-SO_SNDTIMEO    bits/socket.h   d       38      #define SO_SNDTIMEO 0x1005
-SO_TYPE        bits/socket.h   d       40      #define SO_TYPE 0x1008
-SYS__llseek    bits/syscall.h  d       504     #define SYS__llseek 4140
-SYS__sysctl    bits/syscall.h  d       517     #define SYS__sysctl 4153
-SYS_accept     bits/syscall.h  d       532     #define SYS_accept 4168
-SYS_accept4    bits/syscall.h  d       697     #define SYS_accept4 4334
-SYS_access     bits/syscall.h  d       397     #define SYS_access 4033
-SYS_acct       bits/syscall.h  d       415     #define SYS_acct 4051
-SYS_add_key    bits/syscall.h  d       643     #define SYS_add_key 4280
-SYS_adjtimex   bits/syscall.h  d       488     #define SYS_adjtimex 4124
-SYS_afs_syscall        bits/syscall.h  d       501     #define SYS_afs_syscall 4137
-SYS_alarm      bits/syscall.h  d       391     #define SYS_alarm 4027
-SYS_bdflush    bits/syscall.h  d       498     #define SYS_bdflush 4134
-SYS_bind       bits/syscall.h  d       533     #define SYS_bind 4169
-SYS_bpf        bits/syscall.h  d       718     #define SYS_bpf 4355
-SYS_break      bits/syscall.h  d       381     #define SYS_break 4017
-SYS_brk        bits/syscall.h  d       409     #define SYS_brk 4045
-SYS_cachectl   bits/syscall.h  d       512     #define SYS_cachectl 4148
-SYS_cacheflush bits/syscall.h  d       511     #define SYS_cacheflush 4147
-SYS_capget     bits/syscall.h  d       568     #define SYS_capget 4204
-SYS_capset     bits/syscall.h  d       569     #define SYS_capset 4205
-SYS_chdir      bits/syscall.h  d       376     #define SYS_chdir 4012
-SYS_chmod      bits/syscall.h  d       379     #define SYS_chmod 4015
-SYS_chown      bits/syscall.h  d       566     #define SYS_chown 4202
-SYS_chroot     bits/syscall.h  d       425     #define SYS_chroot 4061
-SYS_clock_adjtime      bits/syscall.h  d       704     #define SYS_clock_adjtime 4341
-SYS_clock_getres       bits/syscall.h  d       628     #define SYS_clock_getres 4264
-SYS_clock_gettime      bits/syscall.h  d       627     #define SYS_clock_gettime 4263
-SYS_clock_nanosleep    bits/syscall.h  d       629     #define SYS_clock_nanosleep 4265
-SYS_clock_settime      bits/syscall.h  d       626     #define SYS_clock_settime 4262
-SYS_clone      bits/syscall.h  d       484     #define SYS_clone 4120
-SYS_close      bits/syscall.h  d       370     #define SYS_close 4006
-SYS_connect    bits/syscall.h  d       534     #define SYS_connect 4170
-SYS_copy_file_range    bits/syscall.h  d       723     #define SYS_copy_file_range 4360
-SYS_creat      bits/syscall.h  d       372     #define SYS_creat 4008
-SYS_create_module      bits/syscall.h  d       491     #define SYS_create_module 4127
-SYS_delete_module      bits/syscall.h  d       493     #define SYS_delete_module 4129
-SYS_dup        bits/syscall.h  d       405     #define SYS_dup 4041
-SYS_dup2       bits/syscall.h  d       427     #define SYS_dup2 4063
-SYS_dup3       bits/syscall.h  d       690     #define SYS_dup3 4327
-SYS_epoll_create       bits/syscall.h  d       612     #define SYS_epoll_create 4248
-SYS_epoll_create1      bits/syscall.h  d       689     #define SYS_epoll_create1 4326
-SYS_epoll_ctl  bits/syscall.h  d       613     #define SYS_epoll_ctl 4249
-SYS_epoll_pwait        bits/syscall.h  d       676     #define SYS_epoll_pwait 4313
-SYS_epoll_wait bits/syscall.h  d       614     #define SYS_epoll_wait 4250
-SYS_eventfd    bits/syscall.h  d       682     #define SYS_eventfd 4319
-SYS_eventfd2   bits/syscall.h  d       688     #define SYS_eventfd2 4325
-SYS_execve     bits/syscall.h  d       375     #define SYS_execve 4011
-SYS_execveat   bits/syscall.h  d       719     #define SYS_execveat 4356
-SYS_exit       bits/syscall.h  d       365     #define SYS_exit 4001
-SYS_exit_group bits/syscall.h  d       610     #define SYS_exit_group 4246
-SYS_faccessat  bits/syscall.h  d       663     #define SYS_faccessat 4300
-SYS_fadvise    bits/syscall.h  d       618     #define SYS_fadvise 4254
-SYS_fallocate  bits/syscall.h  d       683     #define SYS_fallocate 4320
-SYS_fanotify_init      bits/syscall.h  d       699     #define SYS_fanotify_init 4336
-SYS_fanotify_mark      bits/syscall.h  d       700     #define SYS_fanotify_mark 4337
-SYS_fchdir     bits/syscall.h  d       497     #define SYS_fchdir 4133
-SYS_fchmod     bits/syscall.h  d       458     #define SYS_fchmod 4094
-SYS_fchmodat   bits/syscall.h  d       662     #define SYS_fchmodat 4299
-SYS_fchown     bits/syscall.h  d       459     #define SYS_fchown 4095
-SYS_fchownat   bits/syscall.h  d       654     #define SYS_fchownat 4291
-SYS_fcntl      bits/syscall.h  d       419     #define SYS_fcntl 4055
-SYS_fcntl64    bits/syscall.h  d       584     #define SYS_fcntl64 4220
-SYS_fdatasync  bits/syscall.h  d       516     #define SYS_fdatasync 4152
-SYS_fgetxattr  bits/syscall.h  d       593     #define SYS_fgetxattr 4229
-SYS_finit_module       bits/syscall.h  d       711     #define SYS_finit_module 4348
-SYS_flistxattr bits/syscall.h  d       596     #define SYS_flistxattr 4232
-SYS_flock      bits/syscall.h  d       507     #define SYS_flock 4143
-SYS_fork       bits/syscall.h  d       366     #define SYS_fork 4002
-SYS_fremovexattr       bits/syscall.h  d       599     #define SYS_fremovexattr 4235
-SYS_fsetxattr  bits/syscall.h  d       590     #define SYS_fsetxattr 4226
-SYS_fstat      bits/syscall.h  d       472     #define SYS_fstat 4108
-SYS_fstat64    bits/syscall.h  d       579     #define SYS_fstat64 4215
-SYS_fstatat    bits/syscall.h  d       656     #define SYS_fstatat 4293
-SYS_fstatfs    bits/syscall.h  d       464     #define SYS_fstatfs 4100
-SYS_fstatfs64  bits/syscall.h  d       620     #define SYS_fstatfs64 4256
-SYS_fsync      bits/syscall.h  d       482     #define SYS_fsync 4118
-SYS_ftime      bits/syscall.h  d       399     #define SYS_ftime 4035
-SYS_ftruncate  bits/syscall.h  d       457     #define SYS_ftruncate 4093
-SYS_ftruncate64        bits/syscall.h  d       576     #define SYS_ftruncate64 4212
-SYS_futex      bits/syscall.h  d       602     #define SYS_futex 4238
-SYS_futimesat  bits/syscall.h  d       655     #define SYS_futimesat 4292
-SYS_get_kernel_syms    bits/syscall.h  d       494     #define SYS_get_kernel_syms 4130
-SYS_get_mempolicy      bits/syscall.h  d       633     #define SYS_get_mempolicy 4269
-SYS_get_robust_list    bits/syscall.h  d       673     #define SYS_get_robust_list 4310
-SYS_getcpu     bits/syscall.h  d       675     #define SYS_getcpu 4312
-SYS_getcwd     bits/syscall.h  d       567     #define SYS_getcwd 4203
-SYS_getdents   bits/syscall.h  d       505     #define SYS_getdents 4141
-SYS_getdents64 bits/syscall.h  d       583     #define SYS_getdents64 4219
-SYS_getegid    bits/syscall.h  d       414     #define SYS_getegid 4050
-SYS_geteuid    bits/syscall.h  d       413     #define SYS_geteuid 4049
-SYS_getgid     bits/syscall.h  d       411     #define SYS_getgid 4047
-SYS_getgroups  bits/syscall.h  d       444     #define SYS_getgroups 4080
-SYS_getitimer  bits/syscall.h  d       469     #define SYS_getitimer 4105
-SYS_getpeername        bits/syscall.h  d       535     #define SYS_getpeername 4171
-SYS_getpgid    bits/syscall.h  d       496     #define SYS_getpgid 4132
-SYS_getpgrp    bits/syscall.h  d       429     #define SYS_getpgrp 4065
-SYS_getpid     bits/syscall.h  d       384     #define SYS_getpid 4020
-SYS_getpmsg    bits/syscall.h  d       572     #define SYS_getpmsg 4208
-SYS_getppid    bits/syscall.h  d       428     #define SYS_getppid 4064
-SYS_getpriority        bits/syscall.h  d       460     #define SYS_getpriority 4096
-SYS_getrandom  bits/syscall.h  d       716     #define SYS_getrandom 4353
-SYS_getresgid  bits/syscall.h  d       555     #define SYS_getresgid 4191
-SYS_getresuid  bits/syscall.h  d       550     #define SYS_getresuid 4186
-SYS_getrlimit  bits/syscall.h  d       440     #define SYS_getrlimit 4076
-SYS_getrusage  bits/syscall.h  d       441     #define SYS_getrusage 4077
-SYS_getsid     bits/syscall.h  d       515     #define SYS_getsid 4151
-SYS_getsockname        bits/syscall.h  d       536     #define SYS_getsockname 4172
-SYS_getsockopt bits/syscall.h  d       537     #define SYS_getsockopt 4173
-SYS_gettid     bits/syscall.h  d       586     #define SYS_gettid 4222
-SYS_gettimeofday       bits/syscall.h  d       442     #define SYS_gettimeofday 4078
-SYS_getuid     bits/syscall.h  d       388     #define SYS_getuid 4024
-SYS_getxattr   bits/syscall.h  d       591     #define SYS_getxattr 4227
-SYS_gtty       bits/syscall.h  d       396     #define SYS_gtty 4032
-SYS_idle       bits/syscall.h  d       476     #define SYS_idle 4112
-SYS_init_module        bits/syscall.h  d       492     #define SYS_init_module 4128
-SYS_inotify_add_watch  bits/syscall.h  d       648     #define SYS_inotify_add_watch 4285
-SYS_inotify_init       bits/syscall.h  d       647     #define SYS_inotify_init 4284
-SYS_inotify_init1      bits/syscall.h  d       692     #define SYS_inotify_init1 4329
-SYS_inotify_rm_watch   bits/syscall.h  d       649     #define SYS_inotify_rm_watch 4286
-SYS_io_cancel  bits/syscall.h  d       609     #define SYS_io_cancel 4245
-SYS_io_destroy bits/syscall.h  d       606     #define SYS_io_destroy 4242
-SYS_io_getevents       bits/syscall.h  d       607     #define SYS_io_getevents 4243
-SYS_io_setup   bits/syscall.h  d       605     #define SYS_io_setup 4241
-SYS_io_submit  bits/syscall.h  d       608     #define SYS_io_submit 4244
-SYS_ioctl      bits/syscall.h  d       418     #define SYS_ioctl 4054
-SYS_ioperm     bits/syscall.h  d       465     #define SYS_ioperm 4101
-SYS_iopl       bits/syscall.h  d       474     #define SYS_iopl 4110
-SYS_ioprio_get bits/syscall.h  d       678     #define SYS_ioprio_get 4315
-SYS_ioprio_set bits/syscall.h  d       677     #define SYS_ioprio_set 4314
-SYS_ipc        bits/syscall.h  d       481     #define SYS_ipc 4117
-SYS_kcmp       bits/syscall.h  d       710     #define SYS_kcmp 4347
-SYS_kexec_load bits/syscall.h  d       674     #define SYS_kexec_load 4311
-SYS_keyctl     bits/syscall.h  d       645     #define SYS_keyctl 4282
-SYS_kill       bits/syscall.h  d       401     #define SYS_kill 4037
-SYS_lchown     bits/syscall.h  d       380     #define SYS_lchown 4016
-SYS_lgetxattr  bits/syscall.h  d       592     #define SYS_lgetxattr 4228
-SYS_link       bits/syscall.h  d       373     #define SYS_link 4009
-SYS_linkat     bits/syscall.h  d       659     #define SYS_linkat 4296
-SYS_listen     bits/syscall.h  d       538     #define SYS_listen 4174
-SYS_listxattr  bits/syscall.h  d       594     #define SYS_listxattr 4230
-SYS_llistxattr bits/syscall.h  d       595     #define SYS_llistxattr 4231
-SYS_lock       bits/syscall.h  d       417     #define SYS_lock 4053
-SYS_lookup_dcookie     bits/syscall.h  d       611     #define SYS_lookup_dcookie 4247
-SYS_lremovexattr       bits/syscall.h  d       598     #define SYS_lremovexattr 4234
-SYS_lseek      bits/syscall.h  d       383     #define SYS_lseek 4019
-SYS_lsetxattr  bits/syscall.h  d       589     #define SYS_lsetxattr 4225
-SYS_lstat      bits/syscall.h  d       471     #define SYS_lstat 4107
-SYS_lstat64    bits/syscall.h  d       578     #define SYS_lstat64 4214
-SYS_madvise    bits/syscall.h  d       582     #define SYS_madvise 4218
-SYS_mbind      bits/syscall.h  d       632     #define SYS_mbind 4268
-SYS_membarrier bits/syscall.h  d       721     #define SYS_membarrier 4358
-SYS_memfd_create       bits/syscall.h  d       717     #define SYS_memfd_create 4354
-SYS_migrate_pages      bits/syscall.h  d       650     #define SYS_migrate_pages 4287
-SYS_mincore    bits/syscall.h  d       581     #define SYS_mincore 4217
-SYS_mkdir      bits/syscall.h  d       403     #define SYS_mkdir 4039
-SYS_mkdirat    bits/syscall.h  d       652     #define SYS_mkdirat 4289
-SYS_mknod      bits/syscall.h  d       378     #define SYS_mknod 4014
-SYS_mknodat    bits/syscall.h  d       653     #define SYS_mknodat 4290
-SYS_mlock      bits/syscall.h  d       518     #define SYS_mlock 4154
-SYS_mlock2     bits/syscall.h  d       722     #define SYS_mlock2 4359
-SYS_mlockall   bits/syscall.h  d       520     #define SYS_mlockall 4156
-SYS_mmap       bits/syscall.h  d       454     #define SYS_mmap 4090
-SYS_mmap2      bits/syscall.h  d       574     #define SYS_mmap2 4210
-SYS_modify_ldt bits/syscall.h  d       487     #define SYS_modify_ldt 4123
-SYS_mount      bits/syscall.h  d       385     #define SYS_mount 4021
-SYS_move_pages bits/syscall.h  d       671     #define SYS_move_pages 4308
-SYS_mprotect   bits/syscall.h  d       489     #define SYS_mprotect 4125
-SYS_mpx        bits/syscall.h  d       420     #define SYS_mpx 4056
-SYS_mq_getsetattr      bits/syscall.h  d       640     #define SYS_mq_getsetattr 4276
-SYS_mq_notify  bits/syscall.h  d       639     #define SYS_mq_notify 4275
-SYS_mq_open    bits/syscall.h  d       635     #define SYS_mq_open 4271
-SYS_mq_timedreceive    bits/syscall.h  d       638     #define SYS_mq_timedreceive 4274
-SYS_mq_timedsend       bits/syscall.h  d       637     #define SYS_mq_timedsend 4273
-SYS_mq_unlink  bits/syscall.h  d       636     #define SYS_mq_unlink 4272
-SYS_mremap     bits/syscall.h  d       531     #define SYS_mremap 4167
-SYS_msync      bits/syscall.h  d       508     #define SYS_msync 4144
-SYS_munlock    bits/syscall.h  d       519     #define SYS_munlock 4155
-SYS_munlockall bits/syscall.h  d       521     #define SYS_munlockall 4157
-SYS_munmap     bits/syscall.h  d       455     #define SYS_munmap 4091
-SYS_name_to_handle_at  bits/syscall.h  d       702     #define SYS_name_to_handle_at 4339
-SYS_nanosleep  bits/syscall.h  d       530     #define SYS_nanosleep 4166
-SYS_nfsservctl bits/syscall.h  d       553     #define SYS_nfsservctl 4189
-SYS_nice       bits/syscall.h  d       398     #define SYS_nice 4034
-SYS_open       bits/syscall.h  d       369     #define SYS_open 4005
-SYS_open_by_handle_at  bits/syscall.h  d       703     #define SYS_open_by_handle_at 4340
-SYS_openat     bits/syscall.h  d       651     #define SYS_openat 4288
-SYS_pause      bits/syscall.h  d       393     #define SYS_pause 4029
-SYS_perf_event_open    bits/syscall.h  d       696     #define SYS_perf_event_open 4333
-SYS_personality        bits/syscall.h  d       500     #define SYS_personality 4136
-SYS_pipe       bits/syscall.h  d       406     #define SYS_pipe 4042
-SYS_pipe2      bits/syscall.h  d       691     #define SYS_pipe2 4328
-SYS_pivot_root bits/syscall.h  d       580     #define SYS_pivot_root 4216
-SYS_poll       bits/syscall.h  d       552     #define SYS_poll 4188
-SYS_ppoll      bits/syscall.h  d       665     #define SYS_ppoll 4302
-SYS_prctl      bits/syscall.h  d       556     #define SYS_prctl 4192
-SYS_pread      bits/syscall.h  d       564     #define SYS_pread 4200
-SYS_preadv     bits/syscall.h  d       693     #define SYS_preadv 4330
-SYS_prlimit64  bits/syscall.h  d       701     #define SYS_prlimit64 4338
-SYS_process_vm_readv   bits/syscall.h  d       708     #define SYS_process_vm_readv 4345
-SYS_process_vm_writev  bits/syscall.h  d       709     #define SYS_process_vm_writev 4346
-SYS_prof       bits/syscall.h  d       408     #define SYS_prof 4044
-SYS_profil     bits/syscall.h  d       462     #define SYS_profil 4098
-SYS_pselect6   bits/syscall.h  d       664     #define SYS_pselect6 4301
-SYS_ptrace     bits/syscall.h  d       390     #define SYS_ptrace 4026
-SYS_putpmsg    bits/syscall.h  d       573     #define SYS_putpmsg 4209
-SYS_pwrite     bits/syscall.h  d       565     #define SYS_pwrite 4201
-SYS_pwritev    bits/syscall.h  d       694     #define SYS_pwritev 4331
-SYS_query_module       bits/syscall.h  d       551     #define SYS_query_module 4187
-SYS_quotactl   bits/syscall.h  d       495     #define SYS_quotactl 4131
-SYS_read       bits/syscall.h  d       367     #define SYS_read 4003
-SYS_readahead  bits/syscall.h  d       587     #define SYS_readahead 4223
-SYS_readdir    bits/syscall.h  d       453     #define SYS_readdir 4089
-SYS_readlink   bits/syscall.h  d       449     #define SYS_readlink 4085
-SYS_readlinkat bits/syscall.h  d       661     #define SYS_readlinkat 4298
-SYS_readv      bits/syscall.h  d       509     #define SYS_readv 4145
-SYS_reboot     bits/syscall.h  d       452     #define SYS_reboot 4088
-SYS_recv       bits/syscall.h  d       539     #define SYS_recv 4175
-SYS_recvfrom   bits/syscall.h  d       540     #define SYS_recvfrom 4176
-SYS_recvmmsg   bits/syscall.h  d       698     #define SYS_recvmmsg 4335
-SYS_recvmsg    bits/syscall.h  d       541     #define SYS_recvmsg 4177
-SYS_remap_file_pages   bits/syscall.h  d       615     #define SYS_remap_file_pages 4251
-SYS_removexattr        bits/syscall.h  d       597     #define SYS_removexattr 4233
-SYS_rename     bits/syscall.h  d       402     #define SYS_rename 4038
-SYS_renameat   bits/syscall.h  d       658     #define SYS_renameat 4295
-SYS_renameat2  bits/syscall.h  d       714     #define SYS_renameat2 4351
-SYS_request_key        bits/syscall.h  d       644     #define SYS_request_key 4281
-SYS_reserved221        bits/syscall.h  d       585     #define SYS_reserved221 4221
-SYS_reserved82 bits/syscall.h  d       446     #define SYS_reserved82 4082
-SYS_restart_syscall    bits/syscall.h  d       617     #define SYS_restart_syscall 4253
-SYS_rmdir      bits/syscall.h  d       404     #define SYS_rmdir 4040
-SYS_rt_sigaction       bits/syscall.h  d       558     #define SYS_rt_sigaction 4194
-SYS_rt_sigpending      bits/syscall.h  d       560     #define SYS_rt_sigpending 4196
-SYS_rt_sigprocmask     bits/syscall.h  d       559     #define SYS_rt_sigprocmask 4195
-SYS_rt_sigqueueinfo    bits/syscall.h  d       562     #define SYS_rt_sigqueueinfo 4198
-SYS_rt_sigreturn       bits/syscall.h  d       557     #define SYS_rt_sigreturn 4193
-SYS_rt_sigsuspend      bits/syscall.h  d       563     #define SYS_rt_sigsuspend 4199
-SYS_rt_sigtimedwait    bits/syscall.h  d       561     #define SYS_rt_sigtimedwait 4197
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       695     #define SYS_rt_tgsigqueueinfo 4332
-SYS_sched_get_priority_max     bits/syscall.h  d       527     #define SYS_sched_get_priority_max 4163
-SYS_sched_get_priority_min     bits/syscall.h  d       528     #define SYS_sched_get_priority_min 4164
-SYS_sched_getaffinity  bits/syscall.h  d       604     #define SYS_sched_getaffinity 4240
-SYS_sched_getattr      bits/syscall.h  d       713     #define SYS_sched_getattr 4350
-SYS_sched_getparam     bits/syscall.h  d       523     #define SYS_sched_getparam 4159
-SYS_sched_getscheduler bits/syscall.h  d       525     #define SYS_sched_getscheduler 4161
-SYS_sched_rr_get_interval      bits/syscall.h  d       529     #define SYS_sched_rr_get_interval 4165
-SYS_sched_setaffinity  bits/syscall.h  d       603     #define SYS_sched_setaffinity 4239
-SYS_sched_setattr      bits/syscall.h  d       712     #define SYS_sched_setattr 4349
-SYS_sched_setparam     bits/syscall.h  d       522     #define SYS_sched_setparam 4158
-SYS_sched_setscheduler bits/syscall.h  d       524     #define SYS_sched_setscheduler 4160
-SYS_sched_yield        bits/syscall.h  d       526     #define SYS_sched_yield 4162
-SYS_seccomp    bits/syscall.h  d       715     #define SYS_seccomp 4352
-SYS_select     bits/syscall.h  d       506     #define SYS_select 4142
-SYS_send       bits/syscall.h  d       542     #define SYS_send 4178
-SYS_sendfile   bits/syscall.h  d       571     #define SYS_sendfile 4207
-SYS_sendfile64 bits/syscall.h  d       601     #define SYS_sendfile64 4237
-SYS_sendmmsg   bits/syscall.h  d       706     #define SYS_sendmmsg 4343
-SYS_sendmsg    bits/syscall.h  d       543     #define SYS_sendmsg 4179
-SYS_sendto     bits/syscall.h  d       544     #define SYS_sendto 4180
-SYS_set_mempolicy      bits/syscall.h  d       634     #define SYS_set_mempolicy 4270
-SYS_set_robust_list    bits/syscall.h  d       672     #define SYS_set_robust_list 4309
-SYS_set_thread_area    bits/syscall.h  d       646     #define SYS_set_thread_area 4283
-SYS_set_tid_address    bits/syscall.h  d       616     #define SYS_set_tid_address 4252
-SYS_setdomainname      bits/syscall.h  d       485     #define SYS_setdomainname 4121
-SYS_setfsgid   bits/syscall.h  d       503     #define SYS_setfsgid 4139
-SYS_setfsuid   bits/syscall.h  d       502     #define SYS_setfsuid 4138
-SYS_setgid     bits/syscall.h  d       410     #define SYS_setgid 4046
-SYS_setgroups  bits/syscall.h  d       445     #define SYS_setgroups 4081
-SYS_sethostname        bits/syscall.h  d       438     #define SYS_sethostname 4074
-SYS_setitimer  bits/syscall.h  d       468     #define SYS_setitimer 4104
-SYS_setns      bits/syscall.h  d       707     #define SYS_setns 4344
-SYS_setpgid    bits/syscall.h  d       421     #define SYS_setpgid 4057
-SYS_setpriority        bits/syscall.h  d       461     #define SYS_setpriority 4097
-SYS_setregid   bits/syscall.h  d       435     #define SYS_setregid 4071
-SYS_setresgid  bits/syscall.h  d       554     #define SYS_setresgid 4190
-SYS_setresuid  bits/syscall.h  d       549     #define SYS_setresuid 4185
-SYS_setreuid   bits/syscall.h  d       434     #define SYS_setreuid 4070
-SYS_setrlimit  bits/syscall.h  d       439     #define SYS_setrlimit 4075
-SYS_setsid     bits/syscall.h  d       430     #define SYS_setsid 4066
-SYS_setsockopt bits/syscall.h  d       545     #define SYS_setsockopt 4181
-SYS_settimeofday       bits/syscall.h  d       443     #define SYS_settimeofday 4079
-SYS_setuid     bits/syscall.h  d       387     #define SYS_setuid 4023
-SYS_setxattr   bits/syscall.h  d       588     #define SYS_setxattr 4224
-SYS_sgetmask   bits/syscall.h  d       432     #define SYS_sgetmask 4068
-SYS_shutdown   bits/syscall.h  d       546     #define SYS_shutdown 4182
-SYS_sigaction  bits/syscall.h  d       431     #define SYS_sigaction 4067
-SYS_sigaltstack        bits/syscall.h  d       570     #define SYS_sigaltstack 4206
-SYS_signal     bits/syscall.h  d       412     #define SYS_signal 4048
-SYS_signalfd   bits/syscall.h  d       680     #define SYS_signalfd 4317
-SYS_signalfd4  bits/syscall.h  d       687     #define SYS_signalfd4 4324
-SYS_sigpending bits/syscall.h  d       437     #define SYS_sigpending 4073
-SYS_sigprocmask        bits/syscall.h  d       490     #define SYS_sigprocmask 4126
-SYS_sigreturn  bits/syscall.h  d       483     #define SYS_sigreturn 4119
-SYS_sigsuspend bits/syscall.h  d       436     #define SYS_sigsuspend 4072
-SYS_socket     bits/syscall.h  d       547     #define SYS_socket 4183
-SYS_socketcall bits/syscall.h  d       466     #define SYS_socketcall 4102
-SYS_socketpair bits/syscall.h  d       548     #define SYS_socketpair 4184
-SYS_splice     bits/syscall.h  d       667     #define SYS_splice 4304
-SYS_ssetmask   bits/syscall.h  d       433     #define SYS_ssetmask 4069
-SYS_stat       bits/syscall.h  d       470     #define SYS_stat 4106
-SYS_stat64     bits/syscall.h  d       577     #define SYS_stat64 4213
-SYS_statfs     bits/syscall.h  d       463     #define SYS_statfs 4099
-SYS_statfs64   bits/syscall.h  d       619     #define SYS_statfs64 4255
-SYS_stime      bits/syscall.h  d       389     #define SYS_stime 4025
-SYS_stty       bits/syscall.h  d       395     #define SYS_stty 4031
-SYS_swapoff    bits/syscall.h  d       479     #define SYS_swapoff 4115
-SYS_swapon     bits/syscall.h  d       451     #define SYS_swapon 4087
-SYS_symlink    bits/syscall.h  d       447     #define SYS_symlink 4083
-SYS_symlinkat  bits/syscall.h  d       660     #define SYS_symlinkat 4297
-SYS_sync       bits/syscall.h  d       400     #define SYS_sync 4036
-SYS_sync_file_range    bits/syscall.h  d       668     #define SYS_sync_file_range 4305
-SYS_syncfs     bits/syscall.h  d       705     #define SYS_syncfs 4342
-SYS_syscall    bits/syscall.h  d       364     #define SYS_syscall 4000
-SYS_sysfs      bits/syscall.h  d       499     #define SYS_sysfs 4135
-SYS_sysinfo    bits/syscall.h  d       480     #define SYS_sysinfo 4116
-SYS_syslog     bits/syscall.h  d       467     #define SYS_syslog 4103
-SYS_sysmips    bits/syscall.h  d       513     #define SYS_sysmips 4149
-SYS_tee        bits/syscall.h  d       669     #define SYS_tee 4306
-SYS_tgkill     bits/syscall.h  d       630     #define SYS_tgkill 4266
-SYS_time       bits/syscall.h  d       377     #define SYS_time 4013
-SYS_timer_create       bits/syscall.h  d       621     #define SYS_timer_create 4257
-SYS_timer_delete       bits/syscall.h  d       625     #define SYS_timer_delete 4261
-SYS_timer_getoverrun   bits/syscall.h  d       624     #define SYS_timer_getoverrun 4260
-SYS_timer_gettime      bits/syscall.h  d       623     #define SYS_timer_gettime 4259
-SYS_timer_settime      bits/syscall.h  d       622     #define SYS_timer_settime 4258
-SYS_timerfd    bits/syscall.h  d       681     #define SYS_timerfd 4318
-SYS_timerfd_create     bits/syscall.h  d       684     #define SYS_timerfd_create 4321
-SYS_timerfd_gettime    bits/syscall.h  d       685     #define SYS_timerfd_gettime 4322
-SYS_timerfd_settime    bits/syscall.h  d       686     #define SYS_timerfd_settime 4323
-SYS_times      bits/syscall.h  d       407     #define SYS_times 4043
-SYS_tkill      bits/syscall.h  d       600     #define SYS_tkill 4236
-SYS_truncate   bits/syscall.h  d       456     #define SYS_truncate 4092
-SYS_truncate64 bits/syscall.h  d       575     #define SYS_truncate64 4211
-SYS_ulimit     bits/syscall.h  d       422     #define SYS_ulimit 4058
-SYS_umask      bits/syscall.h  d       424     #define SYS_umask 4060
-SYS_umount     bits/syscall.h  d       386     #define SYS_umount 4022
-SYS_umount2    bits/syscall.h  d       416     #define SYS_umount2 4052
-SYS_uname      bits/syscall.h  d       486     #define SYS_uname 4122
-SYS_unlink     bits/syscall.h  d       374     #define SYS_unlink 4010
-SYS_unlinkat   bits/syscall.h  d       657     #define SYS_unlinkat 4294
-SYS_unshare    bits/syscall.h  d       666     #define SYS_unshare 4303
-SYS_unused109  bits/syscall.h  d       473     #define SYS_unused109 4109
-SYS_unused150  bits/syscall.h  d       514     #define SYS_unused150 4150
-SYS_unused18   bits/syscall.h  d       382     #define SYS_unused18 4018
-SYS_unused28   bits/syscall.h  d       392     #define SYS_unused28 4028
-SYS_unused59   bits/syscall.h  d       423     #define SYS_unused59 4059
-SYS_unused84   bits/syscall.h  d       448     #define SYS_unused84 4084
-SYS_uselib     bits/syscall.h  d       450     #define SYS_uselib 4086
-SYS_userfaultfd        bits/syscall.h  d       720     #define SYS_userfaultfd 4357
-SYS_ustat      bits/syscall.h  d       426     #define SYS_ustat 4062
-SYS_utime      bits/syscall.h  d       394     #define SYS_utime 4030
-SYS_utimensat  bits/syscall.h  d       679     #define SYS_utimensat 4316
-SYS_utimes     bits/syscall.h  d       631     #define SYS_utimes 4267
-SYS_vhangup    bits/syscall.h  d       475     #define SYS_vhangup 4111
-SYS_vm86       bits/syscall.h  d       477     #define SYS_vm86 4113
-SYS_vmsplice   bits/syscall.h  d       670     #define SYS_vmsplice 4307
-SYS_vserver    bits/syscall.h  d       641     #define SYS_vserver 4277
-SYS_wait4      bits/syscall.h  d       478     #define SYS_wait4 4114
-SYS_waitid     bits/syscall.h  d       642     #define SYS_waitid 4278
-SYS_waitpid    bits/syscall.h  d       371     #define SYS_waitpid 4007
-SYS_write      bits/syscall.h  d       368     #define SYS_write 4004
-SYS_writev     bits/syscall.h  d       510     #define SYS_writev 4146
-TAB0   bits/termios.h  d       65      #define TAB0 0000000
-TAB1   bits/termios.h  d       66      #define TAB1 0004000
-TAB2   bits/termios.h  d       67      #define TAB2 0010000
-TAB3   bits/termios.h  d       68      #define TAB3 0014000
-TABDLY bits/termios.h  d       64      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       17      #define TCFLSH 0x5407
-TCGETA bits/ioctl.h    d       11      #define TCGETA 0x5401
-TCGETS bits/ioctl.h    d       18      #define TCGETS 0x540D
-TCGETX bits/ioctl.h    d       87      #define TCGETX 0x5432 // RICH: Not sure about these.
-TCIFLUSH       bits/termios.h  d       152     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       149     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       154     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       150     #define TCION 3
-TCOFLUSH       bits/termios.h  d       153     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       147     #define TCOOFF 0
-TCOON  bits/termios.h  d       148     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       157     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       158     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       156     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       15      #define TCSBRK 0x5405
-TCSBRKP        bits/ioctl.h    d       70      #define TCSBRKP 0x5486
-TCSETA bits/ioctl.h    d       12      #define TCSETA 0x5402
-TCSETAF        bits/ioctl.h    d       14      #define TCSETAF 0x5404
-TCSETAW        bits/ioctl.h    d       13      #define TCSETAW 0x5403
-TCSETS bits/ioctl.h    d       19      #define TCSETS 0x540E
-TCSETSF        bits/ioctl.h    d       21      #define TCSETSF 0x5410
-TCSETSW        bits/ioctl.h    d       20      #define TCSETSW 0x540F
-TCSETX bits/ioctl.h    d       88      #define TCSETX 0x5433 // RICH: Not sure about these.
-TCSETXF        bits/ioctl.h    d       89      #define TCSETXF 0x5434 // RICH: Not sure about these.
-TCSETXW        bits/ioctl.h    d       90      #define TCSETXW 0x5435 // RICH: Not sure about these.
-TCXONC bits/ioctl.h    d       16      #define TCXONC 0x5406
-TIOCCBRK       bits/ioctl.h    d       59      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       49      #define TIOCCONS _IOW('t', 120, int)
-TIOCEXCL       bits/ioctl.h    d       23      #define TIOCEXCL 0x740D
-TIOCGETD       bits/ioctl.h    d       37      #define TIOCGETD 0x7400
-TIOCGETP       bits/ioctl.h    d       54      #define TIOCGETP 0x7408
-TIOCGHAYESESP  bits/ioctl.h    d       83      #define TIOCGHAYESESP 0x5493
-TIOCGICOUNT    bits/ioctl.h    d       82      #define TIOCGICOUNT 0x5492
-TIOCGLCKTRMIOS bits/ioctl.h    d       75      #define TIOCGLCKTRMIOS 0x548B
-TIOCGLTC       bits/ioctl.h    d       45      #define TIOCGLTC 0x7474
-TIOCGPGRP      bits/ioctl.h    d       48      #define TIOCGPGRP _IOR('t', 119, int)
-TIOCGPTN       bits/ioctl.h    d       61      #define TIOCGPTN _IOR('T', 0x30, unsigned int)
-TIOCGSERIAL    bits/ioctl.h    d       68      #define TIOCGSERIAL 0x5484
-TIOCGSID       bits/ioctl.h    d       60      #define TIOCGSID 0x7416
-TIOCGSOFTCAR   bits/ioctl.h    d       65      #define TIOCGSOFTCAR 0x5481
-TIOCGWINSZ     bits/ioctl.h    d       34      #define TIOCGWINSZ _IOR('t', 104, struct winsize)
-TIOCINQ        bits/ioctl.h    d       52      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       67      #define TIOCLINUX 0x5483
-TIOCMBIC       bits/ioctl.h    d       29      #define TIOCMBIC 0x741C
-TIOCMBIS       bits/ioctl.h    d       28      #define TIOCMBIS 0x741B
-TIOCMGET       bits/ioctl.h    d       27      #define TIOCMGET 0x741D
-TIOCMIWAIT     bits/ioctl.h    d       81      #define TIOCMIWAIT 0x5491
-TIOCMSET       bits/ioctl.h    d       30      #define TIOCMSET 0x741D
-TIOCM_CAR      bits/ioctl.h    d       116     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       119     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       115     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       118     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       111     #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       110     #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       123     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       124     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       121     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       122     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       120     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       117     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       112     #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       114     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       113     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       35      #define TIOCNOTTY 0x5471
-TIOCNXCL       bits/ioctl.h    d       24      #define TIOCNXCL 0x740E
-TIOCOUTQ       bits/ioctl.h    d       25      #define TIOCOUTQ 0x7472
-TIOCPKT        bits/ioctl.h    d       32      #define TIOCPKT 0x5470
-TIOCPKT_DATA   bits/ioctl.h    d       92      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       98      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       93      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       94      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       99      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       97      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       96      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       95      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       58      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       64      #define TIOCSCTTY 0x5480
-TIOCSERCONFIG  bits/ioctl.h    d       72      #define TIOCSERCONFIG 0x5488
-TIOCSERGETLSR  bits/ioctl.h    d       78      #define TIOCSERGETLSR 0x548E
-TIOCSERGETMULTI        bits/ioctl.h    d       79      #define TIOCSERGETMULTI 0x548F
-TIOCSERGSTRUCT bits/ioctl.h    d       77      #define TIOCSERGSTRUCT 0x548D
-TIOCSERGWILD   bits/ioctl.h    d       73      #define TIOCSERGWILD 0x5489
-TIOCSERSETMULTI        bits/ioctl.h    d       80      #define TIOCSERSETMULTI 0x5490
-TIOCSERSWILD   bits/ioctl.h    d       74      #define TIOCSERSWILD 0x548A
-TIOCSER_TEMT   bits/ioctl.h    d       101     #define TIOCSER_TEMT 0x01
-TIOCSER_TEMT   bits/termios.h  d       168     #define TIOCSER_TEMT 1
-TIOCSETD       bits/ioctl.h    d       36      #define TIOCSETD 0x7401
-TIOCSETN       bits/ioctl.h    d       56      #define TIOCSETN 0x740A
-TIOCSETP       bits/ioctl.h    d       55      #define TIOCSETP 0x7409
-TIOCSHAYESESP  bits/ioctl.h    d       84      #define TIOCSHAYESESP 0x5494
-TIOCSLCKTRMIOS bits/ioctl.h    d       76      #define TIOCSLCKTRMIOS 0x548C
-TIOCSLTC       bits/ioctl.h    d       46      #define TIOCSLTC 0x7475
-TIOCSPGRP      bits/ioctl.h    d       47      #define TIOCSPGRP _IOW('t', 118, int)
-TIOCSPTLCK     bits/ioctl.h    d       62      #define TIOCSPTLCK _IOW('T', 0x31, int)
-TIOCSSERIAL    bits/ioctl.h    d       69      #define TIOCSSERIAL 0x5485
-TIOCSSOFTCAR   bits/ioctl.h    d       66      #define TIOCSSOFTCAR 0x5482
-TIOCSTI        bits/ioctl.h    d       26      #define TIOCSTI 0x5472
-TIOCSWINSZ     bits/ioctl.h    d       33      #define TIOCSWINSZ _IOW('t', 103, struct winsize)
-TIOCTTYGSTRUCT bits/ioctl.h    d       86      #define TIOCTTYGSTRUCT 0x5426 // RICH: Not sure about these.
-TOSTOP bits/termios.h  d       144     #define TOSTOP 0100000
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       29      #define VEOF 16
-VEOL   bits/termios.h  d       30      #define VEOL 17
-VEOL2  bits/termios.h  d       19      #define VEOL2 6
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       17      #define VMIN 4
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       22      #define VSTART 8
-VSTOP  bits/termios.h  d       23      #define VSTOP 9
-VSUSP  bits/termios.h  d       24      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VSWTCH bits/termios.h  d       21      #define VSWTCH 7
-VT0    bits/termios.h  d       77      #define VT0 0000000
-VT1    bits/termios.h  d       78      #define VT1 0040000
-VTDLY  bits/termios.h  d       76      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XCASE  bits/termios.h  d       132     #define XCASE 0000004
-XTABS  bits/termios.h  d       167     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 1U
-_IOC_READ      bits/ioctl.h    d       3       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       4       #define _IOC_WRITE 4U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       122     #define _NSIG 128
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __LITTLE_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __BIG_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       141     #define __NR__llseek 4140
-__NR__sysctl   bits/syscall.h  d       154     #define __NR__sysctl 4153
-__NR_accept    bits/syscall.h  d       169     #define __NR_accept 4168
-__NR_accept4   bits/syscall.h  d       334     #define __NR_accept4 4334
-__NR_access    bits/syscall.h  d       34      #define __NR_access 4033
-__NR_acct      bits/syscall.h  d       52      #define __NR_acct 4051
-__NR_add_key   bits/syscall.h  d       280     #define __NR_add_key 4280
-__NR_adjtimex  bits/syscall.h  d       125     #define __NR_adjtimex 4124
-__NR_afs_syscall       bits/syscall.h  d       138     #define __NR_afs_syscall 4137
-__NR_alarm     bits/syscall.h  d       28      #define __NR_alarm 4027
-__NR_bdflush   bits/syscall.h  d       135     #define __NR_bdflush 4134
-__NR_bind      bits/syscall.h  d       170     #define __NR_bind 4169
-__NR_bpf       bits/syscall.h  d       355     #define __NR_bpf 4355
-__NR_break     bits/syscall.h  d       18      #define __NR_break 4017
-__NR_brk       bits/syscall.h  d       46      #define __NR_brk 4045
-__NR_cachectl  bits/syscall.h  d       149     #define __NR_cachectl 4148
-__NR_cacheflush        bits/syscall.h  d       148     #define __NR_cacheflush 4147
-__NR_capget    bits/syscall.h  d       205     #define __NR_capget 4204
-__NR_capset    bits/syscall.h  d       206     #define __NR_capset 4205
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 4012
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 4015
-__NR_chown     bits/syscall.h  d       203     #define __NR_chown 4202
-__NR_chroot    bits/syscall.h  d       62      #define __NR_chroot 4061
-__NR_clock_adjtime     bits/syscall.h  d       341     #define __NR_clock_adjtime 4341
-__NR_clock_getres      bits/syscall.h  d       265     #define __NR_clock_getres 4264
-__NR_clock_gettime     bits/syscall.h  d       264     #define __NR_clock_gettime 4263
-__NR_clock_nanosleep   bits/syscall.h  d       266     #define __NR_clock_nanosleep 4265
-__NR_clock_settime     bits/syscall.h  d       263     #define __NR_clock_settime 4262
-__NR_clone     bits/syscall.h  d       121     #define __NR_clone 4120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 4006
-__NR_connect   bits/syscall.h  d       171     #define __NR_connect 4170
-__NR_copy_file_range   bits/syscall.h  d       360     #define __NR_copy_file_range 4360
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 4008
-__NR_create_module     bits/syscall.h  d       128     #define __NR_create_module 4127
-__NR_delete_module     bits/syscall.h  d       130     #define __NR_delete_module 4129
-__NR_dup       bits/syscall.h  d       42      #define __NR_dup 4041
-__NR_dup2      bits/syscall.h  d       64      #define __NR_dup2 4063
-__NR_dup3      bits/syscall.h  d       327     #define __NR_dup3 4327
-__NR_epoll_create      bits/syscall.h  d       249     #define __NR_epoll_create 4248
-__NR_epoll_create1     bits/syscall.h  d       326     #define __NR_epoll_create1 4326
-__NR_epoll_ctl bits/syscall.h  d       250     #define __NR_epoll_ctl 4249
-__NR_epoll_pwait       bits/syscall.h  d       313     #define __NR_epoll_pwait 4313
-__NR_epoll_wait        bits/syscall.h  d       251     #define __NR_epoll_wait 4250
-__NR_eventfd   bits/syscall.h  d       319     #define __NR_eventfd 4319
-__NR_eventfd2  bits/syscall.h  d       325     #define __NR_eventfd2 4325
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 4011
-__NR_execveat  bits/syscall.h  d       356     #define __NR_execveat 4356
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 4001
-__NR_exit_group        bits/syscall.h  d       247     #define __NR_exit_group 4246
-__NR_faccessat bits/syscall.h  d       300     #define __NR_faccessat 4300
-__NR_fadvise   bits/syscall.h  d       255     #define __NR_fadvise 4254
-__NR_fallocate bits/syscall.h  d       320     #define __NR_fallocate 4320
-__NR_fanotify_init     bits/syscall.h  d       336     #define __NR_fanotify_init 4336
-__NR_fanotify_mark     bits/syscall.h  d       337     #define __NR_fanotify_mark 4337
-__NR_fchdir    bits/syscall.h  d       134     #define __NR_fchdir 4133
-__NR_fchmod    bits/syscall.h  d       95      #define __NR_fchmod 4094
-__NR_fchmodat  bits/syscall.h  d       299     #define __NR_fchmodat 4299
-__NR_fchown    bits/syscall.h  d       96      #define __NR_fchown 4095
-__NR_fchownat  bits/syscall.h  d       291     #define __NR_fchownat 4291
-__NR_fcntl     bits/syscall.h  d       56      #define __NR_fcntl 4055
-__NR_fcntl64   bits/syscall.h  d       221     #define __NR_fcntl64 4220
-__NR_fdatasync bits/syscall.h  d       153     #define __NR_fdatasync 4152
-__NR_fgetxattr bits/syscall.h  d       230     #define __NR_fgetxattr 4229
-__NR_finit_module      bits/syscall.h  d       348     #define __NR_finit_module 4348
-__NR_flistxattr        bits/syscall.h  d       233     #define __NR_flistxattr 4232
-__NR_flock     bits/syscall.h  d       144     #define __NR_flock 4143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 4002
-__NR_fremovexattr      bits/syscall.h  d       236     #define __NR_fremovexattr 4235
-__NR_fsetxattr bits/syscall.h  d       227     #define __NR_fsetxattr 4226
-__NR_fstat     bits/syscall.h  d       109     #define __NR_fstat 4108
-__NR_fstat64   bits/syscall.h  d       216     #define __NR_fstat64 4215
-__NR_fstatat   bits/syscall.h  d       293     #define __NR_fstatat 4293
-__NR_fstatfs   bits/syscall.h  d       101     #define __NR_fstatfs 4100
-__NR_fstatfs64 bits/syscall.h  d       257     #define __NR_fstatfs64 4256
-__NR_fsync     bits/syscall.h  d       119     #define __NR_fsync 4118
-__NR_ftime     bits/syscall.h  d       36      #define __NR_ftime 4035
-__NR_ftruncate bits/syscall.h  d       94      #define __NR_ftruncate 4093
-__NR_ftruncate64       bits/syscall.h  d       213     #define __NR_ftruncate64 4212
-__NR_futex     bits/syscall.h  d       239     #define __NR_futex 4238
-__NR_futimesat bits/syscall.h  d       292     #define __NR_futimesat 4292
-__NR_get_kernel_syms   bits/syscall.h  d       131     #define __NR_get_kernel_syms 4130
-__NR_get_mempolicy     bits/syscall.h  d       270     #define __NR_get_mempolicy 4269
-__NR_get_robust_list   bits/syscall.h  d       310     #define __NR_get_robust_list 4310
-__NR_getcpu    bits/syscall.h  d       312     #define __NR_getcpu 4312
-__NR_getcwd    bits/syscall.h  d       204     #define __NR_getcwd 4203
-__NR_getdents  bits/syscall.h  d       142     #define __NR_getdents 4141
-__NR_getdents64        bits/syscall.h  d       220     #define __NR_getdents64 4219
-__NR_getegid   bits/syscall.h  d       51      #define __NR_getegid 4050
-__NR_geteuid   bits/syscall.h  d       50      #define __NR_geteuid 4049
-__NR_getgid    bits/syscall.h  d       48      #define __NR_getgid 4047
-__NR_getgroups bits/syscall.h  d       81      #define __NR_getgroups 4080
-__NR_getitimer bits/syscall.h  d       106     #define __NR_getitimer 4105
-__NR_getpeername       bits/syscall.h  d       172     #define __NR_getpeername 4171
-__NR_getpgid   bits/syscall.h  d       133     #define __NR_getpgid 4132
-__NR_getpgrp   bits/syscall.h  d       66      #define __NR_getpgrp 4065
-__NR_getpid    bits/syscall.h  d       21      #define __NR_getpid 4020
-__NR_getpmsg   bits/syscall.h  d       209     #define __NR_getpmsg 4208
-__NR_getppid   bits/syscall.h  d       65      #define __NR_getppid 4064
-__NR_getpriority       bits/syscall.h  d       97      #define __NR_getpriority 4096
-__NR_getrandom bits/syscall.h  d       353     #define __NR_getrandom 4353
-__NR_getresgid bits/syscall.h  d       192     #define __NR_getresgid 4191
-__NR_getresuid bits/syscall.h  d       187     #define __NR_getresuid 4186
-__NR_getrlimit bits/syscall.h  d       77      #define __NR_getrlimit 4076
-__NR_getrusage bits/syscall.h  d       78      #define __NR_getrusage 4077
-__NR_getsid    bits/syscall.h  d       152     #define __NR_getsid 4151
-__NR_getsockname       bits/syscall.h  d       173     #define __NR_getsockname 4172
-__NR_getsockopt        bits/syscall.h  d       174     #define __NR_getsockopt 4173
-__NR_gettid    bits/syscall.h  d       223     #define __NR_gettid 4222
-__NR_gettimeofday      bits/syscall.h  d       79      #define __NR_gettimeofday 4078
-__NR_getuid    bits/syscall.h  d       25      #define __NR_getuid 4024
-__NR_getxattr  bits/syscall.h  d       228     #define __NR_getxattr 4227
-__NR_gtty      bits/syscall.h  d       33      #define __NR_gtty 4032
-__NR_idle      bits/syscall.h  d       113     #define __NR_idle 4112
-__NR_init_module       bits/syscall.h  d       129     #define __NR_init_module 4128
-__NR_inotify_add_watch bits/syscall.h  d       285     #define __NR_inotify_add_watch 4285
-__NR_inotify_init      bits/syscall.h  d       284     #define __NR_inotify_init 4284
-__NR_inotify_init1     bits/syscall.h  d       329     #define __NR_inotify_init1 4329
-__NR_inotify_rm_watch  bits/syscall.h  d       286     #define __NR_inotify_rm_watch 4286
-__NR_io_cancel bits/syscall.h  d       246     #define __NR_io_cancel 4245
-__NR_io_destroy        bits/syscall.h  d       243     #define __NR_io_destroy 4242
-__NR_io_getevents      bits/syscall.h  d       244     #define __NR_io_getevents 4243
-__NR_io_setup  bits/syscall.h  d       242     #define __NR_io_setup 4241
-__NR_io_submit bits/syscall.h  d       245     #define __NR_io_submit 4244
-__NR_ioctl     bits/syscall.h  d       55      #define __NR_ioctl 4054
-__NR_ioperm    bits/syscall.h  d       102     #define __NR_ioperm 4101
-__NR_iopl      bits/syscall.h  d       111     #define __NR_iopl 4110
-__NR_ioprio_get        bits/syscall.h  d       315     #define __NR_ioprio_get 4315
-__NR_ioprio_set        bits/syscall.h  d       314     #define __NR_ioprio_set 4314
-__NR_ipc       bits/syscall.h  d       118     #define __NR_ipc 4117
-__NR_kcmp      bits/syscall.h  d       347     #define __NR_kcmp 4347
-__NR_kexec_load        bits/syscall.h  d       311     #define __NR_kexec_load 4311
-__NR_keyctl    bits/syscall.h  d       282     #define __NR_keyctl 4282
-__NR_kill      bits/syscall.h  d       38      #define __NR_kill 4037
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 4016
-__NR_lgetxattr bits/syscall.h  d       229     #define __NR_lgetxattr 4228
-__NR_link      bits/syscall.h  d       10      #define __NR_link 4009
-__NR_linkat    bits/syscall.h  d       296     #define __NR_linkat 4296
-__NR_listen    bits/syscall.h  d       175     #define __NR_listen 4174
-__NR_listxattr bits/syscall.h  d       231     #define __NR_listxattr 4230
-__NR_llistxattr        bits/syscall.h  d       232     #define __NR_llistxattr 4231
-__NR_lock      bits/syscall.h  d       54      #define __NR_lock 4053
-__NR_lookup_dcookie    bits/syscall.h  d       248     #define __NR_lookup_dcookie 4247
-__NR_lremovexattr      bits/syscall.h  d       235     #define __NR_lremovexattr 4234
-__NR_lseek     bits/syscall.h  d       20      #define __NR_lseek 4019
-__NR_lsetxattr bits/syscall.h  d       226     #define __NR_lsetxattr 4225
-__NR_lstat     bits/syscall.h  d       108     #define __NR_lstat 4107
-__NR_lstat64   bits/syscall.h  d       215     #define __NR_lstat64 4214
-__NR_madvise   bits/syscall.h  d       219     #define __NR_madvise 4218
-__NR_mbind     bits/syscall.h  d       269     #define __NR_mbind 4268
-__NR_membarrier        bits/syscall.h  d       358     #define __NR_membarrier 4358
-__NR_memfd_create      bits/syscall.h  d       354     #define __NR_memfd_create 4354
-__NR_migrate_pages     bits/syscall.h  d       287     #define __NR_migrate_pages 4287
-__NR_mincore   bits/syscall.h  d       218     #define __NR_mincore 4217
-__NR_mkdir     bits/syscall.h  d       40      #define __NR_mkdir 4039
-__NR_mkdirat   bits/syscall.h  d       289     #define __NR_mkdirat 4289
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 4014
-__NR_mknodat   bits/syscall.h  d       290     #define __NR_mknodat 4290
-__NR_mlock     bits/syscall.h  d       155     #define __NR_mlock 4154
-__NR_mlock2    bits/syscall.h  d       359     #define __NR_mlock2 4359
-__NR_mlockall  bits/syscall.h  d       157     #define __NR_mlockall 4156
-__NR_mmap      bits/syscall.h  d       91      #define __NR_mmap 4090
-__NR_mmap2     bits/syscall.h  d       211     #define __NR_mmap2 4210
-__NR_modify_ldt        bits/syscall.h  d       124     #define __NR_modify_ldt 4123
-__NR_mount     bits/syscall.h  d       22      #define __NR_mount 4021
-__NR_move_pages        bits/syscall.h  d       308     #define __NR_move_pages 4308
-__NR_mprotect  bits/syscall.h  d       126     #define __NR_mprotect 4125
-__NR_mpx       bits/syscall.h  d       57      #define __NR_mpx 4056
-__NR_mq_getsetattr     bits/syscall.h  d       277     #define __NR_mq_getsetattr 4276
-__NR_mq_notify bits/syscall.h  d       276     #define __NR_mq_notify 4275
-__NR_mq_open   bits/syscall.h  d       272     #define __NR_mq_open 4271
-__NR_mq_timedreceive   bits/syscall.h  d       275     #define __NR_mq_timedreceive 4274
-__NR_mq_timedsend      bits/syscall.h  d       274     #define __NR_mq_timedsend 4273
-__NR_mq_unlink bits/syscall.h  d       273     #define __NR_mq_unlink 4272
-__NR_mremap    bits/syscall.h  d       168     #define __NR_mremap 4167
-__NR_msync     bits/syscall.h  d       145     #define __NR_msync 4144
-__NR_munlock   bits/syscall.h  d       156     #define __NR_munlock 4155
-__NR_munlockall        bits/syscall.h  d       158     #define __NR_munlockall 4157
-__NR_munmap    bits/syscall.h  d       92      #define __NR_munmap 4091
-__NR_name_to_handle_at bits/syscall.h  d       339     #define __NR_name_to_handle_at 4339
-__NR_nanosleep bits/syscall.h  d       167     #define __NR_nanosleep 4166
-__NR_nfsservctl        bits/syscall.h  d       190     #define __NR_nfsservctl 4189
-__NR_nice      bits/syscall.h  d       35      #define __NR_nice 4034
-__NR_open      bits/syscall.h  d       6       #define __NR_open 4005
-__NR_open_by_handle_at bits/syscall.h  d       340     #define __NR_open_by_handle_at 4340
-__NR_openat    bits/syscall.h  d       288     #define __NR_openat 4288
-__NR_pause     bits/syscall.h  d       30      #define __NR_pause 4029
-__NR_perf_event_open   bits/syscall.h  d       333     #define __NR_perf_event_open 4333
-__NR_personality       bits/syscall.h  d       137     #define __NR_personality 4136
-__NR_pipe      bits/syscall.h  d       43      #define __NR_pipe 4042
-__NR_pipe2     bits/syscall.h  d       328     #define __NR_pipe2 4328
-__NR_pivot_root        bits/syscall.h  d       217     #define __NR_pivot_root 4216
-__NR_poll      bits/syscall.h  d       189     #define __NR_poll 4188
-__NR_ppoll     bits/syscall.h  d       302     #define __NR_ppoll 4302
-__NR_prctl     bits/syscall.h  d       193     #define __NR_prctl 4192
-__NR_pread     bits/syscall.h  d       201     #define __NR_pread 4200
-__NR_preadv    bits/syscall.h  d       330     #define __NR_preadv 4330
-__NR_prlimit64 bits/syscall.h  d       338     #define __NR_prlimit64 4338
-__NR_process_vm_readv  bits/syscall.h  d       345     #define __NR_process_vm_readv 4345
-__NR_process_vm_writev bits/syscall.h  d       346     #define __NR_process_vm_writev 4346
-__NR_prof      bits/syscall.h  d       45      #define __NR_prof 4044
-__NR_profil    bits/syscall.h  d       99      #define __NR_profil 4098
-__NR_pselect6  bits/syscall.h  d       301     #define __NR_pselect6 4301
-__NR_ptrace    bits/syscall.h  d       27      #define __NR_ptrace 4026
-__NR_putpmsg   bits/syscall.h  d       210     #define __NR_putpmsg 4209
-__NR_pwrite    bits/syscall.h  d       202     #define __NR_pwrite 4201
-__NR_pwritev   bits/syscall.h  d       331     #define __NR_pwritev 4331
-__NR_query_module      bits/syscall.h  d       188     #define __NR_query_module 4187
-__NR_quotactl  bits/syscall.h  d       132     #define __NR_quotactl 4131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 4003
-__NR_readahead bits/syscall.h  d       224     #define __NR_readahead 4223
-__NR_readdir   bits/syscall.h  d       90      #define __NR_readdir 4089
-__NR_readlink  bits/syscall.h  d       86      #define __NR_readlink 4085
-__NR_readlinkat        bits/syscall.h  d       298     #define __NR_readlinkat 4298
-__NR_readv     bits/syscall.h  d       146     #define __NR_readv 4145
-__NR_reboot    bits/syscall.h  d       89      #define __NR_reboot 4088
-__NR_recv      bits/syscall.h  d       176     #define __NR_recv 4175
-__NR_recvfrom  bits/syscall.h  d       177     #define __NR_recvfrom 4176
-__NR_recvmmsg  bits/syscall.h  d       335     #define __NR_recvmmsg 4335
-__NR_recvmsg   bits/syscall.h  d       178     #define __NR_recvmsg 4177
-__NR_remap_file_pages  bits/syscall.h  d       252     #define __NR_remap_file_pages 4251
-__NR_removexattr       bits/syscall.h  d       234     #define __NR_removexattr 4233
-__NR_rename    bits/syscall.h  d       39      #define __NR_rename 4038
-__NR_renameat  bits/syscall.h  d       295     #define __NR_renameat 4295
-__NR_renameat2 bits/syscall.h  d       351     #define __NR_renameat2 4351
-__NR_request_key       bits/syscall.h  d       281     #define __NR_request_key 4281
-__NR_reserved221       bits/syscall.h  d       222     #define __NR_reserved221 4221
-__NR_reserved82        bits/syscall.h  d       83      #define __NR_reserved82 4082
-__NR_restart_syscall   bits/syscall.h  d       254     #define __NR_restart_syscall 4253
-__NR_rmdir     bits/syscall.h  d       41      #define __NR_rmdir 4040
-__NR_rt_sigaction      bits/syscall.h  d       195     #define __NR_rt_sigaction 4194
-__NR_rt_sigpending     bits/syscall.h  d       197     #define __NR_rt_sigpending 4196
-__NR_rt_sigprocmask    bits/syscall.h  d       196     #define __NR_rt_sigprocmask 4195
-__NR_rt_sigqueueinfo   bits/syscall.h  d       199     #define __NR_rt_sigqueueinfo 4198
-__NR_rt_sigreturn      bits/syscall.h  d       194     #define __NR_rt_sigreturn 4193
-__NR_rt_sigsuspend     bits/syscall.h  d       200     #define __NR_rt_sigsuspend 4199
-__NR_rt_sigtimedwait   bits/syscall.h  d       198     #define __NR_rt_sigtimedwait 4197
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       332     #define __NR_rt_tgsigqueueinfo 4332
-__NR_sched_get_priority_max    bits/syscall.h  d       164     #define __NR_sched_get_priority_max 4163
-__NR_sched_get_priority_min    bits/syscall.h  d       165     #define __NR_sched_get_priority_min 4164
-__NR_sched_getaffinity bits/syscall.h  d       241     #define __NR_sched_getaffinity 4240
-__NR_sched_getattr     bits/syscall.h  d       350     #define __NR_sched_getattr 4350
-__NR_sched_getparam    bits/syscall.h  d       160     #define __NR_sched_getparam 4159
-__NR_sched_getscheduler        bits/syscall.h  d       162     #define __NR_sched_getscheduler 4161
-__NR_sched_rr_get_interval     bits/syscall.h  d       166     #define __NR_sched_rr_get_interval 4165
-__NR_sched_setaffinity bits/syscall.h  d       240     #define __NR_sched_setaffinity 4239
-__NR_sched_setattr     bits/syscall.h  d       349     #define __NR_sched_setattr 4349
-__NR_sched_setparam    bits/syscall.h  d       159     #define __NR_sched_setparam 4158
-__NR_sched_setscheduler        bits/syscall.h  d       161     #define __NR_sched_setscheduler 4160
-__NR_sched_yield       bits/syscall.h  d       163     #define __NR_sched_yield 4162
-__NR_seccomp   bits/syscall.h  d       352     #define __NR_seccomp 4352
-__NR_select    bits/syscall.h  d       143     #define __NR_select 4142
-__NR_send      bits/syscall.h  d       179     #define __NR_send 4178
-__NR_sendfile  bits/syscall.h  d       208     #define __NR_sendfile 4207
-__NR_sendfile64        bits/syscall.h  d       238     #define __NR_sendfile64 4237
-__NR_sendmmsg  bits/syscall.h  d       343     #define __NR_sendmmsg 4343
-__NR_sendmsg   bits/syscall.h  d       180     #define __NR_sendmsg 4179
-__NR_sendto    bits/syscall.h  d       181     #define __NR_sendto 4180
-__NR_set_mempolicy     bits/syscall.h  d       271     #define __NR_set_mempolicy 4270
-__NR_set_robust_list   bits/syscall.h  d       309     #define __NR_set_robust_list 4309
-__NR_set_thread_area   bits/syscall.h  d       283     #define __NR_set_thread_area 4283
-__NR_set_tid_address   bits/syscall.h  d       253     #define __NR_set_tid_address 4252
-__NR_setdomainname     bits/syscall.h  d       122     #define __NR_setdomainname 4121
-__NR_setfsgid  bits/syscall.h  d       140     #define __NR_setfsgid 4139
-__NR_setfsuid  bits/syscall.h  d       139     #define __NR_setfsuid 4138
-__NR_setgid    bits/syscall.h  d       47      #define __NR_setgid 4046
-__NR_setgroups bits/syscall.h  d       82      #define __NR_setgroups 4081
-__NR_sethostname       bits/syscall.h  d       75      #define __NR_sethostname 4074
-__NR_setitimer bits/syscall.h  d       105     #define __NR_setitimer 4104
-__NR_setns     bits/syscall.h  d       344     #define __NR_setns 4344
-__NR_setpgid   bits/syscall.h  d       58      #define __NR_setpgid 4057
-__NR_setpriority       bits/syscall.h  d       98      #define __NR_setpriority 4097
-__NR_setregid  bits/syscall.h  d       72      #define __NR_setregid 4071
-__NR_setresgid bits/syscall.h  d       191     #define __NR_setresgid 4190
-__NR_setresuid bits/syscall.h  d       186     #define __NR_setresuid 4185
-__NR_setreuid  bits/syscall.h  d       71      #define __NR_setreuid 4070
-__NR_setrlimit bits/syscall.h  d       76      #define __NR_setrlimit 4075
-__NR_setsid    bits/syscall.h  d       67      #define __NR_setsid 4066
-__NR_setsockopt        bits/syscall.h  d       182     #define __NR_setsockopt 4181
-__NR_settimeofday      bits/syscall.h  d       80      #define __NR_settimeofday 4079
-__NR_setuid    bits/syscall.h  d       24      #define __NR_setuid 4023
-__NR_setxattr  bits/syscall.h  d       225     #define __NR_setxattr 4224
-__NR_sgetmask  bits/syscall.h  d       69      #define __NR_sgetmask 4068
-__NR_shutdown  bits/syscall.h  d       183     #define __NR_shutdown 4182
-__NR_sigaction bits/syscall.h  d       68      #define __NR_sigaction 4067
-__NR_sigaltstack       bits/syscall.h  d       207     #define __NR_sigaltstack 4206
-__NR_signal    bits/syscall.h  d       49      #define __NR_signal 4048
-__NR_signalfd  bits/syscall.h  d       317     #define __NR_signalfd 4317
-__NR_signalfd4 bits/syscall.h  d       324     #define __NR_signalfd4 4324
-__NR_sigpending        bits/syscall.h  d       74      #define __NR_sigpending 4073
-__NR_sigprocmask       bits/syscall.h  d       127     #define __NR_sigprocmask 4126
-__NR_sigreturn bits/syscall.h  d       120     #define __NR_sigreturn 4119
-__NR_sigsuspend        bits/syscall.h  d       73      #define __NR_sigsuspend 4072
-__NR_socket    bits/syscall.h  d       184     #define __NR_socket 4183
-__NR_socketcall        bits/syscall.h  d       103     #define __NR_socketcall 4102
-__NR_socketpair        bits/syscall.h  d       185     #define __NR_socketpair 4184
-__NR_splice    bits/syscall.h  d       304     #define __NR_splice 4304
-__NR_ssetmask  bits/syscall.h  d       70      #define __NR_ssetmask 4069
-__NR_stat      bits/syscall.h  d       107     #define __NR_stat 4106
-__NR_stat64    bits/syscall.h  d       214     #define __NR_stat64 4213
-__NR_statfs    bits/syscall.h  d       100     #define __NR_statfs 4099
-__NR_statfs64  bits/syscall.h  d       256     #define __NR_statfs64 4255
-__NR_stime     bits/syscall.h  d       26      #define __NR_stime 4025
-__NR_stty      bits/syscall.h  d       32      #define __NR_stty 4031
-__NR_swapoff   bits/syscall.h  d       116     #define __NR_swapoff 4115
-__NR_swapon    bits/syscall.h  d       88      #define __NR_swapon 4087
-__NR_symlink   bits/syscall.h  d       84      #define __NR_symlink 4083
-__NR_symlinkat bits/syscall.h  d       297     #define __NR_symlinkat 4297
-__NR_sync      bits/syscall.h  d       37      #define __NR_sync 4036
-__NR_sync_file_range   bits/syscall.h  d       305     #define __NR_sync_file_range 4305
-__NR_syncfs    bits/syscall.h  d       342     #define __NR_syncfs 4342
-__NR_syscall   bits/syscall.h  d       1       #define __NR_syscall 4000
-__NR_sysfs     bits/syscall.h  d       136     #define __NR_sysfs 4135
-__NR_sysinfo   bits/syscall.h  d       117     #define __NR_sysinfo 4116
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 4103
-__NR_sysmips   bits/syscall.h  d       150     #define __NR_sysmips 4149
-__NR_tee       bits/syscall.h  d       306     #define __NR_tee 4306
-__NR_tgkill    bits/syscall.h  d       267     #define __NR_tgkill 4266
-__NR_time      bits/syscall.h  d       14      #define __NR_time 4013
-__NR_timer_create      bits/syscall.h  d       258     #define __NR_timer_create 4257
-__NR_timer_delete      bits/syscall.h  d       262     #define __NR_timer_delete 4261
-__NR_timer_getoverrun  bits/syscall.h  d       261     #define __NR_timer_getoverrun 4260
-__NR_timer_gettime     bits/syscall.h  d       260     #define __NR_timer_gettime 4259
-__NR_timer_settime     bits/syscall.h  d       259     #define __NR_timer_settime 4258
-__NR_timerfd   bits/syscall.h  d       318     #define __NR_timerfd 4318
-__NR_timerfd_create    bits/syscall.h  d       321     #define __NR_timerfd_create 4321
-__NR_timerfd_gettime   bits/syscall.h  d       322     #define __NR_timerfd_gettime 4322
-__NR_timerfd_settime   bits/syscall.h  d       323     #define __NR_timerfd_settime 4323
-__NR_times     bits/syscall.h  d       44      #define __NR_times 4043
-__NR_tkill     bits/syscall.h  d       237     #define __NR_tkill 4236
-__NR_truncate  bits/syscall.h  d       93      #define __NR_truncate 4092
-__NR_truncate64        bits/syscall.h  d       212     #define __NR_truncate64 4211
-__NR_ulimit    bits/syscall.h  d       59      #define __NR_ulimit 4058
-__NR_umask     bits/syscall.h  d       61      #define __NR_umask 4060
-__NR_umount    bits/syscall.h  d       23      #define __NR_umount 4022
-__NR_umount2   bits/syscall.h  d       53      #define __NR_umount2 4052
-__NR_uname     bits/syscall.h  d       123     #define __NR_uname 4122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 4010
-__NR_unlinkat  bits/syscall.h  d       294     #define __NR_unlinkat 4294
-__NR_unshare   bits/syscall.h  d       303     #define __NR_unshare 4303
-__NR_unused109 bits/syscall.h  d       110     #define __NR_unused109 4109
-__NR_unused150 bits/syscall.h  d       151     #define __NR_unused150 4150
-__NR_unused18  bits/syscall.h  d       19      #define __NR_unused18 4018
-__NR_unused28  bits/syscall.h  d       29      #define __NR_unused28 4028
-__NR_unused59  bits/syscall.h  d       60      #define __NR_unused59 4059
-__NR_unused84  bits/syscall.h  d       85      #define __NR_unused84 4084
-__NR_uselib    bits/syscall.h  d       87      #define __NR_uselib 4086
-__NR_userfaultfd       bits/syscall.h  d       357     #define __NR_userfaultfd 4357
-__NR_ustat     bits/syscall.h  d       63      #define __NR_ustat 4062
-__NR_utime     bits/syscall.h  d       31      #define __NR_utime 4030
-__NR_utimensat bits/syscall.h  d       316     #define __NR_utimensat 4316
-__NR_utimes    bits/syscall.h  d       268     #define __NR_utimes 4267
-__NR_vhangup   bits/syscall.h  d       112     #define __NR_vhangup 4111
-__NR_vm86      bits/syscall.h  d       114     #define __NR_vm86 4113
-__NR_vmsplice  bits/syscall.h  d       307     #define __NR_vmsplice 4307
-__NR_vserver   bits/syscall.h  d       278     #define __NR_vserver 4277
-__NR_wait4     bits/syscall.h  d       115     #define __NR_wait4 4114
-__NR_waitid    bits/syscall.h  d       279     #define __NR_waitid 4278
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 4007
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4004
-__NR_writev    bits/syscall.h  d       147     #define __NR_writev 4146
-__SI_SWAP_ERRNO_CODE   bits/signal.h   d       83      #define __SI_SWAP_ERRNO_CODE
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[13];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpreg_t    bits/user.h     t       13      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_fpregset_t bits/user.h     t       13      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_greg_t     bits/user.h     t       12      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       12      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       23      } fenv_t;
-fexcept_t      bits/fenv.h     t       19      typedef unsigned short fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fpregset_t     bits/signal.h   t       19      } fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef unsigned long long greg_t, gregset_t[32];
-gregset_t      bits/signal.h   t       10      typedef unsigned long long greg_t, gregset_t[32];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       35      } mcontext_t;
-mcontext_t     bits/signal.h   t       43      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       52      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       21      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       17      
-struct sigaltstack     bits/signal.h   s       46      
-struct sigcontext      bits/signal.h   s       20      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct user    bits/user.h     s       1       
-struct winsize bits/ioctl.h    s       103     
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       58      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef int wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BOTHER bits/termios.h  d       #define BOTHER 0010000
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CIBAUD bits/termios.h  d       #define CIBAUD 002003600000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CMSPAR bits/termios.h  d       #define CMSPAR 010000000000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 125
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 126
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 124
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 149
+EBADE  bits/errno.h    d       #define EBADE 50
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 81
+EBADMSG        bits/errno.h    d       #define EBADMSG 77
+EBADR  bits/errno.h    d       #define EBADR 51
+EBADRQC        bits/errno.h    d       #define EBADRQC 54
+EBADSLT        bits/errno.h    d       #define EBADSLT 55
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 158
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 37
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 130
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 146
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 131
+EDEADLK        bits/errno.h    d       #define EDEADLK 45
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 56
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 96
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 1133
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EF_CP0_BADVADDR        bits/reg.h      d       #define EF_CP0_BADVADDR 41
+EF_CP0_CAUSE   bits/reg.h      d       #define EF_CP0_CAUSE 43
+EF_CP0_EPC     bits/reg.h      d       #define EF_CP0_EPC 40
+EF_CP0_STATUS  bits/reg.h      d       #define EF_CP0_STATUS 42
+EF_HI  bits/reg.h      d       #define EF_HI 39
+EF_LO  bits/reg.h      d       #define EF_LO 38
+EF_R0  bits/reg.h      d       #define EF_R0 6
+EF_R1  bits/reg.h      d       #define EF_R1 7
+EF_R10 bits/reg.h      d       #define EF_R10 16
+EF_R11 bits/reg.h      d       #define EF_R11 17
+EF_R12 bits/reg.h      d       #define EF_R12 18
+EF_R13 bits/reg.h      d       #define EF_R13 19
+EF_R14 bits/reg.h      d       #define EF_R14 20
+EF_R15 bits/reg.h      d       #define EF_R15 21
+EF_R16 bits/reg.h      d       #define EF_R16 22
+EF_R17 bits/reg.h      d       #define EF_R17 23
+EF_R18 bits/reg.h      d       #define EF_R18 24
+EF_R19 bits/reg.h      d       #define EF_R19 25
+EF_R2  bits/reg.h      d       #define EF_R2 8
+EF_R20 bits/reg.h      d       #define EF_R20 26
+EF_R21 bits/reg.h      d       #define EF_R21 27
+EF_R22 bits/reg.h      d       #define EF_R22 28
+EF_R23 bits/reg.h      d       #define EF_R23 29
+EF_R24 bits/reg.h      d       #define EF_R24 30
+EF_R25 bits/reg.h      d       #define EF_R25 31
+EF_R26 bits/reg.h      d       #define EF_R26 32
+EF_R27 bits/reg.h      d       #define EF_R27 33
+EF_R28 bits/reg.h      d       #define EF_R28 34
+EF_R29 bits/reg.h      d       #define EF_R29 35
+EF_R3  bits/reg.h      d       #define EF_R3 9
+EF_R30 bits/reg.h      d       #define EF_R30 36
+EF_R31 bits/reg.h      d       #define EF_R31 37
+EF_R4  bits/reg.h      d       #define EF_R4 10
+EF_R5  bits/reg.h      d       #define EF_R5 11
+EF_R6  bits/reg.h      d       #define EF_R6 12
+EF_R7  bits/reg.h      d       #define EF_R7 13
+EF_R8  bits/reg.h      d       #define EF_R8 14
+EF_R9  bits/reg.h      d       #define EF_R9 15
+EF_SIZE        bits/reg.h      d       #define EF_SIZE 180
+EF_UNUSED0     bits/reg.h      d       #define EF_UNUSED0 44
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 147
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 148
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 168
+EIDRM  bits/errno.h    d       #define EIDRM 36
+EILSEQ bits/errno.h    d       #define EILSEQ 88
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 150
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 133
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 139
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 162
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 164
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 163
+EL2HLT bits/errno.h    d       #define EL2HLT 44
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 38
+EL3HLT bits/errno.h    d       #define EL3HLT 39
+EL3RST bits/errno.h    d       #define EL3RST 40
+ELF_NFPREG     bits/user.h     d       #define ELF_NFPREG 33
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 45
+ELIBACC        bits/errno.h    d       #define ELIBACC 83
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 84
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 87
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 86
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 85
+ELNRNG bits/errno.h    d       #define ELNRNG 41
+ELOOP  bits/errno.h    d       #define ELOOP 90
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 160
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 97
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 74
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 78
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 138
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 127
+ENETRESET      bits/errno.h    d       #define ENETRESET 129
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 128
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 53
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 132
+ENOCSI bits/errno.h    d       #define ENOCSI 43
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 161
+ENOLCK bits/errno.h    d       #define ENOLCK 46
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 159
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 35
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 99
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 89
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 134
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 93
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 137
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 166
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 95
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 80
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 122
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 79
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 165
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 123
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 120
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 98
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 82
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 140
+ERESTART       bits/errno.h    d       #define ERESTART 91
+ERFKILL        bits/errno.h    d       #define ERFKILL 167
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 143
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 121
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 151
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 92
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 145
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 144
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 135
+EUNATCH        bits/errno.h    d       #define EUNATCH 42
+EUSERS bits/errno.h    d       #define EUSERS 94
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 52
+EXTA   bits/termios.h  d       #define EXTA 0000016
+EXTB   bits/termios.h  d       #define EXTB 0000017
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 124
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 32
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 3
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 4
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 64
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 16
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 8
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x667D
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x6601
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x667E
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x6602
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x467F
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x667F
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0020000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 33
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 23
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 34
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 35
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 24
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+IBSHIFT        bits/termios.h  d       #define IBSHIFT 16
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0000400
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+ITOSTOP        bits/termios.h  d       #define ITOSTOP 0100000
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x800
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x2000
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x4000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x1000
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x80000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x8000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x20000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x0400
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x10000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x40000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 0010
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 010000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0400
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0100000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 0020
+O_EXCL bits/fcntl.h    d       #define O_EXCL 02000
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 020000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 04000
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 0200
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 040020
+O_SYNC bits/fcntl.h    d       #define O_SYNC 040020
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POLLWRBAND     bits/poll.h     d       #define POLLWRBAND 0x100
+POLLWRNORM     bits/poll.h     d       #define POLLWRNORM POLLOUT
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+RLIMIT_AS      bits/resource.h d       #define RLIMIT_AS 6
+RLIMIT_MEMLOCK bits/resource.h d       #define RLIMIT_MEMLOCK 9
+RLIMIT_NOFILE  bits/resource.h d       #define RLIMIT_NOFILE 5
+RLIMIT_NPROC   bits/resource.h d       #define RLIMIT_NPROC 8
+RLIMIT_RSS     bits/resource.h d       #define RLIMIT_RSS 7
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 0x10000
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 8
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 10
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 18
+SIGCONT        bits/signal.h   d       #define SIGCONT 25
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 22
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL SIGIO
+SIGPROF        bits/signal.h   d       #define SIGPROF 29
+SIGPWR bits/signal.h   d       #define SIGPWR 19
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 7
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 23
+SIGSYS bits/signal.h   d       #define SIGSYS 12
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 24
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 26
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 27
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 21
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 16
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 17
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 28
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 20
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 30
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 31
+SIG_BLOCK      bits/signal.h   d       #define SIG_BLOCK 1
+SIG_SETMASK    bits/signal.h   d       #define SIG_SETMASK 3
+SIG_UNBLOCK    bits/signal.h   d       #define SIG_UNBLOCK 2
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SI_ASYNCIO     bits/signal.h   d       #define SI_ASYNCIO (-2)
+SI_MESGQ       bits/signal.h   d       #define SI_MESGQ (-4)
+SI_TIMER       bits/signal.h   d       #define SI_TIMER (-3)
+SOCK_CLOEXEC   bits/socket.h   d       #define SOCK_CLOEXEC 02000000
+SOCK_DGRAM     bits/socket.h   d       #define SOCK_DGRAM 1
+SOCK_NONBLOCK  bits/socket.h   d       #define SOCK_NONBLOCK 0200
+SOCK_STREAM    bits/socket.h   d       #define SOCK_STREAM 2
+SOL_SOCKET     bits/socket.h   d       #define SOL_SOCKET 65535
+SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 0x1009
+SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 0x0020
+SO_BSDCOMPAT   bits/socket.h   d       #define SO_BSDCOMPAT 14
+SO_DEBUG       bits/socket.h   d       #define SO_DEBUG 1
+SO_DOMAIN      bits/socket.h   d       #define SO_DOMAIN 0x1029
+SO_DONTROUTE   bits/socket.h   d       #define SO_DONTROUTE 0x0010
+SO_ERROR       bits/socket.h   d       #define SO_ERROR 0x1007
+SO_KEEPALIVE   bits/socket.h   d       #define SO_KEEPALIVE 0x0008
+SO_LINGER      bits/socket.h   d       #define SO_LINGER 0x0080
+SO_NO_CHECK    bits/socket.h   d       #define SO_NO_CHECK 11
+SO_OOBINLINE   bits/socket.h   d       #define SO_OOBINLINE 0x0100
+SO_PASSCRED    bits/socket.h   d       #define SO_PASSCRED 17
+SO_PEERCRED    bits/socket.h   d       #define SO_PEERCRED 18
+SO_PRIORITY    bits/socket.h   d       #define SO_PRIORITY 12
+SO_PROTOCOL    bits/socket.h   d       #define SO_PROTOCOL 0x1028
+SO_RCVBUF      bits/socket.h   d       #define SO_RCVBUF 0x1002
+SO_RCVBUFFORCE bits/socket.h   d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    bits/socket.h   d       #define SO_RCVLOWAT 0x1004
+SO_RCVTIMEO    bits/socket.h   d       #define SO_RCVTIMEO 0x1006
+SO_REUSEADDR   bits/socket.h   d       #define SO_REUSEADDR 0x0004
+SO_REUSEPORT   bits/socket.h   d       #define SO_REUSEPORT 0x0200
+SO_SNDBUF      bits/socket.h   d       #define SO_SNDBUF 0x1001
+SO_SNDBUFFORCE bits/socket.h   d       #define SO_SNDBUFFORCE 31
+SO_SNDLOWAT    bits/socket.h   d       #define SO_SNDLOWAT 0x1003
+SO_SNDTIMEO    bits/socket.h   d       #define SO_SNDTIMEO 0x1005
+SO_TYPE        bits/socket.h   d       #define SO_TYPE 0x1008
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 4140
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 4153
+SYS_accept     bits/syscall.h  d       #define SYS_accept 4168
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 4334
+SYS_access     bits/syscall.h  d       #define SYS_access 4033
+SYS_acct       bits/syscall.h  d       #define SYS_acct 4051
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 4280
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 4124
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 4137
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 4027
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 4134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 4169
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 4355
+SYS_break      bits/syscall.h  d       #define SYS_break 4017
+SYS_brk        bits/syscall.h  d       #define SYS_brk 4045
+SYS_cachectl   bits/syscall.h  d       #define SYS_cachectl 4148
+SYS_cacheflush bits/syscall.h  d       #define SYS_cacheflush 4147
+SYS_capget     bits/syscall.h  d       #define SYS_capget 4204
+SYS_capset     bits/syscall.h  d       #define SYS_capset 4205
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 4012
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 4015
+SYS_chown      bits/syscall.h  d       #define SYS_chown 4202
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 4061
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 4341
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 4264
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 4263
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 4265
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 4262
+SYS_clone      bits/syscall.h  d       #define SYS_clone 4120
+SYS_close      bits/syscall.h  d       #define SYS_close 4006
+SYS_connect    bits/syscall.h  d       #define SYS_connect 4170
+SYS_creat      bits/syscall.h  d       #define SYS_creat 4008
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 4127
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 4129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 4041
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 4063
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 4327
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 4248
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 4326
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 4249
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 4313
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 4250
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 4319
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 4325
+SYS_execve     bits/syscall.h  d       #define SYS_execve 4011
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 4356
+SYS_exit       bits/syscall.h  d       #define SYS_exit 4001
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 4246
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 4300
+SYS_fadvise    bits/syscall.h  d       #define SYS_fadvise 4254
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 4320
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 4336
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 4337
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 4133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 4094
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 4299
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 4095
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 4291
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 4055
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 4220
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 4152
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 4229
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 4348
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 4232
+SYS_flock      bits/syscall.h  d       #define SYS_flock 4143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 4002
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 4235
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 4226
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 4108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 4215
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat 4293
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 4100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 4256
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 4118
+SYS_ftime      bits/syscall.h  d       #define SYS_ftime 4035
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 4093
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 4212
+SYS_futex      bits/syscall.h  d       #define SYS_futex 4238
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 4292
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 4130
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 4269
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 4310
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 4312
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 4203
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 4141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 4219
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 4050
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 4049
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 4047
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 4080
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 4105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 4171
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 4132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 4065
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 4020
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 4208
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 4064
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 4096
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 4353
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 4191
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 4186
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 4076
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 4077
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 4151
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 4172
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 4173
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 4222
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 4078
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 4024
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 4227
+SYS_gtty       bits/syscall.h  d       #define SYS_gtty 4032
+SYS_idle       bits/syscall.h  d       #define SYS_idle 4112
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 4128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 4285
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 4284
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 4329
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 4286
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 4245
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 4242
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 4243
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 4241
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 4244
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 4054
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 4101
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 4110
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 4315
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 4314
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 4117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 4347
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 4311
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 4282
+SYS_kill       bits/syscall.h  d       #define SYS_kill 4037
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 4016
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 4228
+SYS_link       bits/syscall.h  d       #define SYS_link 4009
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 4296
+SYS_listen     bits/syscall.h  d       #define SYS_listen 4174
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 4230
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 4231
+SYS_lock       bits/syscall.h  d       #define SYS_lock 4053
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 4247
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 4234
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 4019
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 4225
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 4107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 4214
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 4218
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 4268
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 4358
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 4354
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 4287
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 4217
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 4039
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 4289
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 4014
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 4290
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 4154
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 4359
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 4156
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 4090
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 4210
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 4123
+SYS_mount      bits/syscall.h  d       #define SYS_mount 4021
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 4308
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 4125
+SYS_mpx        bits/syscall.h  d       #define SYS_mpx 4056
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 4276
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 4275
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 4271
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 4274
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 4273
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 4272
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 4167
+SYS_msync      bits/syscall.h  d       #define SYS_msync 4144
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 4155
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 4157
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 4091
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 4339
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 4166
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 4189
+SYS_nice       bits/syscall.h  d       #define SYS_nice 4034
+SYS_open       bits/syscall.h  d       #define SYS_open 4005
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 4340
+SYS_openat     bits/syscall.h  d       #define SYS_openat 4288
+SYS_pause      bits/syscall.h  d       #define SYS_pause 4029
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 4333
+SYS_personality        bits/syscall.h  d       #define SYS_personality 4136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 4042
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 4328
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 4216
+SYS_poll       bits/syscall.h  d       #define SYS_poll 4188
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 4302
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 4192
+SYS_pread      bits/syscall.h  d       #define SYS_pread 4200
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 4330
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 4338
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 4345
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 4346
+SYS_prof       bits/syscall.h  d       #define SYS_prof 4044
+SYS_profil     bits/syscall.h  d       #define SYS_profil 4098
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 4301
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 4026
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 4209
+SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite 4201
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 4331
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 4187
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 4131
+SYS_read       bits/syscall.h  d       #define SYS_read 4003
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 4223
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 4089
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 4085
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 4298
+SYS_readv      bits/syscall.h  d       #define SYS_readv 4145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 4088
+SYS_recv       bits/syscall.h  d       #define SYS_recv 4175
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 4176
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 4335
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 4177
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 4251
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 4233
+SYS_rename     bits/syscall.h  d       #define SYS_rename 4038
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 4295
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 4351
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 4281
+SYS_reserved221        bits/syscall.h  d       #define SYS_reserved221 4221
+SYS_reserved82 bits/syscall.h  d       #define SYS_reserved82 4082
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 4253
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 4040
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 4194
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 4196
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 4195
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 4198
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 4193
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 4199
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 4197
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 4332
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 4163
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 4164
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 4240
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 4350
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 4159
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 4161
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 4165
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 4239
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 4349
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 4158
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 4160
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 4162
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 4352
+SYS_select     bits/syscall.h  d       #define SYS_select 4142
+SYS_send       bits/syscall.h  d       #define SYS_send 4178
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 4207
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 4237
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 4343
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 4179
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 4180
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 4270
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 4309
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 4283
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 4252
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 4121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 4139
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 4138
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 4046
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 4081
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 4074
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 4104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 4344
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 4057
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 4097
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 4071
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 4190
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 4185
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 4070
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 4075
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 4066
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 4181
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 4079
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 4023
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 4224
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 4068
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 4182
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 4067
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 4206
+SYS_signal     bits/syscall.h  d       #define SYS_signal 4048
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 4317
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 4324
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 4073
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 4126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 4119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 4072
+SYS_socket     bits/syscall.h  d       #define SYS_socket 4183
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 4102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 4184
+SYS_splice     bits/syscall.h  d       #define SYS_splice 4304
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 4069
+SYS_stat       bits/syscall.h  d       #define SYS_stat 4106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 4213
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 4099
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 4255
+SYS_stime      bits/syscall.h  d       #define SYS_stime 4025
+SYS_stty       bits/syscall.h  d       #define SYS_stty 4031
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 4115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 4087
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 4083
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 4297
+SYS_sync       bits/syscall.h  d       #define SYS_sync 4036
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 4305
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 4342
+SYS_syscall    bits/syscall.h  d       #define SYS_syscall 4000
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 4135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 4116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 4103
+SYS_sysmips    bits/syscall.h  d       #define SYS_sysmips 4149
+SYS_tee        bits/syscall.h  d       #define SYS_tee 4306
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 4266
+SYS_time       bits/syscall.h  d       #define SYS_time 4013
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 4257
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 4261
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 4260
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 4259
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 4258
+SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 4318
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 4321
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 4322
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 4323
+SYS_times      bits/syscall.h  d       #define SYS_times 4043
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 4236
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 4092
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 4211
+SYS_ulimit     bits/syscall.h  d       #define SYS_ulimit 4058
+SYS_umask      bits/syscall.h  d       #define SYS_umask 4060
+SYS_umount     bits/syscall.h  d       #define SYS_umount 4022
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 4052
+SYS_uname      bits/syscall.h  d       #define SYS_uname 4122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 4010
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 4294
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 4303
+SYS_unused109  bits/syscall.h  d       #define SYS_unused109 4109
+SYS_unused150  bits/syscall.h  d       #define SYS_unused150 4150
+SYS_unused18   bits/syscall.h  d       #define SYS_unused18 4018
+SYS_unused28   bits/syscall.h  d       #define SYS_unused28 4028
+SYS_unused59   bits/syscall.h  d       #define SYS_unused59 4059
+SYS_unused84   bits/syscall.h  d       #define SYS_unused84 4084
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 4086
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 4357
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 4062
+SYS_utime      bits/syscall.h  d       #define SYS_utime 4030
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 4316
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 4267
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 4111
+SYS_vm86       bits/syscall.h  d       #define SYS_vm86 4113
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 4307
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 4277
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 4114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 4278
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 4007
+SYS_write      bits/syscall.h  d       #define SYS_write 4004
+SYS_writev     bits/syscall.h  d       #define SYS_writev 4146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x5407
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5401
+TCGETS bits/ioctl.h    d       #define TCGETS 0x540D
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432 // RICH: Not sure about these.
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5405
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5486
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5402
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5404
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5403
+TCSETS bits/ioctl.h    d       #define TCSETS 0x540E
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5410
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x540F
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433 // RICH: Not sure about these.
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434 // RICH: Not sure about these.
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435 // RICH: Not sure about these.
+TCXONC bits/ioctl.h    d       #define TCXONC 0x5406
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IOW('t', 120, int)
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x740D
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x7400
+TIOCGETP       bits/ioctl.h    d       #define TIOCGETP 0x7408
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x5493
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x5492
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x548B
+TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC 0x7474
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 0x30, unsigned int)
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x5484
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x7416
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5481
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, struct winsize)
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x5483
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x741C
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x741B
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x741D
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x5491
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x741D
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5471
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x740E
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x7472
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5470
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x5480
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5488
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x548E
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x548F
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x548D
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5489
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x5490
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x548A
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSER_TEMT   bits/termios.h  d       #define TIOCSER_TEMT 1
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x7401
+TIOCSETN       bits/ioctl.h    d       #define TIOCSETN 0x740A
+TIOCSETP       bits/ioctl.h    d       #define TIOCSETP 0x7409
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x5494
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x548C
+TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC 0x7475
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 0x31, int)
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x5485
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x5482
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5472
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, struct winsize)
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426 // RICH: Not sure about these.
+TOSTOP bits/termios.h  d       #define TOSTOP 0100000
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 16
+VEOL   bits/termios.h  d       #define VEOL 17
+VEOL2  bits/termios.h  d       #define VEOL2 6
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 4
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VSWTCH bits/termios.h  d       #define VSWTCH 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XCASE  bits/termios.h  d       #define XCASE 0000004
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 1U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 4U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 128
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 4140
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 4153
+__NR_accept    bits/syscall.h  d       #define __NR_accept 4168
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 4334
+__NR_access    bits/syscall.h  d       #define __NR_access 4033
+__NR_acct      bits/syscall.h  d       #define __NR_acct 4051
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 4280
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 4124
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 4137
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 4027
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 4134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 4169
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 4355
+__NR_break     bits/syscall.h  d       #define __NR_break 4017
+__NR_brk       bits/syscall.h  d       #define __NR_brk 4045
+__NR_cachectl  bits/syscall.h  d       #define __NR_cachectl 4148
+__NR_cacheflush        bits/syscall.h  d       #define __NR_cacheflush 4147
+__NR_capget    bits/syscall.h  d       #define __NR_capget 4204
+__NR_capset    bits/syscall.h  d       #define __NR_capset 4205
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 4012
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 4015
+__NR_chown     bits/syscall.h  d       #define __NR_chown 4202
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 4061
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 4341
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 4264
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 4263
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 4265
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 4262
+__NR_clone     bits/syscall.h  d       #define __NR_clone 4120
+__NR_close     bits/syscall.h  d       #define __NR_close 4006
+__NR_connect   bits/syscall.h  d       #define __NR_connect 4170
+__NR_creat     bits/syscall.h  d       #define __NR_creat 4008
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 4127
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 4129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 4041
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 4063
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 4327
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 4248
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 4326
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 4249
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 4313
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 4250
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 4319
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 4325
+__NR_execve    bits/syscall.h  d       #define __NR_execve 4011
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 4356
+__NR_exit      bits/syscall.h  d       #define __NR_exit 4001
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 4246
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 4300
+__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise 4254
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 4320
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 4336
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 4337
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 4133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 4094
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 4299
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 4095
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 4291
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 4055
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 4220
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 4152
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 4229
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 4348
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 4232
+__NR_flock     bits/syscall.h  d       #define __NR_flock 4143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 4002
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 4235
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 4226
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 4108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 4215
+__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat 4293
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 4100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 4256
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 4118
+__NR_ftime     bits/syscall.h  d       #define __NR_ftime 4035
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 4093
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 4212
+__NR_futex     bits/syscall.h  d       #define __NR_futex 4238
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 4292
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 4130
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 4269
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 4310
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 4312
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 4203
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 4141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 4219
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 4050
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 4049
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 4047
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 4080
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 4105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 4171
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 4132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 4065
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 4020
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 4208
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 4064
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 4096
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 4353
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 4191
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 4186
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 4076
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 4077
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 4151
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 4172
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 4173
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 4222
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 4078
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 4024
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 4227
+__NR_gtty      bits/syscall.h  d       #define __NR_gtty 4032
+__NR_idle      bits/syscall.h  d       #define __NR_idle 4112
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 4128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 4285
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 4284
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 4329
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 4286
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 4245
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 4242
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4243
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 4241
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 4244
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 4054
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 4101
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 4110
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 4315
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 4314
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 4117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 4347
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 4311
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 4282
+__NR_kill      bits/syscall.h  d       #define __NR_kill 4037
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 4016
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 4228
+__NR_link      bits/syscall.h  d       #define __NR_link 4009
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 4296
+__NR_listen    bits/syscall.h  d       #define __NR_listen 4174
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 4230
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 4231
+__NR_lock      bits/syscall.h  d       #define __NR_lock 4053
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 4247
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 4234
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 4019
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 4225
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 4107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 4214
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 4218
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 4268
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 4358
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 4354
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 4287
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 4217
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 4039
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 4289
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 4014
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 4290
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 4154
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 4359
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 4156
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 4090
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 4210
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 4123
+__NR_mount     bits/syscall.h  d       #define __NR_mount 4021
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 4308
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 4125
+__NR_mpx       bits/syscall.h  d       #define __NR_mpx 4056
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 4276
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 4275
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 4271
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 4274
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 4273
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 4272
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 4167
+__NR_msync     bits/syscall.h  d       #define __NR_msync 4144
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 4155
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 4157
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 4091
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 4339
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 4166
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 4189
+__NR_nice      bits/syscall.h  d       #define __NR_nice 4034
+__NR_open      bits/syscall.h  d       #define __NR_open 4005
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 4340
+__NR_openat    bits/syscall.h  d       #define __NR_openat 4288
+__NR_pause     bits/syscall.h  d       #define __NR_pause 4029
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 4333
+__NR_personality       bits/syscall.h  d       #define __NR_personality 4136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 4042
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 4328
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 4216
+__NR_poll      bits/syscall.h  d       #define __NR_poll 4188
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 4302
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 4192
+__NR_pread     bits/syscall.h  d       #define __NR_pread 4200
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 4330
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 4338
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 4345
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 4346
+__NR_prof      bits/syscall.h  d       #define __NR_prof 4044
+__NR_profil    bits/syscall.h  d       #define __NR_profil 4098
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 4301
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 4026
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 4209
+__NR_pwrite    bits/syscall.h  d       #define __NR_pwrite 4201
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 4331
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 4187
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 4131
+__NR_read      bits/syscall.h  d       #define __NR_read 4003
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 4223
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 4089
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 4085
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 4298
+__NR_readv     bits/syscall.h  d       #define __NR_readv 4145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 4088
+__NR_recv      bits/syscall.h  d       #define __NR_recv 4175
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 4176
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 4335
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 4177
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 4251
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 4233
+__NR_rename    bits/syscall.h  d       #define __NR_rename 4038
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 4295
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 4351
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 4281
+__NR_reserved221       bits/syscall.h  d       #define __NR_reserved221 4221
+__NR_reserved82        bits/syscall.h  d       #define __NR_reserved82 4082
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 4253
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 4040
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 4194
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 4196
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 4195
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 4198
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 4193
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 4199
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 4197
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 4332
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 4163
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 4164
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 4240
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 4350
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 4159
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 4161
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 4165
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 4239
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 4349
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 4158
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 4160
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 4162
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 4352
+__NR_select    bits/syscall.h  d       #define __NR_select 4142
+__NR_send      bits/syscall.h  d       #define __NR_send 4178
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 4207
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 4237
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 4343
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 4179
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 4180
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 4270
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 4309
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 4283
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 4252
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 4121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 4139
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 4138
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 4046
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 4081
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 4074
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 4104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 4344
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 4057
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 4097
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 4071
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 4190
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 4185
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 4070
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 4075
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 4066
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 4181
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 4079
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 4023
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 4224
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 4068
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 4182
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 4067
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 4206
+__NR_signal    bits/syscall.h  d       #define __NR_signal 4048
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 4317
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 4324
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 4073
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 4126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 4119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 4072
+__NR_socket    bits/syscall.h  d       #define __NR_socket 4183
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 4102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 4184
+__NR_splice    bits/syscall.h  d       #define __NR_splice 4304
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 4069
+__NR_stat      bits/syscall.h  d       #define __NR_stat 4106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 4213
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 4099
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 4255
+__NR_stime     bits/syscall.h  d       #define __NR_stime 4025
+__NR_stty      bits/syscall.h  d       #define __NR_stty 4031
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 4115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 4087
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 4083
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 4297
+__NR_sync      bits/syscall.h  d       #define __NR_sync 4036
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 4305
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 4342
+__NR_syscall   bits/syscall.h  d       #define __NR_syscall 4000
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 4135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 4116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 4103
+__NR_sysmips   bits/syscall.h  d       #define __NR_sysmips 4149
+__NR_tee       bits/syscall.h  d       #define __NR_tee 4306
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 4266
+__NR_time      bits/syscall.h  d       #define __NR_time 4013
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 4257
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 4261
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 4260
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 4259
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 4258
+__NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 4318
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 4321
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 4322
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 4323
+__NR_times     bits/syscall.h  d       #define __NR_times 4043
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 4236
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 4092
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 4211
+__NR_ulimit    bits/syscall.h  d       #define __NR_ulimit 4058
+__NR_umask     bits/syscall.h  d       #define __NR_umask 4060
+__NR_umount    bits/syscall.h  d       #define __NR_umount 4022
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 4052
+__NR_uname     bits/syscall.h  d       #define __NR_uname 4122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 4010
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 4294
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 4303
+__NR_unused109 bits/syscall.h  d       #define __NR_unused109 4109
+__NR_unused150 bits/syscall.h  d       #define __NR_unused150 4150
+__NR_unused18  bits/syscall.h  d       #define __NR_unused18 4018
+__NR_unused28  bits/syscall.h  d       #define __NR_unused28 4028
+__NR_unused59  bits/syscall.h  d       #define __NR_unused59 4059
+__NR_unused84  bits/syscall.h  d       #define __NR_unused84 4084
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 4086
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 4357
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 4062
+__NR_utime     bits/syscall.h  d       #define __NR_utime 4030
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 4316
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 4267
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 4111
+__NR_vm86      bits/syscall.h  d       #define __NR_vm86 4113
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 4307
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 4277
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 4114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 4278
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 4007
+__NR_write     bits/syscall.h  d       #define __NR_write 4004
+__NR_writev    bits/syscall.h  d       #define __NR_writev 4146
+__SI_SWAP_ERRNO_CODE   bits/signal.h   d       #define __SI_SWAP_ERRNO_CODE
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[13];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpreg_t    bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_fpregset_t bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+gregset_t      bits/signal.h   t       typedef unsigned long long greg_t, gregset_t[32];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index 40bec48..4f96099 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       1       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       10      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_TONEAREST   bits/fenv.h     d       2       #define FE_TONEAREST 0
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       13      #define IPC_64 0
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffL
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0100000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 8192
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-SA_NOCLDSTOP   bits/signal.h   d       39      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       40      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       44      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       42      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       45      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       43      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       46      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       41      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       55      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       64      #define SIGALRM 14
-SIGBUS bits/signal.h   d       57      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       67      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       68      #define SIGCONT 18
-SIGFPE bits/signal.h   d       58      #define SIGFPE 8
-SIGHUP bits/signal.h   d       50      #define SIGHUP 1
-SIGILL bits/signal.h   d       53      #define SIGILL 4
-SIGINT bits/signal.h   d       51      #define SIGINT 2
-SIGIO  bits/signal.h   d       79      #define SIGIO 29
-SIGIOT bits/signal.h   d       56      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       59      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       63      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       80      #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       77      #define SIGPROF 27
-SIGPWR bits/signal.h   d       81      #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       52      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       61      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       66      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       69      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       82      #define SIGSYS 31
-SIGTERM        bits/signal.h   d       65      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       54      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       70      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       71      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       72      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       83      #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       73      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       60      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       62      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       76      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       78      #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       74      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       75      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SYS__llseek    bits/syscall.h  d       335     #define SYS__llseek __NR__llseek
-SYS_accept     bits/syscall.h  d       475     #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       515     #define SYS_accept4 __NR_accept4
-SYS_acct       bits/syscall.h  d       362     #define SYS_acct __NR_acct
-SYS_add_key    bits/syscall.h  d       490     #define SYS_add_key __NR_add_key
-SYS_adjtimex   bits/syscall.h  d       444     #define SYS_adjtimex __NR_adjtimex
-SYS_bind       bits/syscall.h  d       473     #define SYS_bind __NR_bind
-SYS_bpf        bits/syscall.h  d       538     #define SYS_bpf __NR_bpf
-SYS_brk        bits/syscall.h  d       487     #define SYS_brk __NR_brk
-SYS_capget     bits/syscall.h  d       363     #define SYS_capget __NR_capget
-SYS_capset     bits/syscall.h  d       364     #define SYS_capset __NR_capset
-SYS_chdir      bits/syscall.h  d       322     #define SYS_chdir __NR_chdir
-SYS_chroot     bits/syscall.h  d       324     #define SYS_chroot __NR_chroot
-SYS_clock_adjtime      bits/syscall.h  d       524     #define SYS_clock_adjtime __NR_clock_adjtime
-SYS_clock_getres       bits/syscall.h  d       387     #define SYS_clock_getres __NR_clock_getres
-SYS_clock_gettime      bits/syscall.h  d       386     #define SYS_clock_gettime __NR_clock_gettime
-SYS_clock_nanosleep    bits/syscall.h  d       388     #define SYS_clock_nanosleep __NR_clock_nanosleep
-SYS_clock_settime      bits/syscall.h  d       385     #define SYS_clock_settime __NR_clock_settime
-SYS_clone      bits/syscall.h  d       493     #define SYS_clone __NR_clone
-SYS_close      bits/syscall.h  d       330     #define SYS_close __NR_close
-SYS_connect    bits/syscall.h  d       476     #define SYS_connect __NR_connect
-SYS_copy_file_range    bits/syscall.h  d       543     #define SYS_copy_file_range __NR_copy_file_range
-SYS_delete_module      bits/syscall.h  d       379     #define SYS_delete_module __NR_delete_module
-SYS_dup        bits/syscall.h  d       296     #define SYS_dup __NR_dup
-SYS_dup3       bits/syscall.h  d       297     #define SYS_dup3 __NR_dup3
-SYS_epoll_create1      bits/syscall.h  d       293     #define SYS_epoll_create1 __NR_epoll_create1
-SYS_epoll_ctl  bits/syscall.h  d       294     #define SYS_epoll_ctl __NR_epoll_ctl
-SYS_epoll_pwait        bits/syscall.h  d       295     #define SYS_epoll_pwait __NR_epoll_pwait
-SYS_eventfd2   bits/syscall.h  d       292     #define SYS_eventfd2 __NR_eventfd2
-SYS_execve     bits/syscall.h  d       494     #define SYS_execve __NR_execve
-SYS_execveat   bits/syscall.h  d       539     #define SYS_execveat __NR_execveat
-SYS_exit       bits/syscall.h  d       366     #define SYS_exit __NR_exit
-SYS_exit_group bits/syscall.h  d       367     #define SYS_exit_group __NR_exit_group
-SYS_faccessat  bits/syscall.h  d       321     #define SYS_faccessat __NR_faccessat
-SYS_fadvise64_64       bits/syscall.h  d       496     #define SYS_fadvise64_64 __NR_fadvise64_64
-SYS_fallocate  bits/syscall.h  d       320     #define SYS_fallocate __NR_fallocate
-SYS_fanotify_init      bits/syscall.h  d       520     #define SYS_fanotify_init __NR_fanotify_init
-SYS_fanotify_mark      bits/syscall.h  d       521     #define SYS_fanotify_mark __NR_fanotify_mark
-SYS_fchdir     bits/syscall.h  d       323     #define SYS_fchdir __NR_fchdir
-SYS_fchmod     bits/syscall.h  d       325     #define SYS_fchmod __NR_fchmod
-SYS_fchmodat   bits/syscall.h  d       326     #define SYS_fchmodat __NR_fchmodat
-SYS_fchown     bits/syscall.h  d       328     #define SYS_fchown __NR_fchown
-SYS_fchownat   bits/syscall.h  d       327     #define SYS_fchownat __NR_fchownat
-SYS_fcntl64    bits/syscall.h  d       298     #define SYS_fcntl64 __NR_fcntl64
-SYS_fdatasync  bits/syscall.h  d       356     #define SYS_fdatasync __NR_fdatasync
-SYS_fgetxattr  bits/syscall.h  d       283     #define SYS_fgetxattr __NR_fgetxattr
-SYS_finit_module       bits/syscall.h  d       531     #define SYS_finit_module __NR_finit_module
-SYS_flistxattr bits/syscall.h  d       286     #define SYS_flistxattr __NR_flistxattr
-SYS_flock      bits/syscall.h  d       305     #define SYS_flock __NR_flock
-SYS_fremovexattr       bits/syscall.h  d       289     #define SYS_fremovexattr __NR_fremovexattr
-SYS_fsetxattr  bits/syscall.h  d       280     #define SYS_fsetxattr __NR_fsetxattr
-SYS_fstat64    bits/syscall.h  d       353     #define SYS_fstat64 __NR_fstat64
-SYS_fstatat64  bits/syscall.h  d       352     #define SYS_fstatat64 __NR_fstatat64
-SYS_fstatfs64  bits/syscall.h  d       317     #define SYS_fstatfs64 __NR_fstatfs64
-SYS_fsync      bits/syscall.h  d       355     #define SYS_fsync __NR_fsync
-SYS_ftruncate64        bits/syscall.h  d       319     #define SYS_ftruncate64 __NR_ftruncate64
-SYS_futex      bits/syscall.h  d       371     #define SYS_futex __NR_futex
-SYS_get_mempolicy      bits/syscall.h  d       509     #define SYS_get_mempolicy __NR_get_mempolicy
-SYS_get_robust_list    bits/syscall.h  d       373     #define SYS_get_robust_list __NR_get_robust_list
-SYS_getcpu     bits/syscall.h  d       441     #define SYS_getcpu __NR_getcpu
-SYS_getcwd     bits/syscall.h  d       290     #define SYS_getcwd __NR_getcwd
-SYS_getdents64 bits/syscall.h  d       334     #define SYS_getdents64 __NR_getdents64
-SYS_getegid    bits/syscall.h  d       450     #define SYS_getegid __NR_getegid
-SYS_geteuid    bits/syscall.h  d       448     #define SYS_geteuid __NR_geteuid
-SYS_getgid     bits/syscall.h  d       449     #define SYS_getgid __NR_getgid
-SYS_getgroups  bits/syscall.h  d       431     #define SYS_getgroups __NR_getgroups
-SYS_getitimer  bits/syscall.h  d       375     #define SYS_getitimer __NR_getitimer
-SYS_getpeername        bits/syscall.h  d       478     #define SYS_getpeername __NR_getpeername
-SYS_getpgid    bits/syscall.h  d       428     #define SYS_getpgid __NR_getpgid
-SYS_getpid     bits/syscall.h  d       445     #define SYS_getpid __NR_getpid
-SYS_getppid    bits/syscall.h  d       446     #define SYS_getppid __NR_getppid
-SYS_getpriority        bits/syscall.h  d       414     #define SYS_getpriority __NR_getpriority
-SYS_getrandom  bits/syscall.h  d       536     #define SYS_getrandom __NR_getrandom
-SYS_getresgid  bits/syscall.h  d       423     #define SYS_getresgid __NR_getresgid
-SYS_getresuid  bits/syscall.h  d       421     #define SYS_getresuid __NR_getresuid
-SYS_getrlimit  bits/syscall.h  d       436     #define SYS_getrlimit __NR_getrlimit
-SYS_getrusage  bits/syscall.h  d       438     #define SYS_getrusage __NR_getrusage
-SYS_getsid     bits/syscall.h  d       429     #define SYS_getsid __NR_getsid
-SYS_getsockname        bits/syscall.h  d       477     #define SYS_getsockname __NR_getsockname
-SYS_getsockopt bits/syscall.h  d       482     #define SYS_getsockopt __NR_getsockopt
-SYS_gettid     bits/syscall.h  d       451     #define SYS_gettid __NR_gettid
-SYS_gettimeofday       bits/syscall.h  d       442     #define SYS_gettimeofday __NR_gettimeofday
-SYS_getuid     bits/syscall.h  d       447     #define SYS_getuid __NR_getuid
-SYS_getxattr   bits/syscall.h  d       281     #define SYS_getxattr __NR_getxattr
-SYS_init_module        bits/syscall.h  d       378     #define SYS_init_module __NR_init_module
-SYS_inotify_add_watch  bits/syscall.h  d       300     #define SYS_inotify_add_watch __NR_inotify_add_watch
-SYS_inotify_init1      bits/syscall.h  d       299     #define SYS_inotify_init1 __NR_inotify_init1
-SYS_inotify_rm_watch   bits/syscall.h  d       301     #define SYS_inotify_rm_watch __NR_inotify_rm_watch
-SYS_io_cancel  bits/syscall.h  d       276     #define SYS_io_cancel __NR_io_cancel
-SYS_io_destroy bits/syscall.h  d       274     #define SYS_io_destroy __NR_io_destroy
-SYS_io_getevents       bits/syscall.h  d       277     #define SYS_io_getevents __NR_io_getevents
-SYS_io_setup   bits/syscall.h  d       273     #define SYS_io_setup __NR_io_setup
-SYS_io_submit  bits/syscall.h  d       275     #define SYS_io_submit __NR_io_submit
-SYS_ioctl      bits/syscall.h  d       302     #define SYS_ioctl __NR_ioctl
-SYS_ioprio_get bits/syscall.h  d       304     #define SYS_ioprio_get __NR_ioprio_get
-SYS_ioprio_set bits/syscall.h  d       303     #define SYS_ioprio_set __NR_ioprio_set
-SYS_kcmp       bits/syscall.h  d       530     #define SYS_kcmp __NR_kcmp
-SYS_kexec_load bits/syscall.h  d       377     #define SYS_kexec_load __NR_kexec_load
-SYS_keyctl     bits/syscall.h  d       492     #define SYS_keyctl __NR_keyctl
-SYS_kill       bits/syscall.h  d       402     #define SYS_kill __NR_kill
-SYS_lgetxattr  bits/syscall.h  d       282     #define SYS_lgetxattr __NR_lgetxattr
-SYS_linkat     bits/syscall.h  d       310     #define SYS_linkat __NR_linkat
-SYS_listen     bits/syscall.h  d       474     #define SYS_listen __NR_listen
-SYS_listxattr  bits/syscall.h  d       284     #define SYS_listxattr __NR_listxattr
-SYS_llistxattr bits/syscall.h  d       285     #define SYS_llistxattr __NR_llistxattr
-SYS_lookup_dcookie     bits/syscall.h  d       291     #define SYS_lookup_dcookie __NR_lookup_dcookie
-SYS_lremovexattr       bits/syscall.h  d       288     #define SYS_lremovexattr __NR_lremovexattr
-SYS_lsetxattr  bits/syscall.h  d       279     #define SYS_lsetxattr __NR_lsetxattr
-SYS_madvise    bits/syscall.h  d       506     #define SYS_madvise __NR_madvise
-SYS_mbind      bits/syscall.h  d       508     #define SYS_mbind __NR_mbind
-SYS_membarrier bits/syscall.h  d       541     #define SYS_membarrier __NR_membarrier
-SYS_memfd_create       bits/syscall.h  d       537     #define SYS_memfd_create __NR_memfd_create
-SYS_migrate_pages      bits/syscall.h  d       511     #define SYS_migrate_pages __NR_migrate_pages
-SYS_mincore    bits/syscall.h  d       505     #define SYS_mincore __NR_mincore
-SYS_mkdirat    bits/syscall.h  d       307     #define SYS_mkdirat __NR_mkdirat
-SYS_mknodat    bits/syscall.h  d       306     #define SYS_mknodat __NR_mknodat
-SYS_mlock      bits/syscall.h  d       501     #define SYS_mlock __NR_mlock
-SYS_mlock2     bits/syscall.h  d       542     #define SYS_mlock2 __NR_mlock2
-SYS_mlockall   bits/syscall.h  d       503     #define SYS_mlockall __NR_mlockall
-SYS_mmap2      bits/syscall.h  d       495     #define SYS_mmap2 __NR_mmap2
-SYS_mount      bits/syscall.h  d       313     #define SYS_mount __NR_mount
-SYS_move_pages bits/syscall.h  d       512     #define SYS_move_pages __NR_move_pages
-SYS_mprotect   bits/syscall.h  d       499     #define SYS_mprotect __NR_mprotect
-SYS_mq_getsetattr      bits/syscall.h  d       458     #define SYS_mq_getsetattr __NR_mq_getsetattr
-SYS_mq_notify  bits/syscall.h  d       457     #define SYS_mq_notify __NR_mq_notify
-SYS_mq_open    bits/syscall.h  d       453     #define SYS_mq_open __NR_mq_open
-SYS_mq_timedreceive    bits/syscall.h  d       456     #define SYS_mq_timedreceive __NR_mq_timedreceive
-SYS_mq_timedsend       bits/syscall.h  d       455     #define SYS_mq_timedsend __NR_mq_timedsend
-SYS_mq_unlink  bits/syscall.h  d       454     #define SYS_mq_unlink __NR_mq_unlink
-SYS_mremap     bits/syscall.h  d       489     #define SYS_mremap __NR_mremap
-SYS_msgctl     bits/syscall.h  d       460     #define SYS_msgctl __NR_msgctl
-SYS_msgget     bits/syscall.h  d       459     #define SYS_msgget __NR_msgget
-SYS_msgrcv     bits/syscall.h  d       461     #define SYS_msgrcv __NR_msgrcv
-SYS_msgsnd     bits/syscall.h  d       462     #define SYS_msgsnd __NR_msgsnd
-SYS_msync      bits/syscall.h  d       500     #define SYS_msync __NR_msync
-SYS_munlock    bits/syscall.h  d       502     #define SYS_munlock __NR_munlock
-SYS_munlockall bits/syscall.h  d       504     #define SYS_munlockall __NR_munlockall
-SYS_munmap     bits/syscall.h  d       488     #define SYS_munmap __NR_munmap
-SYS_name_to_handle_at  bits/syscall.h  d       522     #define SYS_name_to_handle_at __NR_name_to_handle_at
-SYS_nanosleep  bits/syscall.h  d       374     #define SYS_nanosleep __NR_nanosleep
-SYS_nfsservctl bits/syscall.h  d       315     #define SYS_nfsservctl __NR_nfsservctl
-SYS_open_by_handle_at  bits/syscall.h  d       523     #define SYS_open_by_handle_at __NR_open_by_handle_at
-SYS_openat     bits/syscall.h  d       329     #define SYS_openat __NR_openat
-SYS_or1k_atomic        bits/syscall.h  d       517     #define SYS_or1k_atomic __NR_or1k_atomic
-SYS_perf_event_open    bits/syscall.h  d       514     #define SYS_perf_event_open __NR_perf_event_open
-SYS_personality        bits/syscall.h  d       365     #define SYS_personality __NR_personality
-SYS_pipe2      bits/syscall.h  d       332     #define SYS_pipe2 __NR_pipe2
-SYS_pivot_root bits/syscall.h  d       314     #define SYS_pivot_root __NR_pivot_root
-SYS_ppoll      bits/syscall.h  d       346     #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       440     #define SYS_prctl __NR_prctl
-SYS_pread64    bits/syscall.h  d       340     #define SYS_pread64 __NR_pread64
-SYS_preadv     bits/syscall.h  d       342     #define SYS_preadv __NR_preadv
-SYS_prlimit64  bits/syscall.h  d       519     #define SYS_prlimit64 __NR_prlimit64
-SYS_process_vm_readv   bits/syscall.h  d       528     #define SYS_process_vm_readv __NR_process_vm_readv
-SYS_process_vm_writev  bits/syscall.h  d       529     #define SYS_process_vm_writev __NR_process_vm_writev
-SYS_pselect6   bits/syscall.h  d       345     #define SYS_pselect6 __NR_pselect6
-SYS_ptrace     bits/syscall.h  d       390     #define SYS_ptrace __NR_ptrace
-SYS_pwrite64   bits/syscall.h  d       341     #define SYS_pwrite64 __NR_pwrite64
-SYS_pwritev    bits/syscall.h  d       343     #define SYS_pwritev __NR_pwritev
-SYS_quotactl   bits/syscall.h  d       333     #define SYS_quotactl __NR_quotactl
-SYS_read       bits/syscall.h  d       336     #define SYS_read __NR_read
-SYS_readahead  bits/syscall.h  d       486     #define SYS_readahead __NR_readahead
-SYS_readlinkat bits/syscall.h  d       351     #define SYS_readlinkat __NR_readlinkat
-SYS_readv      bits/syscall.h  d       338     #define SYS_readv __NR_readv
-SYS_reboot     bits/syscall.h  d       415     #define SYS_reboot __NR_reboot
-SYS_recvfrom   bits/syscall.h  d       480     #define SYS_recvfrom __NR_recvfrom
-SYS_recvmmsg   bits/syscall.h  d       516     #define SYS_recvmmsg __NR_recvmmsg
-SYS_recvmsg    bits/syscall.h  d       485     #define SYS_recvmsg __NR_recvmsg
-SYS_remap_file_pages   bits/syscall.h  d       507     #define SYS_remap_file_pages __NR_remap_file_pages
-SYS_removexattr        bits/syscall.h  d       287     #define SYS_removexattr __NR_removexattr
-SYS_renameat   bits/syscall.h  d       311     #define SYS_renameat __NR_renameat
-SYS_renameat2  bits/syscall.h  d       534     #define SYS_renameat2 __NR_renameat2
-SYS_request_key        bits/syscall.h  d       491     #define SYS_request_key __NR_request_key
-SYS_restart_syscall    bits/syscall.h  d       401     #define SYS_restart_syscall __NR_restart_syscall
-SYS_rt_sigaction       bits/syscall.h  d       407     #define SYS_rt_sigaction __NR_rt_sigaction
-SYS_rt_sigpending      bits/syscall.h  d       409     #define SYS_rt_sigpending __NR_rt_sigpending
-SYS_rt_sigprocmask     bits/syscall.h  d       408     #define SYS_rt_sigprocmask __NR_rt_sigprocmask
-SYS_rt_sigqueueinfo    bits/syscall.h  d       411     #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
-SYS_rt_sigreturn       bits/syscall.h  d       412     #define SYS_rt_sigreturn __NR_rt_sigreturn
-SYS_rt_sigsuspend      bits/syscall.h  d       406     #define SYS_rt_sigsuspend __NR_rt_sigsuspend
-SYS_rt_sigtimedwait    bits/syscall.h  d       410     #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       513     #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
-SYS_sched_get_priority_max     bits/syscall.h  d       398     #define SYS_sched_get_priority_max __NR_sched_get_priority_max
-SYS_sched_get_priority_min     bits/syscall.h  d       399     #define SYS_sched_get_priority_min __NR_sched_get_priority_min
-SYS_sched_getaffinity  bits/syscall.h  d       396     #define SYS_sched_getaffinity __NR_sched_getaffinity
-SYS_sched_getattr      bits/syscall.h  d       533     #define SYS_sched_getattr __NR_sched_getattr
-SYS_sched_getparam     bits/syscall.h  d       394     #define SYS_sched_getparam __NR_sched_getparam
-SYS_sched_getscheduler bits/syscall.h  d       393     #define SYS_sched_getscheduler __NR_sched_getscheduler
-SYS_sched_rr_get_interval      bits/syscall.h  d       400     #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
-SYS_sched_setaffinity  bits/syscall.h  d       395     #define SYS_sched_setaffinity __NR_sched_setaffinity
-SYS_sched_setattr      bits/syscall.h  d       532     #define SYS_sched_setattr __NR_sched_setattr
-SYS_sched_setparam     bits/syscall.h  d       391     #define SYS_sched_setparam __NR_sched_setparam
-SYS_sched_setscheduler bits/syscall.h  d       392     #define SYS_sched_setscheduler __NR_sched_setscheduler
-SYS_sched_yield        bits/syscall.h  d       397     #define SYS_sched_yield __NR_sched_yield
-SYS_seccomp    bits/syscall.h  d       535     #define SYS_seccomp __NR_seccomp
-SYS_semctl     bits/syscall.h  d       464     #define SYS_semctl __NR_semctl
-SYS_semget     bits/syscall.h  d       463     #define SYS_semget __NR_semget
-SYS_semop      bits/syscall.h  d       466     #define SYS_semop __NR_semop
-SYS_semtimedop bits/syscall.h  d       465     #define SYS_semtimedop __NR_semtimedop
-SYS_sendfile64 bits/syscall.h  d       344     #define SYS_sendfile64 __NR_sendfile64
-SYS_sendmmsg   bits/syscall.h  d       527     #define SYS_sendmmsg __NR_sendmmsg
-SYS_sendmsg    bits/syscall.h  d       484     #define SYS_sendmsg __NR_sendmsg
-SYS_sendto     bits/syscall.h  d       479     #define SYS_sendto __NR_sendto
-SYS_set_mempolicy      bits/syscall.h  d       510     #define SYS_set_mempolicy __NR_set_mempolicy
-SYS_set_robust_list    bits/syscall.h  d       372     #define SYS_set_robust_list __NR_set_robust_list
-SYS_set_tid_address    bits/syscall.h  d       369     #define SYS_set_tid_address __NR_set_tid_address
-SYS_setdomainname      bits/syscall.h  d       435     #define SYS_setdomainname __NR_setdomainname
-SYS_setfsgid   bits/syscall.h  d       425     #define SYS_setfsgid __NR_setfsgid
-SYS_setfsuid   bits/syscall.h  d       424     #define SYS_setfsuid __NR_setfsuid
-SYS_setgid     bits/syscall.h  d       417     #define SYS_setgid __NR_setgid
-SYS_setgroups  bits/syscall.h  d       432     #define SYS_setgroups __NR_setgroups
-SYS_sethostname        bits/syscall.h  d       434     #define SYS_sethostname __NR_sethostname
-SYS_setitimer  bits/syscall.h  d       376     #define SYS_setitimer __NR_setitimer
-SYS_setns      bits/syscall.h  d       526     #define SYS_setns __NR_setns
-SYS_setpgid    bits/syscall.h  d       427     #define SYS_setpgid __NR_setpgid
-SYS_setpriority        bits/syscall.h  d       413     #define SYS_setpriority __NR_setpriority
-SYS_setregid   bits/syscall.h  d       416     #define SYS_setregid __NR_setregid
-SYS_setresgid  bits/syscall.h  d       422     #define SYS_setresgid __NR_setresgid
-SYS_setresuid  bits/syscall.h  d       420     #define SYS_setresuid __NR_setresuid
-SYS_setreuid   bits/syscall.h  d       418     #define SYS_setreuid __NR_setreuid
-SYS_setrlimit  bits/syscall.h  d       437     #define SYS_setrlimit __NR_setrlimit
-SYS_setsid     bits/syscall.h  d       430     #define SYS_setsid __NR_setsid
-SYS_setsockopt bits/syscall.h  d       481     #define SYS_setsockopt __NR_setsockopt
-SYS_settimeofday       bits/syscall.h  d       443     #define SYS_settimeofday __NR_settimeofday
-SYS_setuid     bits/syscall.h  d       419     #define SYS_setuid __NR_setuid
-SYS_setxattr   bits/syscall.h  d       278     #define SYS_setxattr __NR_setxattr
-SYS_shmat      bits/syscall.h  d       469     #define SYS_shmat __NR_shmat
-SYS_shmctl     bits/syscall.h  d       468     #define SYS_shmctl __NR_shmctl
-SYS_shmdt      bits/syscall.h  d       470     #define SYS_shmdt __NR_shmdt
-SYS_shmget     bits/syscall.h  d       467     #define SYS_shmget __NR_shmget
-SYS_shutdown   bits/syscall.h  d       483     #define SYS_shutdown __NR_shutdown
-SYS_sigaltstack        bits/syscall.h  d       405     #define SYS_sigaltstack __NR_sigaltstack
-SYS_signalfd4  bits/syscall.h  d       347     #define SYS_signalfd4 __NR_signalfd4
-SYS_socket     bits/syscall.h  d       471     #define SYS_socket __NR_socket
-SYS_socketpair bits/syscall.h  d       472     #define SYS_socketpair __NR_socketpair
-SYS_splice     bits/syscall.h  d       349     #define SYS_splice __NR_splice
-SYS_statfs64   bits/syscall.h  d       316     #define SYS_statfs64 __NR_statfs64
-SYS_swapoff    bits/syscall.h  d       498     #define SYS_swapoff __NR_swapoff
-SYS_swapon     bits/syscall.h  d       497     #define SYS_swapon __NR_swapon
-SYS_symlinkat  bits/syscall.h  d       309     #define SYS_symlinkat __NR_symlinkat
-SYS_sync       bits/syscall.h  d       354     #define SYS_sync __NR_sync
-SYS_sync_file_range    bits/syscall.h  d       357     #define SYS_sync_file_range __NR_sync_file_range
-SYS_syncfs     bits/syscall.h  d       525     #define SYS_syncfs __NR_syncfs
-SYS_sysinfo    bits/syscall.h  d       452     #define SYS_sysinfo __NR_sysinfo
-SYS_syslog     bits/syscall.h  d       389     #define SYS_syslog __NR_syslog
-SYS_tee        bits/syscall.h  d       350     #define SYS_tee __NR_tee
-SYS_tgkill     bits/syscall.h  d       404     #define SYS_tgkill __NR_tgkill
-SYS_timer_create       bits/syscall.h  d       380     #define SYS_timer_create __NR_timer_create
-SYS_timer_delete       bits/syscall.h  d       384     #define SYS_timer_delete __NR_timer_delete
-SYS_timer_getoverrun   bits/syscall.h  d       382     #define SYS_timer_getoverrun __NR_timer_getoverrun
-SYS_timer_gettime      bits/syscall.h  d       381     #define SYS_timer_gettime __NR_timer_gettime
-SYS_timer_settime      bits/syscall.h  d       383     #define SYS_timer_settime __NR_timer_settime
-SYS_timerfd_create     bits/syscall.h  d       358     #define SYS_timerfd_create __NR_timerfd_create
-SYS_timerfd_gettime    bits/syscall.h  d       360     #define SYS_timerfd_gettime __NR_timerfd_gettime
-SYS_timerfd_settime    bits/syscall.h  d       359     #define SYS_timerfd_settime __NR_timerfd_settime
-SYS_times      bits/syscall.h  d       426     #define SYS_times __NR_times
-SYS_tkill      bits/syscall.h  d       403     #define SYS_tkill __NR_tkill
-SYS_truncate64 bits/syscall.h  d       318     #define SYS_truncate64 __NR_truncate64
-SYS_umask      bits/syscall.h  d       439     #define SYS_umask __NR_umask
-SYS_umount2    bits/syscall.h  d       312     #define SYS_umount2 __NR_umount2
-SYS_uname      bits/syscall.h  d       433     #define SYS_uname __NR_uname
-SYS_unlinkat   bits/syscall.h  d       308     #define SYS_unlinkat __NR_unlinkat
-SYS_unshare    bits/syscall.h  d       370     #define SYS_unshare __NR_unshare
-SYS_userfaultfd        bits/syscall.h  d       540     #define SYS_userfaultfd __NR_userfaultfd
-SYS_utimensat  bits/syscall.h  d       361     #define SYS_utimensat __NR_utimensat
-SYS_vhangup    bits/syscall.h  d       331     #define SYS_vhangup __NR_vhangup
-SYS_vmsplice   bits/syscall.h  d       348     #define SYS_vmsplice __NR_vmsplice
-SYS_wait4      bits/syscall.h  d       518     #define SYS_wait4 __NR_wait4
-SYS_waitid     bits/syscall.h  d       368     #define SYS_waitid __NR_waitid
-SYS_write      bits/syscall.h  d       337     #define SYS_write __NR_write
-SYS_writev     bits/syscall.h  d       339     #define SYS_writev __NR_writev
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       85      #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       1       #define __BYTE_ORDER __BIG_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       63      #define __NR__llseek 62
-__NR_accept    bits/syscall.h  d       203     #define __NR_accept 202
-__NR_accept4   bits/syscall.h  d       243     #define __NR_accept4 242
-__NR_acct      bits/syscall.h  d       90      #define __NR_acct 89
-__NR_add_key   bits/syscall.h  d       218     #define __NR_add_key 217
-__NR_adjtimex  bits/syscall.h  d       172     #define __NR_adjtimex 171
-__NR_bind      bits/syscall.h  d       201     #define __NR_bind 200
-__NR_bpf       bits/syscall.h  d       266     #define __NR_bpf 280
-__NR_brk       bits/syscall.h  d       215     #define __NR_brk 214
-__NR_capget    bits/syscall.h  d       91      #define __NR_capget 90
-__NR_capset    bits/syscall.h  d       92      #define __NR_capset 91
-__NR_chdir     bits/syscall.h  d       50      #define __NR_chdir 49
-__NR_chroot    bits/syscall.h  d       52      #define __NR_chroot 51
-__NR_clock_adjtime     bits/syscall.h  d       252     #define __NR_clock_adjtime 266
-__NR_clock_getres      bits/syscall.h  d       115     #define __NR_clock_getres 114
-__NR_clock_gettime     bits/syscall.h  d       114     #define __NR_clock_gettime 113
-__NR_clock_nanosleep   bits/syscall.h  d       116     #define __NR_clock_nanosleep 115
-__NR_clock_settime     bits/syscall.h  d       113     #define __NR_clock_settime 112
-__NR_clone     bits/syscall.h  d       221     #define __NR_clone 220
-__NR_close     bits/syscall.h  d       58      #define __NR_close 57
-__NR_connect   bits/syscall.h  d       204     #define __NR_connect 203
-__NR_copy_file_range   bits/syscall.h  d       271     #define __NR_copy_file_range 285
-__NR_delete_module     bits/syscall.h  d       107     #define __NR_delete_module 106
-__NR_dup       bits/syscall.h  d       24      #define __NR_dup 23
-__NR_dup3      bits/syscall.h  d       25      #define __NR_dup3 24
-__NR_epoll_create1     bits/syscall.h  d       21      #define __NR_epoll_create1 20
-__NR_epoll_ctl bits/syscall.h  d       22      #define __NR_epoll_ctl 21
-__NR_epoll_pwait       bits/syscall.h  d       23      #define __NR_epoll_pwait 22
-__NR_eventfd2  bits/syscall.h  d       20      #define __NR_eventfd2 19
-__NR_execve    bits/syscall.h  d       222     #define __NR_execve 221
-__NR_execveat  bits/syscall.h  d       267     #define __NR_execveat 281
-__NR_exit      bits/syscall.h  d       94      #define __NR_exit 93
-__NR_exit_group        bits/syscall.h  d       95      #define __NR_exit_group 94
-__NR_faccessat bits/syscall.h  d       49      #define __NR_faccessat 48
-__NR_fadvise64_64      bits/syscall.h  d       224     #define __NR_fadvise64_64 223
-__NR_fallocate bits/syscall.h  d       48      #define __NR_fallocate 47
-__NR_fanotify_init     bits/syscall.h  d       248     #define __NR_fanotify_init 262
-__NR_fanotify_mark     bits/syscall.h  d       249     #define __NR_fanotify_mark 263
-__NR_fchdir    bits/syscall.h  d       51      #define __NR_fchdir 50
-__NR_fchmod    bits/syscall.h  d       53      #define __NR_fchmod 52
-__NR_fchmodat  bits/syscall.h  d       54      #define __NR_fchmodat 53
-__NR_fchown    bits/syscall.h  d       56      #define __NR_fchown 55
-__NR_fchownat  bits/syscall.h  d       55      #define __NR_fchownat 54
-__NR_fcntl64   bits/syscall.h  d       26      #define __NR_fcntl64 25
-__NR_fdatasync bits/syscall.h  d       84      #define __NR_fdatasync 83
-__NR_fgetxattr bits/syscall.h  d       11      #define __NR_fgetxattr 10
-__NR_finit_module      bits/syscall.h  d       259     #define __NR_finit_module 273
-__NR_flistxattr        bits/syscall.h  d       14      #define __NR_flistxattr 13
-__NR_flock     bits/syscall.h  d       33      #define __NR_flock 32
-__NR_fremovexattr      bits/syscall.h  d       17      #define __NR_fremovexattr 16
-__NR_fsetxattr bits/syscall.h  d       8       #define __NR_fsetxattr 7
-__NR_fstat64   bits/syscall.h  d       81      #define __NR_fstat64 80
-__NR_fstatat64 bits/syscall.h  d       80      #define __NR_fstatat64 79
-__NR_fstatfs64 bits/syscall.h  d       45      #define __NR_fstatfs64 44
-__NR_fsync     bits/syscall.h  d       83      #define __NR_fsync 82
-__NR_ftruncate64       bits/syscall.h  d       47      #define __NR_ftruncate64 46
-__NR_futex     bits/syscall.h  d       99      #define __NR_futex 98
-__NR_get_mempolicy     bits/syscall.h  d       237     #define __NR_get_mempolicy 236
-__NR_get_robust_list   bits/syscall.h  d       101     #define __NR_get_robust_list 100
-__NR_getcpu    bits/syscall.h  d       169     #define __NR_getcpu 168
-__NR_getcwd    bits/syscall.h  d       18      #define __NR_getcwd 17
-__NR_getdents64        bits/syscall.h  d       62      #define __NR_getdents64 61
-__NR_getegid   bits/syscall.h  d       178     #define __NR_getegid 177
-__NR_geteuid   bits/syscall.h  d       176     #define __NR_geteuid 175
-__NR_getgid    bits/syscall.h  d       177     #define __NR_getgid 176
-__NR_getgroups bits/syscall.h  d       159     #define __NR_getgroups 158
-__NR_getitimer bits/syscall.h  d       103     #define __NR_getitimer 102
-__NR_getpeername       bits/syscall.h  d       206     #define __NR_getpeername 205
-__NR_getpgid   bits/syscall.h  d       156     #define __NR_getpgid 155
-__NR_getpid    bits/syscall.h  d       173     #define __NR_getpid 172
-__NR_getppid   bits/syscall.h  d       174     #define __NR_getppid 173
-__NR_getpriority       bits/syscall.h  d       142     #define __NR_getpriority 141
-__NR_getrandom bits/syscall.h  d       264     #define __NR_getrandom 278
-__NR_getresgid bits/syscall.h  d       151     #define __NR_getresgid 150
-__NR_getresuid bits/syscall.h  d       149     #define __NR_getresuid 148
-__NR_getrlimit bits/syscall.h  d       164     #define __NR_getrlimit 163
-__NR_getrusage bits/syscall.h  d       166     #define __NR_getrusage 165
-__NR_getsid    bits/syscall.h  d       157     #define __NR_getsid 156
-__NR_getsockname       bits/syscall.h  d       205     #define __NR_getsockname 204
-__NR_getsockopt        bits/syscall.h  d       210     #define __NR_getsockopt 209
-__NR_gettid    bits/syscall.h  d       179     #define __NR_gettid 178
-__NR_gettimeofday      bits/syscall.h  d       170     #define __NR_gettimeofday 169
-__NR_getuid    bits/syscall.h  d       175     #define __NR_getuid 174
-__NR_getxattr  bits/syscall.h  d       9       #define __NR_getxattr 8
-__NR_init_module       bits/syscall.h  d       106     #define __NR_init_module 105
-__NR_inotify_add_watch bits/syscall.h  d       28      #define __NR_inotify_add_watch 27
-__NR_inotify_init1     bits/syscall.h  d       27      #define __NR_inotify_init1 26
-__NR_inotify_rm_watch  bits/syscall.h  d       29      #define __NR_inotify_rm_watch 28
-__NR_io_cancel bits/syscall.h  d       4       #define __NR_io_cancel 3
-__NR_io_destroy        bits/syscall.h  d       2       #define __NR_io_destroy 1
-__NR_io_getevents      bits/syscall.h  d       5       #define __NR_io_getevents 4
-__NR_io_setup  bits/syscall.h  d       1       #define __NR_io_setup 0
-__NR_io_submit bits/syscall.h  d       3       #define __NR_io_submit 2
-__NR_ioctl     bits/syscall.h  d       30      #define __NR_ioctl 29
-__NR_ioprio_get        bits/syscall.h  d       32      #define __NR_ioprio_get 31
-__NR_ioprio_set        bits/syscall.h  d       31      #define __NR_ioprio_set 30
-__NR_kcmp      bits/syscall.h  d       258     #define __NR_kcmp 272
-__NR_kexec_load        bits/syscall.h  d       105     #define __NR_kexec_load 104
-__NR_keyctl    bits/syscall.h  d       220     #define __NR_keyctl 219
-__NR_kill      bits/syscall.h  d       130     #define __NR_kill 129
-__NR_lgetxattr bits/syscall.h  d       10      #define __NR_lgetxattr 9
-__NR_linkat    bits/syscall.h  d       38      #define __NR_linkat 37
-__NR_listen    bits/syscall.h  d       202     #define __NR_listen 201
-__NR_listxattr bits/syscall.h  d       12      #define __NR_listxattr 11
-__NR_llistxattr        bits/syscall.h  d       13      #define __NR_llistxattr 12
-__NR_lookup_dcookie    bits/syscall.h  d       19      #define __NR_lookup_dcookie 18
-__NR_lremovexattr      bits/syscall.h  d       16      #define __NR_lremovexattr 15
-__NR_lsetxattr bits/syscall.h  d       7       #define __NR_lsetxattr 6
-__NR_madvise   bits/syscall.h  d       234     #define __NR_madvise 233
-__NR_mbind     bits/syscall.h  d       236     #define __NR_mbind 235
-__NR_membarrier        bits/syscall.h  d       269     #define __NR_membarrier 283
-__NR_memfd_create      bits/syscall.h  d       265     #define __NR_memfd_create 279
-__NR_migrate_pages     bits/syscall.h  d       239     #define __NR_migrate_pages 238
-__NR_mincore   bits/syscall.h  d       233     #define __NR_mincore 232
-__NR_mkdirat   bits/syscall.h  d       35      #define __NR_mkdirat 34
-__NR_mknodat   bits/syscall.h  d       34      #define __NR_mknodat 33
-__NR_mlock     bits/syscall.h  d       229     #define __NR_mlock 228
-__NR_mlock2    bits/syscall.h  d       270     #define __NR_mlock2 284
-__NR_mlockall  bits/syscall.h  d       231     #define __NR_mlockall 230
-__NR_mmap2     bits/syscall.h  d       223     #define __NR_mmap2 222
-__NR_mount     bits/syscall.h  d       41      #define __NR_mount 40
-__NR_move_pages        bits/syscall.h  d       240     #define __NR_move_pages 239
-__NR_mprotect  bits/syscall.h  d       227     #define __NR_mprotect 226
-__NR_mq_getsetattr     bits/syscall.h  d       186     #define __NR_mq_getsetattr 185
-__NR_mq_notify bits/syscall.h  d       185     #define __NR_mq_notify 184
-__NR_mq_open   bits/syscall.h  d       181     #define __NR_mq_open 180
-__NR_mq_timedreceive   bits/syscall.h  d       184     #define __NR_mq_timedreceive 183
-__NR_mq_timedsend      bits/syscall.h  d       183     #define __NR_mq_timedsend 182
-__NR_mq_unlink bits/syscall.h  d       182     #define __NR_mq_unlink 181
-__NR_mremap    bits/syscall.h  d       217     #define __NR_mremap 216
-__NR_msgctl    bits/syscall.h  d       188     #define __NR_msgctl 187
-__NR_msgget    bits/syscall.h  d       187     #define __NR_msgget 186
-__NR_msgrcv    bits/syscall.h  d       189     #define __NR_msgrcv 188
-__NR_msgsnd    bits/syscall.h  d       190     #define __NR_msgsnd 189
-__NR_msync     bits/syscall.h  d       228     #define __NR_msync 227
-__NR_munlock   bits/syscall.h  d       230     #define __NR_munlock 229
-__NR_munlockall        bits/syscall.h  d       232     #define __NR_munlockall 231
-__NR_munmap    bits/syscall.h  d       216     #define __NR_munmap 215
-__NR_name_to_handle_at bits/syscall.h  d       250     #define __NR_name_to_handle_at 264
-__NR_nanosleep bits/syscall.h  d       102     #define __NR_nanosleep 101
-__NR_nfsservctl        bits/syscall.h  d       43      #define __NR_nfsservctl 42
-__NR_open_by_handle_at bits/syscall.h  d       251     #define __NR_open_by_handle_at 265
-__NR_openat    bits/syscall.h  d       57      #define __NR_openat 56
-__NR_or1k_atomic       bits/syscall.h  d       245     #define __NR_or1k_atomic 244
-__NR_perf_event_open   bits/syscall.h  d       242     #define __NR_perf_event_open 241
-__NR_personality       bits/syscall.h  d       93      #define __NR_personality 92
-__NR_pipe2     bits/syscall.h  d       60      #define __NR_pipe2 59
-__NR_pivot_root        bits/syscall.h  d       42      #define __NR_pivot_root 41
-__NR_ppoll     bits/syscall.h  d       74      #define __NR_ppoll 73
-__NR_prctl     bits/syscall.h  d       168     #define __NR_prctl 167
-__NR_pread64   bits/syscall.h  d       68      #define __NR_pread64 67
-__NR_preadv    bits/syscall.h  d       70      #define __NR_preadv 69
-__NR_prlimit64 bits/syscall.h  d       247     #define __NR_prlimit64 261
-__NR_process_vm_readv  bits/syscall.h  d       256     #define __NR_process_vm_readv 270
-__NR_process_vm_writev bits/syscall.h  d       257     #define __NR_process_vm_writev 271
-__NR_pselect6  bits/syscall.h  d       73      #define __NR_pselect6 72
-__NR_ptrace    bits/syscall.h  d       118     #define __NR_ptrace 117
-__NR_pwrite64  bits/syscall.h  d       69      #define __NR_pwrite64 68
-__NR_pwritev   bits/syscall.h  d       71      #define __NR_pwritev 70
-__NR_quotactl  bits/syscall.h  d       61      #define __NR_quotactl 60
-__NR_read      bits/syscall.h  d       64      #define __NR_read 63
-__NR_readahead bits/syscall.h  d       214     #define __NR_readahead 213
-__NR_readlinkat        bits/syscall.h  d       79      #define __NR_readlinkat 78
-__NR_readv     bits/syscall.h  d       66      #define __NR_readv 65
-__NR_reboot    bits/syscall.h  d       143     #define __NR_reboot 142
-__NR_recvfrom  bits/syscall.h  d       208     #define __NR_recvfrom 207
-__NR_recvmmsg  bits/syscall.h  d       244     #define __NR_recvmmsg 243
-__NR_recvmsg   bits/syscall.h  d       213     #define __NR_recvmsg 212
-__NR_remap_file_pages  bits/syscall.h  d       235     #define __NR_remap_file_pages 234
-__NR_removexattr       bits/syscall.h  d       15      #define __NR_removexattr 14
-__NR_renameat  bits/syscall.h  d       39      #define __NR_renameat 38
-__NR_renameat2 bits/syscall.h  d       262     #define __NR_renameat2 276
-__NR_request_key       bits/syscall.h  d       219     #define __NR_request_key 218
-__NR_restart_syscall   bits/syscall.h  d       129     #define __NR_restart_syscall 128
-__NR_rt_sigaction      bits/syscall.h  d       135     #define __NR_rt_sigaction 134
-__NR_rt_sigpending     bits/syscall.h  d       137     #define __NR_rt_sigpending 136
-__NR_rt_sigprocmask    bits/syscall.h  d       136     #define __NR_rt_sigprocmask 135
-__NR_rt_sigqueueinfo   bits/syscall.h  d       139     #define __NR_rt_sigqueueinfo 138
-__NR_rt_sigreturn      bits/syscall.h  d       140     #define __NR_rt_sigreturn 139
-__NR_rt_sigsuspend     bits/syscall.h  d       134     #define __NR_rt_sigsuspend 133
-__NR_rt_sigtimedwait   bits/syscall.h  d       138     #define __NR_rt_sigtimedwait 137
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       241     #define __NR_rt_tgsigqueueinfo 240
-__NR_sched_get_priority_max    bits/syscall.h  d       126     #define __NR_sched_get_priority_max 125
-__NR_sched_get_priority_min    bits/syscall.h  d       127     #define __NR_sched_get_priority_min 126
-__NR_sched_getaffinity bits/syscall.h  d       124     #define __NR_sched_getaffinity 123
-__NR_sched_getattr     bits/syscall.h  d       261     #define __NR_sched_getattr 275
-__NR_sched_getparam    bits/syscall.h  d       122     #define __NR_sched_getparam 121
-__NR_sched_getscheduler        bits/syscall.h  d       121     #define __NR_sched_getscheduler 120
-__NR_sched_rr_get_interval     bits/syscall.h  d       128     #define __NR_sched_rr_get_interval 127
-__NR_sched_setaffinity bits/syscall.h  d       123     #define __NR_sched_setaffinity 122
-__NR_sched_setattr     bits/syscall.h  d       260     #define __NR_sched_setattr 274
-__NR_sched_setparam    bits/syscall.h  d       119     #define __NR_sched_setparam 118
-__NR_sched_setscheduler        bits/syscall.h  d       120     #define __NR_sched_setscheduler 119
-__NR_sched_yield       bits/syscall.h  d       125     #define __NR_sched_yield 124
-__NR_seccomp   bits/syscall.h  d       263     #define __NR_seccomp 277
-__NR_semctl    bits/syscall.h  d       192     #define __NR_semctl 191
-__NR_semget    bits/syscall.h  d       191     #define __NR_semget 190
-__NR_semop     bits/syscall.h  d       194     #define __NR_semop 193
-__NR_semtimedop        bits/syscall.h  d       193     #define __NR_semtimedop 192
-__NR_sendfile64        bits/syscall.h  d       72      #define __NR_sendfile64 71
-__NR_sendmmsg  bits/syscall.h  d       255     #define __NR_sendmmsg 269
-__NR_sendmsg   bits/syscall.h  d       212     #define __NR_sendmsg 211
-__NR_sendto    bits/syscall.h  d       207     #define __NR_sendto 206
-__NR_set_mempolicy     bits/syscall.h  d       238     #define __NR_set_mempolicy 237
-__NR_set_robust_list   bits/syscall.h  d       100     #define __NR_set_robust_list 99
-__NR_set_tid_address   bits/syscall.h  d       97      #define __NR_set_tid_address 96
-__NR_setdomainname     bits/syscall.h  d       163     #define __NR_setdomainname 162
-__NR_setfsgid  bits/syscall.h  d       153     #define __NR_setfsgid 152
-__NR_setfsuid  bits/syscall.h  d       152     #define __NR_setfsuid 151
-__NR_setgid    bits/syscall.h  d       145     #define __NR_setgid 144
-__NR_setgroups bits/syscall.h  d       160     #define __NR_setgroups 159
-__NR_sethostname       bits/syscall.h  d       162     #define __NR_sethostname 161
-__NR_setitimer bits/syscall.h  d       104     #define __NR_setitimer 103
-__NR_setns     bits/syscall.h  d       254     #define __NR_setns 268
-__NR_setpgid   bits/syscall.h  d       155     #define __NR_setpgid 154
-__NR_setpriority       bits/syscall.h  d       141     #define __NR_setpriority 140
-__NR_setregid  bits/syscall.h  d       144     #define __NR_setregid 143
-__NR_setresgid bits/syscall.h  d       150     #define __NR_setresgid 149
-__NR_setresuid bits/syscall.h  d       148     #define __NR_setresuid 147
-__NR_setreuid  bits/syscall.h  d       146     #define __NR_setreuid 145
-__NR_setrlimit bits/syscall.h  d       165     #define __NR_setrlimit 164
-__NR_setsid    bits/syscall.h  d       158     #define __NR_setsid 157
-__NR_setsockopt        bits/syscall.h  d       209     #define __NR_setsockopt 208
-__NR_settimeofday      bits/syscall.h  d       171     #define __NR_settimeofday 170
-__NR_setuid    bits/syscall.h  d       147     #define __NR_setuid 146
-__NR_setxattr  bits/syscall.h  d       6       #define __NR_setxattr 5
-__NR_shmat     bits/syscall.h  d       197     #define __NR_shmat 196
-__NR_shmctl    bits/syscall.h  d       196     #define __NR_shmctl 195
-__NR_shmdt     bits/syscall.h  d       198     #define __NR_shmdt 197
-__NR_shmget    bits/syscall.h  d       195     #define __NR_shmget 194
-__NR_shutdown  bits/syscall.h  d       211     #define __NR_shutdown 210
-__NR_sigaltstack       bits/syscall.h  d       133     #define __NR_sigaltstack 132
-__NR_signalfd4 bits/syscall.h  d       75      #define __NR_signalfd4 74
-__NR_socket    bits/syscall.h  d       199     #define __NR_socket 198
-__NR_socketpair        bits/syscall.h  d       200     #define __NR_socketpair 199
-__NR_splice    bits/syscall.h  d       77      #define __NR_splice 76
-__NR_statfs64  bits/syscall.h  d       44      #define __NR_statfs64 43
-__NR_swapoff   bits/syscall.h  d       226     #define __NR_swapoff 225
-__NR_swapon    bits/syscall.h  d       225     #define __NR_swapon 224
-__NR_symlinkat bits/syscall.h  d       37      #define __NR_symlinkat 36
-__NR_sync      bits/syscall.h  d       82      #define __NR_sync 81
-__NR_sync_file_range   bits/syscall.h  d       85      #define __NR_sync_file_range 84
-__NR_syncfs    bits/syscall.h  d       253     #define __NR_syncfs 267
-__NR_sysinfo   bits/syscall.h  d       180     #define __NR_sysinfo 179
-__NR_syslog    bits/syscall.h  d       117     #define __NR_syslog 116
-__NR_tee       bits/syscall.h  d       78      #define __NR_tee 77
-__NR_tgkill    bits/syscall.h  d       132     #define __NR_tgkill 131
-__NR_timer_create      bits/syscall.h  d       108     #define __NR_timer_create 107
-__NR_timer_delete      bits/syscall.h  d       112     #define __NR_timer_delete 111
-__NR_timer_getoverrun  bits/syscall.h  d       110     #define __NR_timer_getoverrun 109
-__NR_timer_gettime     bits/syscall.h  d       109     #define __NR_timer_gettime 108
-__NR_timer_settime     bits/syscall.h  d       111     #define __NR_timer_settime 110
-__NR_timerfd_create    bits/syscall.h  d       86      #define __NR_timerfd_create 85
-__NR_timerfd_gettime   bits/syscall.h  d       88      #define __NR_timerfd_gettime 87
-__NR_timerfd_settime   bits/syscall.h  d       87      #define __NR_timerfd_settime 86
-__NR_times     bits/syscall.h  d       154     #define __NR_times 153
-__NR_tkill     bits/syscall.h  d       131     #define __NR_tkill 130
-__NR_truncate64        bits/syscall.h  d       46      #define __NR_truncate64 45
-__NR_umask     bits/syscall.h  d       167     #define __NR_umask 166
-__NR_umount2   bits/syscall.h  d       40      #define __NR_umount2 39
-__NR_uname     bits/syscall.h  d       161     #define __NR_uname 160
-__NR_unlinkat  bits/syscall.h  d       36      #define __NR_unlinkat 35
-__NR_unshare   bits/syscall.h  d       98      #define __NR_unshare 97
-__NR_userfaultfd       bits/syscall.h  d       268     #define __NR_userfaultfd 282
-__NR_utimensat bits/syscall.h  d       89      #define __NR_utimensat 88
-__NR_vhangup   bits/syscall.h  d       59      #define __NR_vhangup 58
-__NR_vmsplice  bits/syscall.h  d       76      #define __NR_vmsplice 75
-__NR_wait4     bits/syscall.h  d       246     #define __NR_wait4 260
-__NR_waitid    bits/syscall.h  d       96      #define __NR_waitid 95
-__NR_write     bits/syscall.h  d       65      #define __NR_write 64
-__NR_writev    bits/syscall.h  d       67      #define __NR_writev 66
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[13];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-fenv_t bits/fenv.h     t       8       } fenv_t;
-fexcept_t      bits/fenv.h     t       4       typedef unsigned long fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef unsigned long greg_t, gregset_t[34];
-gregset_t      bits/signal.h   t       10      typedef unsigned long greg_t, gregset_t[34];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       18      } mcontext_t;
-mcontext_t     bits/signal.h   t       22      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       31      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       20      
-struct sigaltstack     bits/signal.h   s       25      
-struct sigcontext      bits/signal.h   s       11      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       37      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef unsigned wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0100000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 8192
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek __NR__llseek
+SYS_accept     bits/syscall.h  d       #define SYS_accept __NR_accept
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 __NR_accept4
+SYS_acct       bits/syscall.h  d       #define SYS_acct __NR_acct
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key __NR_add_key
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex __NR_adjtimex
+SYS_bind       bits/syscall.h  d       #define SYS_bind __NR_bind
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf __NR_bpf
+SYS_brk        bits/syscall.h  d       #define SYS_brk __NR_brk
+SYS_capget     bits/syscall.h  d       #define SYS_capget __NR_capget
+SYS_capset     bits/syscall.h  d       #define SYS_capset __NR_capset
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir __NR_chdir
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot __NR_chroot
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime __NR_clock_adjtime
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres __NR_clock_getres
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime __NR_clock_gettime
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep __NR_clock_nanosleep
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime __NR_clock_settime
+SYS_clone      bits/syscall.h  d       #define SYS_clone __NR_clone
+SYS_close      bits/syscall.h  d       #define SYS_close __NR_close
+SYS_connect    bits/syscall.h  d       #define SYS_connect __NR_connect
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module __NR_delete_module
+SYS_dup        bits/syscall.h  d       #define SYS_dup __NR_dup
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 __NR_dup3
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 __NR_epoll_create1
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl __NR_epoll_ctl
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait __NR_epoll_pwait
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 __NR_eventfd2
+SYS_execve     bits/syscall.h  d       #define SYS_execve __NR_execve
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat __NR_execveat
+SYS_exit       bits/syscall.h  d       #define SYS_exit __NR_exit
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group __NR_exit_group
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat __NR_faccessat
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 __NR_fadvise64_64
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate __NR_fallocate
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init __NR_fanotify_init
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark __NR_fanotify_mark
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir __NR_fchdir
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod __NR_fchmod
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat __NR_fchmodat
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown __NR_fchown
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat __NR_fchownat
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 __NR_fcntl64
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync __NR_fdatasync
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr __NR_fgetxattr
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module __NR_finit_module
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr __NR_flistxattr
+SYS_flock      bits/syscall.h  d       #define SYS_flock __NR_flock
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr __NR_fremovexattr
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr __NR_fsetxattr
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 __NR_fstat64
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 __NR_fstatat64
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 __NR_fstatfs64
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync __NR_fsync
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 __NR_ftruncate64
+SYS_futex      bits/syscall.h  d       #define SYS_futex __NR_futex
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy __NR_get_mempolicy
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list __NR_get_robust_list
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu __NR_getcpu
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd __NR_getcwd
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 __NR_getdents64
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid __NR_getegid
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid __NR_geteuid
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid __NR_getgid
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups __NR_getgroups
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer __NR_getitimer
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername __NR_getpeername
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid __NR_getpgid
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid __NR_getpid
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid __NR_getppid
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority __NR_getpriority
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom __NR_getrandom
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid __NR_getresgid
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid __NR_getresuid
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit __NR_getrlimit
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage __NR_getrusage
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid __NR_getsid
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname __NR_getsockname
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt __NR_getsockopt
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid __NR_gettid
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday __NR_gettimeofday
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid __NR_getuid
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr __NR_getxattr
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module __NR_init_module
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch __NR_inotify_add_watch
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 __NR_inotify_init1
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch __NR_inotify_rm_watch
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel __NR_io_cancel
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy __NR_io_destroy
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents __NR_io_getevents
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup __NR_io_setup
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit __NR_io_submit
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl __NR_ioctl
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get __NR_ioprio_get
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set __NR_ioprio_set
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp __NR_kcmp
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load __NR_kexec_load
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl __NR_keyctl
+SYS_kill       bits/syscall.h  d       #define SYS_kill __NR_kill
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr __NR_lgetxattr
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat __NR_linkat
+SYS_listen     bits/syscall.h  d       #define SYS_listen __NR_listen
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr __NR_listxattr
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr __NR_llistxattr
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie __NR_lookup_dcookie
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr __NR_lremovexattr
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr __NR_lsetxattr
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise __NR_madvise
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind __NR_mbind
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier __NR_membarrier
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create __NR_memfd_create
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages __NR_migrate_pages
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore __NR_mincore
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat __NR_mkdirat
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat __NR_mknodat
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock __NR_mlock
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 __NR_mlock2
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall __NR_mlockall
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 __NR_mmap2
+SYS_mount      bits/syscall.h  d       #define SYS_mount __NR_mount
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages __NR_move_pages
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect __NR_mprotect
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr __NR_mq_getsetattr
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify __NR_mq_notify
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open __NR_mq_open
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive __NR_mq_timedreceive
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend __NR_mq_timedsend
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink __NR_mq_unlink
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap __NR_mremap
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl __NR_msgctl
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget __NR_msgget
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv __NR_msgrcv
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd __NR_msgsnd
+SYS_msync      bits/syscall.h  d       #define SYS_msync __NR_msync
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock __NR_munlock
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall __NR_munlockall
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap __NR_munmap
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at __NR_name_to_handle_at
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep __NR_nanosleep
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl __NR_nfsservctl
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at __NR_open_by_handle_at
+SYS_openat     bits/syscall.h  d       #define SYS_openat __NR_openat
+SYS_or1k_atomic        bits/syscall.h  d       #define SYS_or1k_atomic __NR_or1k_atomic
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open __NR_perf_event_open
+SYS_personality        bits/syscall.h  d       #define SYS_personality __NR_personality
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 __NR_pipe2
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root __NR_pivot_root
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll __NR_ppoll
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl __NR_prctl
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 __NR_pread64
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv __NR_preadv
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 __NR_prlimit64
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv __NR_process_vm_readv
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev __NR_process_vm_writev
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 __NR_pselect6
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace __NR_ptrace
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 __NR_pwrite64
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev __NR_pwritev
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl __NR_quotactl
+SYS_read       bits/syscall.h  d       #define SYS_read __NR_read
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead __NR_readahead
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat __NR_readlinkat
+SYS_readv      bits/syscall.h  d       #define SYS_readv __NR_readv
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot __NR_reboot
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom __NR_recvfrom
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg __NR_recvmmsg
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg __NR_recvmsg
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages __NR_remap_file_pages
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr __NR_removexattr
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat __NR_renameat
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 __NR_renameat2
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key __NR_request_key
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall __NR_restart_syscall
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction __NR_rt_sigaction
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending __NR_rt_sigpending
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask __NR_rt_sigprocmask
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn __NR_rt_sigreturn
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend __NR_rt_sigsuspend
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max __NR_sched_get_priority_max
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min __NR_sched_get_priority_min
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity __NR_sched_getaffinity
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr __NR_sched_getattr
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam __NR_sched_getparam
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler __NR_sched_getscheduler
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity __NR_sched_setaffinity
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr __NR_sched_setattr
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam __NR_sched_setparam
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler __NR_sched_setscheduler
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield __NR_sched_yield
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp __NR_seccomp
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl __NR_semctl
+SYS_semget     bits/syscall.h  d       #define SYS_semget __NR_semget
+SYS_semop      bits/syscall.h  d       #define SYS_semop __NR_semop
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop __NR_semtimedop
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 __NR_sendfile64
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg __NR_sendmmsg
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg __NR_sendmsg
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto __NR_sendto
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy __NR_set_mempolicy
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list __NR_set_robust_list
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address __NR_set_tid_address
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname __NR_setdomainname
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid __NR_setfsgid
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid __NR_setfsuid
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid __NR_setgid
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups __NR_setgroups
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname __NR_sethostname
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer __NR_setitimer
+SYS_setns      bits/syscall.h  d       #define SYS_setns __NR_setns
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid __NR_setpgid
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority __NR_setpriority
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid __NR_setregid
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid __NR_setresgid
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid __NR_setresuid
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid __NR_setreuid
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit __NR_setrlimit
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid __NR_setsid
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt __NR_setsockopt
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday __NR_settimeofday
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid __NR_setuid
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr __NR_setxattr
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat __NR_shmat
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl __NR_shmctl
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt __NR_shmdt
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget __NR_shmget
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown __NR_shutdown
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack __NR_sigaltstack
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 __NR_signalfd4
+SYS_socket     bits/syscall.h  d       #define SYS_socket __NR_socket
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair __NR_socketpair
+SYS_splice     bits/syscall.h  d       #define SYS_splice __NR_splice
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 __NR_statfs64
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff __NR_swapoff
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon __NR_swapon
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat __NR_symlinkat
+SYS_sync       bits/syscall.h  d       #define SYS_sync __NR_sync
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range __NR_sync_file_range
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs __NR_syncfs
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo __NR_sysinfo
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog __NR_syslog
+SYS_tee        bits/syscall.h  d       #define SYS_tee __NR_tee
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill __NR_tgkill
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create __NR_timer_create
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete __NR_timer_delete
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun __NR_timer_getoverrun
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime __NR_timer_gettime
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime __NR_timer_settime
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create __NR_timerfd_create
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime __NR_timerfd_gettime
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime __NR_timerfd_settime
+SYS_times      bits/syscall.h  d       #define SYS_times __NR_times
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill __NR_tkill
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 __NR_truncate64
+SYS_umask      bits/syscall.h  d       #define SYS_umask __NR_umask
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 __NR_umount2
+SYS_uname      bits/syscall.h  d       #define SYS_uname __NR_uname
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat __NR_unlinkat
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare __NR_unshare
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd __NR_userfaultfd
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat __NR_utimensat
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup __NR_vhangup
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice __NR_vmsplice
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 __NR_wait4
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid __NR_waitid
+SYS_write      bits/syscall.h  d       #define SYS_write __NR_write
+SYS_writev     bits/syscall.h  d       #define SYS_writev __NR_writev
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 62
+__NR_accept    bits/syscall.h  d       #define __NR_accept 202
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 242
+__NR_acct      bits/syscall.h  d       #define __NR_acct 89
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 217
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 171
+__NR_bind      bits/syscall.h  d       #define __NR_bind 200
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 280
+__NR_brk       bits/syscall.h  d       #define __NR_brk 214
+__NR_capget    bits/syscall.h  d       #define __NR_capget 90
+__NR_capset    bits/syscall.h  d       #define __NR_capset 91
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 49
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 51
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 266
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 114
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 113
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 115
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 112
+__NR_clone     bits/syscall.h  d       #define __NR_clone 220
+__NR_close     bits/syscall.h  d       #define __NR_close 57
+__NR_connect   bits/syscall.h  d       #define __NR_connect 203
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 106
+__NR_dup       bits/syscall.h  d       #define __NR_dup 23
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 24
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 20
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 21
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 22
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 19
+__NR_execve    bits/syscall.h  d       #define __NR_execve 221
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 281
+__NR_exit      bits/syscall.h  d       #define __NR_exit 93
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 94
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 48
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 223
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 47
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 262
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 263
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 50
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 52
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 53
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 55
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 54
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 25
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 83
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 10
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 273
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 13
+__NR_flock     bits/syscall.h  d       #define __NR_flock 32
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 16
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 7
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 80
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 79
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 44
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 82
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 46
+__NR_futex     bits/syscall.h  d       #define __NR_futex 98
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 236
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 100
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 168
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 17
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 61
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 177
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 175
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 176
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 158
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 102
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 205
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 155
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 172
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 173
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 141
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 278
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 150
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 148
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 163
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 165
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 156
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 204
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 209
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 178
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 169
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 174
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 8
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 105
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 27
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 26
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 28
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 3
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 1
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 4
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 0
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 2
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 29
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 31
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 30
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 272
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 104
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 219
+__NR_kill      bits/syscall.h  d       #define __NR_kill 129
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 37
+__NR_listen    bits/syscall.h  d       #define __NR_listen 201
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 11
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 12
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 18
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 15
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 6
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 233
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 235
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 283
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 279
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 238
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 232
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 34
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 33
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 228
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 284
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 230
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 222
+__NR_mount     bits/syscall.h  d       #define __NR_mount 40
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 239
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 226
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 185
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 184
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 180
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 183
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 182
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 181
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 216
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 187
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 186
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 188
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 189
+__NR_msync     bits/syscall.h  d       #define __NR_msync 227
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 229
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 231
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 215
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 264
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 101
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 42
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 265
+__NR_openat    bits/syscall.h  d       #define __NR_openat 56
+__NR_or1k_atomic       bits/syscall.h  d       #define __NR_or1k_atomic 244
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 241
+__NR_personality       bits/syscall.h  d       #define __NR_personality 92
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 73
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 167
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 67
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 69
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 261
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 270
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 271
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 72
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 117
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 68
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 70
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 60
+__NR_read      bits/syscall.h  d       #define __NR_read 63
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 213
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 78
+__NR_readv     bits/syscall.h  d       #define __NR_readv 65
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 142
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 207
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 243
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 212
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 234
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 14
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 38
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 276
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 218
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 128
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 134
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 136
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 135
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 138
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 139
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 133
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 137
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 240
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 125
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 126
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 123
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 275
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 121
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 120
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 127
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 122
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 274
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 118
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 119
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 124
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 277
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 191
+__NR_semget    bits/syscall.h  d       #define __NR_semget 190
+__NR_semop     bits/syscall.h  d       #define __NR_semop 193
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 192
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 71
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 269
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 211
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 206
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 237
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 99
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 96
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 162
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 152
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 151
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 144
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 159
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 161
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 103
+__NR_setns     bits/syscall.h  d       #define __NR_setns 268
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 154
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 140
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 143
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 149
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 147
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 145
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 164
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 157
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 208
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 170
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 146
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 5
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 196
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 195
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 197
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 194
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 210
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 132
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 74
+__NR_socket    bits/syscall.h  d       #define __NR_socket 198
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 199
+__NR_splice    bits/syscall.h  d       #define __NR_splice 76
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 43
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 225
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 224
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 36
+__NR_sync      bits/syscall.h  d       #define __NR_sync 81
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 84
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 267
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 179
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 116
+__NR_tee       bits/syscall.h  d       #define __NR_tee 77
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 131
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 107
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 111
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 109
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 108
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 110
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 85
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 87
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 86
+__NR_times     bits/syscall.h  d       #define __NR_times 153
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 130
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 45
+__NR_umask     bits/syscall.h  d       #define __NR_umask 166
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 39
+__NR_uname     bits/syscall.h  d       #define __NR_uname 160
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 35
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 97
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 282
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 88
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 58
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 75
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 260
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 95
+__NR_write     bits/syscall.h  d       #define __NR_write 64
+__NR_writev    bits/syscall.h  d       #define __NR_writev 66
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[13];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned long fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long greg_t, gregset_t[34];
+gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[34];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef unsigned wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index 732c8da..c069df1 100644 (file)
-B0     bits/termios.h  d       83      #define B0 0000000
-B1000000       bits/termios.h  d       109     #define B1000000 00027
-B110   bits/termios.h  d       86      #define B110 0000003
-B115200        bits/termios.h  d       103     #define B115200 00021
-B1152000       bits/termios.h  d       110     #define B1152000 00030
-B1200  bits/termios.h  d       92      #define B1200 0000011
-B134   bits/termios.h  d       87      #define B134 0000004
-B150   bits/termios.h  d       88      #define B150 0000005
-B1500000       bits/termios.h  d       111     #define B1500000 00031
-B1800  bits/termios.h  d       93      #define B1800 0000012
-B19200 bits/termios.h  d       97      #define B19200 0000016
-B200   bits/termios.h  d       89      #define B200 0000006
-B2000000       bits/termios.h  d       112     #define B2000000 00032
-B230400        bits/termios.h  d       104     #define B230400 00022
-B2400  bits/termios.h  d       94      #define B2400 0000013
-B2500000       bits/termios.h  d       113     #define B2500000 00033
-B300   bits/termios.h  d       90      #define B300 0000007
-B3000000       bits/termios.h  d       114     #define B3000000 00034
-B3500000       bits/termios.h  d       115     #define B3500000 00035
-B38400 bits/termios.h  d       98      #define B38400 0000017
-B4000000       bits/termios.h  d       116     #define B4000000 00036
-B460800        bits/termios.h  d       105     #define B460800 00023
-B4800  bits/termios.h  d       95      #define B4800 0000014
-B50    bits/termios.h  d       84      #define B50 0000001
-B500000        bits/termios.h  d       106     #define B500000 00024
-B57600 bits/termios.h  d       102     #define B57600 00020
-B576000        bits/termios.h  d       107     #define B576000 00025
-B600   bits/termios.h  d       91      #define B600 0000010
-B75    bits/termios.h  d       85      #define B75 0000002
-B921600        bits/termios.h  d       108     #define B921600 00026
-B9600  bits/termios.h  d       96      #define B9600 0000015
-BOTHER bits/termios.h  d       117     #define BOTHER 00037
-BRKINT bits/termios.h  d       34      #define BRKINT 0000002
-BS0    bits/termios.h  d       76      #define BS0 0000000
-BS1    bits/termios.h  d       77      #define BS1 0100000
-BSDLY  bits/termios.h  d       75      #define BSDLY 0100000
-CBAUD  bits/termios.h  d       119     #define CBAUD 00377
-CBAUDEX        bits/termios.h  d       163     #define CBAUDEX 0000000
-CIBAUD bits/termios.h  d       164     #define CIBAUD 077600000
-CLOCAL bits/termios.h  d       131     #define CLOCAL 00100000
-CMSPAR bits/termios.h  d       166     #define CMSPAR 010000000000
-CR0    bits/termios.h  d       68      #define CR0 0000000
-CR1    bits/termios.h  d       69      #define CR1 0010000
-CR2    bits/termios.h  d       70      #define CR2 0020000
-CR3    bits/termios.h  d       71      #define CR3 0030000
-CRDLY  bits/termios.h  d       67      #define CRDLY 0030000
-CREAD  bits/termios.h  d       127     #define CREAD 00004000
-CRTSCTS        bits/termios.h  d       167     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       122     #define CS5 00000000
-CS6    bits/termios.h  d       123     #define CS6 00000400
-CS7    bits/termios.h  d       124     #define CS7 00001000
-CS8    bits/termios.h  d       125     #define CS8 00001400
-CSIZE  bits/termios.h  d       121     #define CSIZE 00001400
-CSTOPB bits/termios.h  d       126     #define CSTOPB 00002000
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       136     #define ECHO 0x00000008
-ECHOCTL        bits/termios.h  d       139     #define ECHOCTL 0x00000040
-ECHOE  bits/termios.h  d       134     #define ECHOE 0x00000002
-ECHOK  bits/termios.h  d       135     #define ECHOK 0x00000004
-ECHOKE bits/termios.h  d       133     #define ECHOKE 0x00000001
-ECHONL bits/termios.h  d       137     #define ECHONL 0x00000010
-ECHOPRT        bits/termios.h  d       138     #define ECHOPRT 0x00000020
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK 58 
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NFPREG     bits/user.h     d       17      #define ELF_NFPREG 33
-ELF_NGREG      bits/user.h     d       16      #define ELF_NGREG 48
-ELF_NVRREG     bits/user.h     d       18      #define ELF_NVRREG 33
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTA   bits/termios.h  d       99      #define EXTA 0000016
-EXTB   bits/termios.h  d       100     #define EXTB 0000017
-EXTPROC        bits/termios.h  d       168     #define EXTPROC 0x10000000
-FE_ALL_EXCEPT  bits/fenv.h     d       16      #define FE_ALL_EXCEPT 0x3e000000
-FE_ALL_EXCEPT  bits/fenv.h     d       2       #define FE_ALL_EXCEPT 0
-FE_ALL_INVALID bits/fenv.h     d       29      #define FE_ALL_INVALID 0x01f80700
-FE_DFL_ENV     bits/fenv.h     d       36      #define FE_DFL_ENV ((const fenv_t *)-1)
-FE_DIVBYZERO   bits/fenv.h     d       11      #define FE_DIVBYZERO 0x04000000
-FE_DOWNWARD    bits/fenv.h     d       8       #define FE_DOWNWARD 3
-FE_INEXACT     bits/fenv.h     d       10      #define FE_INEXACT 0x02000000
-FE_INVALID     bits/fenv.h     d       14      #define FE_INVALID 0x20000000
-FE_INVALID_COMPARE     bits/fenv.h     d       24      #define FE_INVALID_COMPARE 0x00080000
-FE_INVALID_IDI bits/fenv.h     d       21      #define FE_INVALID_IDI 0x00400000
-FE_INVALID_IMZ bits/fenv.h     d       23      #define FE_INVALID_IMZ 0x00100000
-FE_INVALID_INTEGER_CONVERSION  bits/fenv.h     d       27      #define FE_INVALID_INTEGER_CONVERSION 0x00000100
-FE_INVALID_ISI bits/fenv.h     d       20      #define FE_INVALID_ISI 0x00800000
-FE_INVALID_SNAN        bits/fenv.h     d       19      #define FE_INVALID_SNAN 0x01000000
-FE_INVALID_SOFTWARE    bits/fenv.h     d       25      #define FE_INVALID_SOFTWARE 0x00000400
-FE_INVALID_SQRT        bits/fenv.h     d       26      #define FE_INVALID_SQRT 0x00000200
-FE_INVALID_ZDZ bits/fenv.h     d       22      #define FE_INVALID_ZDZ 0x00200000
-FE_OVERFLOW    bits/fenv.h     d       13      #define FE_OVERFLOW 0x10000000
-FE_TONEAREST   bits/fenv.h     d       3       #define FE_TONEAREST 0
-FE_TONEAREST   bits/fenv.h     d       5       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       6       #define FE_TOWARDZERO 1
-FE_UNDERFLOW   bits/fenv.h     d       12      #define FE_UNDERFLOW 0x08000000
-FE_UPWARD      bits/fenv.h     d       7       #define FE_UPWARD 2
-FF0    bits/termios.h  d       73      #define FF0 0000000
-FF1    bits/termios.h  d       74      #define FF1 0040000
-FFDLY  bits/termios.h  d       72      #define FFDLY 0040000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       13      #define FIOASYNC _IOW('f', 125, int)
-FIOCLEX        bits/ioctl.h    d       12      #define FIOCLEX _IO('f', 1)
-FIOGETOWN      bits/ioctl.h    d       161     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       14      #define FIONBIO _IOW('f', 126, int)
-FIONCLEX       bits/ioctl.h    d       11      #define FIONCLEX _IO('f', 2)
-FIONREAD       bits/ioctl.h    d       15      #define FIONREAD _IOR('f', 127, int)
-FIOQSIZE       bits/ioctl.h    d       17      #define FIOQSIZE _IOR('f', 128, char[8])
-FIOSETOWN      bits/ioctl.h    d       159     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       145     #define FLUSHO 0x00800000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       130     #define HUPCL 00040000
-IBSHIFT        bits/termios.h  d       165     #define IBSHIFT 16
-ICANON bits/termios.h  d       141     #define ICANON 0x00000100
-ICRNL  bits/termios.h  d       41      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       142     #define IEXTEN 0x00000400
-IGNBRK bits/termios.h  d       33      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       40      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       35      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       46      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       39      #define INLCR 0000100
-INPCK  bits/termios.h  d       37      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       15      #define IPC_64 0x100
-ISIG   bits/termios.h  d       140     #define ISIG 0x00000080
-ISTRIP bits/termios.h  d       38      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       45      #define IUCLC 0010000
-IUTF8  bits/termios.h  d       47      #define IUTF8 0040000
-IXANY  bits/termios.h  d       44      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0002000
-IXON   bits/termios.h  d       42      #define IXON 0001000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       7       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       3       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       6       #define LONG_MAX 0x7fffffffL
-MCL_CURRENT    bits/mman.h     d       4       #define MCL_CURRENT 0x2000
-MCL_FUTURE     bits/mman.h     d       6       #define MCL_FUTURE 0x4000
-MCL_ONFAULT    bits/mman.h     d       8       #define MCL_ONFAULT 0x8000
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 4096
-NCCS   bits/termios.h  d       2       #define NCCS 19
-NL0    bits/termios.h  d       58      #define NL0 0000000
-NL1    bits/termios.h  d       59      #define NL1 0000400
-NL2    bits/termios.h  d       60      #define NL2 0001000
-NL3    bits/termios.h  d       61      #define NL3 0001400
-NLDLY  bits/termios.h  d       57      #define NLDLY 0001400
-NOFLSH bits/termios.h  d       147     #define NOFLSH 0x80000000
-N_6PACK        bits/ioctl.h    d       149     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       147     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       157     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       155     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       153     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       150     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       144     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       145     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       152     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       151     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       143     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       154     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       146     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       156     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       142     #define N_TTY 0
-N_X25  bits/ioctl.h    d       148     #define N_X25 6
-OCRNL  bits/termios.h  d       52      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       56      #define OFDEL 0000200
-OFILL  bits/termios.h  d       55      #define OFILL 0000100
-OLCUC  bits/termios.h  d       51      #define OLCUC 0000004
-ONLCR  bits/termios.h  d       50      #define ONLCR 0000002
-ONLRET bits/termios.h  d       54      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       53      #define ONOCR 0000020
-OPOST  bits/termios.h  d       49      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 0400000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 040000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0200000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0100000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020040000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PARENB bits/termios.h  d       128     #define PARENB 00010000
-PARMRK bits/termios.h  d       36      #define PARMRK 0000010
-PARODD bits/termios.h  d       129     #define PARODD 00020000
-PENDIN bits/termios.h  d       146     #define PENDIN 0x20000000
-PROT_SAO       bits/mman.h     d       1       #define PROT_SAO 0x10
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-SA_NOCLDSTOP   bits/signal.h   d       74      #define SA_NOCLDSTOP 1U
-SA_NOCLDWAIT   bits/signal.h   d       75      #define SA_NOCLDWAIT 2U
-SA_NODEFER     bits/signal.h   d       79      #define SA_NODEFER 0x40000000U
-SA_ONSTACK     bits/signal.h   d       77      #define SA_ONSTACK 0x08000000U
-SA_RESETHAND   bits/signal.h   d       80      #define SA_RESETHAND 0x80000000U
-SA_RESTART     bits/signal.h   d       78      #define SA_RESTART 0x10000000U
-SA_RESTORER    bits/signal.h   d       81      #define SA_RESTORER 0x04000000U
-SA_SIGINFO     bits/signal.h   d       76      #define SA_SIGINFO 4U
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       90      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       99      #define SIGALRM 14
-SIGBUS bits/signal.h   d       92      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       102     #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       103     #define SIGCONT 18
-SIGFPE bits/signal.h   d       93      #define SIGFPE 8
-SIGHUP bits/signal.h   d       85      #define SIGHUP 1
-SIGILL bits/signal.h   d       88      #define SIGILL 4
-SIGINT bits/signal.h   d       86      #define SIGINT 2
-SIGIO  bits/signal.h   d       114     #define SIGIO 29
-SIGIOT bits/signal.h   d       91      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       94      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       98      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       115     #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       112     #define SIGPROF 27
-SIGPWR bits/signal.h   d       116     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       87      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       96      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       101     #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 10240
-SIGSTOP        bits/signal.h   d       104     #define SIGSTOP 19
-SIGSYS bits/signal.h   d       117     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       100     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       89      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       105     #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       106     #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       107     #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       118     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       108     #define SIGURG 23
-SIGUSR1        bits/signal.h   d       95      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       97      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       111     #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       113     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       109     #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       110     #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       222     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       195     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       166     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       163     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       211     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       223     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       196     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       167     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       225     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       201     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       215     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       212     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       175     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       205     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       179     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       172     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       203     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       177     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       190     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       173     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       192     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       197     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       219     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       185     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       183     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       187     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       170     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       181     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       200     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       193     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       208     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       162     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       216     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       164     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       226     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       168     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       213     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       176     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       206     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       180     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       178     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       191     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       174     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       189     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       202     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       171     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       220     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       186     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       184     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       188     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       182     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       199     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       194     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       209     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       160     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       217     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       198     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SO_ACCEPTCONN  bits/socket.h   d       40      #define SO_ACCEPTCONN 30
-SO_BROADCAST   bits/socket.h   d       24      #define SO_BROADCAST 6
-SO_BSDCOMPAT   bits/socket.h   d       32      #define SO_BSDCOMPAT 14
-SO_DEBUG       bits/socket.h   d       19      #define SO_DEBUG 1
-SO_DOMAIN      bits/socket.h   d       44      #define SO_DOMAIN 39
-SO_DONTROUTE   bits/socket.h   d       23      #define SO_DONTROUTE 5
-SO_ERROR       bits/socket.h   d       22      #define SO_ERROR 4
-SO_KEEPALIVE   bits/socket.h   d       27      #define SO_KEEPALIVE 9
-SO_LINGER      bits/socket.h   d       31      #define SO_LINGER 13
-SO_NO_CHECK    bits/socket.h   d       29      #define SO_NO_CHECK 11
-SO_OOBINLINE   bits/socket.h   d       28      #define SO_OOBINLINE 10
-SO_PASSCRED    bits/socket.h   d       38      #define SO_PASSCRED 20
-SO_PEERCRED    bits/socket.h   d       39      #define SO_PEERCRED 21
-SO_PRIORITY    bits/socket.h   d       30      #define SO_PRIORITY 12
-SO_PROTOCOL    bits/socket.h   d       43      #define SO_PROTOCOL 38
-SO_RCVBUF      bits/socket.h   d       26      #define SO_RCVBUF 8
-SO_RCVBUFFORCE bits/socket.h   d       42      #define SO_RCVBUFFORCE 33
-SO_RCVLOWAT    bits/socket.h   d       34      #define SO_RCVLOWAT 16
-SO_RCVTIMEO    bits/socket.h   d       36      #define SO_RCVTIMEO 18
-SO_REUSEADDR   bits/socket.h   d       20      #define SO_REUSEADDR 2
-SO_REUSEPORT   bits/socket.h   d       33      #define SO_REUSEPORT 15
-SO_SNDBUF      bits/socket.h   d       25      #define SO_SNDBUF 7
-SO_SNDBUFFORCE bits/socket.h   d       41      #define SO_SNDBUFFORCE 32
-SO_SNDLOWAT    bits/socket.h   d       35      #define SO_SNDLOWAT 17
-SO_SNDTIMEO    bits/socket.h   d       37      #define SO_SNDTIMEO 19
-SO_TYPE        bits/socket.h   d       21      #define SO_TYPE 3
-SYS__llseek    bits/syscall.h  d       516     #define SYS__llseek 140
-SYS__newselect bits/syscall.h  d       518     #define SYS__newselect 142
-SYS__sysctl    bits/syscall.h  d       525     #define SYS__sysctl 149
-SYS_accept     bits/syscall.h  d       709     #define SYS_accept 330
-SYS_accept4    bits/syscall.h  d       723     #define SYS_accept4 344
-SYS_access     bits/syscall.h  d       409     #define SYS_access 33
-SYS_acct       bits/syscall.h  d       427     #define SYS_acct 51
-SYS_add_key    bits/syscall.h  d       647     #define SYS_add_key 269
-SYS_adjtimex   bits/syscall.h  d       500     #define SYS_adjtimex 124
-SYS_afs_syscall        bits/syscall.h  d       513     #define SYS_afs_syscall 137
-SYS_alarm      bits/syscall.h  d       403     #define SYS_alarm 27
-SYS_bdflush    bits/syscall.h  d       510     #define SYS_bdflush 134
-SYS_bind       bits/syscall.h  d       706     #define SYS_bind 327
-SYS_bpf        bits/syscall.h  d       740     #define SYS_bpf 361
-SYS_break      bits/syscall.h  d       393     #define SYS_break 17
-SYS_brk        bits/syscall.h  d       421     #define SYS_brk 45
-SYS_capget     bits/syscall.h  d       563     #define SYS_capget 183
-SYS_capset     bits/syscall.h  d       564     #define SYS_capset 184
-SYS_chdir      bits/syscall.h  d       388     #define SYS_chdir 12
-SYS_chmod      bits/syscall.h  d       391     #define SYS_chmod 15
-SYS_chown      bits/syscall.h  d       561     #define SYS_chown 181
-SYS_chroot     bits/syscall.h  d       437     #define SYS_chroot 61
-SYS_clock_adjtime      bits/syscall.h  d       726     #define SYS_clock_adjtime 347
-SYS_clock_getres       bits/syscall.h  d       626     #define SYS_clock_getres 247
-SYS_clock_gettime      bits/syscall.h  d       625     #define SYS_clock_gettime 246
-SYS_clock_nanosleep    bits/syscall.h  d       627     #define SYS_clock_nanosleep 248
-SYS_clock_settime      bits/syscall.h  d       624     #define SYS_clock_settime 245
-SYS_clone      bits/syscall.h  d       496     #define SYS_clone 120
-SYS_close      bits/syscall.h  d       382     #define SYS_close 6
-SYS_connect    bits/syscall.h  d       707     #define SYS_connect 328
-SYS_copy_file_range    bits/syscall.h  d       746     #define SYS_copy_file_range 379
-SYS_creat      bits/syscall.h  d       384     #define SYS_creat 8
-SYS_create_module      bits/syscall.h  d       503     #define SYS_create_module 127
-SYS_delete_module      bits/syscall.h  d       505     #define SYS_delete_module 129
-SYS_dup        bits/syscall.h  d       417     #define SYS_dup 41
-SYS_dup2       bits/syscall.h  d       439     #define SYS_dup2 63
-SYS_dup3       bits/syscall.h  d       695     #define SYS_dup3 316
-SYS_epoll_create       bits/syscall.h  d       615     #define SYS_epoll_create 236
-SYS_epoll_create1      bits/syscall.h  d       694     #define SYS_epoll_create1 315
-SYS_epoll_ctl  bits/syscall.h  d       616     #define SYS_epoll_ctl 237
-SYS_epoll_pwait        bits/syscall.h  d       681     #define SYS_epoll_pwait 303
-SYS_epoll_wait bits/syscall.h  d       617     #define SYS_epoll_wait 238
-SYS_eventfd    bits/syscall.h  d       686     #define SYS_eventfd 307
-SYS_eventfd2   bits/syscall.h  d       693     #define SYS_eventfd2 314
-SYS_execve     bits/syscall.h  d       387     #define SYS_execve 11
-SYS_execveat   bits/syscall.h  d       741     #define SYS_execveat 362
-SYS_exit       bits/syscall.h  d       377     #define SYS_exit 1
-SYS_exit_group bits/syscall.h  d       613     #define SYS_exit_group 234
-SYS_faccessat  bits/syscall.h  d       676     #define SYS_faccessat 298
-SYS_fadvise64  bits/syscall.h  d       612     #define SYS_fadvise64 233
-SYS_fadvise64_64       bits/syscall.h  d       633     #define SYS_fadvise64_64 254
-SYS_fallocate  bits/syscall.h  d       688     #define SYS_fallocate 309
-SYS_fanotify_init      bits/syscall.h  d       702     #define SYS_fanotify_init 323
-SYS_fanotify_mark      bits/syscall.h  d       703     #define SYS_fanotify_mark 324
-SYS_fchdir     bits/syscall.h  d       509     #define SYS_fchdir 133
-SYS_fchmod     bits/syscall.h  d       470     #define SYS_fchmod 94
-SYS_fchmodat   bits/syscall.h  d       675     #define SYS_fchmodat 297
-SYS_fchown     bits/syscall.h  d       471     #define SYS_fchown 95
-SYS_fchownat   bits/syscall.h  d       667     #define SYS_fchownat 289
-SYS_fcntl      bits/syscall.h  d       431     #define SYS_fcntl 55
-SYS_fcntl64    bits/syscall.h  d       584     #define SYS_fcntl64 204
-SYS_fdatasync  bits/syscall.h  d       524     #define SYS_fdatasync 148
-SYS_fgetxattr  bits/syscall.h  d       594     #define SYS_fgetxattr 214
-SYS_finit_module       bits/syscall.h  d       732     #define SYS_finit_module 353
-SYS_flistxattr bits/syscall.h  d       597     #define SYS_flistxattr 217
-SYS_flock      bits/syscall.h  d       519     #define SYS_flock 143
-SYS_fork       bits/syscall.h  d       378     #define SYS_fork 2
-SYS_fremovexattr       bits/syscall.h  d       600     #define SYS_fremovexattr 220
-SYS_fsetxattr  bits/syscall.h  d       591     #define SYS_fsetxattr 211
-SYS_fstat      bits/syscall.h  d       484     #define SYS_fstat 108
-SYS_fstat64    bits/syscall.h  d       577     #define SYS_fstat64 197
-SYS_fstatat64  bits/syscall.h  d       669     #define SYS_fstatat64 291
-SYS_fstatfs    bits/syscall.h  d       476     #define SYS_fstatfs 100
-SYS_fstatfs64  bits/syscall.h  d       632     #define SYS_fstatfs64 253
-SYS_fsync      bits/syscall.h  d       494     #define SYS_fsync 118
-SYS_ftime      bits/syscall.h  d       411     #define SYS_ftime 35
-SYS_ftruncate  bits/syscall.h  d       469     #define SYS_ftruncate 93
-SYS_ftruncate64        bits/syscall.h  d       574     #define SYS_ftruncate64 194
-SYS_futex      bits/syscall.h  d       601     #define SYS_futex 221
-SYS_futimesat  bits/syscall.h  d       668     #define SYS_futimesat 290
-SYS_get_kernel_syms    bits/syscall.h  d       506     #define SYS_get_kernel_syms 130
-SYS_get_mempolicy      bits/syscall.h  d       638     #define SYS_get_mempolicy 260
-SYS_get_robust_list    bits/syscall.h  d       677     #define SYS_get_robust_list 299
-SYS_getcpu     bits/syscall.h  d       680     #define SYS_getcpu 302
-SYS_getcwd     bits/syscall.h  d       562     #define SYS_getcwd 182
-SYS_getdents   bits/syscall.h  d       517     #define SYS_getdents 141
-SYS_getdents64 bits/syscall.h  d       582     #define SYS_getdents64 202
-SYS_getegid    bits/syscall.h  d       426     #define SYS_getegid 50
-SYS_geteuid    bits/syscall.h  d       425     #define SYS_geteuid 49
-SYS_getgid     bits/syscall.h  d       423     #define SYS_getgid 47
-SYS_getgroups  bits/syscall.h  d       456     #define SYS_getgroups 80
-SYS_getitimer  bits/syscall.h  d       481     #define SYS_getitimer 105
-SYS_getpeername        bits/syscall.h  d       711     #define SYS_getpeername 332
-SYS_getpgid    bits/syscall.h  d       508     #define SYS_getpgid 132
-SYS_getpgrp    bits/syscall.h  d       441     #define SYS_getpgrp 65
-SYS_getpid     bits/syscall.h  d       396     #define SYS_getpid 20
-SYS_getpmsg    bits/syscall.h  d       567     #define SYS_getpmsg 187
-SYS_getppid    bits/syscall.h  d       440     #define SYS_getppid 64
-SYS_getpriority        bits/syscall.h  d       472     #define SYS_getpriority 96
-SYS_getrandom  bits/syscall.h  d       738     #define SYS_getrandom 359
-SYS_getresgid  bits/syscall.h  d       550     #define SYS_getresgid 170
-SYS_getresgid32        bits/syscall.h  d       549     #define SYS_getresgid32 170
-SYS_getresuid  bits/syscall.h  d       543     #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       542     #define SYS_getresuid32 165
-SYS_getrlimit  bits/syscall.h  d       452     #define SYS_getrlimit 76
-SYS_getrusage  bits/syscall.h  d       453     #define SYS_getrusage 77
-SYS_getsid     bits/syscall.h  d       523     #define SYS_getsid 147
-SYS_getsockname        bits/syscall.h  d       710     #define SYS_getsockname 331
-SYS_getsockopt bits/syscall.h  d       719     #define SYS_getsockopt 340
-SYS_gettid     bits/syscall.h  d       587     #define SYS_gettid 207
-SYS_gettimeofday       bits/syscall.h  d       454     #define SYS_gettimeofday 78
-SYS_getuid     bits/syscall.h  d       400     #define SYS_getuid 24
-SYS_getxattr   bits/syscall.h  d       592     #define SYS_getxattr 212
-SYS_gtty       bits/syscall.h  d       408     #define SYS_gtty 32
-SYS_idle       bits/syscall.h  d       488     #define SYS_idle 112
-SYS_init_module        bits/syscall.h  d       504     #define SYS_init_module 128
-SYS_inotify_add_watch  bits/syscall.h  d       654     #define SYS_inotify_add_watch 276
-SYS_inotify_init       bits/syscall.h  d       653     #define SYS_inotify_init 275
-SYS_inotify_init1      bits/syscall.h  d       697     #define SYS_inotify_init1 318
-SYS_inotify_rm_watch   bits/syscall.h  d       655     #define SYS_inotify_rm_watch 277
-SYS_io_cancel  bits/syscall.h  d       610     #define SYS_io_cancel 231
-SYS_io_destroy bits/syscall.h  d       607     #define SYS_io_destroy 228
-SYS_io_getevents       bits/syscall.h  d       608     #define SYS_io_getevents 229
-SYS_io_setup   bits/syscall.h  d       606     #define SYS_io_setup 227
-SYS_io_submit  bits/syscall.h  d       609     #define SYS_io_submit 230
-SYS_ioctl      bits/syscall.h  d       430     #define SYS_ioctl 54
-SYS_ioperm     bits/syscall.h  d       477     #define SYS_ioperm 101
-SYS_iopl       bits/syscall.h  d       486     #define SYS_iopl 110
-SYS_ioprio_get bits/syscall.h  d       652     #define SYS_ioprio_get 274
-SYS_ioprio_set bits/syscall.h  d       651     #define SYS_ioprio_set 273
-SYS_ipc        bits/syscall.h  d       493     #define SYS_ipc 117
-SYS_kcmp       bits/syscall.h  d       733     #define SYS_kcmp 354
-SYS_kexec_load bits/syscall.h  d       646     #define SYS_kexec_load 268
-SYS_keyctl     bits/syscall.h  d       649     #define SYS_keyctl 271
-SYS_kill       bits/syscall.h  d       413     #define SYS_kill 37
-SYS_lchown     bits/syscall.h  d       392     #define SYS_lchown 16
-SYS_lgetxattr  bits/syscall.h  d       593     #define SYS_lgetxattr 213
-SYS_link       bits/syscall.h  d       385     #define SYS_link 9
-SYS_linkat     bits/syscall.h  d       672     #define SYS_linkat 294
-SYS_listen     bits/syscall.h  d       708     #define SYS_listen 329
-SYS_listxattr  bits/syscall.h  d       595     #define SYS_listxattr 215
-SYS_llistxattr bits/syscall.h  d       596     #define SYS_llistxattr 216
-SYS_lock       bits/syscall.h  d       429     #define SYS_lock 53
-SYS_lookup_dcookie     bits/syscall.h  d       614     #define SYS_lookup_dcookie 235
-SYS_lremovexattr       bits/syscall.h  d       599     #define SYS_lremovexattr 219
-SYS_lseek      bits/syscall.h  d       395     #define SYS_lseek 19
-SYS_lsetxattr  bits/syscall.h  d       590     #define SYS_lsetxattr 210
-SYS_lstat      bits/syscall.h  d       483     #define SYS_lstat 107
-SYS_lstat64    bits/syscall.h  d       576     #define SYS_lstat64 196
-SYS_madvise    bits/syscall.h  d       585     #define SYS_madvise 205
-SYS_mbind      bits/syscall.h  d       637     #define SYS_mbind 259
-SYS_membarrier bits/syscall.h  d       744     #define SYS_membarrier 365
-SYS_memfd_create       bits/syscall.h  d       739     #define SYS_memfd_create 360
-SYS_migrate_pages      bits/syscall.h  d       636     #define SYS_migrate_pages 258
-SYS_mincore    bits/syscall.h  d       586     #define SYS_mincore 206
-SYS_mkdir      bits/syscall.h  d       415     #define SYS_mkdir 39
-SYS_mkdirat    bits/syscall.h  d       665     #define SYS_mkdirat 287
-SYS_mknod      bits/syscall.h  d       390     #define SYS_mknod 14
-SYS_mknodat    bits/syscall.h  d       666     #define SYS_mknodat 288
-SYS_mlock      bits/syscall.h  d       526     #define SYS_mlock 150
-SYS_mlock2     bits/syscall.h  d       745     #define SYS_mlock2 378
-SYS_mlockall   bits/syscall.h  d       528     #define SYS_mlockall 152
-SYS_mmap       bits/syscall.h  d       466     #define SYS_mmap 90
-SYS_mmap2      bits/syscall.h  d       572     #define SYS_mmap2 192
-SYS_modify_ldt bits/syscall.h  d       499     #define SYS_modify_ldt 123
-SYS_mount      bits/syscall.h  d       397     #define SYS_mount 21
-SYS_move_pages bits/syscall.h  d       679     #define SYS_move_pages 301
-SYS_mprotect   bits/syscall.h  d       501     #define SYS_mprotect 125
-SYS_mpx        bits/syscall.h  d       432     #define SYS_mpx 56
-SYS_mq_getsetattr      bits/syscall.h  d       645     #define SYS_mq_getsetattr 267
-SYS_mq_notify  bits/syscall.h  d       644     #define SYS_mq_notify 266
-SYS_mq_open    bits/syscall.h  d       640     #define SYS_mq_open 262
-SYS_mq_timedreceive    bits/syscall.h  d       643     #define SYS_mq_timedreceive 265
-SYS_mq_timedsend       bits/syscall.h  d       642     #define SYS_mq_timedsend 264
-SYS_mq_unlink  bits/syscall.h  d       641     #define SYS_mq_unlink 263
-SYS_mremap     bits/syscall.h  d       539     #define SYS_mremap 163
-SYS_msync      bits/syscall.h  d       520     #define SYS_msync 144
-SYS_multiplexer        bits/syscall.h  d       581     #define SYS_multiplexer 201
-SYS_munlock    bits/syscall.h  d       527     #define SYS_munlock 151
-SYS_munlockall bits/syscall.h  d       529     #define SYS_munlockall 153
-SYS_munmap     bits/syscall.h  d       467     #define SYS_munmap 91
-SYS_name_to_handle_at  bits/syscall.h  d       724     #define SYS_name_to_handle_at 345
-SYS_nanosleep  bits/syscall.h  d       538     #define SYS_nanosleep 162
-SYS_nfsservctl bits/syscall.h  d       546     #define SYS_nfsservctl 168
-SYS_nice       bits/syscall.h  d       410     #define SYS_nice 34
-SYS_oldfstat   bits/syscall.h  d       404     #define SYS_oldfstat 28
-SYS_oldlstat   bits/syscall.h  d       460     #define SYS_oldlstat 84
-SYS_oldolduname        bits/syscall.h  d       435     #define SYS_oldolduname 59
-SYS_oldstat    bits/syscall.h  d       394     #define SYS_oldstat 18
-SYS_olduname   bits/syscall.h  d       485     #define SYS_olduname 109
-SYS_open       bits/syscall.h  d       381     #define SYS_open 5
-SYS_open_by_handle_at  bits/syscall.h  d       725     #define SYS_open_by_handle_at 346
-SYS_openat     bits/syscall.h  d       664     #define SYS_openat 286
-SYS_pause      bits/syscall.h  d       405     #define SYS_pause 29
-SYS_pciconfig_iobase   bits/syscall.h  d       580     #define SYS_pciconfig_iobase 200
-SYS_pciconfig_read     bits/syscall.h  d       578     #define SYS_pciconfig_read 198
-SYS_pciconfig_write    bits/syscall.h  d       579     #define SYS_pciconfig_write 199
-SYS_perf_event_open    bits/syscall.h  d       698     #define SYS_perf_event_open 319
-SYS_personality        bits/syscall.h  d       512     #define SYS_personality 136
-SYS_pipe       bits/syscall.h  d       418     #define SYS_pipe 42
-SYS_pipe2      bits/syscall.h  d       696     #define SYS_pipe2 317
-SYS_pivot_root bits/syscall.h  d       583     #define SYS_pivot_root 203
-SYS_poll       bits/syscall.h  d       545     #define SYS_poll 167
-SYS_ppoll      bits/syscall.h  d       659     #define SYS_ppoll 281
-SYS_prctl      bits/syscall.h  d       551     #define SYS_prctl 171
-SYS_pread64    bits/syscall.h  d       559     #define SYS_pread64 179
-SYS_preadv     bits/syscall.h  d       699     #define SYS_preadv 320
-SYS_prlimit64  bits/syscall.h  d       704     #define SYS_prlimit64 325
-SYS_process_vm_readv   bits/syscall.h  d       730     #define SYS_process_vm_readv 351
-SYS_process_vm_writev  bits/syscall.h  d       731     #define SYS_process_vm_writev 352
-SYS_prof       bits/syscall.h  d       420     #define SYS_prof 44
-SYS_profil     bits/syscall.h  d       474     #define SYS_profil 98
-SYS_pselect6   bits/syscall.h  d       658     #define SYS_pselect6 280
-SYS_ptrace     bits/syscall.h  d       402     #define SYS_ptrace 26
-SYS_putpmsg    bits/syscall.h  d       568     #define SYS_putpmsg 188
-SYS_pwrite64   bits/syscall.h  d       560     #define SYS_pwrite64 180
-SYS_pwritev    bits/syscall.h  d       700     #define SYS_pwritev 321
-SYS_query_module       bits/syscall.h  d       544     #define SYS_query_module 166
-SYS_quotactl   bits/syscall.h  d       507     #define SYS_quotactl 131
-SYS_read       bits/syscall.h  d       379     #define SYS_read 3
-SYS_readahead  bits/syscall.h  d       571     #define SYS_readahead 191
-SYS_readdir    bits/syscall.h  d       465     #define SYS_readdir 89
-SYS_readlink   bits/syscall.h  d       461     #define SYS_readlink 85
-SYS_readlinkat bits/syscall.h  d       674     #define SYS_readlinkat 296
-SYS_readv      bits/syscall.h  d       521     #define SYS_readv 145
-SYS_reboot     bits/syscall.h  d       464     #define SYS_reboot 88
-SYS_recv       bits/syscall.h  d       715     #define SYS_recv 336
-SYS_recvfrom   bits/syscall.h  d       716     #define SYS_recvfrom 337
-SYS_recvmmsg   bits/syscall.h  d       722     #define SYS_recvmmsg 343
-SYS_recvmsg    bits/syscall.h  d       721     #define SYS_recvmsg 342
-SYS_remap_file_pages   bits/syscall.h  d       618     #define SYS_remap_file_pages 239
-SYS_removexattr        bits/syscall.h  d       598     #define SYS_removexattr 218
-SYS_rename     bits/syscall.h  d       414     #define SYS_rename 38
-SYS_renameat   bits/syscall.h  d       671     #define SYS_renameat 293
-SYS_renameat2  bits/syscall.h  d       736     #define SYS_renameat2 357
-SYS_request_key        bits/syscall.h  d       648     #define SYS_request_key 270
-SYS_restart_syscall    bits/syscall.h  d       376     #define SYS_restart_syscall 0
-SYS_rmdir      bits/syscall.h  d       416     #define SYS_rmdir 40
-SYS_rt_sigaction       bits/syscall.h  d       553     #define SYS_rt_sigaction 173
-SYS_rt_sigpending      bits/syscall.h  d       555     #define SYS_rt_sigpending 175
-SYS_rt_sigprocmask     bits/syscall.h  d       554     #define SYS_rt_sigprocmask 174
-SYS_rt_sigqueueinfo    bits/syscall.h  d       557     #define SYS_rt_sigqueueinfo 177
-SYS_rt_sigreturn       bits/syscall.h  d       552     #define SYS_rt_sigreturn 172
-SYS_rt_sigsuspend      bits/syscall.h  d       558     #define SYS_rt_sigsuspend 178
-SYS_rt_sigtimedwait    bits/syscall.h  d       556     #define SYS_rt_sigtimedwait 176
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       701     #define SYS_rt_tgsigqueueinfo 322
-SYS_rtas       bits/syscall.h  d       634     #define SYS_rtas 255
-SYS_sched_get_priority_max     bits/syscall.h  d       535     #define SYS_sched_get_priority_max 159
-SYS_sched_get_priority_min     bits/syscall.h  d       536     #define SYS_sched_get_priority_min 160
-SYS_sched_getaffinity  bits/syscall.h  d       603     #define SYS_sched_getaffinity 223
-SYS_sched_getattr      bits/syscall.h  d       735     #define SYS_sched_getattr 356
-SYS_sched_getparam     bits/syscall.h  d       531     #define SYS_sched_getparam 155
-SYS_sched_getscheduler bits/syscall.h  d       533     #define SYS_sched_getscheduler 157
-SYS_sched_rr_get_interval      bits/syscall.h  d       537     #define SYS_sched_rr_get_interval 161
-SYS_sched_setaffinity  bits/syscall.h  d       602     #define SYS_sched_setaffinity 222
-SYS_sched_setattr      bits/syscall.h  d       734     #define SYS_sched_setattr 355
-SYS_sched_setparam     bits/syscall.h  d       530     #define SYS_sched_setparam 154
-SYS_sched_setscheduler bits/syscall.h  d       532     #define SYS_sched_setscheduler 156
-SYS_sched_yield        bits/syscall.h  d       534     #define SYS_sched_yield 158
-SYS_seccomp    bits/syscall.h  d       737     #define SYS_seccomp 358
-SYS_select     bits/syscall.h  d       458     #define SYS_select 82
-SYS_send       bits/syscall.h  d       713     #define SYS_send 334
-SYS_sendfile   bits/syscall.h  d       566     #define SYS_sendfile 186
-SYS_sendfile64 bits/syscall.h  d       605     #define SYS_sendfile64 226
-SYS_sendmmsg   bits/syscall.h  d       728     #define SYS_sendmmsg 349
-SYS_sendmsg    bits/syscall.h  d       720     #define SYS_sendmsg 341
-SYS_sendto     bits/syscall.h  d       714     #define SYS_sendto 335
-SYS_set_mempolicy      bits/syscall.h  d       639     #define SYS_set_mempolicy 261
-SYS_set_robust_list    bits/syscall.h  d       678     #define SYS_set_robust_list 300
-SYS_set_tid_address    bits/syscall.h  d       611     #define SYS_set_tid_address 232
-SYS_setdomainname      bits/syscall.h  d       497     #define SYS_setdomainname 121
-SYS_setfsgid   bits/syscall.h  d       515     #define SYS_setfsgid 139
-SYS_setfsuid   bits/syscall.h  d       514     #define SYS_setfsuid 138
-SYS_setgid     bits/syscall.h  d       422     #define SYS_setgid 46
-SYS_setgroups  bits/syscall.h  d       457     #define SYS_setgroups 81
-SYS_sethostname        bits/syscall.h  d       450     #define SYS_sethostname 74
-SYS_setitimer  bits/syscall.h  d       480     #define SYS_setitimer 104
-SYS_setns      bits/syscall.h  d       729     #define SYS_setns 350
-SYS_setpgid    bits/syscall.h  d       433     #define SYS_setpgid 57
-SYS_setpriority        bits/syscall.h  d       473     #define SYS_setpriority 97
-SYS_setregid   bits/syscall.h  d       447     #define SYS_setregid 71
-SYS_setresgid  bits/syscall.h  d       548     #define SYS_setresgid 169
-SYS_setresgid32        bits/syscall.h  d       547     #define SYS_setresgid32 169
-SYS_setresuid  bits/syscall.h  d       541     #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       540     #define SYS_setresuid32 164
-SYS_setreuid   bits/syscall.h  d       446     #define SYS_setreuid 70
-SYS_setrlimit  bits/syscall.h  d       451     #define SYS_setrlimit 75
-SYS_setsid     bits/syscall.h  d       442     #define SYS_setsid 66
-SYS_setsockopt bits/syscall.h  d       718     #define SYS_setsockopt 339
-SYS_settimeofday       bits/syscall.h  d       455     #define SYS_settimeofday 79
-SYS_setuid     bits/syscall.h  d       399     #define SYS_setuid 23
-SYS_setxattr   bits/syscall.h  d       589     #define SYS_setxattr 209
-SYS_sgetmask   bits/syscall.h  d       444     #define SYS_sgetmask 68
-SYS_shutdown   bits/syscall.h  d       717     #define SYS_shutdown 338
-SYS_sigaction  bits/syscall.h  d       443     #define SYS_sigaction 67
-SYS_sigaltstack        bits/syscall.h  d       565     #define SYS_sigaltstack 185
-SYS_signal     bits/syscall.h  d       424     #define SYS_signal 48
-SYS_signalfd   bits/syscall.h  d       683     #define SYS_signalfd 305
-SYS_signalfd4  bits/syscall.h  d       692     #define SYS_signalfd4 313
-SYS_sigpending bits/syscall.h  d       449     #define SYS_sigpending 73
-SYS_sigprocmask        bits/syscall.h  d       502     #define SYS_sigprocmask 126
-SYS_sigreturn  bits/syscall.h  d       495     #define SYS_sigreturn 119
-SYS_sigsuspend bits/syscall.h  d       448     #define SYS_sigsuspend 72
-SYS_socket     bits/syscall.h  d       705     #define SYS_socket 326
-SYS_socketcall bits/syscall.h  d       478     #define SYS_socketcall 102
-SYS_socketpair bits/syscall.h  d       712     #define SYS_socketpair 333
-SYS_splice     bits/syscall.h  d       661     #define SYS_splice 283
-SYS_spu_create bits/syscall.h  d       657     #define SYS_spu_create 279
-SYS_spu_run    bits/syscall.h  d       656     #define SYS_spu_run 278
-SYS_ssetmask   bits/syscall.h  d       445     #define SYS_ssetmask 69
-SYS_stat       bits/syscall.h  d       482     #define SYS_stat 106
-SYS_stat64     bits/syscall.h  d       575     #define SYS_stat64 195
-SYS_statfs     bits/syscall.h  d       475     #define SYS_statfs 99
-SYS_statfs64   bits/syscall.h  d       631     #define SYS_statfs64 252
-SYS_stime      bits/syscall.h  d       401     #define SYS_stime 25
-SYS_stty       bits/syscall.h  d       407     #define SYS_stty 31
-SYS_subpage_prot       bits/syscall.h  d       689     #define SYS_subpage_prot 310
-SYS_swapcontext        bits/syscall.h  d       628     #define SYS_swapcontext 249
-SYS_swapoff    bits/syscall.h  d       491     #define SYS_swapoff 115
-SYS_swapon     bits/syscall.h  d       463     #define SYS_swapon 87
-SYS_switch_endian      bits/syscall.h  d       742     #define SYS_switch_endian 363
-SYS_symlink    bits/syscall.h  d       459     #define SYS_symlink 83
-SYS_symlinkat  bits/syscall.h  d       673     #define SYS_symlinkat 295
-SYS_sync       bits/syscall.h  d       412     #define SYS_sync 36
-SYS_sync_file_range2   bits/syscall.h  d       687     #define SYS_sync_file_range2 308
-SYS_syncfs     bits/syscall.h  d       727     #define SYS_syncfs 348
-SYS_sys_debug_setcontext       bits/syscall.h  d       635     #define SYS_sys_debug_setcontext 256
-SYS_sysfs      bits/syscall.h  d       511     #define SYS_sysfs 135
-SYS_sysinfo    bits/syscall.h  d       492     #define SYS_sysinfo 116
-SYS_syslog     bits/syscall.h  d       479     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       662     #define SYS_tee 284
-SYS_tgkill     bits/syscall.h  d       629     #define SYS_tgkill 250
-SYS_time       bits/syscall.h  d       389     #define SYS_time 13
-SYS_timer_create       bits/syscall.h  d       619     #define SYS_timer_create 240
-SYS_timer_delete       bits/syscall.h  d       623     #define SYS_timer_delete 244
-SYS_timer_getoverrun   bits/syscall.h  d       622     #define SYS_timer_getoverrun 243
-SYS_timer_gettime      bits/syscall.h  d       621     #define SYS_timer_gettime 242
-SYS_timer_settime      bits/syscall.h  d       620     #define SYS_timer_settime 241
-SYS_timerfd    bits/syscall.h  d       684     #define SYS_timerfd 306
-SYS_timerfd_create     bits/syscall.h  d       685     #define SYS_timerfd_create 306
-SYS_timerfd_gettime    bits/syscall.h  d       691     #define SYS_timerfd_gettime 312
-SYS_timerfd_settime    bits/syscall.h  d       690     #define SYS_timerfd_settime 311
-SYS_times      bits/syscall.h  d       419     #define SYS_times 43
-SYS_tkill      bits/syscall.h  d       588     #define SYS_tkill 208
-SYS_truncate   bits/syscall.h  d       468     #define SYS_truncate 92
-SYS_truncate64 bits/syscall.h  d       573     #define SYS_truncate64 193
-SYS_tuxcall    bits/syscall.h  d       604     #define SYS_tuxcall 225
-SYS_ugetrlimit bits/syscall.h  d       570     #define SYS_ugetrlimit 190
-SYS_ulimit     bits/syscall.h  d       434     #define SYS_ulimit 58
-SYS_umask      bits/syscall.h  d       436     #define SYS_umask 60
-SYS_umount     bits/syscall.h  d       398     #define SYS_umount 22
-SYS_umount2    bits/syscall.h  d       428     #define SYS_umount2 52
-SYS_uname      bits/syscall.h  d       498     #define SYS_uname 122
-SYS_unlink     bits/syscall.h  d       386     #define SYS_unlink 10
-SYS_unlinkat   bits/syscall.h  d       670     #define SYS_unlinkat 292
-SYS_unshare    bits/syscall.h  d       660     #define SYS_unshare 282
-SYS_uselib     bits/syscall.h  d       462     #define SYS_uselib 86
-SYS_userfaultfd        bits/syscall.h  d       743     #define SYS_userfaultfd 364
-SYS_ustat      bits/syscall.h  d       438     #define SYS_ustat 62
-SYS_utime      bits/syscall.h  d       406     #define SYS_utime 30
-SYS_utimensat  bits/syscall.h  d       682     #define SYS_utimensat 304
-SYS_utimes     bits/syscall.h  d       630     #define SYS_utimes 251
-SYS_vfork      bits/syscall.h  d       569     #define SYS_vfork 189
-SYS_vhangup    bits/syscall.h  d       487     #define SYS_vhangup 111
-SYS_vm86       bits/syscall.h  d       489     #define SYS_vm86 113
-SYS_vmsplice   bits/syscall.h  d       663     #define SYS_vmsplice 285
-SYS_wait4      bits/syscall.h  d       490     #define SYS_wait4 114
-SYS_waitid     bits/syscall.h  d       650     #define SYS_waitid 272
-SYS_waitpid    bits/syscall.h  d       383     #define SYS_waitpid 7
-SYS_write      bits/syscall.h  d       380     #define SYS_write 4
-SYS_writev     bits/syscall.h  d       522     #define SYS_writev 146
-TAB0   bits/termios.h  d       63      #define TAB0 0000000
-TAB1   bits/termios.h  d       64      #define TAB1 0002000
-TAB2   bits/termios.h  d       65      #define TAB2 0004000
-TAB3   bits/termios.h  d       66      #define TAB3 0006000
-TABDLY bits/termios.h  d       62      #define TABDLY 0006000
-TCFLSH bits/ioctl.h    d       36      #define TCFLSH _IO('t', 31)
-TCGETA bits/ioctl.h    d       29      #define TCGETA _IOR('t', 23, char[20])
-TCGETS bits/ioctl.h    d       24      #define TCGETS _IOR('t', 19, char[44])
-TCGETX bits/ioctl.h    d       125     #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       154     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       151     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       156     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       152     #define TCION 3
-TCOFLUSH       bits/termios.h  d       155     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       149     #define TCOOFF 0
-TCOON  bits/termios.h  d       150     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       159     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       160     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       158     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       34      #define TCSBRK _IO('t', 29)
-TCSBRKP        bits/ioctl.h    d       93      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       30      #define TCSETA _IOW('t', 24, char[20])
-TCSETAF        bits/ioctl.h    d       32      #define TCSETAF _IOW('t', 28, char[20])
-TCSETAW        bits/ioctl.h    d       31      #define TCSETAW _IOW('t', 25, char[20])
-TCSETS bits/ioctl.h    d       25      #define TCSETS _IOW('t', 20, char[44])
-TCSETSF        bits/ioctl.h    d       27      #define TCSETSF _IOW('t', 22, char[44])
-TCSETSW        bits/ioctl.h    d       26      #define TCSETSW _IOW('t', 21, char[44])
-TCSETX bits/ioctl.h    d       126     #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       127     #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       128     #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       35      #define TCXONC _IO('t', 30)
-TIOCCBRK       bits/ioctl.h    d       95      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       77      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       50      #define TIOCEXCL 0x540C
-TIOCGDEV       bits/ioctl.h    d       101     #define TIOCGDEV _IOR('T',0x32, unsigned int)
-TIOCGETC       bits/ioctl.h    d       23      #define TIOCGETC _IOR('t', 18, char[6])
-TIOCGETD       bits/ioctl.h    d       92      #define TIOCGETD 0x5424
-TIOCGETP       bits/ioctl.h    d       18      #define TIOCGETP _IOR('t', 8, char[6])
-TIOCGHAYESESP  bits/ioctl.h    d       130     #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       117     #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       108     #define TIOCGLCKTRMIOS 0x5456
-TIOCGLTC       bits/ioctl.h    d       45      #define TIOCGLTC _IOR('t', 116, char[6])
-TIOCGPGRP      bits/ioctl.h    d       48      #define TIOCGPGRP _IOR('t', 119, int)
-TIOCGPTN       bits/ioctl.h    d       99      #define TIOCGPTN _IOR('T',0x30, unsigned int)
-TIOCGRS485     bits/ioctl.h    d       97      #define TIOCGRS485 0x542e
-TIOCGSERIAL    bits/ioctl.h    d       78      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       96      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       74      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       39      #define TIOCGWINSZ _IOR('t', 104, char[8])
-TIOCINQ        bits/ioctl.h    d       16      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       76      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       57      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       56      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       55      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       116     #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       58      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       65      #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       68      #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       64      #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       67      #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       60      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       59      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       72      #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       140     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       70      #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       71      #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       69      #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       66      #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       61      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       63      #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       62      #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       90      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       51      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       43      #define TIOCOUTQ _IOR('t', 115, int)
-TIOCPKT        bits/ioctl.h    d       80      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       81      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       87      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       82      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       83      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       88      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       86      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       85      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       84      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       94      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       52      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       105     #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       111     #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       113     #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       110     #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       106     #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       114     #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       107     #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       112     #define TIOCSER_TEMT 0x01
-TIOCSETC       bits/ioctl.h    d       22      #define TIOCSETC _IOW('t', 17, char[6])
-TIOCSETD       bits/ioctl.h    d       91      #define TIOCSETD 0x5423
-TIOCSETN       bits/ioctl.h    d       20      #define TIOCSETN _IOW('t', 10, char[6])
-TIOCSETP       bits/ioctl.h    d       19      #define TIOCSETP _IOW('t', 9, char[6])
-TIOCSHAYESESP  bits/ioctl.h    d       131     #define TIOCSHAYESESP 0x545F
-TIOCSIG        bits/ioctl.h    d       102     #define TIOCSIG _IOW('T',0x36, int)
-TIOCSLCKTRMIOS bits/ioctl.h    d       109     #define TIOCSLCKTRMIOS 0x5457
-TIOCSLTC       bits/ioctl.h    d       46      #define TIOCSLTC _IOW('t', 117, char[6])
-TIOCSPGRP      bits/ioctl.h    d       47      #define TIOCSPGRP _IOW('t', 118, int)
-TIOCSPTLCK     bits/ioctl.h    d       100     #define TIOCSPTLCK _IOW('T',0x31, int)
-TIOCSRS485     bits/ioctl.h    d       98      #define TIOCSRS485 0x542f
-TIOCSSERIAL    bits/ioctl.h    d       79      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       75      #define TIOCSSOFTCAR 0x541A
-TIOCSTART      bits/ioctl.h    d       40      #define TIOCSTART _IO('t', 110)
-TIOCSTI        bits/ioctl.h    d       54      #define TIOCSTI 0x5412
-TIOCSTOP       bits/ioctl.h    d       41      #define TIOCSTOP _IO('t', 111)
-TIOCSWINSZ     bits/ioctl.h    d       38      #define TIOCSWINSZ _IOW('t', 103, char[8])
-TIOCTTYGSTRUCT bits/ioctl.h    d       123     #define TIOCTTYGSTRUCT 0x5426
-TIOCVHANGUP    bits/ioctl.h    d       103     #define TIOCVHANGUP 0x5437
-TOSTOP bits/termios.h  d       144     #define TOSTOP 0x00400000
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       31      #define VDISCARD 16
-VEOF   bits/termios.h  d       19      #define VEOF 4
-VEOL   bits/termios.h  d       21      #define VEOL 6
-VEOL2  bits/termios.h  d       23      #define VEOL2 8
-VERASE bits/termios.h  d       17      #define VERASE 2
-VINTR  bits/termios.h  d       15      #define VINTR 0
-VKILL  bits/termios.h  d       18      #define VKILL 3
-VLNEXT bits/termios.h  d       30      #define VLNEXT 15
-VMIN   bits/termios.h  d       20      #define VMIN 5
-VQUIT  bits/termios.h  d       16      #define VQUIT 1
-VREPRINT       bits/termios.h  d       26      #define VREPRINT 11
-VSTART bits/termios.h  d       28      #define VSTART 13
-VSTOP  bits/termios.h  d       29      #define VSTOP 14
-VSUSP  bits/termios.h  d       27      #define VSUSP 12
-VSWTC  bits/termios.h  d       24      #define VSWTC 9
-VT0    bits/termios.h  d       80      #define VT0 0000000
-VT1    bits/termios.h  d       81      #define VT1 0200000
-VTDLY  bits/termios.h  d       79      #define VTDLY 0200000
-VTIME  bits/termios.h  d       22      #define VTIME 7
-VWERASE        bits/termios.h  d       25      #define VWERASE 10
-XCASE  bits/termios.h  d       143     #define XCASE 0x00004000
-XTABS  bits/termios.h  d       169     #define XTABS 00006000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 1U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 4U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       120     #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       14       #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       3        #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       9        #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       141     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       143     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       150     #define __NR__sysctl 149
-__NR_accept    bits/syscall.h  d       334     #define __NR_accept 330
-__NR_accept4   bits/syscall.h  d       348     #define __NR_accept4 344
-__NR_access    bits/syscall.h  d       34      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       52      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       272     #define __NR_add_key 269
-__NR_adjtimex  bits/syscall.h  d       125     #define __NR_adjtimex 124
-__NR_afs_syscall       bits/syscall.h  d       138     #define __NR_afs_syscall 137
-__NR_alarm     bits/syscall.h  d       28      #define __NR_alarm 27
-__NR_bdflush   bits/syscall.h  d       135     #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       331     #define __NR_bind 327
-__NR_bpf       bits/syscall.h  d       365     #define __NR_bpf 361
-__NR_break     bits/syscall.h  d       18      #define __NR_break 17
-__NR_brk       bits/syscall.h  d       46      #define __NR_brk 45
-__NR_capget    bits/syscall.h  d       188     #define __NR_capget 183
-__NR_capset    bits/syscall.h  d       189     #define __NR_capset 184
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       186     #define __NR_chown 181
-__NR_chroot    bits/syscall.h  d       62      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       351     #define __NR_clock_adjtime 347
-__NR_clock_getres      bits/syscall.h  d       251     #define __NR_clock_getres 247
-__NR_clock_gettime     bits/syscall.h  d       250     #define __NR_clock_gettime 246
-__NR_clock_nanosleep   bits/syscall.h  d       252     #define __NR_clock_nanosleep 248
-__NR_clock_settime     bits/syscall.h  d       249     #define __NR_clock_settime 245
-__NR_clone     bits/syscall.h  d       121     #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       332     #define __NR_connect 328
-__NR_copy_file_range   bits/syscall.h  d       371     #define __NR_copy_file_range 379
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 8
-__NR_create_module     bits/syscall.h  d       128     #define __NR_create_module 127
-__NR_delete_module     bits/syscall.h  d       130     #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       42      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       64      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       320     #define __NR_dup3 316
-__NR_epoll_create      bits/syscall.h  d       240     #define __NR_epoll_create 236
-__NR_epoll_create1     bits/syscall.h  d       319     #define __NR_epoll_create1 315
-__NR_epoll_ctl bits/syscall.h  d       241     #define __NR_epoll_ctl 237
-__NR_epoll_pwait       bits/syscall.h  d       306     #define __NR_epoll_pwait 303
-__NR_epoll_wait        bits/syscall.h  d       242     #define __NR_epoll_wait 238
-__NR_eventfd   bits/syscall.h  d       311     #define __NR_eventfd 307
-__NR_eventfd2  bits/syscall.h  d       318     #define __NR_eventfd2 314
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 11
-__NR_execveat  bits/syscall.h  d       366     #define __NR_execveat 362
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       238     #define __NR_exit_group 234
-__NR_faccessat bits/syscall.h  d       301     #define __NR_faccessat 298
-__NR_fadvise64 bits/syscall.h  d       237     #define __NR_fadvise64 233
-__NR_fadvise64_64      bits/syscall.h  d       258     #define __NR_fadvise64_64 254
-__NR_fallocate bits/syscall.h  d       313     #define __NR_fallocate 309
-__NR_fanotify_init     bits/syscall.h  d       327     #define __NR_fanotify_init 323
-__NR_fanotify_mark     bits/syscall.h  d       328     #define __NR_fanotify_mark 324
-__NR_fchdir    bits/syscall.h  d       134     #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       95      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       300     #define __NR_fchmodat 297
-__NR_fchown    bits/syscall.h  d       96      #define __NR_fchown 95
-__NR_fchownat  bits/syscall.h  d       292     #define __NR_fchownat 289
-__NR_fcntl     bits/syscall.h  d       56      #define __NR_fcntl 55
-__NR_fcntl64   bits/syscall.h  d       209     #define __NR_fcntl64 204
-__NR_fdatasync bits/syscall.h  d       149     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       219     #define __NR_fgetxattr 214
-__NR_finit_module      bits/syscall.h  d       357     #define __NR_finit_module 353
-__NR_flistxattr        bits/syscall.h  d       222     #define __NR_flistxattr 217
-__NR_flock     bits/syscall.h  d       144     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       225     #define __NR_fremovexattr 220
-__NR_fsetxattr bits/syscall.h  d       216     #define __NR_fsetxattr 211
-__NR_fstat     bits/syscall.h  d       109     #define __NR_fstat 108
-__NR_fstat64   bits/syscall.h  d       202     #define __NR_fstat64 197
-__NR_fstatat64 bits/syscall.h  d       294     #define __NR_fstatat64 291
-__NR_fstatfs   bits/syscall.h  d       101     #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       257     #define __NR_fstatfs64 253
-__NR_fsync     bits/syscall.h  d       119     #define __NR_fsync 118
-__NR_ftime     bits/syscall.h  d       36      #define __NR_ftime 35
-__NR_ftruncate bits/syscall.h  d       94      #define __NR_ftruncate 93
-__NR_ftruncate64       bits/syscall.h  d       199     #define __NR_ftruncate64 194
-__NR_futex     bits/syscall.h  d       226     #define __NR_futex 221
-__NR_futimesat bits/syscall.h  d       293     #define __NR_futimesat 290
-__NR_get_kernel_syms   bits/syscall.h  d       131     #define __NR_get_kernel_syms 130
-__NR_get_mempolicy     bits/syscall.h  d       263     #define __NR_get_mempolicy 260
-__NR_get_robust_list   bits/syscall.h  d       302     #define __NR_get_robust_list 299
-__NR_getcpu    bits/syscall.h  d       305     #define __NR_getcpu 302
-__NR_getcwd    bits/syscall.h  d       187     #define __NR_getcwd 182
-__NR_getdents  bits/syscall.h  d       142     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       207     #define __NR_getdents64 202
-__NR_getegid   bits/syscall.h  d       51      #define __NR_getegid 50
-__NR_geteuid   bits/syscall.h  d       50      #define __NR_geteuid 49
-__NR_getgid    bits/syscall.h  d       48      #define __NR_getgid 47
-__NR_getgroups bits/syscall.h  d       81      #define __NR_getgroups 80
-__NR_getitimer bits/syscall.h  d       106     #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       336     #define __NR_getpeername 332
-__NR_getpgid   bits/syscall.h  d       133     #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       66      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       21      #define __NR_getpid 20
-__NR_getpmsg   bits/syscall.h  d       192     #define __NR_getpmsg 187
-__NR_getppid   bits/syscall.h  d       65      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       97      #define __NR_getpriority 96
-__NR_getrandom bits/syscall.h  d       363     #define __NR_getrandom 359
-__NR_getresgid bits/syscall.h  d       175     #define __NR_getresgid 170
-__NR_getresgid32       bits/syscall.h  d       174     #define __NR_getresgid32 170
-__NR_getresuid bits/syscall.h  d       168     #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       167     #define __NR_getresuid32 165
-__NR_getrlimit bits/syscall.h  d       77      #define __NR_getrlimit 76
-__NR_getrusage bits/syscall.h  d       78      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       148     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       335     #define __NR_getsockname 331
-__NR_getsockopt        bits/syscall.h  d       344     #define __NR_getsockopt 340
-__NR_gettid    bits/syscall.h  d       212     #define __NR_gettid 207
-__NR_gettimeofday      bits/syscall.h  d       79      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       25      #define __NR_getuid 24
-__NR_getxattr  bits/syscall.h  d       217     #define __NR_getxattr 212
-__NR_gtty      bits/syscall.h  d       33      #define __NR_gtty 32
-__NR_idle      bits/syscall.h  d       113     #define __NR_idle 112
-__NR_init_module       bits/syscall.h  d       129     #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       279     #define __NR_inotify_add_watch 276
-__NR_inotify_init      bits/syscall.h  d       278     #define __NR_inotify_init 275
-__NR_inotify_init1     bits/syscall.h  d       322     #define __NR_inotify_init1 318
-__NR_inotify_rm_watch  bits/syscall.h  d       280     #define __NR_inotify_rm_watch 277
-__NR_io_cancel bits/syscall.h  d       235     #define __NR_io_cancel 231
-__NR_io_destroy        bits/syscall.h  d       232     #define __NR_io_destroy 228
-__NR_io_getevents      bits/syscall.h  d       233     #define __NR_io_getevents 229
-__NR_io_setup  bits/syscall.h  d       231     #define __NR_io_setup 227
-__NR_io_submit bits/syscall.h  d       234     #define __NR_io_submit 230
-__NR_ioctl     bits/syscall.h  d       55      #define __NR_ioctl 54
-__NR_ioperm    bits/syscall.h  d       102     #define __NR_ioperm 101
-__NR_iopl      bits/syscall.h  d       111     #define __NR_iopl 110
-__NR_ioprio_get        bits/syscall.h  d       277     #define __NR_ioprio_get 274
-__NR_ioprio_set        bits/syscall.h  d       276     #define __NR_ioprio_set 273
-__NR_ipc       bits/syscall.h  d       118     #define __NR_ipc 117
-__NR_kcmp      bits/syscall.h  d       358     #define __NR_kcmp 354
-__NR_kexec_load        bits/syscall.h  d       271     #define __NR_kexec_load 268
-__NR_keyctl    bits/syscall.h  d       274     #define __NR_keyctl 271
-__NR_kill      bits/syscall.h  d       38      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 16
-__NR_lgetxattr bits/syscall.h  d       218     #define __NR_lgetxattr 213
-__NR_link      bits/syscall.h  d       10      #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       297     #define __NR_linkat 294
-__NR_listen    bits/syscall.h  d       333     #define __NR_listen 329
-__NR_listxattr bits/syscall.h  d       220     #define __NR_listxattr 215
-__NR_llistxattr        bits/syscall.h  d       221     #define __NR_llistxattr 216
-__NR_lock      bits/syscall.h  d       54      #define __NR_lock 53
-__NR_lookup_dcookie    bits/syscall.h  d       239     #define __NR_lookup_dcookie 235
-__NR_lremovexattr      bits/syscall.h  d       224     #define __NR_lremovexattr 219
-__NR_lseek     bits/syscall.h  d       20      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       215     #define __NR_lsetxattr 210
-__NR_lstat     bits/syscall.h  d       108     #define __NR_lstat 107
-__NR_lstat64   bits/syscall.h  d       201     #define __NR_lstat64 196
-__NR_madvise   bits/syscall.h  d       210     #define __NR_madvise 205
-__NR_mbind     bits/syscall.h  d       262     #define __NR_mbind 259
-__NR_membarrier        bits/syscall.h  d       369     #define __NR_membarrier 365
-__NR_memfd_create      bits/syscall.h  d       364     #define __NR_memfd_create 360
-__NR_migrate_pages     bits/syscall.h  d       261     #define __NR_migrate_pages 258
-__NR_mincore   bits/syscall.h  d       211     #define __NR_mincore 206
-__NR_mkdir     bits/syscall.h  d       40      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       290     #define __NR_mkdirat 287
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       291     #define __NR_mknodat 288
-__NR_mlock     bits/syscall.h  d       151     #define __NR_mlock 150
-__NR_mlock2    bits/syscall.h  d       370     #define __NR_mlock2 378
-__NR_mlockall  bits/syscall.h  d       153     #define __NR_mlockall 152
-__NR_mmap      bits/syscall.h  d       91      #define __NR_mmap 90
-__NR_mmap2     bits/syscall.h  d       197     #define __NR_mmap2 192
-__NR_modify_ldt        bits/syscall.h  d       124     #define __NR_modify_ldt 123
-__NR_mount     bits/syscall.h  d       22      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       304     #define __NR_move_pages 301
-__NR_mprotect  bits/syscall.h  d       126     #define __NR_mprotect 125
-__NR_mpx       bits/syscall.h  d       57      #define __NR_mpx 56
-__NR_mq_getsetattr     bits/syscall.h  d       270     #define __NR_mq_getsetattr 267
-__NR_mq_notify bits/syscall.h  d       269     #define __NR_mq_notify 266
-__NR_mq_open   bits/syscall.h  d       265     #define __NR_mq_open 262
-__NR_mq_timedreceive   bits/syscall.h  d       268     #define __NR_mq_timedreceive 265
-__NR_mq_timedsend      bits/syscall.h  d       267     #define __NR_mq_timedsend 264
-__NR_mq_unlink bits/syscall.h  d       266     #define __NR_mq_unlink 263
-__NR_mremap    bits/syscall.h  d       164     #define __NR_mremap 163
-__NR_msync     bits/syscall.h  d       145     #define __NR_msync 144
-__NR_multiplexer       bits/syscall.h  d       206     #define __NR_multiplexer 201
-__NR_munlock   bits/syscall.h  d       152     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       154     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       92      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       349     #define __NR_name_to_handle_at 345
-__NR_nanosleep bits/syscall.h  d       163     #define __NR_nanosleep 162
-__NR_nfsservctl        bits/syscall.h  d       171     #define __NR_nfsservctl 168
-__NR_nice      bits/syscall.h  d       35      #define __NR_nice 34
-__NR_oldfstat  bits/syscall.h  d       29      #define __NR_oldfstat 28
-__NR_oldlstat  bits/syscall.h  d       85      #define __NR_oldlstat 84
-__NR_oldolduname       bits/syscall.h  d       60      #define __NR_oldolduname 59
-__NR_oldstat   bits/syscall.h  d       19      #define __NR_oldstat 18
-__NR_olduname  bits/syscall.h  d       110     #define __NR_olduname 109
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       350     #define __NR_open_by_handle_at 346
-__NR_openat    bits/syscall.h  d       289     #define __NR_openat 286
-__NR_pause     bits/syscall.h  d       30      #define __NR_pause 29
-__NR_pciconfig_iobase  bits/syscall.h  d       205     #define __NR_pciconfig_iobase 200
-__NR_pciconfig_read    bits/syscall.h  d       203     #define __NR_pciconfig_read 198
-__NR_pciconfig_write   bits/syscall.h  d       204     #define __NR_pciconfig_write 199
-__NR_perf_event_open   bits/syscall.h  d       323     #define __NR_perf_event_open 319
-__NR_personality       bits/syscall.h  d       137     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       43      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       321     #define __NR_pipe2 317
-__NR_pivot_root        bits/syscall.h  d       208     #define __NR_pivot_root 203
-__NR_poll      bits/syscall.h  d       170     #define __NR_poll 167
-__NR_ppoll     bits/syscall.h  d       284     #define __NR_ppoll 281
-__NR_prctl     bits/syscall.h  d       176     #define __NR_prctl 171
-__NR_pread64   bits/syscall.h  d       184     #define __NR_pread64 179
-__NR_preadv    bits/syscall.h  d       324     #define __NR_preadv 320
-__NR_prlimit64 bits/syscall.h  d       329     #define __NR_prlimit64 325
-__NR_process_vm_readv  bits/syscall.h  d       355     #define __NR_process_vm_readv 351
-__NR_process_vm_writev bits/syscall.h  d       356     #define __NR_process_vm_writev 352
-__NR_prof      bits/syscall.h  d       45      #define __NR_prof 44
-__NR_profil    bits/syscall.h  d       99      #define __NR_profil 98
-__NR_pselect6  bits/syscall.h  d       283     #define __NR_pselect6 280
-__NR_ptrace    bits/syscall.h  d       27      #define __NR_ptrace 26
-__NR_putpmsg   bits/syscall.h  d       193     #define __NR_putpmsg 188
-__NR_pwrite64  bits/syscall.h  d       185     #define __NR_pwrite64 180
-__NR_pwritev   bits/syscall.h  d       325     #define __NR_pwritev 321
-__NR_query_module      bits/syscall.h  d       169     #define __NR_query_module 166
-__NR_quotactl  bits/syscall.h  d       132     #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       196     #define __NR_readahead 191
-__NR_readdir   bits/syscall.h  d       90      #define __NR_readdir 89
-__NR_readlink  bits/syscall.h  d       86      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       299     #define __NR_readlinkat 296
-__NR_readv     bits/syscall.h  d       146     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       89      #define __NR_reboot 88
-__NR_recv      bits/syscall.h  d       340     #define __NR_recv 336
-__NR_recvfrom  bits/syscall.h  d       341     #define __NR_recvfrom 337
-__NR_recvmmsg  bits/syscall.h  d       347     #define __NR_recvmmsg 343
-__NR_recvmsg   bits/syscall.h  d       346     #define __NR_recvmsg 342
-__NR_remap_file_pages  bits/syscall.h  d       243     #define __NR_remap_file_pages 239
-__NR_removexattr       bits/syscall.h  d       223     #define __NR_removexattr 218
-__NR_rename    bits/syscall.h  d       39      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       296     #define __NR_renameat 293
-__NR_renameat2 bits/syscall.h  d       361     #define __NR_renameat2 357
-__NR_request_key       bits/syscall.h  d       273     #define __NR_request_key 270
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       41      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       178     #define __NR_rt_sigaction 173
-__NR_rt_sigpending     bits/syscall.h  d       180     #define __NR_rt_sigpending 175
-__NR_rt_sigprocmask    bits/syscall.h  d       179     #define __NR_rt_sigprocmask 174
-__NR_rt_sigqueueinfo   bits/syscall.h  d       182     #define __NR_rt_sigqueueinfo 177
-__NR_rt_sigreturn      bits/syscall.h  d       177     #define __NR_rt_sigreturn 172
-__NR_rt_sigsuspend     bits/syscall.h  d       183     #define __NR_rt_sigsuspend 178
-__NR_rt_sigtimedwait   bits/syscall.h  d       181     #define __NR_rt_sigtimedwait 176
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       326     #define __NR_rt_tgsigqueueinfo 322
-__NR_rtas      bits/syscall.h  d       259     #define __NR_rtas 255
-__NR_sched_get_priority_max    bits/syscall.h  d       160     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       161     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       228     #define __NR_sched_getaffinity 223
-__NR_sched_getattr     bits/syscall.h  d       360     #define __NR_sched_getattr 356
-__NR_sched_getparam    bits/syscall.h  d       156     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       158     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       162     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       227     #define __NR_sched_setaffinity 222
-__NR_sched_setattr     bits/syscall.h  d       359     #define __NR_sched_setattr 355
-__NR_sched_setparam    bits/syscall.h  d       155     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       157     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       159     #define __NR_sched_yield 158
-__NR_seccomp   bits/syscall.h  d       362     #define __NR_seccomp 358
-__NR_select    bits/syscall.h  d       83      #define __NR_select 82
-__NR_send      bits/syscall.h  d       338     #define __NR_send 334
-__NR_sendfile  bits/syscall.h  d       191     #define __NR_sendfile 186
-__NR_sendfile64        bits/syscall.h  d       230     #define __NR_sendfile64 226
-__NR_sendmmsg  bits/syscall.h  d       353     #define __NR_sendmmsg 349
-__NR_sendmsg   bits/syscall.h  d       345     #define __NR_sendmsg 341
-__NR_sendto    bits/syscall.h  d       339     #define __NR_sendto 335
-__NR_set_mempolicy     bits/syscall.h  d       264     #define __NR_set_mempolicy 261
-__NR_set_robust_list   bits/syscall.h  d       303     #define __NR_set_robust_list 300
-__NR_set_tid_address   bits/syscall.h  d       236     #define __NR_set_tid_address 232
-__NR_setdomainname     bits/syscall.h  d       122     #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       140     #define __NR_setfsgid 139
-__NR_setfsuid  bits/syscall.h  d       139     #define __NR_setfsuid 138
-__NR_setgid    bits/syscall.h  d       47      #define __NR_setgid 46
-__NR_setgroups bits/syscall.h  d       82      #define __NR_setgroups 81
-__NR_sethostname       bits/syscall.h  d       75      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       105     #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       354     #define __NR_setns 350
-__NR_setpgid   bits/syscall.h  d       58      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       98      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       72      #define __NR_setregid 71
-__NR_setresgid bits/syscall.h  d       173     #define __NR_setresgid 169
-__NR_setresgid32       bits/syscall.h  d       172     #define __NR_setresgid32 169
-__NR_setresuid bits/syscall.h  d       166     #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       165     #define __NR_setresuid32 164
-__NR_setreuid  bits/syscall.h  d       71      #define __NR_setreuid 70
-__NR_setrlimit bits/syscall.h  d       76      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       67      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       343     #define __NR_setsockopt 339
-__NR_settimeofday      bits/syscall.h  d       80      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       24      #define __NR_setuid 23
-__NR_setxattr  bits/syscall.h  d       214     #define __NR_setxattr 209
-__NR_sgetmask  bits/syscall.h  d       69      #define __NR_sgetmask 68
-__NR_shutdown  bits/syscall.h  d       342     #define __NR_shutdown 338
-__NR_sigaction bits/syscall.h  d       68      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       190     #define __NR_sigaltstack 185
-__NR_signal    bits/syscall.h  d       49      #define __NR_signal 48
-__NR_signalfd  bits/syscall.h  d       308     #define __NR_signalfd 305
-__NR_signalfd4 bits/syscall.h  d       317     #define __NR_signalfd4 313
-__NR_sigpending        bits/syscall.h  d       74      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       127     #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       120     #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       73      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       330     #define __NR_socket 326
-__NR_socketcall        bits/syscall.h  d       103     #define __NR_socketcall 102
-__NR_socketpair        bits/syscall.h  d       337     #define __NR_socketpair 333
-__NR_splice    bits/syscall.h  d       286     #define __NR_splice 283
-__NR_spu_create        bits/syscall.h  d       282     #define __NR_spu_create 279
-__NR_spu_run   bits/syscall.h  d       281     #define __NR_spu_run 278
-__NR_ssetmask  bits/syscall.h  d       70      #define __NR_ssetmask 69
-__NR_stat      bits/syscall.h  d       107     #define __NR_stat 106
-__NR_stat64    bits/syscall.h  d       200     #define __NR_stat64 195
-__NR_statfs    bits/syscall.h  d       100     #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       256     #define __NR_statfs64 252
-__NR_stime     bits/syscall.h  d       26      #define __NR_stime 25
-__NR_stty      bits/syscall.h  d       32      #define __NR_stty 31
-__NR_subpage_prot      bits/syscall.h  d       314     #define __NR_subpage_prot 310
-__NR_swapcontext       bits/syscall.h  d       253     #define __NR_swapcontext 249
-__NR_swapoff   bits/syscall.h  d       116     #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       88      #define __NR_swapon 87
-__NR_switch_endian     bits/syscall.h  d       367     #define __NR_switch_endian 363
-__NR_symlink   bits/syscall.h  d       84      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       298     #define __NR_symlinkat 295
-__NR_sync      bits/syscall.h  d       37      #define __NR_sync 36
-__NR_sync_file_range2  bits/syscall.h  d       312     #define __NR_sync_file_range2 308
-__NR_syncfs    bits/syscall.h  d       352     #define __NR_syncfs 348
-__NR_sys_debug_setcontext      bits/syscall.h  d       260     #define __NR_sys_debug_setcontext 256
-__NR_sysfs     bits/syscall.h  d       136     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       117     #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       287     #define __NR_tee 284
-__NR_tgkill    bits/syscall.h  d       254     #define __NR_tgkill 250
-__NR_time      bits/syscall.h  d       14      #define __NR_time 13
-__NR_timer_create      bits/syscall.h  d       244     #define __NR_timer_create 240
-__NR_timer_delete      bits/syscall.h  d       248     #define __NR_timer_delete 244
-__NR_timer_getoverrun  bits/syscall.h  d       247     #define __NR_timer_getoverrun 243
-__NR_timer_gettime     bits/syscall.h  d       246     #define __NR_timer_gettime 242
-__NR_timer_settime     bits/syscall.h  d       245     #define __NR_timer_settime 241
-__NR_timerfd   bits/syscall.h  d       309     #define __NR_timerfd 306
-__NR_timerfd_create    bits/syscall.h  d       310     #define __NR_timerfd_create 306
-__NR_timerfd_gettime   bits/syscall.h  d       316     #define __NR_timerfd_gettime 312
-__NR_timerfd_settime   bits/syscall.h  d       315     #define __NR_timerfd_settime 311
-__NR_times     bits/syscall.h  d       44      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       213     #define __NR_tkill 208
-__NR_truncate  bits/syscall.h  d       93      #define __NR_truncate 92
-__NR_truncate64        bits/syscall.h  d       198     #define __NR_truncate64 193
-__NR_tuxcall   bits/syscall.h  d       229     #define __NR_tuxcall 225
-__NR_ugetrlimit        bits/syscall.h  d       195     #define __NR_ugetrlimit 190
-__NR_ulimit    bits/syscall.h  d       59      #define __NR_ulimit 58
-__NR_umask     bits/syscall.h  d       61      #define __NR_umask 60
-__NR_umount    bits/syscall.h  d       23      #define __NR_umount 22
-__NR_umount2   bits/syscall.h  d       53      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       123     #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       295     #define __NR_unlinkat 292
-__NR_unshare   bits/syscall.h  d       285     #define __NR_unshare 282
-__NR_uselib    bits/syscall.h  d       87      #define __NR_uselib 86
-__NR_userfaultfd       bits/syscall.h  d       368     #define __NR_userfaultfd 364
-__NR_ustat     bits/syscall.h  d       63      #define __NR_ustat 62
-__NR_utime     bits/syscall.h  d       31      #define __NR_utime 30
-__NR_utimensat bits/syscall.h  d       307     #define __NR_utimensat 304
-__NR_utimes    bits/syscall.h  d       255     #define __NR_utimes 251
-__NR_vfork     bits/syscall.h  d       194     #define __NR_vfork 189
-__NR_vhangup   bits/syscall.h  d       112     #define __NR_vhangup 111
-__NR_vm86      bits/syscall.h  d       114     #define __NR_vm86 113
-__NR_vmsplice  bits/syscall.h  d       288     #define __NR_vmsplice 285
-__NR_wait4     bits/syscall.h  d       115     #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       275     #define __NR_waitid 272
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 7
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       147     #define __NR_writev 146
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[56];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpreg_t    bits/user.h     t       20      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_fpregset_t bits/user.h     t       20      typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
-elf_greg_t     bits/user.h     t       19      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       19      typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_vrreg_t    bits/user.h     t       25       elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
-elf_vrregset_t bits/user.h     t       25       elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
-fenv_t bits/fenv.h     t       34      typedef double fenv_t;
-fexcept_t      bits/fenv.h     t       33      typedef unsigned fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fpregset_t     bits/signal.h   t       17      } fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       11      typedef unsigned long greg_t, gregset_t[48];
-gregset_t      bits/signal.h   t       11      typedef unsigned long greg_t, gregset_t[48];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       43      } mcontext_t;
-mcontext_t     bits/signal.h   t       53      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       63      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct pt_regs bits/user.h     s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       25      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       21      
-struct sigaltstack     bits/signal.h   s       57      
-struct sigcontext      bits/signal.h   s       26      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       3       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct user    bits/user.h     s       6       
-struct winsize bits/ioctl.h    s       133     
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       72      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-vrregset_t     bits/signal.h   t       24      } vrregset_t;
-wchar_t        bits/alltypes.h t       18      typedef long wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 00027
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 00021
+B1152000       bits/termios.h  d       #define B1152000 00030
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 00031
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 00032
+B230400        bits/termios.h  d       #define B230400 00022
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 00033
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 00034
+B3500000       bits/termios.h  d       #define B3500000 00035
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 00036
+B460800        bits/termios.h  d       #define B460800 00023
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 00024
+B57600 bits/termios.h  d       #define B57600 00020
+B576000        bits/termios.h  d       #define B576000 00025
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 00026
+B9600  bits/termios.h  d       #define B9600 0000015
+BOTHER bits/termios.h  d       #define BOTHER 00037
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0100000
+BSDLY  bits/termios.h  d       #define BSDLY 0100000
+CBAUD  bits/termios.h  d       #define CBAUD 00377
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0000000
+CIBAUD bits/termios.h  d       #define CIBAUD 077600000
+CLOCAL bits/termios.h  d       #define CLOCAL 00100000
+CMSPAR bits/termios.h  d       #define CMSPAR 010000000000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0010000
+CR2    bits/termios.h  d       #define CR2 0020000
+CR3    bits/termios.h  d       #define CR3 0030000
+CRDLY  bits/termios.h  d       #define CRDLY 0030000
+CREAD  bits/termios.h  d       #define CREAD 00004000
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 00000000
+CS6    bits/termios.h  d       #define CS6 00000400
+CS7    bits/termios.h  d       #define CS7 00001000
+CS8    bits/termios.h  d       #define CS8 00001400
+CSIZE  bits/termios.h  d       #define CSIZE 00001400
+CSTOPB bits/termios.h  d       #define CSTOPB 00002000
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0x00000008
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0x00000040
+ECHOE  bits/termios.h  d       #define ECHOE 0x00000002
+ECHOK  bits/termios.h  d       #define ECHOK 0x00000004
+ECHOKE bits/termios.h  d       #define ECHOKE 0x00000001
+ECHONL bits/termios.h  d       #define ECHONL 0x00000010
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0x00000020
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK 58 
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NFPREG     bits/user.h     d       #define ELF_NFPREG 33
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 48
+ELF_NVRREG     bits/user.h     d       #define ELF_NVRREG 33
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTA   bits/termios.h  d       #define EXTA 0000016
+EXTB   bits/termios.h  d       #define EXTB 0000017
+EXTPROC        bits/termios.h  d       #define EXTPROC 0x10000000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0x3e000000
+FE_ALL_INVALID bits/fenv.h     d       #define FE_ALL_INVALID 0x01f80700
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *)-1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 0x04000000
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 3
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 0x02000000
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 0x20000000
+FE_INVALID_COMPARE     bits/fenv.h     d       #define FE_INVALID_COMPARE 0x00080000
+FE_INVALID_IDI bits/fenv.h     d       #define FE_INVALID_IDI 0x00400000
+FE_INVALID_IMZ bits/fenv.h     d       #define FE_INVALID_IMZ 0x00100000
+FE_INVALID_INTEGER_CONVERSION  bits/fenv.h     d       #define FE_INVALID_INTEGER_CONVERSION 0x00000100
+FE_INVALID_ISI bits/fenv.h     d       #define FE_INVALID_ISI 0x00800000
+FE_INVALID_SNAN        bits/fenv.h     d       #define FE_INVALID_SNAN 0x01000000
+FE_INVALID_SOFTWARE    bits/fenv.h     d       #define FE_INVALID_SOFTWARE 0x00000400
+FE_INVALID_SQRT        bits/fenv.h     d       #define FE_INVALID_SQRT 0x00000200
+FE_INVALID_ZDZ bits/fenv.h     d       #define FE_INVALID_ZDZ 0x00200000
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 0x10000000
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 0x08000000
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 2
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0040000
+FFDLY  bits/termios.h  d       #define FFDLY 0040000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC _IOW('f', 125, int)
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX _IO('f', 1)
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO _IOW('f', 126, int)
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX _IO('f', 2)
+FIONREAD       bits/ioctl.h    d       #define FIONREAD _IOR('f', 127, int)
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE _IOR('f', 128, char[8])
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0x00800000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 00040000
+IBSHIFT        bits/termios.h  d       #define IBSHIFT 16
+ICANON bits/termios.h  d       #define ICANON 0x00000100
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0x00000400
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0x00000080
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0010000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0002000
+IXON   bits/termios.h  d       #define IXON 0001000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x80
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x40
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 0x2000
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 0x4000
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 0x8000
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 4096
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NCCS   bits/termios.h  d       #define NCCS 19
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NL2    bits/termios.h  d       #define NL2 0001000
+NL3    bits/termios.h  d       #define NL3 0001400
+NLDLY  bits/termios.h  d       #define NLDLY 0001400
+NOFLSH bits/termios.h  d       #define NOFLSH 0x80000000
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000004
+ONLCR  bits/termios.h  d       #define ONLCR 0000002
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 0400000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 040000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0200000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0100000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020040000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PARENB bits/termios.h  d       #define PARENB 00010000
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 00020000
+PENDIN bits/termios.h  d       #define PENDIN 0x20000000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_SAO       bits/mman.h     d       #define PROT_SAO 0x10
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1U
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2U
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000U
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000U
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000U
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000U
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000U
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4U
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 10240
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SO_ACCEPTCONN  bits/socket.h   d       #define SO_ACCEPTCONN 30
+SO_BROADCAST   bits/socket.h   d       #define SO_BROADCAST 6
+SO_BSDCOMPAT   bits/socket.h   d       #define SO_BSDCOMPAT 14
+SO_DEBUG       bits/socket.h   d       #define SO_DEBUG 1
+SO_DOMAIN      bits/socket.h   d       #define SO_DOMAIN 39
+SO_DONTROUTE   bits/socket.h   d       #define SO_DONTROUTE 5
+SO_ERROR       bits/socket.h   d       #define SO_ERROR 4
+SO_KEEPALIVE   bits/socket.h   d       #define SO_KEEPALIVE 9
+SO_LINGER      bits/socket.h   d       #define SO_LINGER 13
+SO_NO_CHECK    bits/socket.h   d       #define SO_NO_CHECK 11
+SO_OOBINLINE   bits/socket.h   d       #define SO_OOBINLINE 10
+SO_PASSCRED    bits/socket.h   d       #define SO_PASSCRED 20
+SO_PEERCRED    bits/socket.h   d       #define SO_PEERCRED 21
+SO_PRIORITY    bits/socket.h   d       #define SO_PRIORITY 12
+SO_PROTOCOL    bits/socket.h   d       #define SO_PROTOCOL 38
+SO_RCVBUF      bits/socket.h   d       #define SO_RCVBUF 8
+SO_RCVBUFFORCE bits/socket.h   d       #define SO_RCVBUFFORCE 33
+SO_RCVLOWAT    bits/socket.h   d       #define SO_RCVLOWAT 16
+SO_RCVTIMEO    bits/socket.h   d       #define SO_RCVTIMEO 18
+SO_REUSEADDR   bits/socket.h   d       #define SO_REUSEADDR 2
+SO_REUSEPORT   bits/socket.h   d       #define SO_REUSEPORT 15
+SO_SNDBUF      bits/socket.h   d       #define SO_SNDBUF 7
+SO_SNDBUFFORCE bits/socket.h   d       #define SO_SNDBUFFORCE 32
+SO_SNDLOWAT    bits/socket.h   d       #define SO_SNDLOWAT 17
+SO_SNDTIMEO    bits/socket.h   d       #define SO_SNDTIMEO 19
+SO_TYPE        bits/socket.h   d       #define SO_TYPE 3
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept     bits/syscall.h  d       #define SYS_accept 330
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 344
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 269
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 137
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 27
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 327
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 361
+SYS_break      bits/syscall.h  d       #define SYS_break 17
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_capget     bits/syscall.h  d       #define SYS_capget 183
+SYS_capset     bits/syscall.h  d       #define SYS_capset 184
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 181
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 347
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 247
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 246
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 248
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 245
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 328
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 127
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 316
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 236
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 315
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 237
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 303
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 238
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 307
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 314
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 362
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 234
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 298
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 233
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 254
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 309
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 323
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 324
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 297
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 289
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 204
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 214
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 353
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 217
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 220
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 211
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 291
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 253
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftime      bits/syscall.h  d       #define SYS_ftime 35
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
+SYS_futex      bits/syscall.h  d       #define SYS_futex 221
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 290
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 130
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 260
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 299
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 302
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 182
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 202
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 332
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 187
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 359
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 170
+SYS_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 170
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 165
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 76
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 331
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 340
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 207
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 212
+SYS_gtty       bits/syscall.h  d       #define SYS_gtty 32
+SYS_idle       bits/syscall.h  d       #define SYS_idle 112
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 276
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 275
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 318
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 277
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 231
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 228
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 229
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 227
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 230
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 101
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 110
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 274
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 273
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 354
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 268
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 271
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 213
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 294
+SYS_listen     bits/syscall.h  d       #define SYS_listen 329
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 215
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 216
+SYS_lock       bits/syscall.h  d       #define SYS_lock 53
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 235
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 219
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 210
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 205
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 259
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 365
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 360
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 258
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 206
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 287
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 288
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 378
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 90
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 192
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 123
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 301
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mpx        bits/syscall.h  d       #define SYS_mpx 56
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 267
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 266
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 262
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 265
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 264
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 263
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_multiplexer        bits/syscall.h  d       #define SYS_multiplexer 201
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 345
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 168
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_oldfstat   bits/syscall.h  d       #define SYS_oldfstat 28
+SYS_oldlstat   bits/syscall.h  d       #define SYS_oldlstat 84
+SYS_oldolduname        bits/syscall.h  d       #define SYS_oldolduname 59
+SYS_oldstat    bits/syscall.h  d       #define SYS_oldstat 18
+SYS_olduname   bits/syscall.h  d       #define SYS_olduname 109
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 346
+SYS_openat     bits/syscall.h  d       #define SYS_openat 286
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_pciconfig_iobase   bits/syscall.h  d       #define SYS_pciconfig_iobase 200
+SYS_pciconfig_read     bits/syscall.h  d       #define SYS_pciconfig_read 198
+SYS_pciconfig_write    bits/syscall.h  d       #define SYS_pciconfig_write 199
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 319
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 317
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 203
+SYS_poll       bits/syscall.h  d       #define SYS_poll 167
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 281
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 171
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 179
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 320
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 325
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 351
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 352
+SYS_prof       bits/syscall.h  d       #define SYS_prof 44
+SYS_profil     bits/syscall.h  d       #define SYS_profil 98
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 280
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 188
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 180
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 321
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 166
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 191
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 89
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 296
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recv       bits/syscall.h  d       #define SYS_recv 336
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 337
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 343
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 342
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 239
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 218
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 293
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 357
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 270
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 173
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 175
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 174
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 177
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 172
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 178
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 176
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 322
+SYS_rtas       bits/syscall.h  d       #define SYS_rtas 255
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 223
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 356
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 222
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 355
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 358
+SYS_select     bits/syscall.h  d       #define SYS_select 82
+SYS_send       bits/syscall.h  d       #define SYS_send 334
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 186
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 226
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 349
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 341
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 335
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 261
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 300
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 232
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 350
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 169
+SYS_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 169
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 164
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 339
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 209
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 338
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 185
+SYS_signal     bits/syscall.h  d       #define SYS_signal 48
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 305
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 313
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 326
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 333
+SYS_splice     bits/syscall.h  d       #define SYS_splice 283
+SYS_spu_create bits/syscall.h  d       #define SYS_spu_create 279
+SYS_spu_run    bits/syscall.h  d       #define SYS_spu_run 278
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 69
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 252
+SYS_stime      bits/syscall.h  d       #define SYS_stime 25
+SYS_stty       bits/syscall.h  d       #define SYS_stty 31
+SYS_subpage_prot       bits/syscall.h  d       #define SYS_subpage_prot 310
+SYS_swapcontext        bits/syscall.h  d       #define SYS_swapcontext 249
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_switch_endian      bits/syscall.h  d       #define SYS_switch_endian 363
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 295
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range2   bits/syscall.h  d       #define SYS_sync_file_range2 308
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 348
+SYS_sys_debug_setcontext       bits/syscall.h  d       #define SYS_sys_debug_setcontext 256
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 284
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 250
+SYS_time       bits/syscall.h  d       #define SYS_time 13
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 240
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 244
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 243
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 242
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 241
+SYS_timerfd    bits/syscall.h  d       #define SYS_timerfd 306
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 306
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 312
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 311
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 208
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 193
+SYS_tuxcall    bits/syscall.h  d       #define SYS_tuxcall 225
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 190
+SYS_ulimit     bits/syscall.h  d       #define SYS_ulimit 58
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount     bits/syscall.h  d       #define SYS_umount 22
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 292
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 282
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 364
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utime      bits/syscall.h  d       #define SYS_utime 30
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 304
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 251
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 189
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vm86       bits/syscall.h  d       #define SYS_vm86 113
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 285
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 272
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 7
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0002000
+TAB2   bits/termios.h  d       #define TAB2 0004000
+TAB3   bits/termios.h  d       #define TAB3 0006000
+TABDLY bits/termios.h  d       #define TABDLY 0006000
+TCFLSH bits/ioctl.h    d       #define TCFLSH _IO('t', 31)
+TCGETA bits/ioctl.h    d       #define TCGETA _IOR('t', 23, char[20])
+TCGETS bits/ioctl.h    d       #define TCGETS _IOR('t', 19, char[44])
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK _IO('t', 29)
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA _IOW('t', 24, char[20])
+TCSETAF        bits/ioctl.h    d       #define TCSETAF _IOW('t', 28, char[20])
+TCSETAW        bits/ioctl.h    d       #define TCSETAW _IOW('t', 25, char[20])
+TCSETS bits/ioctl.h    d       #define TCSETS _IOW('t', 20, char[44])
+TCSETSF        bits/ioctl.h    d       #define TCSETSF _IOW('t', 22, char[44])
+TCSETSW        bits/ioctl.h    d       #define TCSETSW _IOW('t', 21, char[44])
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC _IO('t', 30)
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T',0x32, unsigned int)
+TIOCGETC       bits/ioctl.h    d       #define TIOCGETC _IOR('t', 18, char[6])
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGETP       bits/ioctl.h    d       #define TIOCGETP _IOR('t', 8, char[6])
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGLTC       bits/ioctl.h    d       #define TIOCGLTC _IOR('t', 116, char[6])
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T',0x30, unsigned int)
+TIOCGRS485     bits/ioctl.h    d       #define TIOCGRS485 0x542e
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, char[8])
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ _IOR('t', 115, int)
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETC       bits/ioctl.h    d       #define TIOCSETC _IOW('t', 17, char[6])
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSETN       bits/ioctl.h    d       #define TIOCSETN _IOW('t', 10, char[6])
+TIOCSETP       bits/ioctl.h    d       #define TIOCSETP _IOW('t', 9, char[6])
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T',0x36, int)
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSLTC       bits/ioctl.h    d       #define TIOCSLTC _IOW('t', 117, char[6])
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T',0x31, int)
+TIOCSRS485     bits/ioctl.h    d       #define TIOCSRS485 0x542f
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTART      bits/ioctl.h    d       #define TIOCSTART _IO('t', 110)
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSTOP       bits/ioctl.h    d       #define TIOCSTOP _IO('t', 111)
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, char[8])
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP 0x5437
+TOSTOP bits/termios.h  d       #define TOSTOP 0x00400000
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 16
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 6
+VEOL2  bits/termios.h  d       #define VEOL2 8
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 5
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 11
+VSTART bits/termios.h  d       #define VSTART 13
+VSTOP  bits/termios.h  d       #define VSTOP 14
+VSUSP  bits/termios.h  d       #define VSUSP 12
+VSWTC  bits/termios.h  d       #define VSWTC 9
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0200000
+VTDLY  bits/termios.h  d       #define VTDLY 0200000
+VTIME  bits/termios.h  d       #define VTIME 7
+VWERASE        bits/termios.h  d       #define VWERASE 10
+XCASE  bits/termios.h  d       #define XCASE 0x00004000
+XTABS  bits/termios.h  d       #define XTABS 00006000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 1U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 4U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d        #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d        #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d        #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept    bits/syscall.h  d       #define __NR_accept 330
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 344
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 269
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 137
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 27
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 327
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 361
+__NR_break     bits/syscall.h  d       #define __NR_break 17
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_capget    bits/syscall.h  d       #define __NR_capget 183
+__NR_capset    bits/syscall.h  d       #define __NR_capset 184
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 181
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 347
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 247
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 246
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 248
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 245
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 328
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 127
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 316
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 236
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 315
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 237
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 303
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 238
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 307
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 314
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 362
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 234
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 298
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 233
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 254
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 309
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 323
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 324
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 297
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 289
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 204
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 214
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 353
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 217
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 220
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 211
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 291
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 253
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftime     bits/syscall.h  d       #define __NR_ftime 35
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
+__NR_futex     bits/syscall.h  d       #define __NR_futex 221
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 290
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 130
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 260
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 299
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 302
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 182
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 202
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 332
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 187
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 359
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 170
+__NR_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 170
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 165
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 76
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 331
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 340
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 207
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 212
+__NR_gtty      bits/syscall.h  d       #define __NR_gtty 32
+__NR_idle      bits/syscall.h  d       #define __NR_idle 112
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 276
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 275
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 318
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 277
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 231
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 228
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 229
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 227
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 230
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 101
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 110
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 274
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 273
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 354
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 268
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 271
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 213
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 294
+__NR_listen    bits/syscall.h  d       #define __NR_listen 329
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 215
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 216
+__NR_lock      bits/syscall.h  d       #define __NR_lock 53
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 235
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 219
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 210
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 205
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 259
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 365
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 360
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 258
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 206
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 287
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 288
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 378
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 90
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 192
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 123
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 301
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mpx       bits/syscall.h  d       #define __NR_mpx 56
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 267
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 266
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 262
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 265
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 264
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 263
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_multiplexer       bits/syscall.h  d       #define __NR_multiplexer 201
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 345
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 168
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_oldfstat  bits/syscall.h  d       #define __NR_oldfstat 28
+__NR_oldlstat  bits/syscall.h  d       #define __NR_oldlstat 84
+__NR_oldolduname       bits/syscall.h  d       #define __NR_oldolduname 59
+__NR_oldstat   bits/syscall.h  d       #define __NR_oldstat 18
+__NR_olduname  bits/syscall.h  d       #define __NR_olduname 109
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 346
+__NR_openat    bits/syscall.h  d       #define __NR_openat 286
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_pciconfig_iobase  bits/syscall.h  d       #define __NR_pciconfig_iobase 200
+__NR_pciconfig_read    bits/syscall.h  d       #define __NR_pciconfig_read 198
+__NR_pciconfig_write   bits/syscall.h  d       #define __NR_pciconfig_write 199
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 319
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 317
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 203
+__NR_poll      bits/syscall.h  d       #define __NR_poll 167
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 281
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 171
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 179
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 320
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 325
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 351
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 352
+__NR_prof      bits/syscall.h  d       #define __NR_prof 44
+__NR_profil    bits/syscall.h  d       #define __NR_profil 98
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 280
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 188
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 180
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 321
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 166
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 191
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 89
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 296
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recv      bits/syscall.h  d       #define __NR_recv 336
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 337
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 343
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 342
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 239
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 218
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 293
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 357
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 270
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 173
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 175
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 174
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 177
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 172
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 178
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 176
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 322
+__NR_rtas      bits/syscall.h  d       #define __NR_rtas 255
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 223
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 356
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 222
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 355
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 358
+__NR_select    bits/syscall.h  d       #define __NR_select 82
+__NR_send      bits/syscall.h  d       #define __NR_send 334
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 186
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 226
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 349
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 341
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 335
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 261
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 300
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 232
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 350
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 169
+__NR_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 169
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 164
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 339
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 209
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 338
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 185
+__NR_signal    bits/syscall.h  d       #define __NR_signal 48
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 305
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 313
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 326
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 333
+__NR_splice    bits/syscall.h  d       #define __NR_splice 283
+__NR_spu_create        bits/syscall.h  d       #define __NR_spu_create 279
+__NR_spu_run   bits/syscall.h  d       #define __NR_spu_run 278
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 69
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 252
+__NR_stime     bits/syscall.h  d       #define __NR_stime 25
+__NR_stty      bits/syscall.h  d       #define __NR_stty 31
+__NR_subpage_prot      bits/syscall.h  d       #define __NR_subpage_prot 310
+__NR_swapcontext       bits/syscall.h  d       #define __NR_swapcontext 249
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_switch_endian     bits/syscall.h  d       #define __NR_switch_endian 363
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 295
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range2  bits/syscall.h  d       #define __NR_sync_file_range2 308
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 348
+__NR_sys_debug_setcontext      bits/syscall.h  d       #define __NR_sys_debug_setcontext 256
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 284
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 250
+__NR_time      bits/syscall.h  d       #define __NR_time 13
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 240
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 244
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 243
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 242
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 241
+__NR_timerfd   bits/syscall.h  d       #define __NR_timerfd 306
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 306
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 312
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 311
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 208
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 193
+__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall 225
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 190
+__NR_ulimit    bits/syscall.h  d       #define __NR_ulimit 58
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount    bits/syscall.h  d       #define __NR_umount 22
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 292
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 282
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 364
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utime     bits/syscall.h  d       #define __NR_utime 30
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 304
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 251
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 189
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vm86      bits/syscall.h  d       #define __NR_vm86 113
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 285
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 272
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 7
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[56];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpreg_t    bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_fpregset_t bits/user.h     t       typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_vrreg_t    bits/user.h     t        elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
+elf_vrregset_t bits/user.h     t        elf_vrreg_t, elf_vrregset_t[ELF_NVRREG];
+fenv_t bits/fenv.h     t       typedef double fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       } fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef unsigned long greg_t, gregset_t[48];
+gregset_t      bits/signal.h   t       typedef unsigned long greg_t, gregset_t[48];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct pt_regs bits/user.h     s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+vrregset_t     bits/signal.h   t       } vrregset_t;
+wchar_t        bits/alltypes.h t       typedef long wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index f0ebb76..d1a571d 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       16      #define DECIMAL_DIG 17
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NGREG      bits/user.h     d       55      #define ELF_NGREG 23
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       16      #define FE_ALL_EXCEPT 0x7c
-FE_ALL_EXCEPT  bits/fenv.h     d       3       #define FE_ALL_EXCEPT 0
-FE_DFL_ENV     bits/fenv.h     d       26      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       14      #define FE_DIVBYZERO 0x20
-FE_INEXACT     bits/fenv.h     d       11      #define FE_INEXACT 0x04
-FE_INVALID     bits/fenv.h     d       15      #define FE_INVALID 0x40
-FE_OVERFLOW    bits/fenv.h     d       13      #define FE_OVERFLOW 0x10
-FE_TONEAREST   bits/fenv.h     d       4       #define FE_TONEAREST 0
-FE_TONEAREST   bits/fenv.h     d       8       #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       9       #define FE_TOWARDZERO 1
-FE_UNDERFLOW   bits/fenv.h     d       12      #define FE_UNDERFLOW 0x08
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       343     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       13      #define FIOASYNC _IOW('f', 125, int)
-FIOCLEX        bits/ioctl.h    d       11      #define FIOCLEX _IO('f', 1)
-FIOGETOWN      bits/ioctl.h    d       141     #define FIOGETOWN _IOR('f', 123, int)
-FIONBIO        bits/ioctl.h    d       14      #define FIONBIO _IOW('f', 126, int)
-FIONCLEX       bits/ioctl.h    d       12      #define FIONCLEX _IO('f', 2)
-FIONREAD       bits/ioctl.h    d       15      #define FIONREAD _IOR('f', 127, int)
-FIOQSIZE       bits/ioctl.h    d       17      #define FIOQSIZE _IOR('f', 128, char[8])
-FIOSETOWN      bits/ioctl.h    d       142     #define FIOSETOWN _IOW('f', 124, int)
-FLT_EVAL_METHOD        bits/float.h    d       1       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 12
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 13
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 14
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0x100
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       12      #define LDBL_DIG 15
-LDBL_EPSILON   bits/float.h    d       6       #define LDBL_EPSILON 2.22044604925031308085e-16L
-LDBL_MANT_DIG  bits/float.h    d       8       #define LDBL_MANT_DIG 53
-LDBL_MAX       bits/float.h    d       5       #define LDBL_MAX 1.79769313486231570815e+308L
-LDBL_MAX_10_EXP        bits/float.h    d       14      #define LDBL_MAX_10_EXP 308
-LDBL_MAX_EXP   bits/float.h    d       10      #define LDBL_MAX_EXP 1024
-LDBL_MIN       bits/float.h    d       4       #define LDBL_MIN 2.22507385850720138309e-308L
-LDBL_MIN_10_EXP        bits/float.h    d       13      #define LDBL_MIN_10_EXP (-307)
-LDBL_MIN_EXP   bits/float.h    d       9       #define LDBL_MIN_EXP (-1021)
-LDBL_TRUE_MIN  bits/float.h    d       3       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffL
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       131     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       129     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       139     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       137     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       135     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       132     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       126     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       127     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       134     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       133     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       125     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       136     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       128     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       138     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       124     #define N_TTY 0
-N_X25  bits/ioctl.h    d       130     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0100000
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 4096
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-REG_FPREG0     bits/user.h     d       13      #define REG_FPREG0 23
-REG_FPREG15    bits/user.h     d       14      #define REG_FPREG15 38
-REG_FPSCR      bits/user.h     d       17      #define REG_FPSCR 55
-REG_FPUL       bits/user.h     d       18      #define REG_FPUL 56
-REG_GBR        bits/user.h     d       9       #define REG_GBR 19
-REG_MACH       bits/user.h     d       10      #define REG_MACH 20
-REG_MACL       bits/user.h     d       11      #define REG_MACL 21
-REG_PC bits/user.h     d       6       #define REG_PC 16
-REG_PR bits/user.h     d       7       #define REG_PR 17
-REG_REG0       bits/user.h     d       4       #define REG_REG0 0
-REG_REG15      bits/user.h     d       5       #define REG_REG15 15
-REG_SR bits/user.h     d       8       #define REG_SR 18
-REG_SYSCALL    bits/user.h     d       12      #define REG_SYSCALL 22
-REG_XFREG0     bits/user.h     d       15      #define REG_XFREG0 39
-REG_XFREG15    bits/user.h     d       16      #define REG_XFREG15 54
-SA_NOCLDSTOP   bits/signal.h   d       41      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       42      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       46      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       44      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       47      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       45      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       48      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       43      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 16384
-SIGABRT        bits/signal.h   d       57      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       66      #define SIGALRM 14
-SIGBUS bits/signal.h   d       59      #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       69      #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       70      #define SIGCONT 18
-SIGFPE bits/signal.h   d       60      #define SIGFPE 8
-SIGHUP bits/signal.h   d       52      #define SIGHUP 1
-SIGILL bits/signal.h   d       55      #define SIGILL 4
-SIGINT bits/signal.h   d       53      #define SIGINT 2
-SIGIO  bits/signal.h   d       81      #define SIGIO 29
-SIGIOT bits/signal.h   d       58      #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       61      #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       65      #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       82      #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       79      #define SIGPROF 27
-SIGPWR bits/signal.h   d       83      #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       54      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       63      #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       68      #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       71      #define SIGSTOP 19
-SIGSYS bits/signal.h   d       84      #define SIGSYS 31
-SIGTERM        bits/signal.h   d       67      #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       56      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       72      #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       73      #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       74      #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       85      #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       75      #define SIGURG 23
-SIGUSR1        bits/signal.h   d       62      #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       64      #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       78      #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       80      #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       76      #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       77      #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       205     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       178     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       149     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       144     #define SIOCATMARK _IOR('s', 7, int)
-SIOCDARP       bits/ioctl.h    d       194     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       206     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       179     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       150     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       208     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       184     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       198     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       195     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       158     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       188     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       162     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       155     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       186     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       160     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       173     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       156     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       175     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       180     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       202     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       168     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       166     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       170     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       153     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       164     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       183     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       176     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       191     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       146     #define SIOCGPGRP _IOW('s', 9, int)
-SIOCGRARP      bits/ioctl.h    d       199     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       147     #define SIOCGSTAMP _IOR('s', 100, char[8])
-SIOCPROTOPRIVATE       bits/ioctl.h    d       209     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       151     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       196     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       159     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       189     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       163     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       161     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       174     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       157     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       172     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       185     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       154     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       203     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       169     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       167     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       171     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       165     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       182     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       177     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       192     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       145     #define SIOCSPGRP _IOW('s', 8, int)
-SIOCSRARP      bits/ioctl.h    d       200     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       181     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SYS__llseek    bits/syscall.h  d       467     #define SYS__llseek 140
-SYS__newselect bits/syscall.h  d       469     #define SYS__newselect 142
-SYS__sysctl    bits/syscall.h  d       476     #define SYS__sysctl 149
-SYS_accept     bits/syscall.h  d       660     #define SYS_accept 344
-SYS_accept4    bits/syscall.h  d       674     #define SYS_accept4 358
-SYS_access     bits/syscall.h  d       375     #define SYS_access 33
-SYS_acct       bits/syscall.h  d       391     #define SYS_acct 51
-SYS_add_key    bits/syscall.h  d       602     #define SYS_add_key 285
-SYS_adjtimex   bits/syscall.h  d       454     #define SYS_adjtimex 124
-SYS_alarm      bits/syscall.h  d       371     #define SYS_alarm 27
-SYS_bdflush    bits/syscall.h  d       462     #define SYS_bdflush 134
-SYS_bind       bits/syscall.h  d       657     #define SYS_bind 341
-SYS_brk        bits/syscall.h  d       385     #define SYS_brk 45
-SYS_cacheflush bits/syscall.h  d       453     #define SYS_cacheflush 123
-SYS_capget     bits/syscall.h  d       509     #define SYS_capget 184
-SYS_capset     bits/syscall.h  d       510     #define SYS_capset 185
-SYS_chdir      bits/syscall.h  d       357     #define SYS_chdir 12
-SYS_chmod      bits/syscall.h  d       360     #define SYS_chmod 15
-SYS_chown      bits/syscall.h  d       507     #define SYS_chown 182
-SYS_chown32    bits/syscall.h  d       535     #define SYS_chown32 212
-SYS_chroot     bits/syscall.h  d       397     #define SYS_chroot 61
-SYS_clock_adjtime      bits/syscall.h  d       677     #define SYS_clock_adjtime 361
-SYS_clock_getres       bits/syscall.h  d       584     #define SYS_clock_getres 266
-SYS_clock_gettime      bits/syscall.h  d       583     #define SYS_clock_gettime 265
-SYS_clock_nanosleep    bits/syscall.h  d       585     #define SYS_clock_nanosleep 267
-SYS_clock_settime      bits/syscall.h  d       582     #define SYS_clock_settime 264
-SYS_clone      bits/syscall.h  d       450     #define SYS_clone 120
-SYS_close      bits/syscall.h  d       351     #define SYS_close 6
-SYS_connect    bits/syscall.h  d       658     #define SYS_connect 342
-SYS_creat      bits/syscall.h  d       353     #define SYS_creat 8
-SYS_delete_module      bits/syscall.h  d       458     #define SYS_delete_module 129
-SYS_dup        bits/syscall.h  d       382     #define SYS_dup 41
-SYS_dup2       bits/syscall.h  d       399     #define SYS_dup2 63
-SYS_dup3       bits/syscall.h  d       646     #define SYS_dup3 330
-SYS_epoll_create       bits/syscall.h  d       572     #define SYS_epoll_create 254
-SYS_epoll_create1      bits/syscall.h  d       645     #define SYS_epoll_create1 329
-SYS_epoll_ctl  bits/syscall.h  d       573     #define SYS_epoll_ctl 255
-SYS_epoll_pwait        bits/syscall.h  d       635     #define SYS_epoll_pwait 319
-SYS_epoll_wait bits/syscall.h  d       574     #define SYS_epoll_wait 256
-SYS_eventfd    bits/syscall.h  d       639     #define SYS_eventfd 323
-SYS_eventfd2   bits/syscall.h  d       644     #define SYS_eventfd2 328
-SYS_execve     bits/syscall.h  d       356     #define SYS_execve 11
-SYS_exit       bits/syscall.h  d       346     #define SYS_exit 1
-SYS_exit_group bits/syscall.h  d       570     #define SYS_exit_group 252
-SYS_faccessat  bits/syscall.h  d       623     #define SYS_faccessat 307
-SYS_fadvise64  bits/syscall.h  d       569     #define SYS_fadvise64 250
-SYS_fadvise64_64       bits/syscall.h  d       590     #define SYS_fadvise64_64 272
-SYS_fallocate  bits/syscall.h  d       640     #define SYS_fallocate 324
-SYS_fanotify_init      bits/syscall.h  d       653     #define SYS_fanotify_init 337
-SYS_fanotify_mark      bits/syscall.h  d       654     #define SYS_fanotify_mark 338
-SYS_fchdir     bits/syscall.h  d       461     #define SYS_fchdir 133
-SYS_fchmod     bits/syscall.h  d       429     #define SYS_fchmod 94
-SYS_fchmodat   bits/syscall.h  d       622     #define SYS_fchmodat 306
-SYS_fchown     bits/syscall.h  d       430     #define SYS_fchown 95
-SYS_fchown32   bits/syscall.h  d       530     #define SYS_fchown32 207
-SYS_fchownat   bits/syscall.h  d       614     #define SYS_fchownat 298
-SYS_fcntl      bits/syscall.h  d       394     #define SYS_fcntl 55
-SYS_fcntl64    bits/syscall.h  d       544     #define SYS_fcntl64 221
-SYS_fdatasync  bits/syscall.h  d       475     #define SYS_fdatasync 148
-SYS_fgetxattr  bits/syscall.h  d       552     #define SYS_fgetxattr 231
-SYS_finit_module       bits/syscall.h  d       684     #define SYS_finit_module 368
-SYS_flistxattr bits/syscall.h  d       555     #define SYS_flistxattr 234
-SYS_flock      bits/syscall.h  d       470     #define SYS_flock 143
-SYS_fork       bits/syscall.h  d       347     #define SYS_fork 2
-SYS_fremovexattr       bits/syscall.h  d       558     #define SYS_fremovexattr 237
-SYS_fsetxattr  bits/syscall.h  d       549     #define SYS_fsetxattr 228
-SYS_fstat      bits/syscall.h  d       441     #define SYS_fstat 108
-SYS_fstat64    bits/syscall.h  d       520     #define SYS_fstat64 197
-SYS_fstatat64  bits/syscall.h  d       616     #define SYS_fstatat64 300
-SYS_fstatfs    bits/syscall.h  d       434     #define SYS_fstatfs 100
-SYS_fstatfs64  bits/syscall.h  d       587     #define SYS_fstatfs64 269
-SYS_fsync      bits/syscall.h  d       448     #define SYS_fsync 118
-SYS_ftruncate  bits/syscall.h  d       428     #define SYS_ftruncate 93
-SYS_ftruncate64        bits/syscall.h  d       517     #define SYS_ftruncate64 194
-SYS_futex      bits/syscall.h  d       561     #define SYS_futex 240
-SYS_futimesat  bits/syscall.h  d       615     #define SYS_futimesat 299
-SYS_get_mempolicy      bits/syscall.h  d       592     #define SYS_get_mempolicy 275
-SYS_get_robust_list    bits/syscall.h  d       628     #define SYS_get_robust_list 312
-SYS_getcpu     bits/syscall.h  d       634     #define SYS_getcpu 318
-SYS_getcwd     bits/syscall.h  d       508     #define SYS_getcwd 183
-SYS_getdents   bits/syscall.h  d       468     #define SYS_getdents 141
-SYS_getdents64 bits/syscall.h  d       543     #define SYS_getdents64 220
-SYS_getegid    bits/syscall.h  d       390     #define SYS_getegid 50
-SYS_getegid32  bits/syscall.h  d       525     #define SYS_getegid32 202
-SYS_geteuid    bits/syscall.h  d       389     #define SYS_geteuid 49
-SYS_geteuid32  bits/syscall.h  d       524     #define SYS_geteuid32 201
-SYS_getgid     bits/syscall.h  d       387     #define SYS_getgid 47
-SYS_getgid32   bits/syscall.h  d       523     #define SYS_getgid32 200
-SYS_getgroups  bits/syscall.h  d       416     #define SYS_getgroups 80
-SYS_getgroups32        bits/syscall.h  d       528     #define SYS_getgroups32 205
-SYS_getitimer  bits/syscall.h  d       438     #define SYS_getitimer 105
-SYS_getpeername        bits/syscall.h  d       662     #define SYS_getpeername 346
-SYS_getpgid    bits/syscall.h  d       460     #define SYS_getpgid 132
-SYS_getpgrp    bits/syscall.h  d       401     #define SYS_getpgrp 65
-SYS_getpid     bits/syscall.h  d       364     #define SYS_getpid 20
-SYS_getppid    bits/syscall.h  d       400     #define SYS_getppid 64
-SYS_getpriority        bits/syscall.h  d       431     #define SYS_getpriority 96
-SYS_getresgid  bits/syscall.h  d       496     #define SYS_getresgid 171
-SYS_getresgid32        bits/syscall.h  d       534     #define SYS_getresgid32 211
-SYS_getresuid  bits/syscall.h  d       492     #define SYS_getresuid 165
-SYS_getresuid32        bits/syscall.h  d       532     #define SYS_getresuid32 209
-SYS_getrlimit  bits/syscall.h  d       412     #define SYS_getrlimit 76
-SYS_getrusage  bits/syscall.h  d       413     #define SYS_getrusage 77
-SYS_getsid     bits/syscall.h  d       474     #define SYS_getsid 147
-SYS_getsockname        bits/syscall.h  d       661     #define SYS_getsockname 345
-SYS_getsockopt bits/syscall.h  d       670     #define SYS_getsockopt 354
-SYS_gettid     bits/syscall.h  d       545     #define SYS_gettid 224
-SYS_gettimeofday       bits/syscall.h  d       414     #define SYS_gettimeofday 78
-SYS_getuid     bits/syscall.h  d       368     #define SYS_getuid 24
-SYS_getuid32   bits/syscall.h  d       522     #define SYS_getuid32 199
-SYS_getxattr   bits/syscall.h  d       550     #define SYS_getxattr 229
-SYS_init_module        bits/syscall.h  d       457     #define SYS_init_module 128
-SYS_inotify_add_watch  bits/syscall.h  d       608     #define SYS_inotify_add_watch 291
-SYS_inotify_init       bits/syscall.h  d       607     #define SYS_inotify_init 290
-SYS_inotify_init1      bits/syscall.h  d       648     #define SYS_inotify_init1 332
-SYS_inotify_rm_watch   bits/syscall.h  d       609     #define SYS_inotify_rm_watch 292
-SYS_io_cancel  bits/syscall.h  d       568     #define SYS_io_cancel 249
-SYS_io_destroy bits/syscall.h  d       565     #define SYS_io_destroy 246
-SYS_io_getevents       bits/syscall.h  d       566     #define SYS_io_getevents 247
-SYS_io_setup   bits/syscall.h  d       564     #define SYS_io_setup 245
-SYS_io_submit  bits/syscall.h  d       567     #define SYS_io_submit 248
-SYS_ioctl      bits/syscall.h  d       393     #define SYS_ioctl 54
-SYS_ioprio_get bits/syscall.h  d       606     #define SYS_ioprio_get 289
-SYS_ioprio_set bits/syscall.h  d       605     #define SYS_ioprio_set 288
-SYS_ipc        bits/syscall.h  d       447     #define SYS_ipc 117
-SYS_kcmp       bits/syscall.h  d       683     #define SYS_kcmp 367
-SYS_kexec_load bits/syscall.h  d       600     #define SYS_kexec_load 283
-SYS_keyctl     bits/syscall.h  d       604     #define SYS_keyctl 287
-SYS_kill       bits/syscall.h  d       378     #define SYS_kill 37
-SYS_lchown     bits/syscall.h  d       361     #define SYS_lchown 16
-SYS_lchown32   bits/syscall.h  d       521     #define SYS_lchown32 198
-SYS_lgetxattr  bits/syscall.h  d       551     #define SYS_lgetxattr 230
-SYS_link       bits/syscall.h  d       354     #define SYS_link 9
-SYS_linkat     bits/syscall.h  d       619     #define SYS_linkat 303
-SYS_listen     bits/syscall.h  d       659     #define SYS_listen 343
-SYS_listxattr  bits/syscall.h  d       553     #define SYS_listxattr 232
-SYS_llistxattr bits/syscall.h  d       554     #define SYS_llistxattr 233
-SYS_lookup_dcookie     bits/syscall.h  d       571     #define SYS_lookup_dcookie 253
-SYS_lremovexattr       bits/syscall.h  d       557     #define SYS_lremovexattr 236
-SYS_lseek      bits/syscall.h  d       363     #define SYS_lseek 19
-SYS_lsetxattr  bits/syscall.h  d       548     #define SYS_lsetxattr 227
-SYS_lstat      bits/syscall.h  d       440     #define SYS_lstat 107
-SYS_lstat64    bits/syscall.h  d       519     #define SYS_lstat64 196
-SYS_madvise    bits/syscall.h  d       542     #define SYS_madvise 219
-SYS_mbind      bits/syscall.h  d       591     #define SYS_mbind 274
-SYS_migrate_pages      bits/syscall.h  d       610     #define SYS_migrate_pages 294
-SYS_mincore    bits/syscall.h  d       541     #define SYS_mincore 218
-SYS_mkdir      bits/syscall.h  d       380     #define SYS_mkdir 39
-SYS_mkdirat    bits/syscall.h  d       612     #define SYS_mkdirat 296
-SYS_mknod      bits/syscall.h  d       359     #define SYS_mknod 14
-SYS_mknodat    bits/syscall.h  d       613     #define SYS_mknodat 297
-SYS_mlock      bits/syscall.h  d       477     #define SYS_mlock 150
-SYS_mlockall   bits/syscall.h  d       479     #define SYS_mlockall 152
-SYS_mmap       bits/syscall.h  d       425     #define SYS_mmap 90
-SYS_mmap2      bits/syscall.h  d       515     #define SYS_mmap2 192
-SYS_mount      bits/syscall.h  d       365     #define SYS_mount 21
-SYS_move_pages bits/syscall.h  d       633     #define SYS_move_pages 317
-SYS_mprotect   bits/syscall.h  d       455     #define SYS_mprotect 125
-SYS_mq_getsetattr      bits/syscall.h  d       599     #define SYS_mq_getsetattr 282
-SYS_mq_notify  bits/syscall.h  d       598     #define SYS_mq_notify 281
-SYS_mq_open    bits/syscall.h  d       594     #define SYS_mq_open 277
-SYS_mq_timedreceive    bits/syscall.h  d       597     #define SYS_mq_timedreceive 280
-SYS_mq_timedsend       bits/syscall.h  d       596     #define SYS_mq_timedsend 279
-SYS_mq_unlink  bits/syscall.h  d       595     #define SYS_mq_unlink 278
-SYS_mremap     bits/syscall.h  d       490     #define SYS_mremap 163
-SYS_msync      bits/syscall.h  d       471     #define SYS_msync 144
-SYS_munlock    bits/syscall.h  d       478     #define SYS_munlock 151
-SYS_munlockall bits/syscall.h  d       480     #define SYS_munlockall 153
-SYS_munmap     bits/syscall.h  d       426     #define SYS_munmap 91
-SYS_name_to_handle_at  bits/syscall.h  d       675     #define SYS_name_to_handle_at 359
-SYS_nanosleep  bits/syscall.h  d       489     #define SYS_nanosleep 162
-SYS_nfsservctl bits/syscall.h  d       494     #define SYS_nfsservctl 169
-SYS_nice       bits/syscall.h  d       376     #define SYS_nice 34
-SYS_oldfstat   bits/syscall.h  d       372     #define SYS_oldfstat 28
-SYS_oldlstat   bits/syscall.h  d       419     #define SYS_oldlstat 84
-SYS_oldstat    bits/syscall.h  d       362     #define SYS_oldstat 18
-SYS_olduname   bits/syscall.h  d       442     #define SYS_olduname 109
-SYS_open       bits/syscall.h  d       350     #define SYS_open 5
-SYS_open_by_handle_at  bits/syscall.h  d       676     #define SYS_open_by_handle_at 360
-SYS_openat     bits/syscall.h  d       611     #define SYS_openat 295
-SYS_pause      bits/syscall.h  d       373     #define SYS_pause 29
-SYS_perf_event_open    bits/syscall.h  d       652     #define SYS_perf_event_open 336
-SYS_personality        bits/syscall.h  d       464     #define SYS_personality 136
-SYS_pipe       bits/syscall.h  d       383     #define SYS_pipe 42
-SYS_pipe2      bits/syscall.h  d       647     #define SYS_pipe2 331
-SYS_pivot_root bits/syscall.h  d       540     #define SYS_pivot_root 217
-SYS_poll       bits/syscall.h  d       493     #define SYS_poll 168
-SYS_ppoll      bits/syscall.h  d       625     #define SYS_ppoll 309
-SYS_prctl      bits/syscall.h  d       497     #define SYS_prctl 172
-SYS_pread64    bits/syscall.h  d       505     #define SYS_pread64 180
-SYS_preadv     bits/syscall.h  d       649     #define SYS_preadv 333
-SYS_prlimit64  bits/syscall.h  d       655     #define SYS_prlimit64 339
-SYS_process_vm_readv   bits/syscall.h  d       681     #define SYS_process_vm_readv 365
-SYS_process_vm_writev  bits/syscall.h  d       682     #define SYS_process_vm_writev 366
-SYS_pselect6   bits/syscall.h  d       624     #define SYS_pselect6 308
-SYS_ptrace     bits/syscall.h  d       370     #define SYS_ptrace 26
-SYS_pwrite64   bits/syscall.h  d       506     #define SYS_pwrite64 181
-SYS_pwritev    bits/syscall.h  d       650     #define SYS_pwritev 334
-SYS_quotactl   bits/syscall.h  d       459     #define SYS_quotactl 131
-SYS_read       bits/syscall.h  d       348     #define SYS_read 3
-SYS_readahead  bits/syscall.h  d       546     #define SYS_readahead 225
-SYS_readdir    bits/syscall.h  d       424     #define SYS_readdir 89
-SYS_readlink   bits/syscall.h  d       420     #define SYS_readlink 85
-SYS_readlinkat bits/syscall.h  d       621     #define SYS_readlinkat 305
-SYS_readv      bits/syscall.h  d       472     #define SYS_readv 145
-SYS_reboot     bits/syscall.h  d       423     #define SYS_reboot 88
-SYS_recv       bits/syscall.h  d       666     #define SYS_recv 350
-SYS_recvfrom   bits/syscall.h  d       667     #define SYS_recvfrom 351
-SYS_recvmmsg   bits/syscall.h  d       673     #define SYS_recvmmsg 357
-SYS_recvmsg    bits/syscall.h  d       672     #define SYS_recvmsg 356
-SYS_remap_file_pages   bits/syscall.h  d       575     #define SYS_remap_file_pages 257
-SYS_removexattr        bits/syscall.h  d       556     #define SYS_removexattr 235
-SYS_rename     bits/syscall.h  d       379     #define SYS_rename 38
-SYS_renameat   bits/syscall.h  d       618     #define SYS_renameat 302
-SYS_request_key        bits/syscall.h  d       603     #define SYS_request_key 286
-SYS_restart_syscall    bits/syscall.h  d       345     #define SYS_restart_syscall 0
-SYS_rmdir      bits/syscall.h  d       381     #define SYS_rmdir 40
-SYS_rt_sigaction       bits/syscall.h  d       499     #define SYS_rt_sigaction 174
-SYS_rt_sigpending      bits/syscall.h  d       501     #define SYS_rt_sigpending 176
-SYS_rt_sigprocmask     bits/syscall.h  d       500     #define SYS_rt_sigprocmask 175
-SYS_rt_sigqueueinfo    bits/syscall.h  d       503     #define SYS_rt_sigqueueinfo 178
-SYS_rt_sigreturn       bits/syscall.h  d       498     #define SYS_rt_sigreturn 173
-SYS_rt_sigsuspend      bits/syscall.h  d       504     #define SYS_rt_sigsuspend 179
-SYS_rt_sigtimedwait    bits/syscall.h  d       502     #define SYS_rt_sigtimedwait 177
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       651     #define SYS_rt_tgsigqueueinfo 335
-SYS_sched_get_priority_max     bits/syscall.h  d       486     #define SYS_sched_get_priority_max 159
-SYS_sched_get_priority_min     bits/syscall.h  d       487     #define SYS_sched_get_priority_min 160
-SYS_sched_getaffinity  bits/syscall.h  d       563     #define SYS_sched_getaffinity 242
-SYS_sched_getparam     bits/syscall.h  d       482     #define SYS_sched_getparam 155
-SYS_sched_getscheduler bits/syscall.h  d       484     #define SYS_sched_getscheduler 157
-SYS_sched_rr_get_interval      bits/syscall.h  d       488     #define SYS_sched_rr_get_interval 161
-SYS_sched_setaffinity  bits/syscall.h  d       562     #define SYS_sched_setaffinity 241
-SYS_sched_setparam     bits/syscall.h  d       481     #define SYS_sched_setparam 154
-SYS_sched_setscheduler bits/syscall.h  d       483     #define SYS_sched_setscheduler 156
-SYS_sched_yield        bits/syscall.h  d       485     #define SYS_sched_yield 158
-SYS_send       bits/syscall.h  d       664     #define SYS_send 348
-SYS_sendfile   bits/syscall.h  d       512     #define SYS_sendfile 187
-SYS_sendfile64 bits/syscall.h  d       560     #define SYS_sendfile64 239
-SYS_sendmmsg   bits/syscall.h  d       679     #define SYS_sendmmsg 363
-SYS_sendmsg    bits/syscall.h  d       671     #define SYS_sendmsg 355
-SYS_sendto     bits/syscall.h  d       665     #define SYS_sendto 349
-SYS_set_mempolicy      bits/syscall.h  d       593     #define SYS_set_mempolicy 276
-SYS_set_robust_list    bits/syscall.h  d       627     #define SYS_set_robust_list 311
-SYS_set_tid_address    bits/syscall.h  d       576     #define SYS_set_tid_address 258
-SYS_setdomainname      bits/syscall.h  d       451     #define SYS_setdomainname 121
-SYS_setfsgid   bits/syscall.h  d       466     #define SYS_setfsgid 139
-SYS_setfsgid32 bits/syscall.h  d       539     #define SYS_setfsgid32 216
-SYS_setfsuid   bits/syscall.h  d       465     #define SYS_setfsuid 138
-SYS_setfsuid32 bits/syscall.h  d       538     #define SYS_setfsuid32 215
-SYS_setgid     bits/syscall.h  d       386     #define SYS_setgid 46
-SYS_setgid32   bits/syscall.h  d       537     #define SYS_setgid32 214
-SYS_setgroups  bits/syscall.h  d       417     #define SYS_setgroups 81
-SYS_setgroups32        bits/syscall.h  d       529     #define SYS_setgroups32 206
-SYS_sethostname        bits/syscall.h  d       410     #define SYS_sethostname 74
-SYS_setitimer  bits/syscall.h  d       437     #define SYS_setitimer 104
-SYS_setns      bits/syscall.h  d       680     #define SYS_setns 364
-SYS_setpgid    bits/syscall.h  d       395     #define SYS_setpgid 57
-SYS_setpriority        bits/syscall.h  d       432     #define SYS_setpriority 97
-SYS_setregid   bits/syscall.h  d       407     #define SYS_setregid 71
-SYS_setregid32 bits/syscall.h  d       527     #define SYS_setregid32 204
-SYS_setresgid  bits/syscall.h  d       495     #define SYS_setresgid 170
-SYS_setresgid32        bits/syscall.h  d       533     #define SYS_setresgid32 210
-SYS_setresuid  bits/syscall.h  d       491     #define SYS_setresuid 164
-SYS_setresuid32        bits/syscall.h  d       531     #define SYS_setresuid32 208
-SYS_setreuid   bits/syscall.h  d       406     #define SYS_setreuid 70
-SYS_setreuid32 bits/syscall.h  d       526     #define SYS_setreuid32 203
-SYS_setrlimit  bits/syscall.h  d       411     #define SYS_setrlimit 75
-SYS_setsid     bits/syscall.h  d       402     #define SYS_setsid 66
-SYS_setsockopt bits/syscall.h  d       669     #define SYS_setsockopt 353
-SYS_settimeofday       bits/syscall.h  d       415     #define SYS_settimeofday 79
-SYS_setuid     bits/syscall.h  d       367     #define SYS_setuid 23
-SYS_setuid32   bits/syscall.h  d       536     #define SYS_setuid32 213
-SYS_setxattr   bits/syscall.h  d       547     #define SYS_setxattr 226
-SYS_sgetmask   bits/syscall.h  d       404     #define SYS_sgetmask 68
-SYS_shutdown   bits/syscall.h  d       668     #define SYS_shutdown 352
-SYS_sigaction  bits/syscall.h  d       403     #define SYS_sigaction 67
-SYS_sigaltstack        bits/syscall.h  d       511     #define SYS_sigaltstack 186
-SYS_signal     bits/syscall.h  d       388     #define SYS_signal 48
-SYS_signalfd   bits/syscall.h  d       637     #define SYS_signalfd 321
-SYS_signalfd4  bits/syscall.h  d       643     #define SYS_signalfd4 327
-SYS_sigpending bits/syscall.h  d       409     #define SYS_sigpending 73
-SYS_sigprocmask        bits/syscall.h  d       456     #define SYS_sigprocmask 126
-SYS_sigreturn  bits/syscall.h  d       449     #define SYS_sigreturn 119
-SYS_sigsuspend bits/syscall.h  d       408     #define SYS_sigsuspend 72
-SYS_socket     bits/syscall.h  d       656     #define SYS_socket 340
-SYS_socketcall bits/syscall.h  d       435     #define SYS_socketcall 102
-SYS_socketpair bits/syscall.h  d       663     #define SYS_socketpair 347
-SYS_splice     bits/syscall.h  d       629     #define SYS_splice 313
-SYS_ssetmask   bits/syscall.h  d       405     #define SYS_ssetmask 69
-SYS_stat       bits/syscall.h  d       439     #define SYS_stat 106
-SYS_stat64     bits/syscall.h  d       518     #define SYS_stat64 195
-SYS_statfs     bits/syscall.h  d       433     #define SYS_statfs 99
-SYS_statfs64   bits/syscall.h  d       586     #define SYS_statfs64 268
-SYS_stime      bits/syscall.h  d       369     #define SYS_stime 25
-SYS_swapoff    bits/syscall.h  d       445     #define SYS_swapoff 115
-SYS_swapon     bits/syscall.h  d       422     #define SYS_swapon 87
-SYS_symlink    bits/syscall.h  d       418     #define SYS_symlink 83
-SYS_symlinkat  bits/syscall.h  d       620     #define SYS_symlinkat 304
-SYS_sync       bits/syscall.h  d       377     #define SYS_sync 36
-SYS_sync_file_range    bits/syscall.h  d       630     #define SYS_sync_file_range 314
-SYS_syncfs     bits/syscall.h  d       678     #define SYS_syncfs 362
-SYS_sysfs      bits/syscall.h  d       463     #define SYS_sysfs 135
-SYS_sysinfo    bits/syscall.h  d       446     #define SYS_sysinfo 116
-SYS_syslog     bits/syscall.h  d       436     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       631     #define SYS_tee 315
-SYS_tgkill     bits/syscall.h  d       588     #define SYS_tgkill 270
-SYS_time       bits/syscall.h  d       358     #define SYS_time 13
-SYS_timer_create       bits/syscall.h  d       577     #define SYS_timer_create 259
-SYS_timer_delete       bits/syscall.h  d       581     #define SYS_timer_delete 263
-SYS_timer_getoverrun   bits/syscall.h  d       580     #define SYS_timer_getoverrun 262
-SYS_timer_gettime      bits/syscall.h  d       579     #define SYS_timer_gettime 261
-SYS_timer_settime      bits/syscall.h  d       578     #define SYS_timer_settime 260
-SYS_timerfd_create     bits/syscall.h  d       638     #define SYS_timerfd_create 322
-SYS_timerfd_gettime    bits/syscall.h  d       642     #define SYS_timerfd_gettime 326
-SYS_timerfd_settime    bits/syscall.h  d       641     #define SYS_timerfd_settime 325
-SYS_times      bits/syscall.h  d       384     #define SYS_times 43
-SYS_tkill      bits/syscall.h  d       559     #define SYS_tkill 238
-SYS_truncate   bits/syscall.h  d       427     #define SYS_truncate 92
-SYS_truncate64 bits/syscall.h  d       516     #define SYS_truncate64 193
-SYS_ugetrlimit bits/syscall.h  d       514     #define SYS_ugetrlimit 191
-SYS_umask      bits/syscall.h  d       396     #define SYS_umask 60
-SYS_umount     bits/syscall.h  d       366     #define SYS_umount 22
-SYS_umount2    bits/syscall.h  d       392     #define SYS_umount2 52
-SYS_uname      bits/syscall.h  d       452     #define SYS_uname 122
-SYS_unlink     bits/syscall.h  d       355     #define SYS_unlink 10
-SYS_unlinkat   bits/syscall.h  d       617     #define SYS_unlinkat 301
-SYS_unshare    bits/syscall.h  d       626     #define SYS_unshare 310
-SYS_uselib     bits/syscall.h  d       421     #define SYS_uselib 86
-SYS_ustat      bits/syscall.h  d       398     #define SYS_ustat 62
-SYS_utime      bits/syscall.h  d       374     #define SYS_utime 30
-SYS_utimensat  bits/syscall.h  d       636     #define SYS_utimensat 320
-SYS_utimes     bits/syscall.h  d       589     #define SYS_utimes 271
-SYS_vfork      bits/syscall.h  d       513     #define SYS_vfork 190
-SYS_vhangup    bits/syscall.h  d       443     #define SYS_vhangup 111
-SYS_vmsplice   bits/syscall.h  d       632     #define SYS_vmsplice 316
-SYS_wait4      bits/syscall.h  d       444     #define SYS_wait4 114
-SYS_waitid     bits/syscall.h  d       601     #define SYS_waitid 284
-SYS_waitpid    bits/syscall.h  d       352     #define SYS_waitpid 7
-SYS_write      bits/syscall.h  d       349     #define SYS_write 4
-SYS_writev     bits/syscall.h  d       473     #define SYS_writev 146
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       26      #define TCFLSH _IO('t', 31)
-TCGETA bits/ioctl.h    d       19      #define TCGETA _IOR('t', 23, char[18])
-TCGETS bits/ioctl.h    d       84      #define TCGETS _IO('T', 1)
-TCGETS2        bits/ioctl.h    d       88      #define TCGETS2 _IOR('T', 42, char[44])
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       24      #define TCSBRK _IO('t', 29)
-TCSBRKP        bits/ioctl.h    d       80      #define TCSBRKP _IOW('T', 37, int)
-TCSETA bits/ioctl.h    d       20      #define TCSETA _IOW('t', 24, char[18])
-TCSETAF        bits/ioctl.h    d       22      #define TCSETAF _IOW('t', 28, char[18])
-TCSETAW        bits/ioctl.h    d       21      #define TCSETAW _IOW('t', 25, char[18])
-TCSETS bits/ioctl.h    d       85      #define TCSETS _IO('T', 2)
-TCSETS2        bits/ioctl.h    d       89      #define TCSETS2 _IOW('T', 43, char[44])
-TCSETSF        bits/ioctl.h    d       87      #define TCSETSF _IO('T', 4)
-TCSETSF2       bits/ioctl.h    d       91      #define TCSETSF2 _IOW('T', 45, char[44])
-TCSETSW        bits/ioctl.h    d       86      #define TCSETSW _IO('T', 3)
-TCSETSW2       bits/ioctl.h    d       90      #define TCSETSW2 _IOW('T', 44, char[44])
-TCXONC bits/ioctl.h    d       25      #define TCXONC _IO('t', 30)
-TIOCCBRK       bits/ioctl.h    d       82      #define TIOCCBRK _IO('T', 40)
-TIOCCONS       bits/ioctl.h    d       64      #define TIOCCONS _IO('T', 29)
-TIOCEXCL       bits/ioctl.h    d       37      #define TIOCEXCL _IO('T', 12)
-TIOCGDEV       bits/ioctl.h    d       94      #define TIOCGDEV _IOR('T', 50, unsigned int)
-TIOCGETD       bits/ioctl.h    d       79      #define TIOCGETD _IOR('T', 36, int)
-TIOCGEXCL      bits/ioctl.h    d       99      #define TIOCGEXCL _IOR('T', 64, int)
-TIOCGICOUNT    bits/ioctl.h    d       113     #define TIOCGICOUNT _IO('T', 93)
-TIOCGLCKTRMIOS bits/ioctl.h    d       104     #define TIOCGLCKTRMIOS _IO('T', 86)
-TIOCGPGRP      bits/ioctl.h    d       35      #define TIOCGPGRP _IOR('t', 119, int)
-TIOCGPKT       bits/ioctl.h    d       97      #define TIOCGPKT _IOR('T', 56, int)
-TIOCGPTLCK     bits/ioctl.h    d       98      #define TIOCGPTLCK _IOR('T', 57, int)
-TIOCGPTN       bits/ioctl.h    d       92      #define TIOCGPTN _IOR('T', 48, unsigned int)
-TIOCGSERIAL    bits/ioctl.h    d       65      #define TIOCGSERIAL _IOR('T', 30, char[60])
-TIOCGSID       bits/ioctl.h    d       83      #define TIOCGSID _IOR('T', 41, int)
-TIOCGSOFTCAR   bits/ioctl.h    d       61      #define TIOCGSOFTCAR _IOR('T', 25, unsigned int)
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ _IOR('t', 104, char[8])
-TIOCINQ        bits/ioctl.h    d       16      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       63      #define TIOCLINUX _IOW('T', 28, char)
-TIOCMBIC       bits/ioctl.h    d       44      #define TIOCMBIC _IOW('T', 23, unsigned int)
-TIOCMBIS       bits/ioctl.h    d       43      #define TIOCMBIS _IOW('T', 22, unsigned int)
-TIOCMGET       bits/ioctl.h    d       42      #define TIOCMGET _IOR('T', 21, unsigned int)
-TIOCMIWAIT     bits/ioctl.h    d       112     #define TIOCMIWAIT _IO('T', 92)
-TIOCMSET       bits/ioctl.h    d       45      #define TIOCMSET _IOW('T', 24, unsigned int)
-TIOCM_CAR      bits/ioctl.h    d       52      #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       55      #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       51      #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       54      #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       47      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       46      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       59      #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       122     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       57      #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       58      #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       56      #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       53      #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       48      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       50      #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       49      #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       77      #define TIOCNOTTY _IO('T', 34)
-TIOCNXCL       bits/ioctl.h    d       38      #define TIOCNXCL _IO('T', 13)
-TIOCOUTQ       bits/ioctl.h    d       32      #define TIOCOUTQ _IOR('t', 115, int)
-TIOCPKT        bits/ioctl.h    d       67      #define TIOCPKT _IOW('T', 32, int)
-TIOCPKT_DATA   bits/ioctl.h    d       68      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       74      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       69      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       70      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       75      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       73      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       72      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       71      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       81      #define TIOCSBRK _IO('T', 39)
-TIOCSCTTY      bits/ioctl.h    d       39      #define TIOCSCTTY _IO('T', 14)
-TIOCSERCONFIG  bits/ioctl.h    d       101     #define TIOCSERCONFIG _IO('T', 83)
-TIOCSERGETLSR  bits/ioctl.h    d       107     #define TIOCSERGETLSR _IOR('T', 89, unsigned int)
-TIOCSERGETMULTI        bits/ioctl.h    d       109     #define TIOCSERGETMULTI _IOR('T', 90, char[168])
-TIOCSERGSTRUCT bits/ioctl.h    d       106     #define TIOCSERGSTRUCT _IOR('T', 88, char[216])
-TIOCSERGWILD   bits/ioctl.h    d       102     #define TIOCSERGWILD _IOR('T', 84, int)
-TIOCSERSETMULTI        bits/ioctl.h    d       110     #define TIOCSERSETMULTI _IOW('T', 91, char[168])
-TIOCSERSWILD   bits/ioctl.h    d       103     #define TIOCSERSWILD _IOW('T', 85, int)
-TIOCSER_TEMT   bits/ioctl.h    d       108     #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       78      #define TIOCSETD _IOW('T', 35, int)
-TIOCSIG        bits/ioctl.h    d       95      #define TIOCSIG _IOW('T', 54, int)
-TIOCSLCKTRMIOS bits/ioctl.h    d       105     #define TIOCSLCKTRMIOS _IO('T', 87)
-TIOCSPGRP      bits/ioctl.h    d       34      #define TIOCSPGRP _IOW('t', 118, int)
-TIOCSPTLCK     bits/ioctl.h    d       93      #define TIOCSPTLCK _IOW('T', 49, int)
-TIOCSSERIAL    bits/ioctl.h    d       66      #define TIOCSSERIAL _IOW('T', 31, char[60])
-TIOCSSOFTCAR   bits/ioctl.h    d       62      #define TIOCSSOFTCAR _IOW('T', 26, unsigned int)
-TIOCSTART      bits/ioctl.h    d       30      #define TIOCSTART _IO('t', 110)
-TIOCSTI        bits/ioctl.h    d       41      #define TIOCSTI _IOW('T', 18, char)
-TIOCSTOP       bits/ioctl.h    d       31      #define TIOCSTOP _IO('t', 111)
-TIOCSWINSZ     bits/ioctl.h    d       28      #define TIOCSWINSZ _IOW('t', 103, char[8])
-TIOCVHANGUP    bits/ioctl.h    d       96      #define TIOCVHANGUP _IO('T', 55)
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       87      #define _NSIG 65
-_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       1       #define _POSIX_V6_ILP32_OFFBIG 1
-_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       2       #define _POSIX_V7_ILP32_OFFBIG 1
-_Reg   bits/alltypes.h d       3       #define _Reg int
-__BYTE_ORDER   bits/endian.h   d       2       #define __BYTE_ORDER __BIG_ENDIAN
-__BYTE_ORDER   bits/endian.h   d       4       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       344     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       211     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       206     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       248     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       243     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       74      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       201     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       31      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       26      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       216     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       221     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       279     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       269     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       196     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       130     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       135     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       140     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       125     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       145     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       109     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       284     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       356     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       37      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       350     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       181     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       64      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       186     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       191     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       264     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       54      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       84      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       333     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       69      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       328     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       313     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       59      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       323     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       308     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       79      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       338     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       318     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       296     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       302     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       99      #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       119     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       114     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       379     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       362     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       89      #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       374     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       104     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       368     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       258     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       253     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       48      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       43      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       238     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       170     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       274     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       155     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       160     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       165     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       150     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       175     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       94      #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       289     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       232     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       227     #define __DEFINED_wint_t
-__NR__llseek   bits/syscall.h  d       123     #define __NR__llseek 140
-__NR__newselect        bits/syscall.h  d       125     #define __NR__newselect 142
-__NR__sysctl   bits/syscall.h  d       132     #define __NR__sysctl 149
-__NR_accept    bits/syscall.h  d       316     #define __NR_accept 344
-__NR_accept4   bits/syscall.h  d       330     #define __NR_accept4 358
-__NR_access    bits/syscall.h  d       31      #define __NR_access 33
-__NR_acct      bits/syscall.h  d       47      #define __NR_acct 51
-__NR_add_key   bits/syscall.h  d       258     #define __NR_add_key 285
-__NR_adjtimex  bits/syscall.h  d       110     #define __NR_adjtimex 124
-__NR_alarm     bits/syscall.h  d       27      #define __NR_alarm 27
-__NR_bdflush   bits/syscall.h  d       118     #define __NR_bdflush 134
-__NR_bind      bits/syscall.h  d       313     #define __NR_bind 341
-__NR_brk       bits/syscall.h  d       41      #define __NR_brk 45
-__NR_cacheflush        bits/syscall.h  d       109     #define __NR_cacheflush 123
-__NR_capget    bits/syscall.h  d       165     #define __NR_capget 184
-__NR_capset    bits/syscall.h  d       166     #define __NR_capset 185
-__NR_chdir     bits/syscall.h  d       13      #define __NR_chdir 12
-__NR_chmod     bits/syscall.h  d       16      #define __NR_chmod 15
-__NR_chown     bits/syscall.h  d       163     #define __NR_chown 182
-__NR_chown32   bits/syscall.h  d       191     #define __NR_chown32 212
-__NR_chroot    bits/syscall.h  d       53      #define __NR_chroot 61
-__NR_clock_adjtime     bits/syscall.h  d       333     #define __NR_clock_adjtime 361
-__NR_clock_getres      bits/syscall.h  d       240     #define __NR_clock_getres 266
-__NR_clock_gettime     bits/syscall.h  d       239     #define __NR_clock_gettime 265
-__NR_clock_nanosleep   bits/syscall.h  d       241     #define __NR_clock_nanosleep 267
-__NR_clock_settime     bits/syscall.h  d       238     #define __NR_clock_settime 264
-__NR_clone     bits/syscall.h  d       106     #define __NR_clone 120
-__NR_close     bits/syscall.h  d       7       #define __NR_close 6
-__NR_connect   bits/syscall.h  d       314     #define __NR_connect 342
-__NR_creat     bits/syscall.h  d       9       #define __NR_creat 8
-__NR_delete_module     bits/syscall.h  d       114     #define __NR_delete_module 129
-__NR_dup       bits/syscall.h  d       38      #define __NR_dup 41
-__NR_dup2      bits/syscall.h  d       55      #define __NR_dup2 63
-__NR_dup3      bits/syscall.h  d       302     #define __NR_dup3 330
-__NR_epoll_create      bits/syscall.h  d       228     #define __NR_epoll_create 254
-__NR_epoll_create1     bits/syscall.h  d       301     #define __NR_epoll_create1 329
-__NR_epoll_ctl bits/syscall.h  d       229     #define __NR_epoll_ctl 255
-__NR_epoll_pwait       bits/syscall.h  d       291     #define __NR_epoll_pwait 319
-__NR_epoll_wait        bits/syscall.h  d       230     #define __NR_epoll_wait 256
-__NR_eventfd   bits/syscall.h  d       295     #define __NR_eventfd 323
-__NR_eventfd2  bits/syscall.h  d       300     #define __NR_eventfd2 328
-__NR_execve    bits/syscall.h  d       12      #define __NR_execve 11
-__NR_exit      bits/syscall.h  d       2       #define __NR_exit 1
-__NR_exit_group        bits/syscall.h  d       226     #define __NR_exit_group 252
-__NR_faccessat bits/syscall.h  d       279     #define __NR_faccessat 307
-__NR_fadvise64 bits/syscall.h  d       225     #define __NR_fadvise64 250
-__NR_fadvise64_64      bits/syscall.h  d       246     #define __NR_fadvise64_64 272
-__NR_fallocate bits/syscall.h  d       296     #define __NR_fallocate 324
-__NR_fanotify_init     bits/syscall.h  d       309     #define __NR_fanotify_init 337
-__NR_fanotify_mark     bits/syscall.h  d       310     #define __NR_fanotify_mark 338
-__NR_fchdir    bits/syscall.h  d       117     #define __NR_fchdir 133
-__NR_fchmod    bits/syscall.h  d       85      #define __NR_fchmod 94
-__NR_fchmodat  bits/syscall.h  d       278     #define __NR_fchmodat 306
-__NR_fchown    bits/syscall.h  d       86      #define __NR_fchown 95
-__NR_fchown32  bits/syscall.h  d       186     #define __NR_fchown32 207
-__NR_fchownat  bits/syscall.h  d       270     #define __NR_fchownat 298
-__NR_fcntl     bits/syscall.h  d       50      #define __NR_fcntl 55
-__NR_fcntl64   bits/syscall.h  d       200     #define __NR_fcntl64 221
-__NR_fdatasync bits/syscall.h  d       131     #define __NR_fdatasync 148
-__NR_fgetxattr bits/syscall.h  d       208     #define __NR_fgetxattr 231
-__NR_finit_module      bits/syscall.h  d       340     #define __NR_finit_module 368
-__NR_flistxattr        bits/syscall.h  d       211     #define __NR_flistxattr 234
-__NR_flock     bits/syscall.h  d       126     #define __NR_flock 143
-__NR_fork      bits/syscall.h  d       3       #define __NR_fork 2
-__NR_fremovexattr      bits/syscall.h  d       214     #define __NR_fremovexattr 237
-__NR_fsetxattr bits/syscall.h  d       205     #define __NR_fsetxattr 228
-__NR_fstat     bits/syscall.h  d       97      #define __NR_fstat 108
-__NR_fstat64   bits/syscall.h  d       176     #define __NR_fstat64 197
-__NR_fstatat64 bits/syscall.h  d       272     #define __NR_fstatat64 300
-__NR_fstatfs   bits/syscall.h  d       90      #define __NR_fstatfs 100
-__NR_fstatfs64 bits/syscall.h  d       243     #define __NR_fstatfs64 269
-__NR_fsync     bits/syscall.h  d       104     #define __NR_fsync 118
-__NR_ftruncate bits/syscall.h  d       84      #define __NR_ftruncate 93
-__NR_ftruncate64       bits/syscall.h  d       173     #define __NR_ftruncate64 194
-__NR_futex     bits/syscall.h  d       217     #define __NR_futex 240
-__NR_futimesat bits/syscall.h  d       271     #define __NR_futimesat 299
-__NR_get_mempolicy     bits/syscall.h  d       248     #define __NR_get_mempolicy 275
-__NR_get_robust_list   bits/syscall.h  d       284     #define __NR_get_robust_list 312
-__NR_getcpu    bits/syscall.h  d       290     #define __NR_getcpu 318
-__NR_getcwd    bits/syscall.h  d       164     #define __NR_getcwd 183
-__NR_getdents  bits/syscall.h  d       124     #define __NR_getdents 141
-__NR_getdents64        bits/syscall.h  d       199     #define __NR_getdents64 220
-__NR_getegid   bits/syscall.h  d       46      #define __NR_getegid 50
-__NR_getegid32 bits/syscall.h  d       181     #define __NR_getegid32 202
-__NR_geteuid   bits/syscall.h  d       45      #define __NR_geteuid 49
-__NR_geteuid32 bits/syscall.h  d       180     #define __NR_geteuid32 201
-__NR_getgid    bits/syscall.h  d       43      #define __NR_getgid 47
-__NR_getgid32  bits/syscall.h  d       179     #define __NR_getgid32 200
-__NR_getgroups bits/syscall.h  d       72      #define __NR_getgroups 80
-__NR_getgroups32       bits/syscall.h  d       184     #define __NR_getgroups32 205
-__NR_getitimer bits/syscall.h  d       94      #define __NR_getitimer 105
-__NR_getpeername       bits/syscall.h  d       318     #define __NR_getpeername 346
-__NR_getpgid   bits/syscall.h  d       116     #define __NR_getpgid 132
-__NR_getpgrp   bits/syscall.h  d       57      #define __NR_getpgrp 65
-__NR_getpid    bits/syscall.h  d       20      #define __NR_getpid 20
-__NR_getppid   bits/syscall.h  d       56      #define __NR_getppid 64
-__NR_getpriority       bits/syscall.h  d       87      #define __NR_getpriority 96
-__NR_getresgid bits/syscall.h  d       152     #define __NR_getresgid 171
-__NR_getresgid32       bits/syscall.h  d       190     #define __NR_getresgid32 211
-__NR_getresuid bits/syscall.h  d       148     #define __NR_getresuid 165
-__NR_getresuid32       bits/syscall.h  d       188     #define __NR_getresuid32 209
-__NR_getrlimit bits/syscall.h  d       68      #define __NR_getrlimit 76
-__NR_getrusage bits/syscall.h  d       69      #define __NR_getrusage 77
-__NR_getsid    bits/syscall.h  d       130     #define __NR_getsid 147
-__NR_getsockname       bits/syscall.h  d       317     #define __NR_getsockname 345
-__NR_getsockopt        bits/syscall.h  d       326     #define __NR_getsockopt 354
-__NR_gettid    bits/syscall.h  d       201     #define __NR_gettid 224
-__NR_gettimeofday      bits/syscall.h  d       70      #define __NR_gettimeofday 78
-__NR_getuid    bits/syscall.h  d       24      #define __NR_getuid 24
-__NR_getuid32  bits/syscall.h  d       178     #define __NR_getuid32 199
-__NR_getxattr  bits/syscall.h  d       206     #define __NR_getxattr 229
-__NR_init_module       bits/syscall.h  d       113     #define __NR_init_module 128
-__NR_inotify_add_watch bits/syscall.h  d       264     #define __NR_inotify_add_watch 291
-__NR_inotify_init      bits/syscall.h  d       263     #define __NR_inotify_init 290
-__NR_inotify_init1     bits/syscall.h  d       304     #define __NR_inotify_init1 332
-__NR_inotify_rm_watch  bits/syscall.h  d       265     #define __NR_inotify_rm_watch 292
-__NR_io_cancel bits/syscall.h  d       224     #define __NR_io_cancel 249
-__NR_io_destroy        bits/syscall.h  d       221     #define __NR_io_destroy 246
-__NR_io_getevents      bits/syscall.h  d       222     #define __NR_io_getevents 247
-__NR_io_setup  bits/syscall.h  d       220     #define __NR_io_setup 245
-__NR_io_submit bits/syscall.h  d       223     #define __NR_io_submit 248
-__NR_ioctl     bits/syscall.h  d       49      #define __NR_ioctl 54
-__NR_ioprio_get        bits/syscall.h  d       262     #define __NR_ioprio_get 289
-__NR_ioprio_set        bits/syscall.h  d       261     #define __NR_ioprio_set 288
-__NR_ipc       bits/syscall.h  d       103     #define __NR_ipc 117
-__NR_kcmp      bits/syscall.h  d       339     #define __NR_kcmp 367
-__NR_kexec_load        bits/syscall.h  d       256     #define __NR_kexec_load 283
-__NR_keyctl    bits/syscall.h  d       260     #define __NR_keyctl 287
-__NR_kill      bits/syscall.h  d       34      #define __NR_kill 37
-__NR_lchown    bits/syscall.h  d       17      #define __NR_lchown 16
-__NR_lchown32  bits/syscall.h  d       177     #define __NR_lchown32 198
-__NR_lgetxattr bits/syscall.h  d       207     #define __NR_lgetxattr 230
-__NR_link      bits/syscall.h  d       10      #define __NR_link 9
-__NR_linkat    bits/syscall.h  d       275     #define __NR_linkat 303
-__NR_listen    bits/syscall.h  d       315     #define __NR_listen 343
-__NR_listxattr bits/syscall.h  d       209     #define __NR_listxattr 232
-__NR_llistxattr        bits/syscall.h  d       210     #define __NR_llistxattr 233
-__NR_lookup_dcookie    bits/syscall.h  d       227     #define __NR_lookup_dcookie 253
-__NR_lremovexattr      bits/syscall.h  d       213     #define __NR_lremovexattr 236
-__NR_lseek     bits/syscall.h  d       19      #define __NR_lseek 19
-__NR_lsetxattr bits/syscall.h  d       204     #define __NR_lsetxattr 227
-__NR_lstat     bits/syscall.h  d       96      #define __NR_lstat 107
-__NR_lstat64   bits/syscall.h  d       175     #define __NR_lstat64 196
-__NR_madvise   bits/syscall.h  d       198     #define __NR_madvise 219
-__NR_mbind     bits/syscall.h  d       247     #define __NR_mbind 274
-__NR_migrate_pages     bits/syscall.h  d       266     #define __NR_migrate_pages 294
-__NR_mincore   bits/syscall.h  d       197     #define __NR_mincore 218
-__NR_mkdir     bits/syscall.h  d       36      #define __NR_mkdir 39
-__NR_mkdirat   bits/syscall.h  d       268     #define __NR_mkdirat 296
-__NR_mknod     bits/syscall.h  d       15      #define __NR_mknod 14
-__NR_mknodat   bits/syscall.h  d       269     #define __NR_mknodat 297
-__NR_mlock     bits/syscall.h  d       133     #define __NR_mlock 150
-__NR_mlockall  bits/syscall.h  d       135     #define __NR_mlockall 152
-__NR_mmap      bits/syscall.h  d       81      #define __NR_mmap 90
-__NR_mmap2     bits/syscall.h  d       171     #define __NR_mmap2 192
-__NR_mount     bits/syscall.h  d       21      #define __NR_mount 21
-__NR_move_pages        bits/syscall.h  d       289     #define __NR_move_pages 317
-__NR_mprotect  bits/syscall.h  d       111     #define __NR_mprotect 125
-__NR_mq_getsetattr     bits/syscall.h  d       255     #define __NR_mq_getsetattr 282
-__NR_mq_notify bits/syscall.h  d       254     #define __NR_mq_notify 281
-__NR_mq_open   bits/syscall.h  d       250     #define __NR_mq_open 277
-__NR_mq_timedreceive   bits/syscall.h  d       253     #define __NR_mq_timedreceive 280
-__NR_mq_timedsend      bits/syscall.h  d       252     #define __NR_mq_timedsend 279
-__NR_mq_unlink bits/syscall.h  d       251     #define __NR_mq_unlink 278
-__NR_mremap    bits/syscall.h  d       146     #define __NR_mremap 163
-__NR_msync     bits/syscall.h  d       127     #define __NR_msync 144
-__NR_munlock   bits/syscall.h  d       134     #define __NR_munlock 151
-__NR_munlockall        bits/syscall.h  d       136     #define __NR_munlockall 153
-__NR_munmap    bits/syscall.h  d       82      #define __NR_munmap 91
-__NR_name_to_handle_at bits/syscall.h  d       331     #define __NR_name_to_handle_at 359
-__NR_nanosleep bits/syscall.h  d       145     #define __NR_nanosleep 162
-__NR_nfsservctl        bits/syscall.h  d       150     #define __NR_nfsservctl 169
-__NR_nice      bits/syscall.h  d       32      #define __NR_nice 34
-__NR_oldfstat  bits/syscall.h  d       28      #define __NR_oldfstat 28
-__NR_oldlstat  bits/syscall.h  d       75      #define __NR_oldlstat 84
-__NR_oldstat   bits/syscall.h  d       18      #define __NR_oldstat 18
-__NR_olduname  bits/syscall.h  d       98      #define __NR_olduname 109
-__NR_open      bits/syscall.h  d       6       #define __NR_open 5
-__NR_open_by_handle_at bits/syscall.h  d       332     #define __NR_open_by_handle_at 360
-__NR_openat    bits/syscall.h  d       267     #define __NR_openat 295
-__NR_pause     bits/syscall.h  d       29      #define __NR_pause 29
-__NR_perf_event_open   bits/syscall.h  d       308     #define __NR_perf_event_open 336
-__NR_personality       bits/syscall.h  d       120     #define __NR_personality 136
-__NR_pipe      bits/syscall.h  d       39      #define __NR_pipe 42
-__NR_pipe2     bits/syscall.h  d       303     #define __NR_pipe2 331
-__NR_pivot_root        bits/syscall.h  d       196     #define __NR_pivot_root 217
-__NR_poll      bits/syscall.h  d       149     #define __NR_poll 168
-__NR_ppoll     bits/syscall.h  d       281     #define __NR_ppoll 309
-__NR_prctl     bits/syscall.h  d       153     #define __NR_prctl 172
-__NR_pread64   bits/syscall.h  d       161     #define __NR_pread64 180
-__NR_preadv    bits/syscall.h  d       305     #define __NR_preadv 333
-__NR_prlimit64 bits/syscall.h  d       311     #define __NR_prlimit64 339
-__NR_process_vm_readv  bits/syscall.h  d       337     #define __NR_process_vm_readv 365
-__NR_process_vm_writev bits/syscall.h  d       338     #define __NR_process_vm_writev 366
-__NR_pselect6  bits/syscall.h  d       280     #define __NR_pselect6 308
-__NR_ptrace    bits/syscall.h  d       26      #define __NR_ptrace 26
-__NR_pwrite64  bits/syscall.h  d       162     #define __NR_pwrite64 181
-__NR_pwritev   bits/syscall.h  d       306     #define __NR_pwritev 334
-__NR_quotactl  bits/syscall.h  d       115     #define __NR_quotactl 131
-__NR_read      bits/syscall.h  d       4       #define __NR_read 3
-__NR_readahead bits/syscall.h  d       202     #define __NR_readahead 225
-__NR_readdir   bits/syscall.h  d       80      #define __NR_readdir 89
-__NR_readlink  bits/syscall.h  d       76      #define __NR_readlink 85
-__NR_readlinkat        bits/syscall.h  d       277     #define __NR_readlinkat 305
-__NR_readv     bits/syscall.h  d       128     #define __NR_readv 145
-__NR_reboot    bits/syscall.h  d       79      #define __NR_reboot 88
-__NR_recv      bits/syscall.h  d       322     #define __NR_recv 350
-__NR_recvfrom  bits/syscall.h  d       323     #define __NR_recvfrom 351
-__NR_recvmmsg  bits/syscall.h  d       329     #define __NR_recvmmsg 357
-__NR_recvmsg   bits/syscall.h  d       328     #define __NR_recvmsg 356
-__NR_remap_file_pages  bits/syscall.h  d       231     #define __NR_remap_file_pages 257
-__NR_removexattr       bits/syscall.h  d       212     #define __NR_removexattr 235
-__NR_rename    bits/syscall.h  d       35      #define __NR_rename 38
-__NR_renameat  bits/syscall.h  d       274     #define __NR_renameat 302
-__NR_request_key       bits/syscall.h  d       259     #define __NR_request_key 286
-__NR_restart_syscall   bits/syscall.h  d       1       #define __NR_restart_syscall 0
-__NR_rmdir     bits/syscall.h  d       37      #define __NR_rmdir 40
-__NR_rt_sigaction      bits/syscall.h  d       155     #define __NR_rt_sigaction 174
-__NR_rt_sigpending     bits/syscall.h  d       157     #define __NR_rt_sigpending 176
-__NR_rt_sigprocmask    bits/syscall.h  d       156     #define __NR_rt_sigprocmask 175
-__NR_rt_sigqueueinfo   bits/syscall.h  d       159     #define __NR_rt_sigqueueinfo 178
-__NR_rt_sigreturn      bits/syscall.h  d       154     #define __NR_rt_sigreturn 173
-__NR_rt_sigsuspend     bits/syscall.h  d       160     #define __NR_rt_sigsuspend 179
-__NR_rt_sigtimedwait   bits/syscall.h  d       158     #define __NR_rt_sigtimedwait 177
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       307     #define __NR_rt_tgsigqueueinfo 335
-__NR_sched_get_priority_max    bits/syscall.h  d       142     #define __NR_sched_get_priority_max 159
-__NR_sched_get_priority_min    bits/syscall.h  d       143     #define __NR_sched_get_priority_min 160
-__NR_sched_getaffinity bits/syscall.h  d       219     #define __NR_sched_getaffinity 242
-__NR_sched_getparam    bits/syscall.h  d       138     #define __NR_sched_getparam 155
-__NR_sched_getscheduler        bits/syscall.h  d       140     #define __NR_sched_getscheduler 157
-__NR_sched_rr_get_interval     bits/syscall.h  d       144     #define __NR_sched_rr_get_interval 161
-__NR_sched_setaffinity bits/syscall.h  d       218     #define __NR_sched_setaffinity 241
-__NR_sched_setparam    bits/syscall.h  d       137     #define __NR_sched_setparam 154
-__NR_sched_setscheduler        bits/syscall.h  d       139     #define __NR_sched_setscheduler 156
-__NR_sched_yield       bits/syscall.h  d       141     #define __NR_sched_yield 158
-__NR_send      bits/syscall.h  d       320     #define __NR_send 348
-__NR_sendfile  bits/syscall.h  d       168     #define __NR_sendfile 187
-__NR_sendfile64        bits/syscall.h  d       216     #define __NR_sendfile64 239
-__NR_sendmmsg  bits/syscall.h  d       335     #define __NR_sendmmsg 363
-__NR_sendmsg   bits/syscall.h  d       327     #define __NR_sendmsg 355
-__NR_sendto    bits/syscall.h  d       321     #define __NR_sendto 349
-__NR_set_mempolicy     bits/syscall.h  d       249     #define __NR_set_mempolicy 276
-__NR_set_robust_list   bits/syscall.h  d       283     #define __NR_set_robust_list 311
-__NR_set_tid_address   bits/syscall.h  d       232     #define __NR_set_tid_address 258
-__NR_setdomainname     bits/syscall.h  d       107     #define __NR_setdomainname 121
-__NR_setfsgid  bits/syscall.h  d       122     #define __NR_setfsgid 139
-__NR_setfsgid32        bits/syscall.h  d       195     #define __NR_setfsgid32 216
-__NR_setfsuid  bits/syscall.h  d       121     #define __NR_setfsuid 138
-__NR_setfsuid32        bits/syscall.h  d       194     #define __NR_setfsuid32 215
-__NR_setgid    bits/syscall.h  d       42      #define __NR_setgid 46
-__NR_setgid32  bits/syscall.h  d       193     #define __NR_setgid32 214
-__NR_setgroups bits/syscall.h  d       73      #define __NR_setgroups 81
-__NR_setgroups32       bits/syscall.h  d       185     #define __NR_setgroups32 206
-__NR_sethostname       bits/syscall.h  d       66      #define __NR_sethostname 74
-__NR_setitimer bits/syscall.h  d       93      #define __NR_setitimer 104
-__NR_setns     bits/syscall.h  d       336     #define __NR_setns 364
-__NR_setpgid   bits/syscall.h  d       51      #define __NR_setpgid 57
-__NR_setpriority       bits/syscall.h  d       88      #define __NR_setpriority 97
-__NR_setregid  bits/syscall.h  d       63      #define __NR_setregid 71
-__NR_setregid32        bits/syscall.h  d       183     #define __NR_setregid32 204
-__NR_setresgid bits/syscall.h  d       151     #define __NR_setresgid 170
-__NR_setresgid32       bits/syscall.h  d       189     #define __NR_setresgid32 210
-__NR_setresuid bits/syscall.h  d       147     #define __NR_setresuid 164
-__NR_setresuid32       bits/syscall.h  d       187     #define __NR_setresuid32 208
-__NR_setreuid  bits/syscall.h  d       62      #define __NR_setreuid 70
-__NR_setreuid32        bits/syscall.h  d       182     #define __NR_setreuid32 203
-__NR_setrlimit bits/syscall.h  d       67      #define __NR_setrlimit 75
-__NR_setsid    bits/syscall.h  d       58      #define __NR_setsid 66
-__NR_setsockopt        bits/syscall.h  d       325     #define __NR_setsockopt 353
-__NR_settimeofday      bits/syscall.h  d       71      #define __NR_settimeofday 79
-__NR_setuid    bits/syscall.h  d       23      #define __NR_setuid 23
-__NR_setuid32  bits/syscall.h  d       192     #define __NR_setuid32 213
-__NR_setxattr  bits/syscall.h  d       203     #define __NR_setxattr 226
-__NR_sgetmask  bits/syscall.h  d       60      #define __NR_sgetmask 68
-__NR_shutdown  bits/syscall.h  d       324     #define __NR_shutdown 352
-__NR_sigaction bits/syscall.h  d       59      #define __NR_sigaction 67
-__NR_sigaltstack       bits/syscall.h  d       167     #define __NR_sigaltstack 186
-__NR_signal    bits/syscall.h  d       44      #define __NR_signal 48
-__NR_signalfd  bits/syscall.h  d       293     #define __NR_signalfd 321
-__NR_signalfd4 bits/syscall.h  d       299     #define __NR_signalfd4 327
-__NR_sigpending        bits/syscall.h  d       65      #define __NR_sigpending 73
-__NR_sigprocmask       bits/syscall.h  d       112     #define __NR_sigprocmask 126
-__NR_sigreturn bits/syscall.h  d       105     #define __NR_sigreturn 119
-__NR_sigsuspend        bits/syscall.h  d       64      #define __NR_sigsuspend 72
-__NR_socket    bits/syscall.h  d       312     #define __NR_socket 340
-__NR_socketcall        bits/syscall.h  d       91      #define __NR_socketcall 102
-__NR_socketpair        bits/syscall.h  d       319     #define __NR_socketpair 347
-__NR_splice    bits/syscall.h  d       285     #define __NR_splice 313
-__NR_ssetmask  bits/syscall.h  d       61      #define __NR_ssetmask 69
-__NR_stat      bits/syscall.h  d       95      #define __NR_stat 106
-__NR_stat64    bits/syscall.h  d       174     #define __NR_stat64 195
-__NR_statfs    bits/syscall.h  d       89      #define __NR_statfs 99
-__NR_statfs64  bits/syscall.h  d       242     #define __NR_statfs64 268
-__NR_stime     bits/syscall.h  d       25      #define __NR_stime 25
-__NR_swapoff   bits/syscall.h  d       101     #define __NR_swapoff 115
-__NR_swapon    bits/syscall.h  d       78      #define __NR_swapon 87
-__NR_symlink   bits/syscall.h  d       74      #define __NR_symlink 83
-__NR_symlinkat bits/syscall.h  d       276     #define __NR_symlinkat 304
-__NR_sync      bits/syscall.h  d       33      #define __NR_sync 36
-__NR_sync_file_range   bits/syscall.h  d       286     #define __NR_sync_file_range 314
-__NR_syncfs    bits/syscall.h  d       334     #define __NR_syncfs 362
-__NR_sysfs     bits/syscall.h  d       119     #define __NR_sysfs 135
-__NR_sysinfo   bits/syscall.h  d       102     #define __NR_sysinfo 116
-__NR_syslog    bits/syscall.h  d       92      #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       287     #define __NR_tee 315
-__NR_tgkill    bits/syscall.h  d       244     #define __NR_tgkill 270
-__NR_time      bits/syscall.h  d       14      #define __NR_time 13
-__NR_timer_create      bits/syscall.h  d       233     #define __NR_timer_create 259
-__NR_timer_delete      bits/syscall.h  d       237     #define __NR_timer_delete 263
-__NR_timer_getoverrun  bits/syscall.h  d       236     #define __NR_timer_getoverrun 262
-__NR_timer_gettime     bits/syscall.h  d       235     #define __NR_timer_gettime 261
-__NR_timer_settime     bits/syscall.h  d       234     #define __NR_timer_settime 260
-__NR_timerfd_create    bits/syscall.h  d       294     #define __NR_timerfd_create 322
-__NR_timerfd_gettime   bits/syscall.h  d       298     #define __NR_timerfd_gettime 326
-__NR_timerfd_settime   bits/syscall.h  d       297     #define __NR_timerfd_settime 325
-__NR_times     bits/syscall.h  d       40      #define __NR_times 43
-__NR_tkill     bits/syscall.h  d       215     #define __NR_tkill 238
-__NR_truncate  bits/syscall.h  d       83      #define __NR_truncate 92
-__NR_truncate64        bits/syscall.h  d       172     #define __NR_truncate64 193
-__NR_ugetrlimit        bits/syscall.h  d       170     #define __NR_ugetrlimit 191
-__NR_umask     bits/syscall.h  d       52      #define __NR_umask 60
-__NR_umount    bits/syscall.h  d       22      #define __NR_umount 22
-__NR_umount2   bits/syscall.h  d       48      #define __NR_umount2 52
-__NR_uname     bits/syscall.h  d       108     #define __NR_uname 122
-__NR_unlink    bits/syscall.h  d       11      #define __NR_unlink 10
-__NR_unlinkat  bits/syscall.h  d       273     #define __NR_unlinkat 301
-__NR_unshare   bits/syscall.h  d       282     #define __NR_unshare 310
-__NR_uselib    bits/syscall.h  d       77      #define __NR_uselib 86
-__NR_ustat     bits/syscall.h  d       54      #define __NR_ustat 62
-__NR_utime     bits/syscall.h  d       30      #define __NR_utime 30
-__NR_utimensat bits/syscall.h  d       292     #define __NR_utimensat 320
-__NR_utimes    bits/syscall.h  d       245     #define __NR_utimes 271
-__NR_vfork     bits/syscall.h  d       169     #define __NR_vfork 190
-__NR_vhangup   bits/syscall.h  d       99      #define __NR_vhangup 111
-__NR_vmsplice  bits/syscall.h  d       288     #define __NR_vmsplice 316
-__NR_wait4     bits/syscall.h  d       100     #define __NR_wait4 114
-__NR_waitid    bits/syscall.h  d       257     #define __NR_waitid 284
-__NR_waitpid   bits/syscall.h  d       8       #define __NR_waitpid 7
-__NR_write     bits/syscall.h  d       5       #define __NR_write 4
-__NR_writev    bits/syscall.h  d       129     #define __NR_writev 146
-__WORDSIZE     bits/user.h     d       2       #define __WORDSIZE 32
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[15];
-blkcnt_t       bits/alltypes.h t       210     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       205     typedef long blksize_t;
-clock_t        bits/alltypes.h t       247     typedef long clock_t;
-clockid_t      bits/alltypes.h t       242     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       73      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       200     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       30      typedef double double_t;
-elf_fpregset_t bits/user.h     t       58      typedef struct user_fpu_struct elf_fpregset_t;
-elf_greg_t     bits/user.h     t       56      typedef unsigned long elf_greg_t;
-elf_gregset_t  bits/user.h     t       57      typedef elf_greg_t elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       24      } fenv_t;
-fexcept_t      bits/fenv.h     t       20      typedef unsigned long fexcept_t;
-float_t        bits/alltypes.h t       25      typedef float float_t;
-fpregset_t     bits/signal.h   t       11      typedef int freg_t, fpregset_t[16];
-freg_t bits/signal.h   t       11      typedef int freg_t, fpregset_t[16];
-fsblkcnt_t     bits/alltypes.h t       215     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       220     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       278     typedef unsigned gid_t;
-greg_t bits/signal.h   t       10      typedef int greg_t, gregset_t[16];
-gregset_t      bits/signal.h   t       10      typedef int greg_t, gregset_t[16];
-id_t   bits/alltypes.h t       268     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       195     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       129     typedef short int16_t;
-int32_t        bits/alltypes.h t       134     typedef int int32_t;
-int64_t        bits/alltypes.h t       139     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       124     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       144     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       108     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       283     typedef int key_t;
-locale_t       bits/alltypes.h t       355     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       36      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       349     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       20      } mcontext_t;
-mcontext_t     bits/signal.h   t       24      } mcontext_t;
-mode_t bits/alltypes.h t       180     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       63      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       185     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       190     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       263     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       53      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       83      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       332     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       68      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       327     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       312     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       58      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       322     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       307     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       78      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       337     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       317     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       295     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       301     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       98      typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       118     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       113     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       378     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       361     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       88      typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       373     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       103     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       349     
-struct __sigset_t      bits/alltypes.h s       361     
-struct __ucontext      bits/signal.h   s       33      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       367     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct pt_dspregs      bits/user.h     s       31      
-struct pt_regs bits/user.h     s       20      
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       20      
-struct sigaltstack     bits/signal.h   s       27      
-struct sigcontext      bits/signal.h   s       12      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       257     
-struct timeval bits/alltypes.h s       252     
-struct user    bits/user.h     s       60      
-struct user_fpu_struct bits/user.h     s       48      
-struct winsize bits/ioctl.h    s       115     
-suseconds_t    bits/alltypes.h t       47      typedef long suseconds_t;
-time_t bits/alltypes.h t       42      typedef long time_t;
-timer_t        bits/alltypes.h t       237     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       169     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       39      } ucontext_t;
-uid_t  bits/alltypes.h t       273     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       154     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       159     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       164     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       149     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       174     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       93      typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       288     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef long wchar_t;
-wctype_t       bits/alltypes.h t       231     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       226     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 17
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 23
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 0x7c
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 0x20
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 0x04
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 0x40
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 0x10
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 1
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 0x08
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC _IOW('f', 125, int)
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX _IO('f', 1)
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN _IOR('f', 123, int)
+FIONBIO        bits/ioctl.h    d       #define FIONBIO _IOW('f', 126, int)
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX _IO('f', 2)
+FIONREAD       bits/ioctl.h    d       #define FIONREAD _IOR('f', 127, int)
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE _IOR('f', 128, char[8])
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN _IOW('f', 124, int)
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 12
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 13
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 14
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0x100
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 15
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 2.22044604925031308085e-16L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 53
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.79769313486231570815e+308L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 308
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 1024
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 2.22507385850720138309e-308L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-307)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-1021)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 4.94065645841246544177e-324L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0100000
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 4
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+REG_FPREG0     bits/user.h     d       #define REG_FPREG0 23
+REG_FPREG15    bits/user.h     d       #define REG_FPREG15 38
+REG_FPSCR      bits/user.h     d       #define REG_FPSCR 55
+REG_FPUL       bits/user.h     d       #define REG_FPUL 56
+REG_GBR        bits/user.h     d       #define REG_GBR 19
+REG_MACH       bits/user.h     d       #define REG_MACH 20
+REG_MACL       bits/user.h     d       #define REG_MACL 21
+REG_PC bits/user.h     d       #define REG_PC 16
+REG_PR bits/user.h     d       #define REG_PR 17
+REG_REG0       bits/user.h     d       #define REG_REG0 0
+REG_REG15      bits/user.h     d       #define REG_REG15 15
+REG_SR bits/user.h     d       #define REG_SR 18
+REG_SYSCALL    bits/user.h     d       #define REG_SYSCALL 22
+REG_XFREG0     bits/user.h     d       #define REG_XFREG0 39
+REG_XFREG15    bits/user.h     d       #define REG_XFREG15 54
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 16384
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK _IOR('s', 7, int)
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP _IOW('s', 9, int)
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP _IOR('s', 100, char[8])
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP _IOW('s', 8, int)
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SYS__llseek    bits/syscall.h  d       #define SYS__llseek 140
+SYS__newselect bits/syscall.h  d       #define SYS__newselect 142
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 149
+SYS_accept     bits/syscall.h  d       #define SYS_accept 344
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 358
+SYS_access     bits/syscall.h  d       #define SYS_access 33
+SYS_acct       bits/syscall.h  d       #define SYS_acct 51
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 285
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 124
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 27
+SYS_bdflush    bits/syscall.h  d       #define SYS_bdflush 134
+SYS_bind       bits/syscall.h  d       #define SYS_bind 341
+SYS_brk        bits/syscall.h  d       #define SYS_brk 45
+SYS_cacheflush bits/syscall.h  d       #define SYS_cacheflush 123
+SYS_capget     bits/syscall.h  d       #define SYS_capget 184
+SYS_capset     bits/syscall.h  d       #define SYS_capset 185
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 12
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 15
+SYS_chown      bits/syscall.h  d       #define SYS_chown 182
+SYS_chown32    bits/syscall.h  d       #define SYS_chown32 212
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 61
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 361
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 266
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 265
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 267
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 264
+SYS_clone      bits/syscall.h  d       #define SYS_clone 120
+SYS_close      bits/syscall.h  d       #define SYS_close 6
+SYS_connect    bits/syscall.h  d       #define SYS_connect 342
+SYS_creat      bits/syscall.h  d       #define SYS_creat 8
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 129
+SYS_dup        bits/syscall.h  d       #define SYS_dup 41
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 63
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 330
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 254
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 329
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 255
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 319
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 256
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 323
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 328
+SYS_execve     bits/syscall.h  d       #define SYS_execve 11
+SYS_exit       bits/syscall.h  d       #define SYS_exit 1
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 252
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 307
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 250
+SYS_fadvise64_64       bits/syscall.h  d       #define SYS_fadvise64_64 272
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 324
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 337
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 338
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 133
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 94
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 306
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 95
+SYS_fchown32   bits/syscall.h  d       #define SYS_fchown32 207
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 298
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 55
+SYS_fcntl64    bits/syscall.h  d       #define SYS_fcntl64 221
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 148
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 231
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 368
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 234
+SYS_flock      bits/syscall.h  d       #define SYS_flock 143
+SYS_fork       bits/syscall.h  d       #define SYS_fork 2
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 237
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 228
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 108
+SYS_fstat64    bits/syscall.h  d       #define SYS_fstat64 197
+SYS_fstatat64  bits/syscall.h  d       #define SYS_fstatat64 300
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 100
+SYS_fstatfs64  bits/syscall.h  d       #define SYS_fstatfs64 269
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 118
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 93
+SYS_ftruncate64        bits/syscall.h  d       #define SYS_ftruncate64 194
+SYS_futex      bits/syscall.h  d       #define SYS_futex 240
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 299
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 275
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 312
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 318
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 183
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 141
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 220
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 50
+SYS_getegid32  bits/syscall.h  d       #define SYS_getegid32 202
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 49
+SYS_geteuid32  bits/syscall.h  d       #define SYS_geteuid32 201
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 47
+SYS_getgid32   bits/syscall.h  d       #define SYS_getgid32 200
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 80
+SYS_getgroups32        bits/syscall.h  d       #define SYS_getgroups32 205
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 105
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 346
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 132
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 65
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 20
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 64
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 96
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 171
+SYS_getresgid32        bits/syscall.h  d       #define SYS_getresgid32 211
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 165
+SYS_getresuid32        bits/syscall.h  d       #define SYS_getresuid32 209
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 76
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 77
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 147
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 345
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 354
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 224
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 78
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 24
+SYS_getuid32   bits/syscall.h  d       #define SYS_getuid32 199
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 229
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 128
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 291
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 290
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 332
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 292
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 249
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 246
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 247
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 245
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 248
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 54
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 289
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 288
+SYS_ipc        bits/syscall.h  d       #define SYS_ipc 117
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 367
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 283
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 287
+SYS_kill       bits/syscall.h  d       #define SYS_kill 37
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 16
+SYS_lchown32   bits/syscall.h  d       #define SYS_lchown32 198
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 230
+SYS_link       bits/syscall.h  d       #define SYS_link 9
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 303
+SYS_listen     bits/syscall.h  d       #define SYS_listen 343
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 232
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 233
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 253
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 236
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 19
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 227
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 107
+SYS_lstat64    bits/syscall.h  d       #define SYS_lstat64 196
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 219
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 274
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 294
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 218
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 39
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 296
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 14
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 297
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 150
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 152
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 90
+SYS_mmap2      bits/syscall.h  d       #define SYS_mmap2 192
+SYS_mount      bits/syscall.h  d       #define SYS_mount 21
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 317
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 125
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 282
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 281
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 277
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 280
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 279
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 278
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 163
+SYS_msync      bits/syscall.h  d       #define SYS_msync 144
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 151
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 153
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 91
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 359
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 162
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 169
+SYS_nice       bits/syscall.h  d       #define SYS_nice 34
+SYS_oldfstat   bits/syscall.h  d       #define SYS_oldfstat 28
+SYS_oldlstat   bits/syscall.h  d       #define SYS_oldlstat 84
+SYS_oldstat    bits/syscall.h  d       #define SYS_oldstat 18
+SYS_olduname   bits/syscall.h  d       #define SYS_olduname 109
+SYS_open       bits/syscall.h  d       #define SYS_open 5
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 360
+SYS_openat     bits/syscall.h  d       #define SYS_openat 295
+SYS_pause      bits/syscall.h  d       #define SYS_pause 29
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 336
+SYS_personality        bits/syscall.h  d       #define SYS_personality 136
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 42
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 331
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 217
+SYS_poll       bits/syscall.h  d       #define SYS_poll 168
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 309
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 172
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 180
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 333
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 339
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 365
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 366
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 308
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 26
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 181
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 334
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 131
+SYS_read       bits/syscall.h  d       #define SYS_read 3
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 225
+SYS_readdir    bits/syscall.h  d       #define SYS_readdir 89
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 85
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 305
+SYS_readv      bits/syscall.h  d       #define SYS_readv 145
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 88
+SYS_recv       bits/syscall.h  d       #define SYS_recv 350
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 351
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 357
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 356
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 257
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 235
+SYS_rename     bits/syscall.h  d       #define SYS_rename 38
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 302
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 286
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 0
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 40
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 174
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 176
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 175
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 178
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 173
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 179
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 177
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 335
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 159
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 160
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 242
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 155
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 157
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 161
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 241
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 154
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 156
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 158
+SYS_send       bits/syscall.h  d       #define SYS_send 348
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 187
+SYS_sendfile64 bits/syscall.h  d       #define SYS_sendfile64 239
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 363
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 355
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 349
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 276
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 311
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 258
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 121
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 139
+SYS_setfsgid32 bits/syscall.h  d       #define SYS_setfsgid32 216
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 138
+SYS_setfsuid32 bits/syscall.h  d       #define SYS_setfsuid32 215
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 46
+SYS_setgid32   bits/syscall.h  d       #define SYS_setgid32 214
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 81
+SYS_setgroups32        bits/syscall.h  d       #define SYS_setgroups32 206
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 74
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 104
+SYS_setns      bits/syscall.h  d       #define SYS_setns 364
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 57
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 97
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 71
+SYS_setregid32 bits/syscall.h  d       #define SYS_setregid32 204
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 170
+SYS_setresgid32        bits/syscall.h  d       #define SYS_setresgid32 210
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 164
+SYS_setresuid32        bits/syscall.h  d       #define SYS_setresuid32 208
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 70
+SYS_setreuid32 bits/syscall.h  d       #define SYS_setreuid32 203
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 75
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 66
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 353
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 79
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 23
+SYS_setuid32   bits/syscall.h  d       #define SYS_setuid32 213
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 226
+SYS_sgetmask   bits/syscall.h  d       #define SYS_sgetmask 68
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 352
+SYS_sigaction  bits/syscall.h  d       #define SYS_sigaction 67
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 186
+SYS_signal     bits/syscall.h  d       #define SYS_signal 48
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 321
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 327
+SYS_sigpending bits/syscall.h  d       #define SYS_sigpending 73
+SYS_sigprocmask        bits/syscall.h  d       #define SYS_sigprocmask 126
+SYS_sigreturn  bits/syscall.h  d       #define SYS_sigreturn 119
+SYS_sigsuspend bits/syscall.h  d       #define SYS_sigsuspend 72
+SYS_socket     bits/syscall.h  d       #define SYS_socket 340
+SYS_socketcall bits/syscall.h  d       #define SYS_socketcall 102
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 347
+SYS_splice     bits/syscall.h  d       #define SYS_splice 313
+SYS_ssetmask   bits/syscall.h  d       #define SYS_ssetmask 69
+SYS_stat       bits/syscall.h  d       #define SYS_stat 106
+SYS_stat64     bits/syscall.h  d       #define SYS_stat64 195
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 99
+SYS_statfs64   bits/syscall.h  d       #define SYS_statfs64 268
+SYS_stime      bits/syscall.h  d       #define SYS_stime 25
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 115
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 87
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 83
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 304
+SYS_sync       bits/syscall.h  d       #define SYS_sync 36
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 314
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 362
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 135
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 116
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 315
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 270
+SYS_time       bits/syscall.h  d       #define SYS_time 13
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 259
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 263
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 262
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 261
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 260
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 322
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 326
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 325
+SYS_times      bits/syscall.h  d       #define SYS_times 43
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 238
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 92
+SYS_truncate64 bits/syscall.h  d       #define SYS_truncate64 193
+SYS_ugetrlimit bits/syscall.h  d       #define SYS_ugetrlimit 191
+SYS_umask      bits/syscall.h  d       #define SYS_umask 60
+SYS_umount     bits/syscall.h  d       #define SYS_umount 22
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 52
+SYS_uname      bits/syscall.h  d       #define SYS_uname 122
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 10
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 301
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 310
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 86
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 62
+SYS_utime      bits/syscall.h  d       #define SYS_utime 30
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 320
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 271
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 190
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 111
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 316
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 114
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 284
+SYS_waitpid    bits/syscall.h  d       #define SYS_waitpid 7
+SYS_write      bits/syscall.h  d       #define SYS_write 4
+SYS_writev     bits/syscall.h  d       #define SYS_writev 146
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH _IO('t', 31)
+TCGETA bits/ioctl.h    d       #define TCGETA _IOR('t', 23, char[18])
+TCGETS bits/ioctl.h    d       #define TCGETS _IO('T', 1)
+TCGETS2        bits/ioctl.h    d       #define TCGETS2 _IOR('T', 42, char[44])
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK _IO('t', 29)
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP _IOW('T', 37, int)
+TCSETA bits/ioctl.h    d       #define TCSETA _IOW('t', 24, char[18])
+TCSETAF        bits/ioctl.h    d       #define TCSETAF _IOW('t', 28, char[18])
+TCSETAW        bits/ioctl.h    d       #define TCSETAW _IOW('t', 25, char[18])
+TCSETS bits/ioctl.h    d       #define TCSETS _IO('T', 2)
+TCSETS2        bits/ioctl.h    d       #define TCSETS2 _IOW('T', 43, char[44])
+TCSETSF        bits/ioctl.h    d       #define TCSETSF _IO('T', 4)
+TCSETSF2       bits/ioctl.h    d       #define TCSETSF2 _IOW('T', 45, char[44])
+TCSETSW        bits/ioctl.h    d       #define TCSETSW _IO('T', 3)
+TCSETSW2       bits/ioctl.h    d       #define TCSETSW2 _IOW('T', 44, char[44])
+TCXONC bits/ioctl.h    d       #define TCXONC _IO('t', 30)
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK _IO('T', 40)
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS _IO('T', 29)
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL _IO('T', 12)
+TIOCGDEV       bits/ioctl.h    d       #define TIOCGDEV _IOR('T', 50, unsigned int)
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD _IOR('T', 36, int)
+TIOCGEXCL      bits/ioctl.h    d       #define TIOCGEXCL _IOR('T', 64, int)
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT _IO('T', 93)
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS _IO('T', 86)
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP _IOR('t', 119, int)
+TIOCGPKT       bits/ioctl.h    d       #define TIOCGPKT _IOR('T', 56, int)
+TIOCGPTLCK     bits/ioctl.h    d       #define TIOCGPTLCK _IOR('T', 57, int)
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN _IOR('T', 48, unsigned int)
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL _IOR('T', 30, char[60])
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID _IOR('T', 41, int)
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR _IOR('T', 25, unsigned int)
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ _IOR('t', 104, char[8])
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX _IOW('T', 28, char)
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC _IOW('T', 23, unsigned int)
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS _IOW('T', 22, unsigned int)
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET _IOR('T', 21, unsigned int)
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT _IO('T', 92)
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET _IOW('T', 24, unsigned int)
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY _IO('T', 34)
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL _IO('T', 13)
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ _IOR('t', 115, int)
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT _IOW('T', 32, int)
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK _IO('T', 39)
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY _IO('T', 14)
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG _IO('T', 83)
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR _IOR('T', 89, unsigned int)
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI _IOR('T', 90, char[168])
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT _IOR('T', 88, char[216])
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD _IOR('T', 84, int)
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI _IOW('T', 91, char[168])
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD _IOW('T', 85, int)
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD _IOW('T', 35, int)
+TIOCSIG        bits/ioctl.h    d       #define TIOCSIG _IOW('T', 54, int)
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS _IO('T', 87)
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP _IOW('t', 118, int)
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK _IOW('T', 49, int)
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL _IOW('T', 31, char[60])
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR _IOW('T', 26, unsigned int)
+TIOCSTART      bits/ioctl.h    d       #define TIOCSTART _IO('t', 110)
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI _IOW('T', 18, char)
+TIOCSTOP       bits/ioctl.h    d       #define TIOCSTOP _IO('t', 111)
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ _IOW('t', 103, char[8])
+TIOCVHANGUP    bits/ioctl.h    d       #define TIOCVHANGUP _IO('T', 55)
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V6_ILP32_OFFBIG 1
+_POSIX_V7_ILP32_OFFBIG bits/posix.h    d       #define _POSIX_V7_ILP32_OFFBIG 1
+_Reg   bits/alltypes.h d       #define _Reg int
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __BIG_ENDIAN
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__NR__llseek   bits/syscall.h  d       #define __NR__llseek 140
+__NR__newselect        bits/syscall.h  d       #define __NR__newselect 142
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 149
+__NR_accept    bits/syscall.h  d       #define __NR_accept 344
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 358
+__NR_access    bits/syscall.h  d       #define __NR_access 33
+__NR_acct      bits/syscall.h  d       #define __NR_acct 51
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 285
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 124
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 27
+__NR_bdflush   bits/syscall.h  d       #define __NR_bdflush 134
+__NR_bind      bits/syscall.h  d       #define __NR_bind 341
+__NR_brk       bits/syscall.h  d       #define __NR_brk 45
+__NR_cacheflush        bits/syscall.h  d       #define __NR_cacheflush 123
+__NR_capget    bits/syscall.h  d       #define __NR_capget 184
+__NR_capset    bits/syscall.h  d       #define __NR_capset 185
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 12
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 15
+__NR_chown     bits/syscall.h  d       #define __NR_chown 182
+__NR_chown32   bits/syscall.h  d       #define __NR_chown32 212
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 61
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 361
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 266
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 265
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 267
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 264
+__NR_clone     bits/syscall.h  d       #define __NR_clone 120
+__NR_close     bits/syscall.h  d       #define __NR_close 6
+__NR_connect   bits/syscall.h  d       #define __NR_connect 342
+__NR_creat     bits/syscall.h  d       #define __NR_creat 8
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 129
+__NR_dup       bits/syscall.h  d       #define __NR_dup 41
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 63
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 330
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 254
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 329
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 255
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 319
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 256
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 323
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 328
+__NR_execve    bits/syscall.h  d       #define __NR_execve 11
+__NR_exit      bits/syscall.h  d       #define __NR_exit 1
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 252
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 307
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 250
+__NR_fadvise64_64      bits/syscall.h  d       #define __NR_fadvise64_64 272
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 324
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 337
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 338
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 133
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 94
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 306
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 95
+__NR_fchown32  bits/syscall.h  d       #define __NR_fchown32 207
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 298
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 55
+__NR_fcntl64   bits/syscall.h  d       #define __NR_fcntl64 221
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 148
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 231
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 368
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 234
+__NR_flock     bits/syscall.h  d       #define __NR_flock 143
+__NR_fork      bits/syscall.h  d       #define __NR_fork 2
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 237
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 228
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 108
+__NR_fstat64   bits/syscall.h  d       #define __NR_fstat64 197
+__NR_fstatat64 bits/syscall.h  d       #define __NR_fstatat64 300
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 100
+__NR_fstatfs64 bits/syscall.h  d       #define __NR_fstatfs64 269
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 118
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 93
+__NR_ftruncate64       bits/syscall.h  d       #define __NR_ftruncate64 194
+__NR_futex     bits/syscall.h  d       #define __NR_futex 240
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 299
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 275
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 312
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 318
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 183
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 141
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 220
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 50
+__NR_getegid32 bits/syscall.h  d       #define __NR_getegid32 202
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 49
+__NR_geteuid32 bits/syscall.h  d       #define __NR_geteuid32 201
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 47
+__NR_getgid32  bits/syscall.h  d       #define __NR_getgid32 200
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 80
+__NR_getgroups32       bits/syscall.h  d       #define __NR_getgroups32 205
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 105
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 346
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 132
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 65
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 20
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 64
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 96
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 171
+__NR_getresgid32       bits/syscall.h  d       #define __NR_getresgid32 211
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 165
+__NR_getresuid32       bits/syscall.h  d       #define __NR_getresuid32 209
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 76
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 77
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 147
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 345
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 354
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 224
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 78
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 24
+__NR_getuid32  bits/syscall.h  d       #define __NR_getuid32 199
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 229
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 128
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 291
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 290
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 332
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 292
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 249
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 246
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 247
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 245
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 248
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 54
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 289
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 288
+__NR_ipc       bits/syscall.h  d       #define __NR_ipc 117
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 367
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 283
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 287
+__NR_kill      bits/syscall.h  d       #define __NR_kill 37
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 16
+__NR_lchown32  bits/syscall.h  d       #define __NR_lchown32 198
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 230
+__NR_link      bits/syscall.h  d       #define __NR_link 9
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 303
+__NR_listen    bits/syscall.h  d       #define __NR_listen 343
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 232
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 233
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 253
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 236
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 19
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 227
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 107
+__NR_lstat64   bits/syscall.h  d       #define __NR_lstat64 196
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 219
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 274
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 294
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 218
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 39
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 296
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 14
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 297
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 150
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 152
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 90
+__NR_mmap2     bits/syscall.h  d       #define __NR_mmap2 192
+__NR_mount     bits/syscall.h  d       #define __NR_mount 21
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 317
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 125
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 282
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 281
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 277
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 280
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 279
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 278
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 163
+__NR_msync     bits/syscall.h  d       #define __NR_msync 144
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 151
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 153
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 91
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 359
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 162
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 169
+__NR_nice      bits/syscall.h  d       #define __NR_nice 34
+__NR_oldfstat  bits/syscall.h  d       #define __NR_oldfstat 28
+__NR_oldlstat  bits/syscall.h  d       #define __NR_oldlstat 84
+__NR_oldstat   bits/syscall.h  d       #define __NR_oldstat 18
+__NR_olduname  bits/syscall.h  d       #define __NR_olduname 109
+__NR_open      bits/syscall.h  d       #define __NR_open 5
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 360
+__NR_openat    bits/syscall.h  d       #define __NR_openat 295
+__NR_pause     bits/syscall.h  d       #define __NR_pause 29
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 336
+__NR_personality       bits/syscall.h  d       #define __NR_personality 136
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 42
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 331
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 217
+__NR_poll      bits/syscall.h  d       #define __NR_poll 168
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 309
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 172
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 180
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 333
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 339
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 365
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 366
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 308
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 26
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 181
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 334
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 131
+__NR_read      bits/syscall.h  d       #define __NR_read 3
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 225
+__NR_readdir   bits/syscall.h  d       #define __NR_readdir 89
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 85
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 305
+__NR_readv     bits/syscall.h  d       #define __NR_readv 145
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 88
+__NR_recv      bits/syscall.h  d       #define __NR_recv 350
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 351
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 357
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 356
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 257
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 235
+__NR_rename    bits/syscall.h  d       #define __NR_rename 38
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 302
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 286
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 0
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 40
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 174
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 176
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 175
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 178
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 173
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 179
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 177
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 335
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 159
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 160
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 242
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 155
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 157
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 161
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 241
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 154
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 156
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 158
+__NR_send      bits/syscall.h  d       #define __NR_send 348
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 187
+__NR_sendfile64        bits/syscall.h  d       #define __NR_sendfile64 239
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 363
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 355
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 349
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 276
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 311
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 258
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 121
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 139
+__NR_setfsgid32        bits/syscall.h  d       #define __NR_setfsgid32 216
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 138
+__NR_setfsuid32        bits/syscall.h  d       #define __NR_setfsuid32 215
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 46
+__NR_setgid32  bits/syscall.h  d       #define __NR_setgid32 214
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 81
+__NR_setgroups32       bits/syscall.h  d       #define __NR_setgroups32 206
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 74
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 104
+__NR_setns     bits/syscall.h  d       #define __NR_setns 364
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 57
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 97
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 71
+__NR_setregid32        bits/syscall.h  d       #define __NR_setregid32 204
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 170
+__NR_setresgid32       bits/syscall.h  d       #define __NR_setresgid32 210
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 164
+__NR_setresuid32       bits/syscall.h  d       #define __NR_setresuid32 208
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 70
+__NR_setreuid32        bits/syscall.h  d       #define __NR_setreuid32 203
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 75
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 66
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 353
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 79
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 23
+__NR_setuid32  bits/syscall.h  d       #define __NR_setuid32 213
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 226
+__NR_sgetmask  bits/syscall.h  d       #define __NR_sgetmask 68
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 352
+__NR_sigaction bits/syscall.h  d       #define __NR_sigaction 67
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 186
+__NR_signal    bits/syscall.h  d       #define __NR_signal 48
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 321
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 327
+__NR_sigpending        bits/syscall.h  d       #define __NR_sigpending 73
+__NR_sigprocmask       bits/syscall.h  d       #define __NR_sigprocmask 126
+__NR_sigreturn bits/syscall.h  d       #define __NR_sigreturn 119
+__NR_sigsuspend        bits/syscall.h  d       #define __NR_sigsuspend 72
+__NR_socket    bits/syscall.h  d       #define __NR_socket 340
+__NR_socketcall        bits/syscall.h  d       #define __NR_socketcall 102
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 347
+__NR_splice    bits/syscall.h  d       #define __NR_splice 313
+__NR_ssetmask  bits/syscall.h  d       #define __NR_ssetmask 69
+__NR_stat      bits/syscall.h  d       #define __NR_stat 106
+__NR_stat64    bits/syscall.h  d       #define __NR_stat64 195
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 99
+__NR_statfs64  bits/syscall.h  d       #define __NR_statfs64 268
+__NR_stime     bits/syscall.h  d       #define __NR_stime 25
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 115
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 87
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 83
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 304
+__NR_sync      bits/syscall.h  d       #define __NR_sync 36
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 314
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 362
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 135
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 116
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 315
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 270
+__NR_time      bits/syscall.h  d       #define __NR_time 13
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 259
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 263
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 262
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 261
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 260
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 322
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 326
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 325
+__NR_times     bits/syscall.h  d       #define __NR_times 43
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 238
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 92
+__NR_truncate64        bits/syscall.h  d       #define __NR_truncate64 193
+__NR_ugetrlimit        bits/syscall.h  d       #define __NR_ugetrlimit 191
+__NR_umask     bits/syscall.h  d       #define __NR_umask 60
+__NR_umount    bits/syscall.h  d       #define __NR_umount 22
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 52
+__NR_uname     bits/syscall.h  d       #define __NR_uname 122
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 10
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 301
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 310
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 86
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 62
+__NR_utime     bits/syscall.h  d       #define __NR_utime 30
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 320
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 271
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 190
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 111
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 316
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 114
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 284
+__NR_waitpid   bits/syscall.h  d       #define __NR_waitpid 7
+__NR_write     bits/syscall.h  d       #define __NR_write 4
+__NR_writev    bits/syscall.h  d       #define __NR_writev 146
+__WORDSIZE     bits/user.h     d       #define __WORDSIZE 32
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[15];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+elf_fpregset_t bits/user.h     t       typedef struct user_fpu_struct elf_fpregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long elf_greg_t;
+elf_gregset_t  bits/user.h     t       typedef elf_greg_t elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned long fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+fpregset_t     bits/signal.h   t       typedef int freg_t, fpregset_t[16];
+freg_t bits/signal.h   t       typedef int freg_t, fpregset_t[16];
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef int greg_t, gregset_t[16];
+gregset_t      bits/signal.h   t       typedef int greg_t, gregset_t[16];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct pt_dspregs      bits/user.h     s       
+struct pt_regs bits/user.h     s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct user_fpu_struct bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef long wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index a443050..7ece9f9 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS     bits/reg.h      d       20      #define CS 17
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       20      #define DECIMAL_DIG 21
-DS     bits/reg.h      d       26      #define DS 23
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EFLAGS bits/reg.h      d       21      #define EFLAGS 18
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NGREG      bits/user.h     d       18      #define ELF_NGREG 27
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ES     bits/reg.h      d       27      #define ES 24
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       8       #define FE_ALL_EXCEPT 63
-FE_DFL_ENV     bits/fenv.h     d       34      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       3       #define FE_DIVBYZERO 4
-FE_DOWNWARD    bits/fenv.h     d       11      #define FE_DOWNWARD 0x400
-FE_INEXACT     bits/fenv.h     d       6       #define FE_INEXACT 32
-FE_INVALID     bits/fenv.h     d       1       #define FE_INVALID 1
-FE_OVERFLOW    bits/fenv.h     d       4       #define FE_OVERFLOW 8
-FE_TONEAREST   bits/fenv.h     d       10      #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       13      #define FE_TOWARDZERO 0xc00
-FE_UNDERFLOW   bits/fenv.h     d       5       #define FE_UNDERFLOW 16
-FE_UPWARD      bits/fenv.h     d       12      #define FE_UPWARD 0x800
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       356     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       2       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
-FLT_EVAL_METHOD        bits/float.h    d       4       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-FS     bits/reg.h      d       28      #define FS 25
-FS_BASE        bits/reg.h      d       24      #define FS_BASE 21
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 5
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 6
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 7
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-GS     bits/reg.h      d       29      #define GS 26
-GS_BASE        bits/reg.h      d       25      #define GS_BASE 22
-HOST_STACK_END_ADDR    bits/user.h     d       44      #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
-HOST_TEXT_START_ADDR   bits/user.h     d       43      #define HOST_TEXT_START_ADDR (u.start_code)
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT32_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT32_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       16      #define LDBL_DIG 18
-LDBL_EPSILON   bits/float.h    d       10      #define LDBL_EPSILON 1.0842021724855044340e-19L
-LDBL_MANT_DIG  bits/float.h    d       12      #define LDBL_MANT_DIG 64
-LDBL_MAX       bits/float.h    d       9       #define LDBL_MAX 1.1897314953572317650e+4932L
-LDBL_MAX_10_EXP        bits/float.h    d       18      #define LDBL_MAX_10_EXP 4932
-LDBL_MAX_EXP   bits/float.h    d       14      #define LDBL_MAX_EXP 16384
-LDBL_MIN       bits/float.h    d       8       #define LDBL_MIN 3.3621031431120935063e-4932L
-LDBL_MIN_10_EXP        bits/float.h    d       17      #define LDBL_MIN_10_EXP (-4931)
-LDBL_MIN_EXP   bits/float.h    d       13      #define LDBL_MIN_EXP (-16381)
-LDBL_TRUE_MIN  bits/float.h    d       7       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 32
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffL
-MAP_32BIT      bits/mman.h     d       1       #define MAP_32BIT 0x40
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       41      #define NBPG PAGE_SIZE
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-ORIG_RAX       bits/reg.h      d       18      #define ORIG_RAX 15
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       40      #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 4096
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT32_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT32_MIN
-R10    bits/reg.h      d       10      #define R10 7
-R11    bits/reg.h      d       9       #define R11 6
-R12    bits/reg.h      d       6       #define R12 3
-R13    bits/reg.h      d       5       #define R13 2
-R14    bits/reg.h      d       4       #define R14 1
-R15    bits/reg.h      d       3       #define R15 0
-R8     bits/reg.h      d       12      #define R8 9
-R9     bits/reg.h      d       11      #define R9 8
-RAX    bits/reg.h      d       13      #define RAX 10
-RBP    bits/reg.h      d       7       #define RBP 4
-RBX    bits/reg.h      d       8       #define RBX 5
-RCX    bits/reg.h      d       14      #define RCX 11
-RDI    bits/reg.h      d       17      #define RDI 14
-RDX    bits/reg.h      d       15      #define RDX 12
-REG_CR2        bits/signal.h   d       32      #define REG_CR2 22
-REG_CSGSFS     bits/signal.h   d       28      #define REG_CSGSFS 18
-REG_EFL        bits/signal.h   d       27      #define REG_EFL 17
-REG_ERR        bits/signal.h   d       29      #define REG_ERR 19
-REG_OLDMASK    bits/signal.h   d       31      #define REG_OLDMASK 21
-REG_R10        bits/signal.h   d       12      #define REG_R10 2
-REG_R11        bits/signal.h   d       13      #define REG_R11 3
-REG_R12        bits/signal.h   d       14      #define REG_R12 4
-REG_R13        bits/signal.h   d       15      #define REG_R13 5
-REG_R14        bits/signal.h   d       16      #define REG_R14 6
-REG_R15        bits/signal.h   d       17      #define REG_R15 7
-REG_R8 bits/signal.h   d       10      #define REG_R8 0
-REG_R9 bits/signal.h   d       11      #define REG_R9 1
-REG_RAX        bits/signal.h   d       23      #define REG_RAX 13
-REG_RBP        bits/signal.h   d       20      #define REG_RBP 10
-REG_RBX        bits/signal.h   d       21      #define REG_RBX 11
-REG_RCX        bits/signal.h   d       24      #define REG_RCX 14
-REG_RDI        bits/signal.h   d       18      #define REG_RDI 8
-REG_RDX        bits/signal.h   d       22      #define REG_RDX 12
-REG_RIP        bits/signal.h   d       26      #define REG_RIP 16
-REG_RSI        bits/signal.h   d       19      #define REG_RSI 9
-REG_RSP        bits/signal.h   d       25      #define REG_RSP 15
-REG_TRAPNO     bits/signal.h   d       30      #define REG_TRAPNO 20
-RIP    bits/reg.h      d       19      #define RIP 16
-RSI    bits/reg.h      d       16      #define RSI 13
-RSP    bits/reg.h      d       22      #define RSP 19
-SA_NOCLDSTOP   bits/signal.h   d       83      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       84      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       88      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       86      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       89      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       87      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       90      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       85      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       99      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       108     #define SIGALRM 14
-SIGBUS bits/signal.h   d       101     #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       111     #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       112     #define SIGCONT 18
-SIGFPE bits/signal.h   d       102     #define SIGFPE 8
-SIGHUP bits/signal.h   d       94      #define SIGHUP 1
-SIGILL bits/signal.h   d       97      #define SIGILL 4
-SIGINT bits/signal.h   d       95      #define SIGINT 2
-SIGIO  bits/signal.h   d       123     #define SIGIO 29
-SIGIOT bits/signal.h   d       100     #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       103     #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       107     #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       124     #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       121     #define SIGPROF 27
-SIGPWR bits/signal.h   d       125     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       96      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       105     #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       110     #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       113     #define SIGSTOP 19
-SIGSYS bits/signal.h   d       126     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       109     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       98      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       114     #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       115     #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       116     #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       127     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       117     #define SIGURG 23
-SIGUSR1        bits/signal.h   d       104     #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       106     #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       120     #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       122     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       118     #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       119     #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT32_MAX
-SS     bits/reg.h      d       23      #define SS 20
-SYS_accept     bits/syscall.h  d       374     #define SYS_accept __NR_accept
-SYS_accept4    bits/syscall.h  d       587     #define SYS_accept4 __NR_accept4
-SYS_access     bits/syscall.h  d       352     #define SYS_access __NR_access
-SYS_acct       bits/syscall.h  d       481     #define SYS_acct __NR_acct
-SYS_add_key    bits/syscall.h  d       551     #define SYS_add_key __NR_add_key
-SYS_adjtimex   bits/syscall.h  d       477     #define SYS_adjtimex __NR_adjtimex
-SYS_afs_syscall        bits/syscall.h  d       497     #define SYS_afs_syscall __NR_afs_syscall
-SYS_alarm      bits/syscall.h  d       368     #define SYS_alarm __NR_alarm
-SYS_arch_prctl bits/syscall.h  d       476     #define SYS_arch_prctl __NR_arch_prctl
-SYS_bind       bits/syscall.h  d       377     #define SYS_bind __NR_bind
-SYS_bpf        bits/syscall.h  d       613     #define SYS_bpf __NR_bpf
-SYS_brk        bits/syscall.h  d       348     #define SYS_brk __NR_brk
-SYS_capget     bits/syscall.h  d       449     #define SYS_capget __NR_capget
-SYS_capset     bits/syscall.h  d       450     #define SYS_capset __NR_capset
-SYS_chdir      bits/syscall.h  d       405     #define SYS_chdir __NR_chdir
-SYS_chmod      bits/syscall.h  d       415     #define SYS_chmod __NR_chmod
-SYS_chown      bits/syscall.h  d       417     #define SYS_chown __NR_chown
-SYS_chroot     bits/syscall.h  d       479     #define SYS_chroot __NR_chroot
-SYS_clock_adjtime      bits/syscall.h  d       600     #define SYS_clock_adjtime __NR_clock_adjtime
-SYS_clock_getres       bits/syscall.h  d       536     #define SYS_clock_getres __NR_clock_getres
-SYS_clock_gettime      bits/syscall.h  d       535     #define SYS_clock_gettime __NR_clock_gettime
-SYS_clock_nanosleep    bits/syscall.h  d       537     #define SYS_clock_nanosleep __NR_clock_nanosleep
-SYS_clock_settime      bits/syscall.h  d       534     #define SYS_clock_settime __NR_clock_settime
-SYS_clone      bits/syscall.h  d       382     #define SYS_clone __NR_clone
-SYS_close      bits/syscall.h  d       339     #define SYS_close __NR_close
-SYS_connect    bits/syscall.h  d       373     #define SYS_connect __NR_connect
-SYS_copy_file_range    bits/syscall.h  d       617     #define SYS_copy_file_range __NR_copy_file_range
-SYS_creat      bits/syscall.h  d       410     #define SYS_creat __NR_creat
-SYS_delete_module      bits/syscall.h  d       493     #define SYS_delete_module __NR_delete_module
-SYS_dup        bits/syscall.h  d       363     #define SYS_dup __NR_dup
-SYS_dup2       bits/syscall.h  d       364     #define SYS_dup2 __NR_dup2
-SYS_dup3       bits/syscall.h  d       591     #define SYS_dup3 __NR_dup3
-SYS_epoll_create       bits/syscall.h  d       523     #define SYS_epoll_create __NR_epoll_create
-SYS_epoll_create1      bits/syscall.h  d       590     #define SYS_epoll_create1 __NR_epoll_create1
-SYS_epoll_ctl  bits/syscall.h  d       540     #define SYS_epoll_ctl __NR_epoll_ctl
-SYS_epoll_pwait        bits/syscall.h  d       580     #define SYS_epoll_pwait __NR_epoll_pwait
-SYS_epoll_wait bits/syscall.h  d       539     #define SYS_epoll_wait __NR_epoll_wait
-SYS_eventfd    bits/syscall.h  d       583     #define SYS_eventfd __NR_eventfd
-SYS_eventfd2   bits/syscall.h  d       589     #define SYS_eventfd2 __NR_eventfd2
-SYS_execve     bits/syscall.h  d       628     #define SYS_execve __NR_execve
-SYS_execveat   bits/syscall.h  d       653     #define SYS_execveat __NR_execveat
-SYS_exit       bits/syscall.h  d       385     #define SYS_exit __NR_exit
-SYS_exit_group bits/syscall.h  d       538     #define SYS_exit_group __NR_exit_group
-SYS_faccessat  bits/syscall.h  d       572     #define SYS_faccessat __NR_faccessat
-SYS_fadvise    bits/syscall.h  d       663     #define SYS_fadvise SYS_fadvise64
-SYS_fadvise64  bits/syscall.h  d       529     #define SYS_fadvise64 __NR_fadvise64
-SYS_fallocate  bits/syscall.h  d       584     #define SYS_fallocate __NR_fallocate
-SYS_fanotify_init      bits/syscall.h  d       595     #define SYS_fanotify_init __NR_fanotify_init
-SYS_fanotify_mark      bits/syscall.h  d       596     #define SYS_fanotify_mark __NR_fanotify_mark
-SYS_fchdir     bits/syscall.h  d       406     #define SYS_fchdir __NR_fchdir
-SYS_fchmod     bits/syscall.h  d       416     #define SYS_fchmod __NR_fchmod
-SYS_fchmodat   bits/syscall.h  d       571     #define SYS_fchmodat __NR_fchmodat
-SYS_fchown     bits/syscall.h  d       418     #define SYS_fchown __NR_fchown
-SYS_fchownat   bits/syscall.h  d       563     #define SYS_fchownat __NR_fchownat
-SYS_fcntl      bits/syscall.h  d       397     #define SYS_fcntl __NR_fcntl
-SYS_fdatasync  bits/syscall.h  d       400     #define SYS_fdatasync __NR_fdatasync
-SYS_fgetxattr  bits/syscall.h  d       507     #define SYS_fgetxattr __NR_fgetxattr
-SYS_finit_module       bits/syscall.h  d       605     #define SYS_finit_module __NR_finit_module
-SYS_flistxattr bits/syscall.h  d       510     #define SYS_flistxattr __NR_flistxattr
-SYS_flock      bits/syscall.h  d       398     #define SYS_flock __NR_flock
-SYS_fork       bits/syscall.h  d       383     #define SYS_fork __NR_fork
-SYS_fremovexattr       bits/syscall.h  d       513     #define SYS_fremovexattr __NR_fremovexattr
-SYS_fsetxattr  bits/syscall.h  d       504     #define SYS_fsetxattr __NR_fsetxattr
-SYS_fstat      bits/syscall.h  d       341     #define SYS_fstat __NR_fstat
-SYS_fstatat    bits/syscall.h  d       659     #define SYS_fstatat SYS_newfstatat
-SYS_fstatfs    bits/syscall.h  d       457     #define SYS_fstatfs __NR_fstatfs
-SYS_fsync      bits/syscall.h  d       399     #define SYS_fsync __NR_fsync
-SYS_ftruncate  bits/syscall.h  d       402     #define SYS_ftruncate __NR_ftruncate
-SYS_futex      bits/syscall.h  d       516     #define SYS_futex __NR_futex
-SYS_futimesat  bits/syscall.h  d       564     #define SYS_futimesat __NR_futimesat
-SYS_get_mempolicy      bits/syscall.h  d       545     #define SYS_get_mempolicy __NR_get_mempolicy
-SYS_get_robust_list    bits/syscall.h  d       639     #define SYS_get_robust_list __NR_get_robust_list
-SYS_getcpu     bits/syscall.h  d       603     #define SYS_getcpu __NR_getcpu
-SYS_getcwd     bits/syscall.h  d       404     #define SYS_getcwd __NR_getcwd
-SYS_getdents   bits/syscall.h  d       403     #define SYS_getdents __NR_getdents
-SYS_getdents   bits/syscall.h  d       662     #define SYS_getdents SYS_getdents64
-SYS_getdents64 bits/syscall.h  d       525     #define SYS_getdents64 __NR_getdents64
-SYS_getegid    bits/syscall.h  d       432     #define SYS_getegid __NR_getegid
-SYS_geteuid    bits/syscall.h  d       431     #define SYS_geteuid __NR_geteuid
-SYS_getgid     bits/syscall.h  d       428     #define SYS_getgid __NR_getgid
-SYS_getgroups  bits/syscall.h  d       439     #define SYS_getgroups __NR_getgroups
-SYS_getitimer  bits/syscall.h  d       367     #define SYS_getitimer __NR_getitimer
-SYS_getpeername        bits/syscall.h  d       380     #define SYS_getpeername __NR_getpeername
-SYS_getpgid    bits/syscall.h  d       445     #define SYS_getpgid __NR_getpgid
-SYS_getpgrp    bits/syscall.h  d       435     #define SYS_getpgrp __NR_getpgrp
-SYS_getpid     bits/syscall.h  d       370     #define SYS_getpid __NR_getpid
-SYS_getpmsg    bits/syscall.h  d       495     #define SYS_getpmsg __NR_getpmsg
-SYS_getppid    bits/syscall.h  d       434     #define SYS_getppid __NR_getppid
-SYS_getpriority        bits/syscall.h  d       459     #define SYS_getpriority __NR_getpriority
-SYS_getrandom  bits/syscall.h  d       610     #define SYS_getrandom __NR_getrandom
-SYS_getresgid  bits/syscall.h  d       444     #define SYS_getresgid __NR_getresgid
-SYS_getresuid  bits/syscall.h  d       442     #define SYS_getresuid __NR_getresuid
-SYS_getrlimit  bits/syscall.h  d       422     #define SYS_getrlimit __NR_getrlimit
-SYS_getrusage  bits/syscall.h  d       423     #define SYS_getrusage __NR_getrusage
-SYS_getsid     bits/syscall.h  d       448     #define SYS_getsid __NR_getsid
-SYS_getsockname        bits/syscall.h  d       379     #define SYS_getsockname __NR_getsockname
-SYS_getsockopt bits/syscall.h  d       650     #define SYS_getsockopt __NR_getsockopt
-SYS_gettid     bits/syscall.h  d       500     #define SYS_gettid __NR_gettid
-SYS_gettimeofday       bits/syscall.h  d       421     #define SYS_gettimeofday __NR_gettimeofday
-SYS_getuid     bits/syscall.h  d       426     #define SYS_getuid __NR_getuid
-SYS_getxattr   bits/syscall.h  d       505     #define SYS_getxattr __NR_getxattr
-SYS_init_module        bits/syscall.h  d       492     #define SYS_init_module __NR_init_module
-SYS_inotify_add_watch  bits/syscall.h  d       557     #define SYS_inotify_add_watch __NR_inotify_add_watch
-SYS_inotify_init       bits/syscall.h  d       556     #define SYS_inotify_init __NR_inotify_init
-SYS_inotify_init1      bits/syscall.h  d       593     #define SYS_inotify_init1 __NR_inotify_init1
-SYS_inotify_rm_watch   bits/syscall.h  d       558     #define SYS_inotify_rm_watch __NR_inotify_rm_watch
-SYS_io_cancel  bits/syscall.h  d       521     #define SYS_io_cancel __NR_io_cancel
-SYS_io_destroy bits/syscall.h  d       519     #define SYS_io_destroy __NR_io_destroy
-SYS_io_getevents       bits/syscall.h  d       520     #define SYS_io_getevents __NR_io_getevents
-SYS_io_setup   bits/syscall.h  d       651     #define SYS_io_setup __NR_io_setup
-SYS_io_submit  bits/syscall.h  d       652     #define SYS_io_submit __NR_io_submit
-SYS_ioctl      bits/syscall.h  d       622     #define SYS_ioctl __NR_ioctl
-SYS_ioperm     bits/syscall.h  d       491     #define SYS_ioperm __NR_ioperm
-SYS_iopl       bits/syscall.h  d       490     #define SYS_iopl __NR_iopl
-SYS_ioprio_get bits/syscall.h  d       555     #define SYS_ioprio_get __NR_ioprio_get
-SYS_ioprio_set bits/syscall.h  d       554     #define SYS_ioprio_set __NR_ioprio_set
-SYS_kcmp       bits/syscall.h  d       604     #define SYS_kcmp __NR_kcmp
-SYS_kexec_file_load    bits/syscall.h  d       612     #define SYS_kexec_file_load __NR_kexec_file_load
-SYS_kexec_load bits/syscall.h  d       636     #define SYS_kexec_load __NR_kexec_load
-SYS_keyctl     bits/syscall.h  d       553     #define SYS_keyctl __NR_keyctl
-SYS_kill       bits/syscall.h  d       387     #define SYS_kill __NR_kill
-SYS_lchown     bits/syscall.h  d       419     #define SYS_lchown __NR_lchown
-SYS_lgetxattr  bits/syscall.h  d       506     #define SYS_lgetxattr __NR_lgetxattr
-SYS_link       bits/syscall.h  d       411     #define SYS_link __NR_link
-SYS_linkat     bits/syscall.h  d       568     #define SYS_linkat __NR_linkat
-SYS_listen     bits/syscall.h  d       378     #define SYS_listen __NR_listen
-SYS_listxattr  bits/syscall.h  d       508     #define SYS_listxattr __NR_listxattr
-SYS_llistxattr bits/syscall.h  d       509     #define SYS_llistxattr __NR_llistxattr
-SYS_lookup_dcookie     bits/syscall.h  d       522     #define SYS_lookup_dcookie __NR_lookup_dcookie
-SYS_lremovexattr       bits/syscall.h  d       512     #define SYS_lremovexattr __NR_lremovexattr
-SYS_lseek      bits/syscall.h  d       344     #define SYS_lseek __NR_lseek
-SYS_lsetxattr  bits/syscall.h  d       503     #define SYS_lsetxattr __NR_lsetxattr
-SYS_lstat      bits/syscall.h  d       342     #define SYS_lstat __NR_lstat
-SYS_madvise    bits/syscall.h  d       359     #define SYS_madvise __NR_madvise
-SYS_mbind      bits/syscall.h  d       543     #define SYS_mbind __NR_mbind
-SYS_membarrier bits/syscall.h  d       615     #define SYS_membarrier __NR_membarrier
-SYS_memfd_create       bits/syscall.h  d       611     #define SYS_memfd_create __NR_memfd_create
-SYS_migrate_pages      bits/syscall.h  d       559     #define SYS_migrate_pages __NR_migrate_pages
-SYS_mincore    bits/syscall.h  d       358     #define SYS_mincore __NR_mincore
-SYS_mkdir      bits/syscall.h  d       408     #define SYS_mkdir __NR_mkdir
-SYS_mkdirat    bits/syscall.h  d       561     #define SYS_mkdirat __NR_mkdirat
-SYS_mknod      bits/syscall.h  d       453     #define SYS_mknod __NR_mknod
-SYS_mknodat    bits/syscall.h  d       562     #define SYS_mknodat __NR_mknodat
-SYS_mlock      bits/syscall.h  d       468     #define SYS_mlock __NR_mlock
-SYS_mlock2     bits/syscall.h  d       616     #define SYS_mlock2 __NR_mlock2
-SYS_mlockall   bits/syscall.h  d       470     #define SYS_mlockall __NR_mlockall
-SYS_mmap       bits/syscall.h  d       345     #define SYS_mmap __NR_mmap
-SYS_modify_ldt bits/syscall.h  d       473     #define SYS_modify_ldt __NR_modify_ldt
-SYS_mount      bits/syscall.h  d       483     #define SYS_mount __NR_mount
-SYS_move_pages bits/syscall.h  d       641     #define SYS_move_pages __NR_move_pages
-SYS_mprotect   bits/syscall.h  d       346     #define SYS_mprotect __NR_mprotect
-SYS_mq_getsetattr      bits/syscall.h  d       550     #define SYS_mq_getsetattr __NR_mq_getsetattr
-SYS_mq_notify  bits/syscall.h  d       635     #define SYS_mq_notify __NR_mq_notify
-SYS_mq_open    bits/syscall.h  d       546     #define SYS_mq_open __NR_mq_open
-SYS_mq_timedreceive    bits/syscall.h  d       549     #define SYS_mq_timedreceive __NR_mq_timedreceive
-SYS_mq_timedsend       bits/syscall.h  d       548     #define SYS_mq_timedsend __NR_mq_timedsend
-SYS_mq_unlink  bits/syscall.h  d       547     #define SYS_mq_unlink __NR_mq_unlink
-SYS_mremap     bits/syscall.h  d       356     #define SYS_mremap __NR_mremap
-SYS_msgctl     bits/syscall.h  d       396     #define SYS_msgctl __NR_msgctl
-SYS_msgget     bits/syscall.h  d       393     #define SYS_msgget __NR_msgget
-SYS_msgrcv     bits/syscall.h  d       395     #define SYS_msgrcv __NR_msgrcv
-SYS_msgsnd     bits/syscall.h  d       394     #define SYS_msgsnd __NR_msgsnd
-SYS_msync      bits/syscall.h  d       357     #define SYS_msync __NR_msync
-SYS_munlock    bits/syscall.h  d       469     #define SYS_munlock __NR_munlock
-SYS_munlockall bits/syscall.h  d       471     #define SYS_munlockall __NR_munlockall
-SYS_munmap     bits/syscall.h  d       347     #define SYS_munmap __NR_munmap
-SYS_name_to_handle_at  bits/syscall.h  d       598     #define SYS_name_to_handle_at __NR_name_to_handle_at
-SYS_nanosleep  bits/syscall.h  d       366     #define SYS_nanosleep __NR_nanosleep
-SYS_newfstatat bits/syscall.h  d       565     #define SYS_newfstatat __NR_newfstatat
-SYS_open       bits/syscall.h  d       338     #define SYS_open __NR_open
-SYS_open_by_handle_at  bits/syscall.h  d       599     #define SYS_open_by_handle_at __NR_open_by_handle_at
-SYS_openat     bits/syscall.h  d       560     #define SYS_openat __NR_openat
-SYS_pause      bits/syscall.h  d       365     #define SYS_pause __NR_pause
-SYS_perf_event_open    bits/syscall.h  d       594     #define SYS_perf_event_open __NR_perf_event_open
-SYS_personality        bits/syscall.h  d       454     #define SYS_personality __NR_personality
-SYS_pipe       bits/syscall.h  d       353     #define SYS_pipe __NR_pipe
-SYS_pipe2      bits/syscall.h  d       592     #define SYS_pipe2 __NR_pipe2
-SYS_pivot_root bits/syscall.h  d       474     #define SYS_pivot_root __NR_pivot_root
-SYS_poll       bits/syscall.h  d       343     #define SYS_poll __NR_poll
-SYS_ppoll      bits/syscall.h  d       574     #define SYS_ppoll __NR_ppoll
-SYS_prctl      bits/syscall.h  d       475     #define SYS_prctl __NR_prctl
-SYS_pread      bits/syscall.h  d       660     #define SYS_pread SYS_pread64
-SYS_pread64    bits/syscall.h  d       350     #define SYS_pread64 __NR_pread64
-SYS_preadv     bits/syscall.h  d       642     #define SYS_preadv __NR_preadv
-SYS_prlimit64  bits/syscall.h  d       597     #define SYS_prlimit64 __NR_prlimit64
-SYS_process_vm_readv   bits/syscall.h  d       647     #define SYS_process_vm_readv __NR_process_vm_readv
-SYS_process_vm_writev  bits/syscall.h  d       648     #define SYS_process_vm_writev __NR_process_vm_writev
-SYS_pselect6   bits/syscall.h  d       573     #define SYS_pselect6 __NR_pselect6
-SYS_ptrace     bits/syscall.h  d       629     #define SYS_ptrace __NR_ptrace
-SYS_putpmsg    bits/syscall.h  d       496     #define SYS_putpmsg __NR_putpmsg
-SYS_pwrite     bits/syscall.h  d       661     #define SYS_pwrite SYS_pwrite64
-SYS_pwrite64   bits/syscall.h  d       351     #define SYS_pwrite64 __NR_pwrite64
-SYS_pwritev    bits/syscall.h  d       643     #define SYS_pwritev __NR_pwritev
-SYS_quotactl   bits/syscall.h  d       494     #define SYS_quotactl __NR_quotactl
-SYS_read       bits/syscall.h  d       336     #define SYS_read __NR_read
-SYS_readahead  bits/syscall.h  d       501     #define SYS_readahead __NR_readahead
-SYS_readlink   bits/syscall.h  d       414     #define SYS_readlink __NR_readlink
-SYS_readlinkat bits/syscall.h  d       570     #define SYS_readlinkat __NR_readlinkat
-SYS_readv      bits/syscall.h  d       623     #define SYS_readv __NR_readv
-SYS_reboot     bits/syscall.h  d       487     #define SYS_reboot __NR_reboot
-SYS_recvfrom   bits/syscall.h  d       625     #define SYS_recvfrom __NR_recvfrom
-SYS_recvmmsg   bits/syscall.h  d       645     #define SYS_recvmmsg __NR_recvmmsg
-SYS_recvmsg    bits/syscall.h  d       627     #define SYS_recvmsg __NR_recvmsg
-SYS_remap_file_pages   bits/syscall.h  d       524     #define SYS_remap_file_pages __NR_remap_file_pages
-SYS_removexattr        bits/syscall.h  d       511     #define SYS_removexattr __NR_removexattr
-SYS_rename     bits/syscall.h  d       407     #define SYS_rename __NR_rename
-SYS_renameat   bits/syscall.h  d       567     #define SYS_renameat __NR_renameat
-SYS_renameat2  bits/syscall.h  d       608     #define SYS_renameat2 __NR_renameat2
-SYS_request_key        bits/syscall.h  d       552     #define SYS_request_key __NR_request_key
-SYS_restart_syscall    bits/syscall.h  d       527     #define SYS_restart_syscall __NR_restart_syscall
-SYS_rmdir      bits/syscall.h  d       409     #define SYS_rmdir __NR_rmdir
-SYS_rt_sigaction       bits/syscall.h  d       620     #define SYS_rt_sigaction __NR_rt_sigaction
-SYS_rt_sigpending      bits/syscall.h  d       630     #define SYS_rt_sigpending __NR_rt_sigpending
-SYS_rt_sigprocmask     bits/syscall.h  d       349     #define SYS_rt_sigprocmask __NR_rt_sigprocmask
-SYS_rt_sigqueueinfo    bits/syscall.h  d       632     #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
-SYS_rt_sigreturn       bits/syscall.h  d       621     #define SYS_rt_sigreturn __NR_rt_sigreturn
-SYS_rt_sigsuspend      bits/syscall.h  d       451     #define SYS_rt_sigsuspend __NR_rt_sigsuspend
-SYS_rt_sigtimedwait    bits/syscall.h  d       631     #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       644     #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
-SYS_sched_get_priority_max     bits/syscall.h  d       465     #define SYS_sched_get_priority_max __NR_sched_get_priority_max
-SYS_sched_get_priority_min     bits/syscall.h  d       466     #define SYS_sched_get_priority_min __NR_sched_get_priority_min
-SYS_sched_getaffinity  bits/syscall.h  d       518     #define SYS_sched_getaffinity __NR_sched_getaffinity
-SYS_sched_getattr      bits/syscall.h  d       607     #define SYS_sched_getattr __NR_sched_getattr
-SYS_sched_getparam     bits/syscall.h  d       462     #define SYS_sched_getparam __NR_sched_getparam
-SYS_sched_getscheduler bits/syscall.h  d       464     #define SYS_sched_getscheduler __NR_sched_getscheduler
-SYS_sched_rr_get_interval      bits/syscall.h  d       467     #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
-SYS_sched_setaffinity  bits/syscall.h  d       517     #define SYS_sched_setaffinity __NR_sched_setaffinity
-SYS_sched_setattr      bits/syscall.h  d       606     #define SYS_sched_setattr __NR_sched_setattr
-SYS_sched_setparam     bits/syscall.h  d       461     #define SYS_sched_setparam __NR_sched_setparam
-SYS_sched_setscheduler bits/syscall.h  d       463     #define SYS_sched_setscheduler __NR_sched_setscheduler
-SYS_sched_yield        bits/syscall.h  d       355     #define SYS_sched_yield __NR_sched_yield
-SYS_seccomp    bits/syscall.h  d       609     #define SYS_seccomp __NR_seccomp
-SYS_security   bits/syscall.h  d       499     #define SYS_security __NR_security
-SYS_select     bits/syscall.h  d       354     #define SYS_select __NR_select
-SYS_semctl     bits/syscall.h  d       391     #define SYS_semctl __NR_semctl
-SYS_semget     bits/syscall.h  d       389     #define SYS_semget __NR_semget
-SYS_semop      bits/syscall.h  d       390     #define SYS_semop __NR_semop
-SYS_semtimedop bits/syscall.h  d       528     #define SYS_semtimedop __NR_semtimedop
-SYS_sendfile   bits/syscall.h  d       371     #define SYS_sendfile __NR_sendfile
-SYS_sendmmsg   bits/syscall.h  d       646     #define SYS_sendmmsg __NR_sendmmsg
-SYS_sendmsg    bits/syscall.h  d       626     #define SYS_sendmsg __NR_sendmsg
-SYS_sendto     bits/syscall.h  d       375     #define SYS_sendto __NR_sendto
-SYS_set_mempolicy      bits/syscall.h  d       544     #define SYS_set_mempolicy __NR_set_mempolicy
-SYS_set_robust_list    bits/syscall.h  d       638     #define SYS_set_robust_list __NR_set_robust_list
-SYS_set_tid_address    bits/syscall.h  d       526     #define SYS_set_tid_address __NR_set_tid_address
-SYS_setdomainname      bits/syscall.h  d       489     #define SYS_setdomainname __NR_setdomainname
-SYS_setfsgid   bits/syscall.h  d       447     #define SYS_setfsgid __NR_setfsgid
-SYS_setfsuid   bits/syscall.h  d       446     #define SYS_setfsuid __NR_setfsuid
-SYS_setgid     bits/syscall.h  d       430     #define SYS_setgid __NR_setgid
-SYS_setgroups  bits/syscall.h  d       440     #define SYS_setgroups __NR_setgroups
-SYS_sethostname        bits/syscall.h  d       488     #define SYS_sethostname __NR_sethostname
-SYS_setitimer  bits/syscall.h  d       369     #define SYS_setitimer __NR_setitimer
-SYS_setns      bits/syscall.h  d       602     #define SYS_setns __NR_setns
-SYS_setpgid    bits/syscall.h  d       433     #define SYS_setpgid __NR_setpgid
-SYS_setpriority        bits/syscall.h  d       460     #define SYS_setpriority __NR_setpriority
-SYS_setregid   bits/syscall.h  d       438     #define SYS_setregid __NR_setregid
-SYS_setresgid  bits/syscall.h  d       443     #define SYS_setresgid __NR_setresgid
-SYS_setresuid  bits/syscall.h  d       441     #define SYS_setresuid __NR_setresuid
-SYS_setreuid   bits/syscall.h  d       437     #define SYS_setreuid __NR_setreuid
-SYS_setrlimit  bits/syscall.h  d       478     #define SYS_setrlimit __NR_setrlimit
-SYS_setsid     bits/syscall.h  d       436     #define SYS_setsid __NR_setsid
-SYS_setsockopt bits/syscall.h  d       649     #define SYS_setsockopt __NR_setsockopt
-SYS_settimeofday       bits/syscall.h  d       482     #define SYS_settimeofday __NR_settimeofday
-SYS_setuid     bits/syscall.h  d       429     #define SYS_setuid __NR_setuid
-SYS_setxattr   bits/syscall.h  d       502     #define SYS_setxattr __NR_setxattr
-SYS_shmat      bits/syscall.h  d       361     #define SYS_shmat __NR_shmat
-SYS_shmctl     bits/syscall.h  d       362     #define SYS_shmctl __NR_shmctl
-SYS_shmdt      bits/syscall.h  d       392     #define SYS_shmdt __NR_shmdt
-SYS_shmget     bits/syscall.h  d       360     #define SYS_shmget __NR_shmget
-SYS_shutdown   bits/syscall.h  d       376     #define SYS_shutdown __NR_shutdown
-SYS_sigaltstack        bits/syscall.h  d       633     #define SYS_sigaltstack __NR_sigaltstack
-SYS_signalfd   bits/syscall.h  d       581     #define SYS_signalfd __NR_signalfd
-SYS_signalfd4  bits/syscall.h  d       588     #define SYS_signalfd4 __NR_signalfd4
-SYS_socket     bits/syscall.h  d       372     #define SYS_socket __NR_socket
-SYS_socketpair bits/syscall.h  d       381     #define SYS_socketpair __NR_socketpair
-SYS_splice     bits/syscall.h  d       576     #define SYS_splice __NR_splice
-SYS_stat       bits/syscall.h  d       340     #define SYS_stat __NR_stat
-SYS_statfs     bits/syscall.h  d       456     #define SYS_statfs __NR_statfs
-SYS_swapoff    bits/syscall.h  d       486     #define SYS_swapoff __NR_swapoff
-SYS_swapon     bits/syscall.h  d       485     #define SYS_swapon __NR_swapon
-SYS_symlink    bits/syscall.h  d       413     #define SYS_symlink __NR_symlink
-SYS_symlinkat  bits/syscall.h  d       569     #define SYS_symlinkat __NR_symlinkat
-SYS_sync       bits/syscall.h  d       480     #define SYS_sync __NR_sync
-SYS_sync_file_range    bits/syscall.h  d       578     #define SYS_sync_file_range __NR_sync_file_range
-SYS_syncfs     bits/syscall.h  d       601     #define SYS_syncfs __NR_syncfs
-SYS_sysfs      bits/syscall.h  d       458     #define SYS_sysfs __NR_sysfs
-SYS_sysinfo    bits/syscall.h  d       424     #define SYS_sysinfo __NR_sysinfo
-SYS_syslog     bits/syscall.h  d       427     #define SYS_syslog __NR_syslog
-SYS_tee        bits/syscall.h  d       577     #define SYS_tee __NR_tee
-SYS_tgkill     bits/syscall.h  d       541     #define SYS_tgkill __NR_tgkill
-SYS_time       bits/syscall.h  d       515     #define SYS_time __NR_time
-SYS_timer_create       bits/syscall.h  d       634     #define SYS_timer_create __NR_timer_create
-SYS_timer_delete       bits/syscall.h  d       533     #define SYS_timer_delete __NR_timer_delete
-SYS_timer_getoverrun   bits/syscall.h  d       532     #define SYS_timer_getoverrun __NR_timer_getoverrun
-SYS_timer_gettime      bits/syscall.h  d       531     #define SYS_timer_gettime __NR_timer_gettime
-SYS_timer_settime      bits/syscall.h  d       530     #define SYS_timer_settime __NR_timer_settime
-SYS_timerfd_create     bits/syscall.h  d       582     #define SYS_timerfd_create __NR_timerfd_create
-SYS_timerfd_gettime    bits/syscall.h  d       586     #define SYS_timerfd_gettime __NR_timerfd_gettime
-SYS_timerfd_settime    bits/syscall.h  d       585     #define SYS_timerfd_settime __NR_timerfd_settime
-SYS_times      bits/syscall.h  d       425     #define SYS_times __NR_times
-SYS_tkill      bits/syscall.h  d       514     #define SYS_tkill __NR_tkill
-SYS_truncate   bits/syscall.h  d       401     #define SYS_truncate __NR_truncate
-SYS_tuxcall    bits/syscall.h  d       498     #define SYS_tuxcall __NR_tuxcall
-SYS_umask      bits/syscall.h  d       420     #define SYS_umask __NR_umask
-SYS_umount2    bits/syscall.h  d       484     #define SYS_umount2 __NR_umount2
-SYS_uname      bits/syscall.h  d       388     #define SYS_uname __NR_uname
-SYS_unlink     bits/syscall.h  d       412     #define SYS_unlink __NR_unlink
-SYS_unlinkat   bits/syscall.h  d       566     #define SYS_unlinkat __NR_unlinkat
-SYS_unshare    bits/syscall.h  d       575     #define SYS_unshare __NR_unshare
-SYS_userfaultfd        bits/syscall.h  d       614     #define SYS_userfaultfd __NR_userfaultfd
-SYS_ustat      bits/syscall.h  d       455     #define SYS_ustat __NR_ustat
-SYS_utime      bits/syscall.h  d       452     #define SYS_utime __NR_utime
-SYS_utimensat  bits/syscall.h  d       579     #define SYS_utimensat __NR_utimensat
-SYS_utimes     bits/syscall.h  d       542     #define SYS_utimes __NR_utimes
-SYS_vfork      bits/syscall.h  d       384     #define SYS_vfork __NR_vfork
-SYS_vhangup    bits/syscall.h  d       472     #define SYS_vhangup __NR_vhangup
-SYS_vmsplice   bits/syscall.h  d       640     #define SYS_vmsplice __NR_vmsplice
-SYS_wait4      bits/syscall.h  d       386     #define SYS_wait4 __NR_wait4
-SYS_waitid     bits/syscall.h  d       637     #define SYS_waitid __NR_waitid
-SYS_write      bits/syscall.h  d       337     #define SYS_write __NR_write
-SYS_writev     bits/syscall.h  d       624     #define SYS_writev __NR_writev
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT32_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-UPAGES bits/user.h     d       42      #define UPAGES 1
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr int
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long long
-_NSIG  bits/signal.h   d       129     #define _NSIG 65
-_POSIX_V6_LP64_OFF64   bits/posix.h    d       1       #define _POSIX_V6_LP64_OFF64 1
-_POSIX_V7_LP64_OFF64   bits/posix.h    d       2       #define _POSIX_V7_LP64_OFF64 1
-_Reg   bits/alltypes.h d       3       #define _Reg long long
-__BYTE_ORDER   bits/endian.h   d       1       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       357     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       224     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       219     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       261     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       256     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       87      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       214     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       32      #define __DEFINED_double_t
-__DEFINED_double_t     bits/alltypes.h d       43      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       27      #define __DEFINED_float_t
-__DEFINED_float_t      bits/alltypes.h d       38      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       229     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       234     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       292     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       282     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       209     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       143     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       148     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       153     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       138     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       158     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       122     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       297     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       369     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       50      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       363     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       194     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       77      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       199     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       204     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       277     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       67      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       97      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       346     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       82      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       341     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       326     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       72      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       336     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       321     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       92      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       351     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       331     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       309     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       315     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       112     #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       132     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       127     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       392     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       375     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       102     #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       387     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       117     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       381     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       271     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       266     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       61      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       56      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       251     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       183     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       287     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       168     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       173     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       178     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       163     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       188     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       107     #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       302     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       245     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       240     #define __DEFINED_wint_t
-__FE_DENORM    bits/fenv.h     d       2       #define __FE_DENORM 2
-__NR_accept    bits/syscall.h  d       40      #define __NR_accept (__X32_SYSCALL_BIT + 43)
-__NR_accept4   bits/syscall.h  d       253     #define __NR_accept4 (__X32_SYSCALL_BIT + 288)
-__NR_access    bits/syscall.h  d       18      #define __NR_access (__X32_SYSCALL_BIT + 21)
-__NR_acct      bits/syscall.h  d       147     #define __NR_acct (__X32_SYSCALL_BIT + 163)
-__NR_add_key   bits/syscall.h  d       217     #define __NR_add_key (__X32_SYSCALL_BIT + 248)
-__NR_adjtimex  bits/syscall.h  d       143     #define __NR_adjtimex (__X32_SYSCALL_BIT + 159)
-__NR_afs_syscall       bits/syscall.h  d       163     #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183)
-__NR_alarm     bits/syscall.h  d       34      #define __NR_alarm (__X32_SYSCALL_BIT + 37)
-__NR_arch_prctl        bits/syscall.h  d       142     #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158)
-__NR_bind      bits/syscall.h  d       43      #define __NR_bind (__X32_SYSCALL_BIT + 49)
-__NR_bpf       bits/syscall.h  d       279     #define __NR_bpf (__X32_SYSCALL_BIT + 321)
-__NR_brk       bits/syscall.h  d       14      #define __NR_brk (__X32_SYSCALL_BIT + 12)
-__NR_capget    bits/syscall.h  d       115     #define __NR_capget (__X32_SYSCALL_BIT + 125)
-__NR_capset    bits/syscall.h  d       116     #define __NR_capset (__X32_SYSCALL_BIT + 126)
-__NR_chdir     bits/syscall.h  d       71      #define __NR_chdir (__X32_SYSCALL_BIT + 80)
-__NR_chmod     bits/syscall.h  d       81      #define __NR_chmod (__X32_SYSCALL_BIT + 90)
-__NR_chown     bits/syscall.h  d       83      #define __NR_chown (__X32_SYSCALL_BIT + 92)
-__NR_chroot    bits/syscall.h  d       145     #define __NR_chroot (__X32_SYSCALL_BIT + 161)
-__NR_clock_adjtime     bits/syscall.h  d       266     #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305)
-__NR_clock_getres      bits/syscall.h  d       202     #define __NR_clock_getres (__X32_SYSCALL_BIT + 229)
-__NR_clock_gettime     bits/syscall.h  d       201     #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228)
-__NR_clock_nanosleep   bits/syscall.h  d       203     #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230)
-__NR_clock_settime     bits/syscall.h  d       200     #define __NR_clock_settime (__X32_SYSCALL_BIT + 227)
-__NR_clone     bits/syscall.h  d       48      #define __NR_clone (__X32_SYSCALL_BIT + 56)
-__NR_close     bits/syscall.h  d       5       #define __NR_close (__X32_SYSCALL_BIT + 3)
-__NR_connect   bits/syscall.h  d       39      #define __NR_connect (__X32_SYSCALL_BIT + 42)
-__NR_copy_file_range   bits/syscall.h  d       283     #define __NR_copy_file_range (__X32_SYSCALL_BIT + 326)
-__NR_creat     bits/syscall.h  d       76      #define __NR_creat (__X32_SYSCALL_BIT + 85)
-__NR_delete_module     bits/syscall.h  d       159     #define __NR_delete_module (__X32_SYSCALL_BIT + 176)
-__NR_dup       bits/syscall.h  d       29      #define __NR_dup (__X32_SYSCALL_BIT + 32)
-__NR_dup2      bits/syscall.h  d       30      #define __NR_dup2 (__X32_SYSCALL_BIT + 33)
-__NR_dup3      bits/syscall.h  d       257     #define __NR_dup3 (__X32_SYSCALL_BIT + 292)
-__NR_epoll_create      bits/syscall.h  d       189     #define __NR_epoll_create (__X32_SYSCALL_BIT + 213)
-__NR_epoll_create1     bits/syscall.h  d       256     #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
-__NR_epoll_ctl bits/syscall.h  d       206     #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233)
-__NR_epoll_pwait       bits/syscall.h  d       246     #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
-__NR_epoll_wait        bits/syscall.h  d       205     #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232)
-__NR_eventfd   bits/syscall.h  d       249     #define __NR_eventfd (__X32_SYSCALL_BIT + 284)
-__NR_eventfd2  bits/syscall.h  d       255     #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290)
-__NR_execve    bits/syscall.h  d       293     #define __NR_execve (__X32_SYSCALL_BIT + 520)
-__NR_execveat  bits/syscall.h  d       318     #define __NR_execveat (__X32_SYSCALL_BIT + 545)
-__NR_exit      bits/syscall.h  d       51      #define __NR_exit (__X32_SYSCALL_BIT + 60)
-__NR_exit_group        bits/syscall.h  d       204     #define __NR_exit_group (__X32_SYSCALL_BIT + 231)
-__NR_faccessat bits/syscall.h  d       238     #define __NR_faccessat (__X32_SYSCALL_BIT + 269)
-__NR_fadvise   bits/syscall.h  d       328     #define __NR_fadvise __NR_fadvise64
-__NR_fadvise64 bits/syscall.h  d       195     #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221)
-__NR_fallocate bits/syscall.h  d       250     #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
-__NR_fanotify_init     bits/syscall.h  d       261     #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
-__NR_fanotify_mark     bits/syscall.h  d       262     #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301)
-__NR_fchdir    bits/syscall.h  d       72      #define __NR_fchdir (__X32_SYSCALL_BIT + 81)
-__NR_fchmod    bits/syscall.h  d       82      #define __NR_fchmod (__X32_SYSCALL_BIT + 91)
-__NR_fchmodat  bits/syscall.h  d       237     #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
-__NR_fchown    bits/syscall.h  d       84      #define __NR_fchown (__X32_SYSCALL_BIT + 93)
-__NR_fchownat  bits/syscall.h  d       229     #define __NR_fchownat (__X32_SYSCALL_BIT + 260)
-__NR_fcntl     bits/syscall.h  d       63      #define __NR_fcntl (__X32_SYSCALL_BIT + 72)
-__NR_fdatasync bits/syscall.h  d       66      #define __NR_fdatasync (__X32_SYSCALL_BIT + 75)
-__NR_fgetxattr bits/syscall.h  d       173     #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
-__NR_finit_module      bits/syscall.h  d       271     #define __NR_finit_module (__X32_SYSCALL_BIT + 313)
-__NR_flistxattr        bits/syscall.h  d       176     #define __NR_flistxattr (__X32_SYSCALL_BIT + 196)
-__NR_flock     bits/syscall.h  d       64      #define __NR_flock (__X32_SYSCALL_BIT + 73)
-__NR_fork      bits/syscall.h  d       49      #define __NR_fork (__X32_SYSCALL_BIT + 57)
-__NR_fremovexattr      bits/syscall.h  d       179     #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
-__NR_fsetxattr bits/syscall.h  d       170     #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190)
-__NR_fstat     bits/syscall.h  d       7       #define __NR_fstat (__X32_SYSCALL_BIT + 5)
-__NR_fstatat   bits/syscall.h  d       324     #define __NR_fstatat __NR_newfstatat
-__NR_fstatfs   bits/syscall.h  d       123     #define __NR_fstatfs (__X32_SYSCALL_BIT + 138)
-__NR_fsync     bits/syscall.h  d       65      #define __NR_fsync (__X32_SYSCALL_BIT + 74)
-__NR_ftruncate bits/syscall.h  d       68      #define __NR_ftruncate (__X32_SYSCALL_BIT + 77)
-__NR_futex     bits/syscall.h  d       182     #define __NR_futex (__X32_SYSCALL_BIT + 202)
-__NR_futimesat bits/syscall.h  d       230     #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
-__NR_get_mempolicy     bits/syscall.h  d       211     #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239)
-__NR_get_robust_list   bits/syscall.h  d       304     #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531)
-__NR_getcpu    bits/syscall.h  d       269     #define __NR_getcpu (__X32_SYSCALL_BIT + 309)
-__NR_getcwd    bits/syscall.h  d       70      #define __NR_getcwd (__X32_SYSCALL_BIT + 79)
-__NR_getdents  bits/syscall.h  d       327     #define __NR_getdents __NR_getdents64
-__NR_getdents  bits/syscall.h  d       69      #define __NR_getdents (__X32_SYSCALL_BIT + 78)
-__NR_getdents64        bits/syscall.h  d       191     #define __NR_getdents64 (__X32_SYSCALL_BIT + 217)
-__NR_getegid   bits/syscall.h  d       98      #define __NR_getegid (__X32_SYSCALL_BIT + 108)
-__NR_geteuid   bits/syscall.h  d       97      #define __NR_geteuid (__X32_SYSCALL_BIT + 107)
-__NR_getgid    bits/syscall.h  d       94      #define __NR_getgid (__X32_SYSCALL_BIT + 104)
-__NR_getgroups bits/syscall.h  d       105     #define __NR_getgroups (__X32_SYSCALL_BIT + 115)
-__NR_getitimer bits/syscall.h  d       33      #define __NR_getitimer (__X32_SYSCALL_BIT + 36)
-__NR_getpeername       bits/syscall.h  d       46      #define __NR_getpeername (__X32_SYSCALL_BIT + 52)
-__NR_getpgid   bits/syscall.h  d       111     #define __NR_getpgid (__X32_SYSCALL_BIT + 121)
-__NR_getpgrp   bits/syscall.h  d       101     #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
-__NR_getpid    bits/syscall.h  d       36      #define __NR_getpid (__X32_SYSCALL_BIT + 39)
-__NR_getpmsg   bits/syscall.h  d       161     #define __NR_getpmsg (__X32_SYSCALL_BIT + 181)
-__NR_getppid   bits/syscall.h  d       100     #define __NR_getppid (__X32_SYSCALL_BIT + 110)
-__NR_getpriority       bits/syscall.h  d       125     #define __NR_getpriority (__X32_SYSCALL_BIT + 140)
-__NR_getrandom bits/syscall.h  d       276     #define __NR_getrandom (__X32_SYSCALL_BIT + 318)
-__NR_getresgid bits/syscall.h  d       110     #define __NR_getresgid (__X32_SYSCALL_BIT + 120)
-__NR_getresuid bits/syscall.h  d       108     #define __NR_getresuid (__X32_SYSCALL_BIT + 118)
-__NR_getrlimit bits/syscall.h  d       88      #define __NR_getrlimit (__X32_SYSCALL_BIT + 97)
-__NR_getrusage bits/syscall.h  d       89      #define __NR_getrusage (__X32_SYSCALL_BIT + 98)
-__NR_getsid    bits/syscall.h  d       114     #define __NR_getsid (__X32_SYSCALL_BIT + 124)
-__NR_getsockname       bits/syscall.h  d       45      #define __NR_getsockname (__X32_SYSCALL_BIT + 51)
-__NR_getsockopt        bits/syscall.h  d       315     #define __NR_getsockopt (__X32_SYSCALL_BIT + 542)
-__NR_gettid    bits/syscall.h  d       166     #define __NR_gettid (__X32_SYSCALL_BIT + 186)
-__NR_gettimeofday      bits/syscall.h  d       87      #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96)
-__NR_getuid    bits/syscall.h  d       92      #define __NR_getuid (__X32_SYSCALL_BIT + 102)
-__NR_getxattr  bits/syscall.h  d       171     #define __NR_getxattr (__X32_SYSCALL_BIT + 191)
-__NR_init_module       bits/syscall.h  d       158     #define __NR_init_module (__X32_SYSCALL_BIT + 175)
-__NR_inotify_add_watch bits/syscall.h  d       223     #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254)
-__NR_inotify_init      bits/syscall.h  d       222     #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
-__NR_inotify_init1     bits/syscall.h  d       259     #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294)
-__NR_inotify_rm_watch  bits/syscall.h  d       224     #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255)
-__NR_io_cancel bits/syscall.h  d       187     #define __NR_io_cancel (__X32_SYSCALL_BIT + 210)
-__NR_io_destroy        bits/syscall.h  d       185     #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
-__NR_io_getevents      bits/syscall.h  d       186     #define __NR_io_getevents (__X32_SYSCALL_BIT + 208)
-__NR_io_setup  bits/syscall.h  d       316     #define __NR_io_setup (__X32_SYSCALL_BIT + 543)
-__NR_io_submit bits/syscall.h  d       317     #define __NR_io_submit (__X32_SYSCALL_BIT + 544)
-__NR_ioctl     bits/syscall.h  d       287     #define __NR_ioctl (__X32_SYSCALL_BIT + 514)
-__NR_ioperm    bits/syscall.h  d       157     #define __NR_ioperm (__X32_SYSCALL_BIT + 173)
-__NR_iopl      bits/syscall.h  d       156     #define __NR_iopl (__X32_SYSCALL_BIT + 172)
-__NR_ioprio_get        bits/syscall.h  d       221     #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252)
-__NR_ioprio_set        bits/syscall.h  d       220     #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251)
-__NR_kcmp      bits/syscall.h  d       270     #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
-__NR_kexec_file_load   bits/syscall.h  d       278     #define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320)
-__NR_kexec_load        bits/syscall.h  d       301     #define __NR_kexec_load (__X32_SYSCALL_BIT + 528)
-__NR_keyctl    bits/syscall.h  d       219     #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
-__NR_kill      bits/syscall.h  d       53      #define __NR_kill (__X32_SYSCALL_BIT + 62)
-__NR_lchown    bits/syscall.h  d       85      #define __NR_lchown (__X32_SYSCALL_BIT + 94)
-__NR_lgetxattr bits/syscall.h  d       172     #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192)
-__NR_link      bits/syscall.h  d       77      #define __NR_link (__X32_SYSCALL_BIT + 86)
-__NR_linkat    bits/syscall.h  d       234     #define __NR_linkat (__X32_SYSCALL_BIT + 265)
-__NR_listen    bits/syscall.h  d       44      #define __NR_listen (__X32_SYSCALL_BIT + 50)
-__NR_listxattr bits/syscall.h  d       174     #define __NR_listxattr (__X32_SYSCALL_BIT + 194)
-__NR_llistxattr        bits/syscall.h  d       175     #define __NR_llistxattr (__X32_SYSCALL_BIT + 195)
-__NR_lookup_dcookie    bits/syscall.h  d       188     #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212)
-__NR_lremovexattr      bits/syscall.h  d       178     #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198)
-__NR_lseek     bits/syscall.h  d       10      #define __NR_lseek (__X32_SYSCALL_BIT + 8)
-__NR_lsetxattr bits/syscall.h  d       169     #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189)
-__NR_lstat     bits/syscall.h  d       8       #define __NR_lstat (__X32_SYSCALL_BIT + 6)
-__NR_madvise   bits/syscall.h  d       25      #define __NR_madvise (__X32_SYSCALL_BIT + 28)
-__NR_mbind     bits/syscall.h  d       209     #define __NR_mbind (__X32_SYSCALL_BIT + 237)
-__NR_membarrier        bits/syscall.h  d       281     #define __NR_membarrier (__X32_SYSCALL_BIT + 324)
-__NR_memfd_create      bits/syscall.h  d       277     #define __NR_memfd_create (__X32_SYSCALL_BIT + 319)
-__NR_migrate_pages     bits/syscall.h  d       225     #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256)
-__NR_mincore   bits/syscall.h  d       24      #define __NR_mincore (__X32_SYSCALL_BIT + 27)
-__NR_mkdir     bits/syscall.h  d       74      #define __NR_mkdir (__X32_SYSCALL_BIT + 83)
-__NR_mkdirat   bits/syscall.h  d       227     #define __NR_mkdirat (__X32_SYSCALL_BIT + 258)
-__NR_mknod     bits/syscall.h  d       119     #define __NR_mknod (__X32_SYSCALL_BIT + 133)
-__NR_mknodat   bits/syscall.h  d       228     #define __NR_mknodat (__X32_SYSCALL_BIT + 259)
-__NR_mlock     bits/syscall.h  d       134     #define __NR_mlock (__X32_SYSCALL_BIT + 149)
-__NR_mlock2    bits/syscall.h  d       282     #define __NR_mlock2 (__X32_SYSCALL_BIT + 325)
-__NR_mlockall  bits/syscall.h  d       136     #define __NR_mlockall (__X32_SYSCALL_BIT + 151)
-__NR_mmap      bits/syscall.h  d       11      #define __NR_mmap (__X32_SYSCALL_BIT + 9)
-__NR_modify_ldt        bits/syscall.h  d       139     #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
-__NR_mount     bits/syscall.h  d       149     #define __NR_mount (__X32_SYSCALL_BIT + 165)
-__NR_move_pages        bits/syscall.h  d       306     #define __NR_move_pages (__X32_SYSCALL_BIT + 533)
-__NR_mprotect  bits/syscall.h  d       12      #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
-__NR_mq_getsetattr     bits/syscall.h  d       216     #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245)
-__NR_mq_notify bits/syscall.h  d       300     #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
-__NR_mq_open   bits/syscall.h  d       212     #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
-__NR_mq_timedreceive   bits/syscall.h  d       215     #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243)
-__NR_mq_timedsend      bits/syscall.h  d       214     #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
-__NR_mq_unlink bits/syscall.h  d       213     #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241)
-__NR_mremap    bits/syscall.h  d       22      #define __NR_mremap (__X32_SYSCALL_BIT + 25)
-__NR_msgctl    bits/syscall.h  d       62      #define __NR_msgctl (__X32_SYSCALL_BIT + 71)
-__NR_msgget    bits/syscall.h  d       59      #define __NR_msgget (__X32_SYSCALL_BIT + 68)
-__NR_msgrcv    bits/syscall.h  d       61      #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
-__NR_msgsnd    bits/syscall.h  d       60      #define __NR_msgsnd (__X32_SYSCALL_BIT + 69)
-__NR_msync     bits/syscall.h  d       23      #define __NR_msync (__X32_SYSCALL_BIT + 26)
-__NR_munlock   bits/syscall.h  d       135     #define __NR_munlock (__X32_SYSCALL_BIT + 150)
-__NR_munlockall        bits/syscall.h  d       137     #define __NR_munlockall (__X32_SYSCALL_BIT + 152)
-__NR_munmap    bits/syscall.h  d       13      #define __NR_munmap (__X32_SYSCALL_BIT + 11)
-__NR_name_to_handle_at bits/syscall.h  d       264     #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303)
-__NR_nanosleep bits/syscall.h  d       32      #define __NR_nanosleep (__X32_SYSCALL_BIT + 35)
-__NR_newfstatat        bits/syscall.h  d       231     #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
-__NR_open      bits/syscall.h  d       4       #define __NR_open (__X32_SYSCALL_BIT + 2)
-__NR_open_by_handle_at bits/syscall.h  d       265     #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304)
-__NR_openat    bits/syscall.h  d       226     #define __NR_openat (__X32_SYSCALL_BIT + 257)
-__NR_pause     bits/syscall.h  d       31      #define __NR_pause (__X32_SYSCALL_BIT + 34)
-__NR_perf_event_open   bits/syscall.h  d       260     #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298)
-__NR_personality       bits/syscall.h  d       120     #define __NR_personality (__X32_SYSCALL_BIT + 135)
-__NR_pipe      bits/syscall.h  d       19      #define __NR_pipe (__X32_SYSCALL_BIT + 22)
-__NR_pipe2     bits/syscall.h  d       258     #define __NR_pipe2 (__X32_SYSCALL_BIT + 293)
-__NR_pivot_root        bits/syscall.h  d       140     #define __NR_pivot_root (__X32_SYSCALL_BIT + 155)
-__NR_poll      bits/syscall.h  d       9       #define __NR_poll (__X32_SYSCALL_BIT + 7)
-__NR_ppoll     bits/syscall.h  d       240     #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
-__NR_prctl     bits/syscall.h  d       141     #define __NR_prctl (__X32_SYSCALL_BIT + 157)
-__NR_pread     bits/syscall.h  d       325     #define __NR_pread __NR_pread64
-__NR_pread64   bits/syscall.h  d       16      #define __NR_pread64 (__X32_SYSCALL_BIT + 17)
-__NR_preadv    bits/syscall.h  d       307     #define __NR_preadv (__X32_SYSCALL_BIT + 534)
-__NR_prlimit64 bits/syscall.h  d       263     #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302)
-__NR_process_vm_readv  bits/syscall.h  d       312     #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539)
-__NR_process_vm_writev bits/syscall.h  d       313     #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540)
-__NR_pselect6  bits/syscall.h  d       239     #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
-__NR_ptrace    bits/syscall.h  d       294     #define __NR_ptrace (__X32_SYSCALL_BIT + 521)
-__NR_putpmsg   bits/syscall.h  d       162     #define __NR_putpmsg (__X32_SYSCALL_BIT + 182)
-__NR_pwrite    bits/syscall.h  d       326     #define __NR_pwrite __NR_pwrite64
-__NR_pwrite64  bits/syscall.h  d       17      #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18)
-__NR_pwritev   bits/syscall.h  d       308     #define __NR_pwritev (__X32_SYSCALL_BIT + 535)
-__NR_quotactl  bits/syscall.h  d       160     #define __NR_quotactl (__X32_SYSCALL_BIT + 179)
-__NR_read      bits/syscall.h  d       2       #define __NR_read (__X32_SYSCALL_BIT + 0)
-__NR_readahead bits/syscall.h  d       167     #define __NR_readahead (__X32_SYSCALL_BIT + 187)
-__NR_readlink  bits/syscall.h  d       80      #define __NR_readlink (__X32_SYSCALL_BIT + 89)
-__NR_readlinkat        bits/syscall.h  d       236     #define __NR_readlinkat (__X32_SYSCALL_BIT + 267)
-__NR_readv     bits/syscall.h  d       288     #define __NR_readv (__X32_SYSCALL_BIT + 515)
-__NR_reboot    bits/syscall.h  d       153     #define __NR_reboot (__X32_SYSCALL_BIT + 169)
-__NR_recvfrom  bits/syscall.h  d       290     #define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
-__NR_recvmmsg  bits/syscall.h  d       310     #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537)
-__NR_recvmsg   bits/syscall.h  d       292     #define __NR_recvmsg (__X32_SYSCALL_BIT + 519)
-__NR_remap_file_pages  bits/syscall.h  d       190     #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216)
-__NR_removexattr       bits/syscall.h  d       177     #define __NR_removexattr (__X32_SYSCALL_BIT + 197)
-__NR_rename    bits/syscall.h  d       73      #define __NR_rename (__X32_SYSCALL_BIT + 82)
-__NR_renameat  bits/syscall.h  d       233     #define __NR_renameat (__X32_SYSCALL_BIT + 264)
-__NR_renameat2 bits/syscall.h  d       274     #define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
-__NR_request_key       bits/syscall.h  d       218     #define __NR_request_key (__X32_SYSCALL_BIT + 249)
-__NR_restart_syscall   bits/syscall.h  d       193     #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
-__NR_rmdir     bits/syscall.h  d       75      #define __NR_rmdir (__X32_SYSCALL_BIT + 84)
-__NR_rt_sigaction      bits/syscall.h  d       285     #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
-__NR_rt_sigpending     bits/syscall.h  d       295     #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522)
-__NR_rt_sigprocmask    bits/syscall.h  d       15      #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14)
-__NR_rt_sigqueueinfo   bits/syscall.h  d       297     #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524)
-__NR_rt_sigreturn      bits/syscall.h  d       286     #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
-__NR_rt_sigsuspend     bits/syscall.h  d       117     #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130)
-__NR_rt_sigtimedwait   bits/syscall.h  d       296     #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523)
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       309     #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536)
-__NR_sched_get_priority_max    bits/syscall.h  d       131     #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146)
-__NR_sched_get_priority_min    bits/syscall.h  d       132     #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147)
-__NR_sched_getaffinity bits/syscall.h  d       184     #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204)
-__NR_sched_getattr     bits/syscall.h  d       273     #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)
-__NR_sched_getparam    bits/syscall.h  d       128     #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143)
-__NR_sched_getscheduler        bits/syscall.h  d       130     #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145)
-__NR_sched_rr_get_interval     bits/syscall.h  d       133     #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148)
-__NR_sched_setaffinity bits/syscall.h  d       183     #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203)
-__NR_sched_setattr     bits/syscall.h  d       272     #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314)
-__NR_sched_setparam    bits/syscall.h  d       127     #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142)
-__NR_sched_setscheduler        bits/syscall.h  d       129     #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144)
-__NR_sched_yield       bits/syscall.h  d       21      #define __NR_sched_yield (__X32_SYSCALL_BIT + 24)
-__NR_seccomp   bits/syscall.h  d       275     #define __NR_seccomp (__X32_SYSCALL_BIT + 317)
-__NR_security  bits/syscall.h  d       165     #define __NR_security (__X32_SYSCALL_BIT + 185)
-__NR_select    bits/syscall.h  d       20      #define __NR_select (__X32_SYSCALL_BIT + 23)
-__NR_semctl    bits/syscall.h  d       57      #define __NR_semctl (__X32_SYSCALL_BIT + 66)
-__NR_semget    bits/syscall.h  d       55      #define __NR_semget (__X32_SYSCALL_BIT + 64)
-__NR_semop     bits/syscall.h  d       56      #define __NR_semop (__X32_SYSCALL_BIT + 65)
-__NR_semtimedop        bits/syscall.h  d       194     #define __NR_semtimedop (__X32_SYSCALL_BIT + 220)
-__NR_sendfile  bits/syscall.h  d       37      #define __NR_sendfile (__X32_SYSCALL_BIT + 40)
-__NR_sendmmsg  bits/syscall.h  d       311     #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538)
-__NR_sendmsg   bits/syscall.h  d       291     #define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
-__NR_sendto    bits/syscall.h  d       41      #define __NR_sendto (__X32_SYSCALL_BIT + 44)
-__NR_set_mempolicy     bits/syscall.h  d       210     #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238)
-__NR_set_robust_list   bits/syscall.h  d       303     #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530)
-__NR_set_tid_address   bits/syscall.h  d       192     #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218)
-__NR_setdomainname     bits/syscall.h  d       155     #define __NR_setdomainname (__X32_SYSCALL_BIT + 171)
-__NR_setfsgid  bits/syscall.h  d       113     #define __NR_setfsgid (__X32_SYSCALL_BIT + 123)
-__NR_setfsuid  bits/syscall.h  d       112     #define __NR_setfsuid (__X32_SYSCALL_BIT + 122)
-__NR_setgid    bits/syscall.h  d       96      #define __NR_setgid (__X32_SYSCALL_BIT + 106)
-__NR_setgroups bits/syscall.h  d       106     #define __NR_setgroups (__X32_SYSCALL_BIT + 116)
-__NR_sethostname       bits/syscall.h  d       154     #define __NR_sethostname (__X32_SYSCALL_BIT + 170)
-__NR_setitimer bits/syscall.h  d       35      #define __NR_setitimer (__X32_SYSCALL_BIT + 38)
-__NR_setns     bits/syscall.h  d       268     #define __NR_setns (__X32_SYSCALL_BIT + 308)
-__NR_setpgid   bits/syscall.h  d       99      #define __NR_setpgid (__X32_SYSCALL_BIT + 109)
-__NR_setpriority       bits/syscall.h  d       126     #define __NR_setpriority (__X32_SYSCALL_BIT + 141)
-__NR_setregid  bits/syscall.h  d       104     #define __NR_setregid (__X32_SYSCALL_BIT + 114)
-__NR_setresgid bits/syscall.h  d       109     #define __NR_setresgid (__X32_SYSCALL_BIT + 119)
-__NR_setresuid bits/syscall.h  d       107     #define __NR_setresuid (__X32_SYSCALL_BIT + 117)
-__NR_setreuid  bits/syscall.h  d       103     #define __NR_setreuid (__X32_SYSCALL_BIT + 113)
-__NR_setrlimit bits/syscall.h  d       144     #define __NR_setrlimit (__X32_SYSCALL_BIT + 160)
-__NR_setsid    bits/syscall.h  d       102     #define __NR_setsid (__X32_SYSCALL_BIT + 112)
-__NR_setsockopt        bits/syscall.h  d       314     #define __NR_setsockopt (__X32_SYSCALL_BIT + 541)
-__NR_settimeofday      bits/syscall.h  d       148     #define __NR_settimeofday (__X32_SYSCALL_BIT + 164)
-__NR_setuid    bits/syscall.h  d       95      #define __NR_setuid (__X32_SYSCALL_BIT + 105)
-__NR_setxattr  bits/syscall.h  d       168     #define __NR_setxattr (__X32_SYSCALL_BIT + 188)
-__NR_shmat     bits/syscall.h  d       27      #define __NR_shmat (__X32_SYSCALL_BIT + 30)
-__NR_shmctl    bits/syscall.h  d       28      #define __NR_shmctl (__X32_SYSCALL_BIT + 31)
-__NR_shmdt     bits/syscall.h  d       58      #define __NR_shmdt (__X32_SYSCALL_BIT + 67)
-__NR_shmget    bits/syscall.h  d       26      #define __NR_shmget (__X32_SYSCALL_BIT + 29)
-__NR_shutdown  bits/syscall.h  d       42      #define __NR_shutdown (__X32_SYSCALL_BIT + 48)
-__NR_sigaltstack       bits/syscall.h  d       298     #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525)
-__NR_signalfd  bits/syscall.h  d       247     #define __NR_signalfd (__X32_SYSCALL_BIT + 282)
-__NR_signalfd4 bits/syscall.h  d       254     #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289)
-__NR_socket    bits/syscall.h  d       38      #define __NR_socket (__X32_SYSCALL_BIT + 41)
-__NR_socketpair        bits/syscall.h  d       47      #define __NR_socketpair (__X32_SYSCALL_BIT + 53)
-__NR_splice    bits/syscall.h  d       242     #define __NR_splice (__X32_SYSCALL_BIT + 275)
-__NR_stat      bits/syscall.h  d       6       #define __NR_stat (__X32_SYSCALL_BIT + 4)
-__NR_statfs    bits/syscall.h  d       122     #define __NR_statfs (__X32_SYSCALL_BIT + 137)
-__NR_swapoff   bits/syscall.h  d       152     #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
-__NR_swapon    bits/syscall.h  d       151     #define __NR_swapon (__X32_SYSCALL_BIT + 167)
-__NR_symlink   bits/syscall.h  d       79      #define __NR_symlink (__X32_SYSCALL_BIT + 88)
-__NR_symlinkat bits/syscall.h  d       235     #define __NR_symlinkat (__X32_SYSCALL_BIT + 266)
-__NR_sync      bits/syscall.h  d       146     #define __NR_sync (__X32_SYSCALL_BIT + 162)
-__NR_sync_file_range   bits/syscall.h  d       244     #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
-__NR_syncfs    bits/syscall.h  d       267     #define __NR_syncfs (__X32_SYSCALL_BIT + 306)
-__NR_sysfs     bits/syscall.h  d       124     #define __NR_sysfs (__X32_SYSCALL_BIT + 139)
-__NR_sysinfo   bits/syscall.h  d       90      #define __NR_sysinfo (__X32_SYSCALL_BIT + 99)
-__NR_syslog    bits/syscall.h  d       93      #define __NR_syslog (__X32_SYSCALL_BIT + 103)
-__NR_tee       bits/syscall.h  d       243     #define __NR_tee (__X32_SYSCALL_BIT + 276)
-__NR_tgkill    bits/syscall.h  d       207     #define __NR_tgkill (__X32_SYSCALL_BIT + 234)
-__NR_time      bits/syscall.h  d       181     #define __NR_time (__X32_SYSCALL_BIT + 201)
-__NR_timer_create      bits/syscall.h  d       299     #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
-__NR_timer_delete      bits/syscall.h  d       199     #define __NR_timer_delete (__X32_SYSCALL_BIT + 226)
-__NR_timer_getoverrun  bits/syscall.h  d       198     #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225)
-__NR_timer_gettime     bits/syscall.h  d       197     #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224)
-__NR_timer_settime     bits/syscall.h  d       196     #define __NR_timer_settime (__X32_SYSCALL_BIT + 223)
-__NR_timerfd_create    bits/syscall.h  d       248     #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
-__NR_timerfd_gettime   bits/syscall.h  d       252     #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
-__NR_timerfd_settime   bits/syscall.h  d       251     #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286)
-__NR_times     bits/syscall.h  d       91      #define __NR_times (__X32_SYSCALL_BIT + 100)
-__NR_tkill     bits/syscall.h  d       180     #define __NR_tkill (__X32_SYSCALL_BIT + 200)
-__NR_truncate  bits/syscall.h  d       67      #define __NR_truncate (__X32_SYSCALL_BIT + 76)
-__NR_tuxcall   bits/syscall.h  d       164     #define __NR_tuxcall (__X32_SYSCALL_BIT + 184)
-__NR_umask     bits/syscall.h  d       86      #define __NR_umask (__X32_SYSCALL_BIT + 95)
-__NR_umount2   bits/syscall.h  d       150     #define __NR_umount2 (__X32_SYSCALL_BIT + 166)
-__NR_uname     bits/syscall.h  d       54      #define __NR_uname (__X32_SYSCALL_BIT + 63)
-__NR_unlink    bits/syscall.h  d       78      #define __NR_unlink (__X32_SYSCALL_BIT + 87)
-__NR_unlinkat  bits/syscall.h  d       232     #define __NR_unlinkat (__X32_SYSCALL_BIT + 263)
-__NR_unshare   bits/syscall.h  d       241     #define __NR_unshare (__X32_SYSCALL_BIT + 272)
-__NR_userfaultfd       bits/syscall.h  d       280     #define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
-__NR_ustat     bits/syscall.h  d       121     #define __NR_ustat (__X32_SYSCALL_BIT + 136)
-__NR_utime     bits/syscall.h  d       118     #define __NR_utime (__X32_SYSCALL_BIT + 132)
-__NR_utimensat bits/syscall.h  d       245     #define __NR_utimensat (__X32_SYSCALL_BIT + 280)
-__NR_utimes    bits/syscall.h  d       208     #define __NR_utimes (__X32_SYSCALL_BIT + 235)
-__NR_vfork     bits/syscall.h  d       50      #define __NR_vfork (__X32_SYSCALL_BIT + 58)
-__NR_vhangup   bits/syscall.h  d       138     #define __NR_vhangup (__X32_SYSCALL_BIT + 153)
-__NR_vmsplice  bits/syscall.h  d       305     #define __NR_vmsplice (__X32_SYSCALL_BIT + 532)
-__NR_wait4     bits/syscall.h  d       52      #define __NR_wait4 (__X32_SYSCALL_BIT + 61)
-__NR_waitid    bits/syscall.h  d       302     #define __NR_waitid (__X32_SYSCALL_BIT + 529)
-__NR_write     bits/syscall.h  d       3       #define __NR_write (__X32_SYSCALL_BIT + 1)
-__NR_writev    bits/syscall.h  d       289     #define __NR_writev (__X32_SYSCALL_BIT + 516)
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 32
-__WORDSIZE     bits/user.h     d       2       #define __WORDSIZE 64
-__X32_SYSCALL_BIT      bits/syscall.h  d       1       #define __X32_SYSCALL_BIT 0x40000000
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long long __jmp_buf[8];
-blkcnt_t       bits/alltypes.h t       223     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       218     typedef long blksize_t;
-clock_t        bits/alltypes.h t       260     typedef long clock_t;
-clockid_t      bits/alltypes.h t       255     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       86      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       213     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       31      typedef long double double_t;
-double_t       bits/alltypes.h t       42      typedef double double_t;
-elf_fpregset_t bits/user.h     t       10      } elf_fpregset_t;
-elf_greg_t     bits/user.h     t       19      typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       19      typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       32      } fenv_t;
-fexcept_t      bits/fenv.h     t       15      typedef unsigned short fexcept_t;
-float_t        bits/alltypes.h t       26      typedef long double float_t;
-float_t        bits/alltypes.h t       37      typedef float float_t;
-fpregset_t     bits/signal.h   t       48      } *fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       228     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       233     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       291     typedef unsigned gid_t;
-greg_t bits/signal.h   t       36      typedef long long greg_t, gregset_t[23];
-gregset_t      bits/signal.h   t       36      typedef long long greg_t, gregset_t[23];
-id_t   bits/alltypes.h t       281     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       208     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       142     typedef short int16_t;
-int32_t        bits/alltypes.h t       147     typedef int int32_t;
-int64_t        bits/alltypes.h t       152     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       137     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       157     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       121     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       296     typedef int key_t;
-locale_t       bits/alltypes.h t       368     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       49      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       362     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       61      } mcontext_t;
-mcontext_t     bits/signal.h   t       65      } mcontext_t;
-mode_t bits/alltypes.h t       193     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       76      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       198     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       203     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       276     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       66      typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       96      typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       345     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       81      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       340     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       325     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       71      typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       335     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       320     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       91      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       350     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       330     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       308     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       314     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       111     typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       131     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       126     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       391     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       374     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       101     typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       386     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       116     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       362     
-struct __sigset_t      bits/alltypes.h s       374     
-struct __ucontext      bits/signal.h   s       74      
-struct _fpstate        bits/signal.h   s       37      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       380     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       24      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       18      
-struct sigaltstack     bits/signal.h   s       68      
-struct sigcontext      bits/signal.h   s       49      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       270     
-struct timeval bits/alltypes.h s       265     
-struct user    bits/user.h     s       21      
-struct user_fpregs_struct      bits/user.h     s       4       
-struct user_regs_struct        bits/user.h     s       12      
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       60      typedef long long suseconds_t;
-time_t bits/alltypes.h t       55      typedef long long time_t;
-timer_t        bits/alltypes.h t       250     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       182     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       81      } ucontext_t;
-uid_t  bits/alltypes.h t       286     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       167     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       172     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       177     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       162     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       187     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       106     typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       301     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef long wchar_t;
-wctype_t       bits/alltypes.h t       244     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       239     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS     bits/reg.h      d       #define CS 17
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 21
+DS     bits/reg.h      d       #define DS 23
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EFLAGS bits/reg.h      d       #define EFLAGS 18
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 27
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ES     bits/reg.h      d       #define ES 24
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 4
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 0x400
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 32
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 1
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 8
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 0xc00
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 16
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 0x800
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+FS     bits/reg.h      d       #define FS 25
+FS_BASE        bits/reg.h      d       #define FS_BASE 21
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 5
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 6
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 7
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+GS     bits/reg.h      d       #define GS 26
+GS_BASE        bits/reg.h      d       #define GS_BASE 22
+HOST_STACK_END_ADDR    bits/user.h     d       #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
+HOST_TEXT_START_ADDR   bits/user.h     d       #define HOST_TEXT_START_ADDR (u.start_code)
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT32_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT32_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 18
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.0842021724855044340e-19L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 64
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.1897314953572317650e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.3621031431120935063e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 32
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+ORIG_RAX       bits/reg.h      d       #define ORIG_RAX 15
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT32_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT32_MIN
+R10    bits/reg.h      d       #define R10 7
+R11    bits/reg.h      d       #define R11 6
+R12    bits/reg.h      d       #define R12 3
+R13    bits/reg.h      d       #define R13 2
+R14    bits/reg.h      d       #define R14 1
+R15    bits/reg.h      d       #define R15 0
+R8     bits/reg.h      d       #define R8 9
+R9     bits/reg.h      d       #define R9 8
+RAX    bits/reg.h      d       #define RAX 10
+RBP    bits/reg.h      d       #define RBP 4
+RBX    bits/reg.h      d       #define RBX 5
+RCX    bits/reg.h      d       #define RCX 11
+RDI    bits/reg.h      d       #define RDI 14
+RDX    bits/reg.h      d       #define RDX 12
+REG_CR2        bits/signal.h   d       #define REG_CR2 22
+REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS 18
+REG_EFL        bits/signal.h   d       #define REG_EFL 17
+REG_ERR        bits/signal.h   d       #define REG_ERR 19
+REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK 21
+REG_R10        bits/signal.h   d       #define REG_R10 2
+REG_R11        bits/signal.h   d       #define REG_R11 3
+REG_R12        bits/signal.h   d       #define REG_R12 4
+REG_R13        bits/signal.h   d       #define REG_R13 5
+REG_R14        bits/signal.h   d       #define REG_R14 6
+REG_R15        bits/signal.h   d       #define REG_R15 7
+REG_R8 bits/signal.h   d       #define REG_R8 0
+REG_R9 bits/signal.h   d       #define REG_R9 1
+REG_RAX        bits/signal.h   d       #define REG_RAX 13
+REG_RBP        bits/signal.h   d       #define REG_RBP 10
+REG_RBX        bits/signal.h   d       #define REG_RBX 11
+REG_RCX        bits/signal.h   d       #define REG_RCX 14
+REG_RDI        bits/signal.h   d       #define REG_RDI 8
+REG_RDX        bits/signal.h   d       #define REG_RDX 12
+REG_RIP        bits/signal.h   d       #define REG_RIP 16
+REG_RSI        bits/signal.h   d       #define REG_RSI 9
+REG_RSP        bits/signal.h   d       #define REG_RSP 15
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 20
+RIP    bits/reg.h      d       #define RIP 16
+RSI    bits/reg.h      d       #define RSI 13
+RSP    bits/reg.h      d       #define RSP 19
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT32_MAX
+SS     bits/reg.h      d       #define SS 20
+SYS_accept     bits/syscall.h  d       #define SYS_accept __NR_accept
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 __NR_accept4
+SYS_access     bits/syscall.h  d       #define SYS_access __NR_access
+SYS_acct       bits/syscall.h  d       #define SYS_acct __NR_acct
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key __NR_add_key
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex __NR_adjtimex
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall __NR_afs_syscall
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm __NR_alarm
+SYS_arch_prctl bits/syscall.h  d       #define SYS_arch_prctl __NR_arch_prctl
+SYS_bind       bits/syscall.h  d       #define SYS_bind __NR_bind
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf __NR_bpf
+SYS_brk        bits/syscall.h  d       #define SYS_brk __NR_brk
+SYS_capget     bits/syscall.h  d       #define SYS_capget __NR_capget
+SYS_capset     bits/syscall.h  d       #define SYS_capset __NR_capset
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir __NR_chdir
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod __NR_chmod
+SYS_chown      bits/syscall.h  d       #define SYS_chown __NR_chown
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot __NR_chroot
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime __NR_clock_adjtime
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres __NR_clock_getres
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime __NR_clock_gettime
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep __NR_clock_nanosleep
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime __NR_clock_settime
+SYS_clone      bits/syscall.h  d       #define SYS_clone __NR_clone
+SYS_close      bits/syscall.h  d       #define SYS_close __NR_close
+SYS_connect    bits/syscall.h  d       #define SYS_connect __NR_connect
+SYS_creat      bits/syscall.h  d       #define SYS_creat __NR_creat
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module __NR_delete_module
+SYS_dup        bits/syscall.h  d       #define SYS_dup __NR_dup
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 __NR_dup2
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 __NR_dup3
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create __NR_epoll_create
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 __NR_epoll_create1
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl __NR_epoll_ctl
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait __NR_epoll_pwait
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait __NR_epoll_wait
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd __NR_eventfd
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 __NR_eventfd2
+SYS_execve     bits/syscall.h  d       #define SYS_execve __NR_execve
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat __NR_execveat
+SYS_exit       bits/syscall.h  d       #define SYS_exit __NR_exit
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group __NR_exit_group
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat __NR_faccessat
+SYS_fadvise    bits/syscall.h  d       #define SYS_fadvise SYS_fadvise64
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 __NR_fadvise64
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate __NR_fallocate
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init __NR_fanotify_init
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark __NR_fanotify_mark
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir __NR_fchdir
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod __NR_fchmod
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat __NR_fchmodat
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown __NR_fchown
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat __NR_fchownat
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl __NR_fcntl
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync __NR_fdatasync
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr __NR_fgetxattr
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module __NR_finit_module
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr __NR_flistxattr
+SYS_flock      bits/syscall.h  d       #define SYS_flock __NR_flock
+SYS_fork       bits/syscall.h  d       #define SYS_fork __NR_fork
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr __NR_fremovexattr
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr __NR_fsetxattr
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat __NR_fstat
+SYS_fstatat    bits/syscall.h  d       #define SYS_fstatat SYS_newfstatat
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs __NR_fstatfs
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync __NR_fsync
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate __NR_ftruncate
+SYS_futex      bits/syscall.h  d       #define SYS_futex __NR_futex
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat __NR_futimesat
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy __NR_get_mempolicy
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list __NR_get_robust_list
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu __NR_getcpu
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd __NR_getcwd
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents SYS_getdents64
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents __NR_getdents
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 __NR_getdents64
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid __NR_getegid
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid __NR_geteuid
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid __NR_getgid
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups __NR_getgroups
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer __NR_getitimer
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername __NR_getpeername
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid __NR_getpgid
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp __NR_getpgrp
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid __NR_getpid
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg __NR_getpmsg
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid __NR_getppid
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority __NR_getpriority
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom __NR_getrandom
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid __NR_getresgid
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid __NR_getresuid
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit __NR_getrlimit
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage __NR_getrusage
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid __NR_getsid
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname __NR_getsockname
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt __NR_getsockopt
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid __NR_gettid
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday __NR_gettimeofday
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid __NR_getuid
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr __NR_getxattr
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module __NR_init_module
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch __NR_inotify_add_watch
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init __NR_inotify_init
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 __NR_inotify_init1
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch __NR_inotify_rm_watch
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel __NR_io_cancel
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy __NR_io_destroy
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents __NR_io_getevents
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup __NR_io_setup
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit __NR_io_submit
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl __NR_ioctl
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm __NR_ioperm
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl __NR_iopl
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get __NR_ioprio_get
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set __NR_ioprio_set
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp __NR_kcmp
+SYS_kexec_file_load    bits/syscall.h  d       #define SYS_kexec_file_load __NR_kexec_file_load
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load __NR_kexec_load
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl __NR_keyctl
+SYS_kill       bits/syscall.h  d       #define SYS_kill __NR_kill
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown __NR_lchown
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr __NR_lgetxattr
+SYS_link       bits/syscall.h  d       #define SYS_link __NR_link
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat __NR_linkat
+SYS_listen     bits/syscall.h  d       #define SYS_listen __NR_listen
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr __NR_listxattr
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr __NR_llistxattr
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie __NR_lookup_dcookie
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr __NR_lremovexattr
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek __NR_lseek
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr __NR_lsetxattr
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat __NR_lstat
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise __NR_madvise
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind __NR_mbind
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier __NR_membarrier
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create __NR_memfd_create
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages __NR_migrate_pages
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore __NR_mincore
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir __NR_mkdir
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat __NR_mkdirat
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod __NR_mknod
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat __NR_mknodat
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock __NR_mlock
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 __NR_mlock2
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall __NR_mlockall
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap __NR_mmap
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt __NR_modify_ldt
+SYS_mount      bits/syscall.h  d       #define SYS_mount __NR_mount
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages __NR_move_pages
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect __NR_mprotect
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr __NR_mq_getsetattr
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify __NR_mq_notify
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open __NR_mq_open
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive __NR_mq_timedreceive
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend __NR_mq_timedsend
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink __NR_mq_unlink
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap __NR_mremap
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl __NR_msgctl
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget __NR_msgget
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv __NR_msgrcv
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd __NR_msgsnd
+SYS_msync      bits/syscall.h  d       #define SYS_msync __NR_msync
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock __NR_munlock
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall __NR_munlockall
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap __NR_munmap
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at __NR_name_to_handle_at
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep __NR_nanosleep
+SYS_newfstatat bits/syscall.h  d       #define SYS_newfstatat __NR_newfstatat
+SYS_open       bits/syscall.h  d       #define SYS_open __NR_open
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at __NR_open_by_handle_at
+SYS_openat     bits/syscall.h  d       #define SYS_openat __NR_openat
+SYS_pause      bits/syscall.h  d       #define SYS_pause __NR_pause
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open __NR_perf_event_open
+SYS_personality        bits/syscall.h  d       #define SYS_personality __NR_personality
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe __NR_pipe
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 __NR_pipe2
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root __NR_pivot_root
+SYS_poll       bits/syscall.h  d       #define SYS_poll __NR_poll
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll __NR_ppoll
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl __NR_prctl
+SYS_pread      bits/syscall.h  d       #define SYS_pread SYS_pread64
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 __NR_pread64
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv __NR_preadv
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 __NR_prlimit64
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv __NR_process_vm_readv
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev __NR_process_vm_writev
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 __NR_pselect6
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace __NR_ptrace
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg __NR_putpmsg
+SYS_pwrite     bits/syscall.h  d       #define SYS_pwrite SYS_pwrite64
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 __NR_pwrite64
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev __NR_pwritev
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl __NR_quotactl
+SYS_read       bits/syscall.h  d       #define SYS_read __NR_read
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead __NR_readahead
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink __NR_readlink
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat __NR_readlinkat
+SYS_readv      bits/syscall.h  d       #define SYS_readv __NR_readv
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot __NR_reboot
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom __NR_recvfrom
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg __NR_recvmmsg
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg __NR_recvmsg
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages __NR_remap_file_pages
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr __NR_removexattr
+SYS_rename     bits/syscall.h  d       #define SYS_rename __NR_rename
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat __NR_renameat
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 __NR_renameat2
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key __NR_request_key
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall __NR_restart_syscall
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir __NR_rmdir
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction __NR_rt_sigaction
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending __NR_rt_sigpending
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask __NR_rt_sigprocmask
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn __NR_rt_sigreturn
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend __NR_rt_sigsuspend
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max __NR_sched_get_priority_max
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min __NR_sched_get_priority_min
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity __NR_sched_getaffinity
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr __NR_sched_getattr
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam __NR_sched_getparam
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler __NR_sched_getscheduler
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity __NR_sched_setaffinity
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr __NR_sched_setattr
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam __NR_sched_setparam
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler __NR_sched_setscheduler
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield __NR_sched_yield
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp __NR_seccomp
+SYS_security   bits/syscall.h  d       #define SYS_security __NR_security
+SYS_select     bits/syscall.h  d       #define SYS_select __NR_select
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl __NR_semctl
+SYS_semget     bits/syscall.h  d       #define SYS_semget __NR_semget
+SYS_semop      bits/syscall.h  d       #define SYS_semop __NR_semop
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop __NR_semtimedop
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile __NR_sendfile
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg __NR_sendmmsg
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg __NR_sendmsg
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto __NR_sendto
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy __NR_set_mempolicy
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list __NR_set_robust_list
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address __NR_set_tid_address
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname __NR_setdomainname
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid __NR_setfsgid
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid __NR_setfsuid
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid __NR_setgid
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups __NR_setgroups
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname __NR_sethostname
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer __NR_setitimer
+SYS_setns      bits/syscall.h  d       #define SYS_setns __NR_setns
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid __NR_setpgid
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority __NR_setpriority
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid __NR_setregid
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid __NR_setresgid
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid __NR_setresuid
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid __NR_setreuid
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit __NR_setrlimit
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid __NR_setsid
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt __NR_setsockopt
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday __NR_settimeofday
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid __NR_setuid
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr __NR_setxattr
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat __NR_shmat
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl __NR_shmctl
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt __NR_shmdt
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget __NR_shmget
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown __NR_shutdown
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack __NR_sigaltstack
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd __NR_signalfd
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 __NR_signalfd4
+SYS_socket     bits/syscall.h  d       #define SYS_socket __NR_socket
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair __NR_socketpair
+SYS_splice     bits/syscall.h  d       #define SYS_splice __NR_splice
+SYS_stat       bits/syscall.h  d       #define SYS_stat __NR_stat
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs __NR_statfs
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff __NR_swapoff
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon __NR_swapon
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink __NR_symlink
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat __NR_symlinkat
+SYS_sync       bits/syscall.h  d       #define SYS_sync __NR_sync
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range __NR_sync_file_range
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs __NR_syncfs
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs __NR_sysfs
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo __NR_sysinfo
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog __NR_syslog
+SYS_tee        bits/syscall.h  d       #define SYS_tee __NR_tee
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill __NR_tgkill
+SYS_time       bits/syscall.h  d       #define SYS_time __NR_time
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create __NR_timer_create
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete __NR_timer_delete
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun __NR_timer_getoverrun
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime __NR_timer_gettime
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime __NR_timer_settime
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create __NR_timerfd_create
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime __NR_timerfd_gettime
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime __NR_timerfd_settime
+SYS_times      bits/syscall.h  d       #define SYS_times __NR_times
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill __NR_tkill
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate __NR_truncate
+SYS_tuxcall    bits/syscall.h  d       #define SYS_tuxcall __NR_tuxcall
+SYS_umask      bits/syscall.h  d       #define SYS_umask __NR_umask
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 __NR_umount2
+SYS_uname      bits/syscall.h  d       #define SYS_uname __NR_uname
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink __NR_unlink
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat __NR_unlinkat
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare __NR_unshare
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd __NR_userfaultfd
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat __NR_ustat
+SYS_utime      bits/syscall.h  d       #define SYS_utime __NR_utime
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat __NR_utimensat
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes __NR_utimes
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork __NR_vfork
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup __NR_vhangup
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice __NR_vmsplice
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 __NR_wait4
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid __NR_waitid
+SYS_write      bits/syscall.h  d       #define SYS_write __NR_write
+SYS_writev     bits/syscall.h  d       #define SYS_writev __NR_writev
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT32_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+UPAGES bits/user.h     d       #define UPAGES 1
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr int
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_LP64_OFF64   bits/posix.h    d       #define _POSIX_V6_LP64_OFF64 1
+_POSIX_V7_LP64_OFF64   bits/posix.h    d       #define _POSIX_V7_LP64_OFF64 1
+_Reg   bits/alltypes.h d       #define _Reg long long
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__FE_DENORM    bits/fenv.h     d       #define __FE_DENORM 2
+__NR_accept    bits/syscall.h  d       #define __NR_accept (__X32_SYSCALL_BIT + 43)
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 (__X32_SYSCALL_BIT + 288)
+__NR_access    bits/syscall.h  d       #define __NR_access (__X32_SYSCALL_BIT + 21)
+__NR_acct      bits/syscall.h  d       #define __NR_acct (__X32_SYSCALL_BIT + 163)
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key (__X32_SYSCALL_BIT + 248)
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex (__X32_SYSCALL_BIT + 159)
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183)
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm (__X32_SYSCALL_BIT + 37)
+__NR_arch_prctl        bits/syscall.h  d       #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158)
+__NR_bind      bits/syscall.h  d       #define __NR_bind (__X32_SYSCALL_BIT + 49)
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf (__X32_SYSCALL_BIT + 321)
+__NR_brk       bits/syscall.h  d       #define __NR_brk (__X32_SYSCALL_BIT + 12)
+__NR_capget    bits/syscall.h  d       #define __NR_capget (__X32_SYSCALL_BIT + 125)
+__NR_capset    bits/syscall.h  d       #define __NR_capset (__X32_SYSCALL_BIT + 126)
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir (__X32_SYSCALL_BIT + 80)
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod (__X32_SYSCALL_BIT + 90)
+__NR_chown     bits/syscall.h  d       #define __NR_chown (__X32_SYSCALL_BIT + 92)
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot (__X32_SYSCALL_BIT + 161)
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305)
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres (__X32_SYSCALL_BIT + 229)
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228)
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230)
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime (__X32_SYSCALL_BIT + 227)
+__NR_clone     bits/syscall.h  d       #define __NR_clone (__X32_SYSCALL_BIT + 56)
+__NR_close     bits/syscall.h  d       #define __NR_close (__X32_SYSCALL_BIT + 3)
+__NR_connect   bits/syscall.h  d       #define __NR_connect (__X32_SYSCALL_BIT + 42)
+__NR_creat     bits/syscall.h  d       #define __NR_creat (__X32_SYSCALL_BIT + 85)
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module (__X32_SYSCALL_BIT + 176)
+__NR_dup       bits/syscall.h  d       #define __NR_dup (__X32_SYSCALL_BIT + 32)
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 (__X32_SYSCALL_BIT + 33)
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 (__X32_SYSCALL_BIT + 292)
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create (__X32_SYSCALL_BIT + 213)
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233)
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232)
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd (__X32_SYSCALL_BIT + 284)
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290)
+__NR_execve    bits/syscall.h  d       #define __NR_execve (__X32_SYSCALL_BIT + 520)
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat (__X32_SYSCALL_BIT + 545)
+__NR_exit      bits/syscall.h  d       #define __NR_exit (__X32_SYSCALL_BIT + 60)
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group (__X32_SYSCALL_BIT + 231)
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat (__X32_SYSCALL_BIT + 269)
+__NR_fadvise   bits/syscall.h  d       #define __NR_fadvise __NR_fadvise64
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221)
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301)
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir (__X32_SYSCALL_BIT + 81)
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod (__X32_SYSCALL_BIT + 91)
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown (__X32_SYSCALL_BIT + 93)
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat (__X32_SYSCALL_BIT + 260)
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl (__X32_SYSCALL_BIT + 72)
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync (__X32_SYSCALL_BIT + 75)
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module (__X32_SYSCALL_BIT + 313)
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr (__X32_SYSCALL_BIT + 196)
+__NR_flock     bits/syscall.h  d       #define __NR_flock (__X32_SYSCALL_BIT + 73)
+__NR_fork      bits/syscall.h  d       #define __NR_fork (__X32_SYSCALL_BIT + 57)
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190)
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat (__X32_SYSCALL_BIT + 5)
+__NR_fstatat   bits/syscall.h  d       #define __NR_fstatat __NR_newfstatat
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs (__X32_SYSCALL_BIT + 138)
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync (__X32_SYSCALL_BIT + 74)
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate (__X32_SYSCALL_BIT + 77)
+__NR_futex     bits/syscall.h  d       #define __NR_futex (__X32_SYSCALL_BIT + 202)
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239)
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531)
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu (__X32_SYSCALL_BIT + 309)
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd (__X32_SYSCALL_BIT + 79)
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents (__X32_SYSCALL_BIT + 78)
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents __NR_getdents64
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 (__X32_SYSCALL_BIT + 217)
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid (__X32_SYSCALL_BIT + 108)
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid (__X32_SYSCALL_BIT + 107)
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid (__X32_SYSCALL_BIT + 104)
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups (__X32_SYSCALL_BIT + 115)
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer (__X32_SYSCALL_BIT + 36)
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername (__X32_SYSCALL_BIT + 52)
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid (__X32_SYSCALL_BIT + 121)
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid (__X32_SYSCALL_BIT + 39)
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg (__X32_SYSCALL_BIT + 181)
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid (__X32_SYSCALL_BIT + 110)
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority (__X32_SYSCALL_BIT + 140)
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom (__X32_SYSCALL_BIT + 318)
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid (__X32_SYSCALL_BIT + 120)
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid (__X32_SYSCALL_BIT + 118)
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit (__X32_SYSCALL_BIT + 97)
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage (__X32_SYSCALL_BIT + 98)
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid (__X32_SYSCALL_BIT + 124)
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname (__X32_SYSCALL_BIT + 51)
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt (__X32_SYSCALL_BIT + 542)
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid (__X32_SYSCALL_BIT + 186)
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96)
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid (__X32_SYSCALL_BIT + 102)
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr (__X32_SYSCALL_BIT + 191)
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module (__X32_SYSCALL_BIT + 175)
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254)
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294)
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255)
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel (__X32_SYSCALL_BIT + 210)
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents (__X32_SYSCALL_BIT + 208)
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup (__X32_SYSCALL_BIT + 543)
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit (__X32_SYSCALL_BIT + 544)
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl (__X32_SYSCALL_BIT + 514)
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm (__X32_SYSCALL_BIT + 173)
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl (__X32_SYSCALL_BIT + 172)
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252)
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251)
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320)
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load (__X32_SYSCALL_BIT + 528)
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
+__NR_kill      bits/syscall.h  d       #define __NR_kill (__X32_SYSCALL_BIT + 62)
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown (__X32_SYSCALL_BIT + 94)
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192)
+__NR_link      bits/syscall.h  d       #define __NR_link (__X32_SYSCALL_BIT + 86)
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat (__X32_SYSCALL_BIT + 265)
+__NR_listen    bits/syscall.h  d       #define __NR_listen (__X32_SYSCALL_BIT + 50)
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr (__X32_SYSCALL_BIT + 194)
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr (__X32_SYSCALL_BIT + 195)
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212)
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198)
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek (__X32_SYSCALL_BIT + 8)
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189)
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat (__X32_SYSCALL_BIT + 6)
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise (__X32_SYSCALL_BIT + 28)
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind (__X32_SYSCALL_BIT + 237)
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier (__X32_SYSCALL_BIT + 324)
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create (__X32_SYSCALL_BIT + 319)
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256)
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore (__X32_SYSCALL_BIT + 27)
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir (__X32_SYSCALL_BIT + 83)
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat (__X32_SYSCALL_BIT + 258)
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod (__X32_SYSCALL_BIT + 133)
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat (__X32_SYSCALL_BIT + 259)
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock (__X32_SYSCALL_BIT + 149)
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 (__X32_SYSCALL_BIT + 325)
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall (__X32_SYSCALL_BIT + 151)
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap (__X32_SYSCALL_BIT + 9)
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
+__NR_mount     bits/syscall.h  d       #define __NR_mount (__X32_SYSCALL_BIT + 165)
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages (__X32_SYSCALL_BIT + 533)
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245)
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243)
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241)
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap (__X32_SYSCALL_BIT + 25)
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl (__X32_SYSCALL_BIT + 71)
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget (__X32_SYSCALL_BIT + 68)
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd (__X32_SYSCALL_BIT + 69)
+__NR_msync     bits/syscall.h  d       #define __NR_msync (__X32_SYSCALL_BIT + 26)
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock (__X32_SYSCALL_BIT + 150)
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall (__X32_SYSCALL_BIT + 152)
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap (__X32_SYSCALL_BIT + 11)
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303)
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep (__X32_SYSCALL_BIT + 35)
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
+__NR_open      bits/syscall.h  d       #define __NR_open (__X32_SYSCALL_BIT + 2)
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304)
+__NR_openat    bits/syscall.h  d       #define __NR_openat (__X32_SYSCALL_BIT + 257)
+__NR_pause     bits/syscall.h  d       #define __NR_pause (__X32_SYSCALL_BIT + 34)
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298)
+__NR_personality       bits/syscall.h  d       #define __NR_personality (__X32_SYSCALL_BIT + 135)
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe (__X32_SYSCALL_BIT + 22)
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 (__X32_SYSCALL_BIT + 293)
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root (__X32_SYSCALL_BIT + 155)
+__NR_poll      bits/syscall.h  d       #define __NR_poll (__X32_SYSCALL_BIT + 7)
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl (__X32_SYSCALL_BIT + 157)
+__NR_pread     bits/syscall.h  d       #define __NR_pread __NR_pread64
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 (__X32_SYSCALL_BIT + 17)
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv (__X32_SYSCALL_BIT + 534)
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302)
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539)
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540)
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace (__X32_SYSCALL_BIT + 521)
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg (__X32_SYSCALL_BIT + 182)
+__NR_pwrite    bits/syscall.h  d       #define __NR_pwrite __NR_pwrite64
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18)
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev (__X32_SYSCALL_BIT + 535)
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl (__X32_SYSCALL_BIT + 179)
+__NR_read      bits/syscall.h  d       #define __NR_read (__X32_SYSCALL_BIT + 0)
+__NR_readahead bits/syscall.h  d       #define __NR_readahead (__X32_SYSCALL_BIT + 187)
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink (__X32_SYSCALL_BIT + 89)
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat (__X32_SYSCALL_BIT + 267)
+__NR_readv     bits/syscall.h  d       #define __NR_readv (__X32_SYSCALL_BIT + 515)
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot (__X32_SYSCALL_BIT + 169)
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537)
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg (__X32_SYSCALL_BIT + 519)
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216)
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr (__X32_SYSCALL_BIT + 197)
+__NR_rename    bits/syscall.h  d       #define __NR_rename (__X32_SYSCALL_BIT + 82)
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat (__X32_SYSCALL_BIT + 264)
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key (__X32_SYSCALL_BIT + 249)
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir (__X32_SYSCALL_BIT + 84)
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522)
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14)
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524)
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130)
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523)
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536)
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146)
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147)
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204)
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143)
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145)
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148)
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203)
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314)
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142)
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144)
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield (__X32_SYSCALL_BIT + 24)
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp (__X32_SYSCALL_BIT + 317)
+__NR_security  bits/syscall.h  d       #define __NR_security (__X32_SYSCALL_BIT + 185)
+__NR_select    bits/syscall.h  d       #define __NR_select (__X32_SYSCALL_BIT + 23)
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl (__X32_SYSCALL_BIT + 66)
+__NR_semget    bits/syscall.h  d       #define __NR_semget (__X32_SYSCALL_BIT + 64)
+__NR_semop     bits/syscall.h  d       #define __NR_semop (__X32_SYSCALL_BIT + 65)
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop (__X32_SYSCALL_BIT + 220)
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile (__X32_SYSCALL_BIT + 40)
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538)
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto (__X32_SYSCALL_BIT + 44)
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238)
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530)
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218)
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname (__X32_SYSCALL_BIT + 171)
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid (__X32_SYSCALL_BIT + 123)
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid (__X32_SYSCALL_BIT + 122)
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid (__X32_SYSCALL_BIT + 106)
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups (__X32_SYSCALL_BIT + 116)
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname (__X32_SYSCALL_BIT + 170)
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer (__X32_SYSCALL_BIT + 38)
+__NR_setns     bits/syscall.h  d       #define __NR_setns (__X32_SYSCALL_BIT + 308)
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid (__X32_SYSCALL_BIT + 109)
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority (__X32_SYSCALL_BIT + 141)
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid (__X32_SYSCALL_BIT + 114)
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid (__X32_SYSCALL_BIT + 119)
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid (__X32_SYSCALL_BIT + 117)
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid (__X32_SYSCALL_BIT + 113)
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit (__X32_SYSCALL_BIT + 160)
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid (__X32_SYSCALL_BIT + 112)
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt (__X32_SYSCALL_BIT + 541)
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday (__X32_SYSCALL_BIT + 164)
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid (__X32_SYSCALL_BIT + 105)
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr (__X32_SYSCALL_BIT + 188)
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat (__X32_SYSCALL_BIT + 30)
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl (__X32_SYSCALL_BIT + 31)
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt (__X32_SYSCALL_BIT + 67)
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget (__X32_SYSCALL_BIT + 29)
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown (__X32_SYSCALL_BIT + 48)
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525)
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd (__X32_SYSCALL_BIT + 282)
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289)
+__NR_socket    bits/syscall.h  d       #define __NR_socket (__X32_SYSCALL_BIT + 41)
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair (__X32_SYSCALL_BIT + 53)
+__NR_splice    bits/syscall.h  d       #define __NR_splice (__X32_SYSCALL_BIT + 275)
+__NR_stat      bits/syscall.h  d       #define __NR_stat (__X32_SYSCALL_BIT + 4)
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs (__X32_SYSCALL_BIT + 137)
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon (__X32_SYSCALL_BIT + 167)
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink (__X32_SYSCALL_BIT + 88)
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat (__X32_SYSCALL_BIT + 266)
+__NR_sync      bits/syscall.h  d       #define __NR_sync (__X32_SYSCALL_BIT + 162)
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs (__X32_SYSCALL_BIT + 306)
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs (__X32_SYSCALL_BIT + 139)
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo (__X32_SYSCALL_BIT + 99)
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog (__X32_SYSCALL_BIT + 103)
+__NR_tee       bits/syscall.h  d       #define __NR_tee (__X32_SYSCALL_BIT + 276)
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill (__X32_SYSCALL_BIT + 234)
+__NR_time      bits/syscall.h  d       #define __NR_time (__X32_SYSCALL_BIT + 201)
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete (__X32_SYSCALL_BIT + 226)
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225)
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224)
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime (__X32_SYSCALL_BIT + 223)
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286)
+__NR_times     bits/syscall.h  d       #define __NR_times (__X32_SYSCALL_BIT + 100)
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill (__X32_SYSCALL_BIT + 200)
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate (__X32_SYSCALL_BIT + 76)
+__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall (__X32_SYSCALL_BIT + 184)
+__NR_umask     bits/syscall.h  d       #define __NR_umask (__X32_SYSCALL_BIT + 95)
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 (__X32_SYSCALL_BIT + 166)
+__NR_uname     bits/syscall.h  d       #define __NR_uname (__X32_SYSCALL_BIT + 63)
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink (__X32_SYSCALL_BIT + 87)
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat (__X32_SYSCALL_BIT + 263)
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare (__X32_SYSCALL_BIT + 272)
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat (__X32_SYSCALL_BIT + 136)
+__NR_utime     bits/syscall.h  d       #define __NR_utime (__X32_SYSCALL_BIT + 132)
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat (__X32_SYSCALL_BIT + 280)
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes (__X32_SYSCALL_BIT + 235)
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork (__X32_SYSCALL_BIT + 58)
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup (__X32_SYSCALL_BIT + 153)
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice (__X32_SYSCALL_BIT + 532)
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 (__X32_SYSCALL_BIT + 61)
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid (__X32_SYSCALL_BIT + 529)
+__NR_write     bits/syscall.h  d       #define __NR_write (__X32_SYSCALL_BIT + 1)
+__NR_writev    bits/syscall.h  d       #define __NR_writev (__X32_SYSCALL_BIT + 516)
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 32
+__WORDSIZE     bits/user.h     d       #define __WORDSIZE 64
+__X32_SYSCALL_BIT      bits/syscall.h  d       #define __X32_SYSCALL_BIT 0x40000000
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long long __jmp_buf[8];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+double_t       bits/alltypes.h t       typedef long double double_t;
+elf_fpregset_t bits/user.h     t       } elf_fpregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+float_t        bits/alltypes.h t       typedef long double float_t;
+fpregset_t     bits/signal.h   t       } *fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef long long greg_t, gregset_t[23];
+gregset_t      bits/signal.h   t       typedef long long greg_t, gregset_t[23];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct _fpstate        bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct user_fpregs_struct      bits/user.h     s       
+struct user_regs_struct        bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long long suseconds_t;
+time_t bits/alltypes.h t       typedef long long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef long wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index c3a4085..74e2b38 100644 (file)
-B0     bits/termios.h  d       79      #define B0 0000000
-B1000000       bits/termios.h  d       103     #define B1000000 0010010
-B110   bits/termios.h  d       82      #define B110 0000003
-B115200        bits/termios.h  d       97      #define B115200 0010002
-B1152000       bits/termios.h  d       104     #define B1152000 0010011
-B1200  bits/termios.h  d       88      #define B1200 0000011
-B134   bits/termios.h  d       83      #define B134 0000004
-B150   bits/termios.h  d       84      #define B150 0000005
-B1500000       bits/termios.h  d       105     #define B1500000 0010012
-B1800  bits/termios.h  d       89      #define B1800 0000012
-B19200 bits/termios.h  d       93      #define B19200 0000016
-B200   bits/termios.h  d       85      #define B200 0000006
-B2000000       bits/termios.h  d       106     #define B2000000 0010013
-B230400        bits/termios.h  d       98      #define B230400 0010003
-B2400  bits/termios.h  d       90      #define B2400 0000013
-B2500000       bits/termios.h  d       107     #define B2500000 0010014
-B300   bits/termios.h  d       86      #define B300 0000007
-B3000000       bits/termios.h  d       108     #define B3000000 0010015
-B3500000       bits/termios.h  d       109     #define B3500000 0010016
-B38400 bits/termios.h  d       94      #define B38400 0000017
-B4000000       bits/termios.h  d       110     #define B4000000 0010017
-B460800        bits/termios.h  d       99      #define B460800 0010004
-B4800  bits/termios.h  d       91      #define B4800 0000014
-B50    bits/termios.h  d       80      #define B50 0000001
-B500000        bits/termios.h  d       100     #define B500000 0010005
-B57600 bits/termios.h  d       96      #define B57600 0010001
-B576000        bits/termios.h  d       101     #define B576000 0010006
-B600   bits/termios.h  d       87      #define B600 0000010
-B75    bits/termios.h  d       81      #define B75 0000002
-B921600        bits/termios.h  d       102     #define B921600 0010007
-B9600  bits/termios.h  d       92      #define B9600 0000015
-BRKINT bits/termios.h  d       32      #define BRKINT 0000002
-BS0    bits/termios.h  d       69      #define BS0 0000000
-BS1    bits/termios.h  d       70      #define BS1 0020000
-BSDLY  bits/termios.h  d       68      #define BSDLY 0020000
-CBAUD  bits/termios.h  d       112     #define CBAUD 0010017
-CBAUDEX        bits/termios.h  d       156     #define CBAUDEX 0010000
-CLOCAL bits/termios.h  d       124     #define CLOCAL 0004000
-CR0    bits/termios.h  d       59      #define CR0 0000000
-CR1    bits/termios.h  d       60      #define CR1 0001000
-CR2    bits/termios.h  d       61      #define CR2 0002000
-CR3    bits/termios.h  d       62      #define CR3 0003000
-CRDLY  bits/termios.h  d       58      #define CRDLY 0003000
-CREAD  bits/termios.h  d       120     #define CREAD 0000200
-CRTSCTS        bits/termios.h  d       157     #define CRTSCTS 020000000000
-CS     bits/reg.h      d       20      #define CS 17
-CS5    bits/termios.h  d       115     #define CS5 0000000
-CS6    bits/termios.h  d       116     #define CS6 0000020
-CS7    bits/termios.h  d       117     #define CS7 0000040
-CS8    bits/termios.h  d       118     #define CS8 0000060
-CSIZE  bits/termios.h  d       114     #define CSIZE 0000060
-CSTOPB bits/termios.h  d       119     #define CSTOPB 0000100
-DECIMAL_DIG    bits/float.h    d       20      #define DECIMAL_DIG 21
-DS     bits/reg.h      d       26      #define DS 23
-E2BIG  bits/errno.h    d       7       #define E2BIG 7
-EACCES bits/errno.h    d       13      #define EACCES 13
-EADDRINUSE     bits/errno.h    d       99      #define EADDRINUSE 98
-EADDRNOTAVAIL  bits/errno.h    d       100     #define EADDRNOTAVAIL 99
-EADV   bits/errno.h    d       68      #define EADV 68
-EAFNOSUPPORT   bits/errno.h    d       98      #define EAFNOSUPPORT 97
-EAGAIN bits/errno.h    d       11      #define EAGAIN 11
-EALREADY       bits/errno.h    d       115     #define EALREADY 114
-EBADE  bits/errno.h    d       52      #define EBADE 52
-EBADF  bits/errno.h    d       9       #define EBADF 9
-EBADFD bits/errno.h    d       77      #define EBADFD 77
-EBADMSG        bits/errno.h    d       74      #define EBADMSG 74
-EBADR  bits/errno.h    d       53      #define EBADR 53
-EBADRQC        bits/errno.h    d       56      #define EBADRQC 56
-EBADSLT        bits/errno.h    d       57      #define EBADSLT 57
-EBFONT bits/errno.h    d       59      #define EBFONT 59
-EBUSY  bits/errno.h    d       16      #define EBUSY 16
-ECANCELED      bits/errno.h    d       126     #define ECANCELED 125
-ECHILD bits/errno.h    d       10      #define ECHILD 10
-ECHO   bits/termios.h  d       128     #define ECHO 0000010
-ECHOCTL        bits/termios.h  d       136     #define ECHOCTL 0001000
-ECHOE  bits/termios.h  d       129     #define ECHOE 0000020
-ECHOK  bits/termios.h  d       130     #define ECHOK 0000040
-ECHOKE bits/termios.h  d       138     #define ECHOKE 0004000
-ECHONL bits/termios.h  d       131     #define ECHONL 0000100
-ECHOPRT        bits/termios.h  d       137     #define ECHOPRT 0002000
-ECHRNG bits/errno.h    d       44      #define ECHRNG 44
-ECOMM  bits/errno.h    d       70      #define ECOMM 70
-ECONNABORTED   bits/errno.h    d       104     #define ECONNABORTED 103
-ECONNREFUSED   bits/errno.h    d       112     #define ECONNREFUSED 111
-ECONNRESET     bits/errno.h    d       105     #define ECONNRESET 104
-EDEADLK        bits/errno.h    d       35      #define EDEADLK 35
-EDEADLOCK      bits/errno.h    d       58      #define EDEADLOCK EDEADLK
-EDESTADDRREQ   bits/errno.h    d       89      #define EDESTADDRREQ 89
-EDOM   bits/errno.h    d       33      #define EDOM 33
-EDOTDOT        bits/errno.h    d       73      #define EDOTDOT 73
-EDQUOT bits/errno.h    d       123     #define EDQUOT 122
-EEXIST bits/errno.h    d       17      #define EEXIST 17
-EFAULT bits/errno.h    d       14      #define EFAULT 14
-EFBIG  bits/errno.h    d       27      #define EFBIG 27
-EFLAGS bits/reg.h      d       21      #define EFLAGS 18
-EHOSTDOWN      bits/errno.h    d       113     #define EHOSTDOWN 112
-EHOSTUNREACH   bits/errno.h    d       114     #define EHOSTUNREACH 113
-EHWPOISON      bits/errno.h    d       134     #define EHWPOISON 133
-EIDRM  bits/errno.h    d       43      #define EIDRM 43
-EILSEQ bits/errno.h    d       84      #define EILSEQ 84
-EINPROGRESS    bits/errno.h    d       116     #define EINPROGRESS 115
-EINTR  bits/errno.h    d       4       #define EINTR 4
-EINVAL bits/errno.h    d       22      #define EINVAL 22
-EIO    bits/errno.h    d       5       #define EIO 5
-EISCONN        bits/errno.h    d       107     #define EISCONN 106
-EISDIR bits/errno.h    d       21      #define EISDIR 21
-EISNAM bits/errno.h    d       121     #define EISNAM 120
-EKEYEXPIRED    bits/errno.h    d       128     #define EKEYEXPIRED 127
-EKEYREJECTED   bits/errno.h    d       130     #define EKEYREJECTED 129
-EKEYREVOKED    bits/errno.h    d       129     #define EKEYREVOKED 128
-EL2HLT bits/errno.h    d       51      #define EL2HLT 51
-EL2NSYNC       bits/errno.h    d       45      #define EL2NSYNC 45
-EL3HLT bits/errno.h    d       46      #define EL3HLT 46
-EL3RST bits/errno.h    d       47      #define EL3RST 47
-ELF_NGREG      bits/user.h     d       18      #define ELF_NGREG 27
-ELIBACC        bits/errno.h    d       79      #define ELIBACC 79
-ELIBBAD        bits/errno.h    d       80      #define ELIBBAD 80
-ELIBEXEC       bits/errno.h    d       83      #define ELIBEXEC 83
-ELIBMAX        bits/errno.h    d       82      #define ELIBMAX 82
-ELIBSCN        bits/errno.h    d       81      #define ELIBSCN 81
-ELNRNG bits/errno.h    d       48      #define ELNRNG 48
-ELOOP  bits/errno.h    d       40      #define ELOOP 40
-EMEDIUMTYPE    bits/errno.h    d       125     #define EMEDIUMTYPE 124
-EMFILE bits/errno.h    d       24      #define EMFILE 24
-EMLINK bits/errno.h    d       31      #define EMLINK 31
-EMSGSIZE       bits/errno.h    d       90      #define EMSGSIZE 90
-EMULTIHOP      bits/errno.h    d       72      #define EMULTIHOP 72
-ENAMETOOLONG   bits/errno.h    d       36      #define ENAMETOOLONG 36
-ENAVAIL        bits/errno.h    d       120     #define ENAVAIL 119
-ENETDOWN       bits/errno.h    d       101     #define ENETDOWN 100
-ENETRESET      bits/errno.h    d       103     #define ENETRESET 102
-ENETUNREACH    bits/errno.h    d       102     #define ENETUNREACH 101
-ENFILE bits/errno.h    d       23      #define ENFILE 23
-ENOANO bits/errno.h    d       55      #define ENOANO 55
-ENOBUFS        bits/errno.h    d       106     #define ENOBUFS 105
-ENOCSI bits/errno.h    d       50      #define ENOCSI 50
-ENODATA        bits/errno.h    d       61      #define ENODATA 61
-ENODEV bits/errno.h    d       19      #define ENODEV 19
-ENOENT bits/errno.h    d       2       #define ENOENT 2
-ENOEXEC        bits/errno.h    d       8       #define ENOEXEC 8
-ENOKEY bits/errno.h    d       127     #define ENOKEY 126
-ENOLCK bits/errno.h    d       37      #define ENOLCK 37
-ENOLINK        bits/errno.h    d       67      #define ENOLINK 67
-ENOMEDIUM      bits/errno.h    d       124     #define ENOMEDIUM 123
-ENOMEM bits/errno.h    d       12      #define ENOMEM 12
-ENOMSG bits/errno.h    d       42      #define ENOMSG 42
-ENONET bits/errno.h    d       64      #define ENONET 64
-ENOPKG bits/errno.h    d       65      #define ENOPKG 65
-ENOPROTOOPT    bits/errno.h    d       92      #define ENOPROTOOPT 92
-ENOSPC bits/errno.h    d       28      #define ENOSPC 28
-ENOSR  bits/errno.h    d       63      #define ENOSR 63
-ENOSTR bits/errno.h    d       60      #define ENOSTR 60
-ENOSYS bits/errno.h    d       38      #define ENOSYS 38
-ENOTBLK        bits/errno.h    d       15      #define ENOTBLK 15
-ENOTCONN       bits/errno.h    d       108     #define ENOTCONN 107
-ENOTDIR        bits/errno.h    d       20      #define ENOTDIR 20
-ENOTEMPTY      bits/errno.h    d       39      #define ENOTEMPTY 39
-ENOTNAM        bits/errno.h    d       119     #define ENOTNAM 118
-ENOTRECOVERABLE        bits/errno.h    d       132     #define ENOTRECOVERABLE 131
-ENOTSOCK       bits/errno.h    d       88      #define ENOTSOCK 88
-ENOTSUP        bits/errno.h    d       96      #define ENOTSUP EOPNOTSUPP
-ENOTTY bits/errno.h    d       25      #define ENOTTY 25
-ENOTUNIQ       bits/errno.h    d       76      #define ENOTUNIQ 76
-ENXIO  bits/errno.h    d       6       #define ENXIO 6
-EOPNOTSUPP     bits/errno.h    d       95      #define EOPNOTSUPP 95
-EOVERFLOW      bits/errno.h    d       75      #define EOVERFLOW 75
-EOWNERDEAD     bits/errno.h    d       131     #define EOWNERDEAD 130
-EPERM  bits/errno.h    d       1       #define EPERM 1
-EPFNOSUPPORT   bits/errno.h    d       97      #define EPFNOSUPPORT 96
-EPIPE  bits/errno.h    d       32      #define EPIPE 32
-EPROTO bits/errno.h    d       71      #define EPROTO 71
-EPROTONOSUPPORT        bits/errno.h    d       93      #define EPROTONOSUPPORT 93
-EPROTOTYPE     bits/errno.h    d       91      #define EPROTOTYPE 91
-ERANGE bits/errno.h    d       34      #define ERANGE 34
-EREMCHG        bits/errno.h    d       78      #define EREMCHG 78
-EREMOTE        bits/errno.h    d       66      #define EREMOTE 66
-EREMOTEIO      bits/errno.h    d       122     #define EREMOTEIO 121
-ERESTART       bits/errno.h    d       85      #define ERESTART 85
-ERFKILL        bits/errno.h    d       133     #define ERFKILL 132
-EROFS  bits/errno.h    d       30      #define EROFS 30
-ES     bits/reg.h      d       27      #define ES 24
-ESHUTDOWN      bits/errno.h    d       109     #define ESHUTDOWN 108
-ESOCKTNOSUPPORT        bits/errno.h    d       94      #define ESOCKTNOSUPPORT 94
-ESPIPE bits/errno.h    d       29      #define ESPIPE 29
-ESRCH  bits/errno.h    d       3       #define ESRCH 3
-ESRMNT bits/errno.h    d       69      #define ESRMNT 69
-ESTALE bits/errno.h    d       117     #define ESTALE 116
-ESTRPIPE       bits/errno.h    d       86      #define ESTRPIPE 86
-ETIME  bits/errno.h    d       62      #define ETIME 62
-ETIMEDOUT      bits/errno.h    d       111     #define ETIMEDOUT 110
-ETOOMANYREFS   bits/errno.h    d       110     #define ETOOMANYREFS 109
-ETXTBSY        bits/errno.h    d       26      #define ETXTBSY 26
-EUCLEAN        bits/errno.h    d       118     #define EUCLEAN 117
-EUNATCH        bits/errno.h    d       49      #define EUNATCH 49
-EUSERS bits/errno.h    d       87      #define EUSERS 87
-EWOULDBLOCK    bits/errno.h    d       41      #define EWOULDBLOCK EAGAIN
-EXDEV  bits/errno.h    d       18      #define EXDEV 18
-EXFULL bits/errno.h    d       54      #define EXFULL 54
-EXTPROC        bits/termios.h  d       158     #define EXTPROC 0200000
-FE_ALL_EXCEPT  bits/fenv.h     d       8       #define FE_ALL_EXCEPT 63
-FE_DFL_ENV     bits/fenv.h     d       34      #define FE_DFL_ENV ((const fenv_t *) -1)
-FE_DIVBYZERO   bits/fenv.h     d       3       #define FE_DIVBYZERO 4
-FE_DOWNWARD    bits/fenv.h     d       11      #define FE_DOWNWARD 0x400
-FE_INEXACT     bits/fenv.h     d       6       #define FE_INEXACT 32
-FE_INVALID     bits/fenv.h     d       1       #define FE_INVALID 1
-FE_OVERFLOW    bits/fenv.h     d       4       #define FE_OVERFLOW 8
-FE_TONEAREST   bits/fenv.h     d       10      #define FE_TONEAREST 0
-FE_TOWARDZERO  bits/fenv.h     d       13      #define FE_TOWARDZERO 0xc00
-FE_UNDERFLOW   bits/fenv.h     d       5       #define FE_UNDERFLOW 16
-FE_UPWARD      bits/fenv.h     d       12      #define FE_UPWARD 0x800
-FF0    bits/termios.h  d       72      #define FF0 0000000
-FF1    bits/termios.h  d       73      #define FF1 0100000
-FFDLY  bits/termios.h  d       71      #define FFDLY 0100000
-FILE   bits/alltypes.h T       356     typedef struct _IO_FILE FILE;
-FIOASYNC       bits/ioctl.h    d       62      #define FIOASYNC 0x5452
-FIOCLEX        bits/ioctl.h    d       61      #define FIOCLEX 0x5451
-FIOGETOWN      bits/ioctl.h    d       132     #define FIOGETOWN 0x8903
-FIONBIO        bits/ioctl.h    d       44      #define FIONBIO 0x5421
-FIONCLEX       bits/ioctl.h    d       60      #define FIONCLEX 0x5450
-FIONREAD       bits/ioctl.h    d       37      #define FIONREAD 0x541B
-FIOQSIZE       bits/ioctl.h    d       77      #define FIOQSIZE 0x5460
-FIOSETOWN      bits/ioctl.h    d       130     #define FIOSETOWN 0x8901
-FLT_EVAL_METHOD        bits/float.h    d       2       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
-FLT_EVAL_METHOD        bits/float.h    d       4       #define FLT_EVAL_METHOD 0
-FLUSHO bits/termios.h  d       139     #define FLUSHO 0010000
-FS     bits/reg.h      d       28      #define FS 25
-FS_BASE        bits/reg.h      d       24      #define FS_BASE 21
-F_DUPFD        bits/fcntl.h    d       22      #define F_DUPFD 0
-F_GETFD        bits/fcntl.h    d       23      #define F_GETFD 1
-F_GETFL        bits/fcntl.h    d       25      #define F_GETFL 3
-F_GETLK        bits/fcntl.h    d       33      #define F_GETLK 5
-F_GETOWN       bits/fcntl.h    d       29      #define F_GETOWN 9
-F_GETOWNER_UIDS        bits/fcntl.h    d       40      #define F_GETOWNER_UIDS 17
-F_GETOWN_EX    bits/fcntl.h    d       38      #define F_GETOWN_EX 16
-F_GETSIG       bits/fcntl.h    d       31      #define F_GETSIG 11
-F_SETFD        bits/fcntl.h    d       24      #define F_SETFD 2
-F_SETFL        bits/fcntl.h    d       26      #define F_SETFL 4
-F_SETLK        bits/fcntl.h    d       34      #define F_SETLK 6
-F_SETLKW       bits/fcntl.h    d       35      #define F_SETLKW 7
-F_SETOWN       bits/fcntl.h    d       28      #define F_SETOWN 8
-F_SETOWN_EX    bits/fcntl.h    d       37      #define F_SETOWN_EX 15
-F_SETSIG       bits/fcntl.h    d       30      #define F_SETSIG 10
-GS     bits/reg.h      d       29      #define GS 26
-GS_BASE        bits/reg.h      d       25      #define GS_BASE 22
-HOST_STACK_END_ADDR    bits/user.h     d       44      #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
-HOST_TEXT_START_ADDR   bits/user.h     d       43      #define HOST_TEXT_START_ADDR (u.start_code)
-HUPCL  bits/termios.h  d       123     #define HUPCL 0002000
-ICANON bits/termios.h  d       127     #define ICANON 0000002
-ICRNL  bits/termios.h  d       39      #define ICRNL 0000400
-IEXTEN bits/termios.h  d       134     #define IEXTEN 0100000
-IGNBRK bits/termios.h  d       31      #define IGNBRK 0000001
-IGNCR  bits/termios.h  d       38      #define IGNCR 0000200
-IGNPAR bits/termios.h  d       33      #define IGNPAR 0000004
-IMAXBEL        bits/termios.h  d       44      #define IMAXBEL 0020000
-INLCR  bits/termios.h  d       37      #define INLCR 0000100
-INPCK  bits/termios.h  d       35      #define INPCK 0000020
-INTPTR_MAX     bits/stdint.h   d       16      #define INTPTR_MAX INT64_MAX
-INTPTR_MIN     bits/stdint.h   d       15      #define INTPTR_MIN INT64_MIN
-INT_FAST16_MAX bits/stdint.h   d       9       #define INT_FAST16_MAX INT32_MAX
-INT_FAST16_MIN bits/stdint.h   d       6       #define INT_FAST16_MIN INT32_MIN
-INT_FAST32_MAX bits/stdint.h   d       10      #define INT_FAST32_MAX INT32_MAX
-INT_FAST32_MIN bits/stdint.h   d       7       #define INT_FAST32_MIN INT32_MIN
-IPC_64 bits/ipc.h      d       14      #define IPC_64 0
-ISIG   bits/termios.h  d       126     #define ISIG 0000001
-ISTRIP bits/termios.h  d       36      #define ISTRIP 0000040
-IUCLC  bits/termios.h  d       40      #define IUCLC 0001000
-IUTF8  bits/termios.h  d       45      #define IUTF8 0040000
-IXANY  bits/termios.h  d       42      #define IXANY 0004000
-IXOFF  bits/termios.h  d       43      #define IXOFF 0010000
-IXON   bits/termios.h  d       41      #define IXON 0002000
-LDBL_DIG       bits/float.h    d       16      #define LDBL_DIG 18
-LDBL_EPSILON   bits/float.h    d       10      #define LDBL_EPSILON 1.0842021724855044340e-19L
-LDBL_MANT_DIG  bits/float.h    d       12      #define LDBL_MANT_DIG 64
-LDBL_MAX       bits/float.h    d       9       #define LDBL_MAX 1.1897314953572317650e+4932L
-LDBL_MAX_10_EXP        bits/float.h    d       18      #define LDBL_MAX_10_EXP 4932
-LDBL_MAX_EXP   bits/float.h    d       14      #define LDBL_MAX_EXP 16384
-LDBL_MIN       bits/float.h    d       8       #define LDBL_MIN 3.3621031431120935063e-4932L
-LDBL_MIN_10_EXP        bits/float.h    d       17      #define LDBL_MIN_10_EXP (-4931)
-LDBL_MIN_EXP   bits/float.h    d       13      #define LDBL_MIN_EXP (-16381)
-LDBL_TRUE_MIN  bits/float.h    d       7       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
-LLONG_MAX      bits/limits.h   d       8       #define LLONG_MAX 0x7fffffffffffffffLL
-LONG_BIT       bits/limits.h   d       4       #define LONG_BIT 64
-LONG_MAX       bits/limits.h   d       7       #define LONG_MAX 0x7fffffffffffffffL
-MAP_32BIT      bits/mman.h     d       1       #define MAP_32BIT 0x40
-MINSIGSTKSZ    bits/signal.h   d       5       #define MINSIGSTKSZ 2048
-NBPG   bits/user.h     d       41      #define NBPG PAGE_SIZE
-NL0    bits/termios.h  d       56      #define NL0 0000000
-NL1    bits/termios.h  d       57      #define NL1 0000400
-NLDLY  bits/termios.h  d       55      #define NLDLY 0000400
-NOFLSH bits/termios.h  d       132     #define NOFLSH 0000200
-N_6PACK        bits/ioctl.h    d       120     #define N_6PACK 7
-N_AX25 bits/ioctl.h    d       118     #define N_AX25 5
-N_HCI  bits/ioctl.h    d       128     #define N_HCI 15
-N_HDLC bits/ioctl.h    d       126     #define N_HDLC 13
-N_IRDA bits/ioctl.h    d       124     #define N_IRDA 11
-N_MASC bits/ioctl.h    d       121     #define N_MASC 8
-N_MOUSE        bits/ioctl.h    d       115     #define N_MOUSE 2
-N_PPP  bits/ioctl.h    d       116     #define N_PPP 3
-N_PROFIBUS_FDL bits/ioctl.h    d       123     #define N_PROFIBUS_FDL 10
-N_R3964        bits/ioctl.h    d       122     #define N_R3964 9
-N_SLIP bits/ioctl.h    d       114     #define N_SLIP 1
-N_SMSBLOCK     bits/ioctl.h    d       125     #define N_SMSBLOCK 12
-N_STRIP        bits/ioctl.h    d       117     #define N_STRIP 4
-N_SYNC_PPP     bits/ioctl.h    d       127     #define N_SYNC_PPP 14
-N_TTY  bits/ioctl.h    d       113     #define N_TTY 0
-N_X25  bits/ioctl.h    d       119     #define N_X25 6
-OCRNL  bits/termios.h  d       50      #define OCRNL 0000010
-OFDEL  bits/termios.h  d       54      #define OFDEL 0000200
-OFILL  bits/termios.h  d       53      #define OFILL 0000100
-OLCUC  bits/termios.h  d       48      #define OLCUC 0000002
-ONLCR  bits/termios.h  d       49      #define ONLCR 0000004
-ONLRET bits/termios.h  d       52      #define ONLRET 0000040
-ONOCR  bits/termios.h  d       51      #define ONOCR 0000020
-OPOST  bits/termios.h  d       47      #define OPOST 0000001
-ORIG_RAX       bits/reg.h      d       18      #define ORIG_RAX 15
-O_APPEND       bits/fcntl.h    d       5       #define O_APPEND 02000
-O_ASYNC        bits/fcntl.h    d       14      #define O_ASYNC 020000
-O_CLOEXEC      bits/fcntl.h    d       12      #define O_CLOEXEC 02000000
-O_CREAT        bits/fcntl.h    d       1       #define O_CREAT 0100
-O_DIRECT       bits/fcntl.h    d       15      #define O_DIRECT 040000
-O_DIRECTORY    bits/fcntl.h    d       10      #define O_DIRECTORY 0200000
-O_DSYNC        bits/fcntl.h    d       7       #define O_DSYNC 010000
-O_EXCL bits/fcntl.h    d       2       #define O_EXCL 0200
-O_LARGEFILE    bits/fcntl.h    d       16      #define O_LARGEFILE 0
-O_NDELAY       bits/fcntl.h    d       20      #define O_NDELAY O_NONBLOCK
-O_NOATIME      bits/fcntl.h    d       17      #define O_NOATIME 01000000
-O_NOCTTY       bits/fcntl.h    d       3       #define O_NOCTTY 0400
-O_NOFOLLOW     bits/fcntl.h    d       11      #define O_NOFOLLOW 0400000
-O_NONBLOCK     bits/fcntl.h    d       6       #define O_NONBLOCK 04000
-O_PATH bits/fcntl.h    d       18      #define O_PATH 010000000
-O_RSYNC        bits/fcntl.h    d       9       #define O_RSYNC 04010000
-O_SYNC bits/fcntl.h    d       8       #define O_SYNC 04010000
-O_TMPFILE      bits/fcntl.h    d       19      #define O_TMPFILE 020200000
-O_TRUNC        bits/fcntl.h    d       4       #define O_TRUNC 01000
-PAGE_MASK      bits/user.h     d       40      #define PAGE_MASK (~(PAGE_SIZE-1))
-PAGE_SIZE      bits/limits.h   d       3       #define PAGE_SIZE 4096
-PARENB bits/termios.h  d       121     #define PARENB 0000400
-PARMRK bits/termios.h  d       34      #define PARMRK 0000010
-PARODD bits/termios.h  d       122     #define PARODD 0001000
-PENDIN bits/termios.h  d       140     #define PENDIN 0040000
-PTRDIFF_MAX    bits/stdint.h   d       19      #define PTRDIFF_MAX INT64_MAX
-PTRDIFF_MIN    bits/stdint.h   d       18      #define PTRDIFF_MIN INT64_MIN
-R10    bits/reg.h      d       10      #define R10 7
-R11    bits/reg.h      d       9       #define R11 6
-R12    bits/reg.h      d       6       #define R12 3
-R13    bits/reg.h      d       5       #define R13 2
-R14    bits/reg.h      d       4       #define R14 1
-R15    bits/reg.h      d       3       #define R15 0
-R8     bits/reg.h      d       12      #define R8 9
-R9     bits/reg.h      d       11      #define R9 8
-RAX    bits/reg.h      d       13      #define RAX 10
-RBP    bits/reg.h      d       7       #define RBP 4
-RBX    bits/reg.h      d       8       #define RBX 5
-RCX    bits/reg.h      d       14      #define RCX 11
-RDI    bits/reg.h      d       17      #define RDI 14
-RDX    bits/reg.h      d       15      #define RDX 12
-REG_CR2        bits/signal.h   d       32      #define REG_CR2 22
-REG_CSGSFS     bits/signal.h   d       28      #define REG_CSGSFS 18
-REG_EFL        bits/signal.h   d       27      #define REG_EFL 17
-REG_ERR        bits/signal.h   d       29      #define REG_ERR 19
-REG_OLDMASK    bits/signal.h   d       31      #define REG_OLDMASK 21
-REG_R10        bits/signal.h   d       12      #define REG_R10 2
-REG_R11        bits/signal.h   d       13      #define REG_R11 3
-REG_R12        bits/signal.h   d       14      #define REG_R12 4
-REG_R13        bits/signal.h   d       15      #define REG_R13 5
-REG_R14        bits/signal.h   d       16      #define REG_R14 6
-REG_R15        bits/signal.h   d       17      #define REG_R15 7
-REG_R8 bits/signal.h   d       10      #define REG_R8 0
-REG_R9 bits/signal.h   d       11      #define REG_R9 1
-REG_RAX        bits/signal.h   d       23      #define REG_RAX 13
-REG_RBP        bits/signal.h   d       20      #define REG_RBP 10
-REG_RBX        bits/signal.h   d       21      #define REG_RBX 11
-REG_RCX        bits/signal.h   d       24      #define REG_RCX 14
-REG_RDI        bits/signal.h   d       18      #define REG_RDI 8
-REG_RDX        bits/signal.h   d       22      #define REG_RDX 12
-REG_RIP        bits/signal.h   d       26      #define REG_RIP 16
-REG_RSI        bits/signal.h   d       19      #define REG_RSI 9
-REG_RSP        bits/signal.h   d       25      #define REG_RSP 15
-REG_TRAPNO     bits/signal.h   d       30      #define REG_TRAPNO 20
-RIP    bits/reg.h      d       19      #define RIP 16
-RSI    bits/reg.h      d       16      #define RSI 13
-RSP    bits/reg.h      d       22      #define RSP 19
-SA_NOCLDSTOP   bits/signal.h   d       83      #define SA_NOCLDSTOP 1
-SA_NOCLDWAIT   bits/signal.h   d       84      #define SA_NOCLDWAIT 2
-SA_NODEFER     bits/signal.h   d       88      #define SA_NODEFER 0x40000000
-SA_ONSTACK     bits/signal.h   d       86      #define SA_ONSTACK 0x08000000
-SA_RESETHAND   bits/signal.h   d       89      #define SA_RESETHAND 0x80000000
-SA_RESTART     bits/signal.h   d       87      #define SA_RESTART 0x10000000
-SA_RESTORER    bits/signal.h   d       90      #define SA_RESTORER 0x04000000
-SA_SIGINFO     bits/signal.h   d       85      #define SA_SIGINFO 4
-SHMLBA bits/shm.h      d       1       #define SHMLBA 4096
-SIGABRT        bits/signal.h   d       99      #define SIGABRT 6
-SIGALRM        bits/signal.h   d       108     #define SIGALRM 14
-SIGBUS bits/signal.h   d       101     #define SIGBUS 7
-SIGCHLD        bits/signal.h   d       111     #define SIGCHLD 17
-SIGCONT        bits/signal.h   d       112     #define SIGCONT 18
-SIGFPE bits/signal.h   d       102     #define SIGFPE 8
-SIGHUP bits/signal.h   d       94      #define SIGHUP 1
-SIGILL bits/signal.h   d       97      #define SIGILL 4
-SIGINT bits/signal.h   d       95      #define SIGINT 2
-SIGIO  bits/signal.h   d       123     #define SIGIO 29
-SIGIOT bits/signal.h   d       100     #define SIGIOT SIGABRT
-SIGKILL        bits/signal.h   d       103     #define SIGKILL 9
-SIGPIPE        bits/signal.h   d       107     #define SIGPIPE 13
-SIGPOLL        bits/signal.h   d       124     #define SIGPOLL 29
-SIGPROF        bits/signal.h   d       121     #define SIGPROF 27
-SIGPWR bits/signal.h   d       125     #define SIGPWR 30
-SIGQUIT        bits/signal.h   d       96      #define SIGQUIT 3
-SIGSEGV        bits/signal.h   d       105     #define SIGSEGV 11
-SIGSTKFLT      bits/signal.h   d       110     #define SIGSTKFLT 16
-SIGSTKSZ       bits/signal.h   d       6       #define SIGSTKSZ 8192
-SIGSTOP        bits/signal.h   d       113     #define SIGSTOP 19
-SIGSYS bits/signal.h   d       126     #define SIGSYS 31
-SIGTERM        bits/signal.h   d       109     #define SIGTERM 15
-SIGTRAP        bits/signal.h   d       98      #define SIGTRAP 5
-SIGTSTP        bits/signal.h   d       114     #define SIGTSTP 20
-SIGTTIN        bits/signal.h   d       115     #define SIGTTIN 21
-SIGTTOU        bits/signal.h   d       116     #define SIGTTOU 22
-SIGUNUSED      bits/signal.h   d       127     #define SIGUNUSED SIGSYS
-SIGURG bits/signal.h   d       117     #define SIGURG 23
-SIGUSR1        bits/signal.h   d       104     #define SIGUSR1 10
-SIGUSR2        bits/signal.h   d       106     #define SIGUSR2 12
-SIGVTALRM      bits/signal.h   d       120     #define SIGVTALRM 26
-SIGWINCH       bits/signal.h   d       122     #define SIGWINCH 28
-SIGXCPU        bits/signal.h   d       118     #define SIGXCPU 24
-SIGXFSZ        bits/signal.h   d       119     #define SIGXFSZ 25
-SIOCADDDLCI    bits/ioctl.h    d       193     #define SIOCADDDLCI 0x8980
-SIOCADDMULTI   bits/ioctl.h    d       166     #define SIOCADDMULTI 0x8931
-SIOCADDRT      bits/ioctl.h    d       137     #define SIOCADDRT 0x890B
-SIOCATMARK     bits/ioctl.h    d       134     #define SIOCATMARK 0x8905
-SIOCDARP       bits/ioctl.h    d       182     #define SIOCDARP 0x8953
-SIOCDELDLCI    bits/ioctl.h    d       194     #define SIOCDELDLCI 0x8981
-SIOCDELMULTI   bits/ioctl.h    d       167     #define SIOCDELMULTI 0x8932
-SIOCDELRT      bits/ioctl.h    d       138     #define SIOCDELRT 0x890C
-SIOCDEVPRIVATE bits/ioctl.h    d       196     #define SIOCDEVPRIVATE 0x89F0
-SIOCDIFADDR    bits/ioctl.h    d       172     #define SIOCDIFADDR 0x8936
-SIOCDRARP      bits/ioctl.h    d       186     #define SIOCDRARP 0x8960
-SIOCGARP       bits/ioctl.h    d       183     #define SIOCGARP 0x8954
-SIOCGIFADDR    bits/ioctl.h    d       146     #define SIOCGIFADDR 0x8915
-SIOCGIFBR      bits/ioctl.h    d       176     #define SIOCGIFBR 0x8940
-SIOCGIFBRDADDR bits/ioctl.h    d       150     #define SIOCGIFBRDADDR 0x8919
-SIOCGIFCONF    bits/ioctl.h    d       143     #define SIOCGIFCONF 0x8912
-SIOCGIFCOUNT   bits/ioctl.h    d       174     #define SIOCGIFCOUNT 0x8938
-SIOCGIFDSTADDR bits/ioctl.h    d       148     #define SIOCGIFDSTADDR 0x8917
-SIOCGIFENCAP   bits/ioctl.h    d       161     #define SIOCGIFENCAP 0x8925
-SIOCGIFFLAGS   bits/ioctl.h    d       144     #define SIOCGIFFLAGS 0x8913
-SIOCGIFHWADDR  bits/ioctl.h    d       163     #define SIOCGIFHWADDR 0x8927
-SIOCGIFINDEX   bits/ioctl.h    d       168     #define SIOCGIFINDEX 0x8933
-SIOCGIFMAP     bits/ioctl.h    d       190     #define SIOCGIFMAP 0x8970
-SIOCGIFMEM     bits/ioctl.h    d       156     #define SIOCGIFMEM 0x891f
-SIOCGIFMETRIC  bits/ioctl.h    d       154     #define SIOCGIFMETRIC 0x891d
-SIOCGIFMTU     bits/ioctl.h    d       158     #define SIOCGIFMTU 0x8921
-SIOCGIFNAME    bits/ioctl.h    d       141     #define SIOCGIFNAME 0x8910
-SIOCGIFNETMASK bits/ioctl.h    d       152     #define SIOCGIFNETMASK 0x891b
-SIOCGIFPFLAGS  bits/ioctl.h    d       171     #define SIOCGIFPFLAGS 0x8935
-SIOCGIFSLAVE   bits/ioctl.h    d       164     #define SIOCGIFSLAVE 0x8929
-SIOCGIFTXQLEN  bits/ioctl.h    d       179     #define SIOCGIFTXQLEN 0x8942
-SIOCGPGRP      bits/ioctl.h    d       133     #define SIOCGPGRP 0x8904
-SIOCGRARP      bits/ioctl.h    d       187     #define SIOCGRARP 0x8961
-SIOCGSTAMP     bits/ioctl.h    d       135     #define SIOCGSTAMP 0x8906
-SIOCPROTOPRIVATE       bits/ioctl.h    d       197     #define SIOCPROTOPRIVATE 0x89E0
-SIOCRTMSG      bits/ioctl.h    d       139     #define SIOCRTMSG 0x890D
-SIOCSARP       bits/ioctl.h    d       184     #define SIOCSARP 0x8955
-SIOCSIFADDR    bits/ioctl.h    d       147     #define SIOCSIFADDR 0x8916
-SIOCSIFBR      bits/ioctl.h    d       177     #define SIOCSIFBR 0x8941
-SIOCSIFBRDADDR bits/ioctl.h    d       151     #define SIOCSIFBRDADDR 0x891a
-SIOCSIFDSTADDR bits/ioctl.h    d       149     #define SIOCSIFDSTADDR 0x8918
-SIOCSIFENCAP   bits/ioctl.h    d       162     #define SIOCSIFENCAP 0x8926
-SIOCSIFFLAGS   bits/ioctl.h    d       145     #define SIOCSIFFLAGS 0x8914
-SIOCSIFHWADDR  bits/ioctl.h    d       160     #define SIOCSIFHWADDR 0x8924
-SIOCSIFHWBROADCAST     bits/ioctl.h    d       173     #define SIOCSIFHWBROADCAST 0x8937
-SIOCSIFLINK    bits/ioctl.h    d       142     #define SIOCSIFLINK 0x8911
-SIOCSIFMAP     bits/ioctl.h    d       191     #define SIOCSIFMAP 0x8971
-SIOCSIFMEM     bits/ioctl.h    d       157     #define SIOCSIFMEM 0x8920
-SIOCSIFMETRIC  bits/ioctl.h    d       155     #define SIOCSIFMETRIC 0x891e
-SIOCSIFMTU     bits/ioctl.h    d       159     #define SIOCSIFMTU 0x8922
-SIOCSIFNETMASK bits/ioctl.h    d       153     #define SIOCSIFNETMASK 0x891c
-SIOCSIFPFLAGS  bits/ioctl.h    d       170     #define SIOCSIFPFLAGS 0x8934
-SIOCSIFSLAVE   bits/ioctl.h    d       165     #define SIOCSIFSLAVE 0x8930
-SIOCSIFTXQLEN  bits/ioctl.h    d       180     #define SIOCSIFTXQLEN 0x8943
-SIOCSPGRP      bits/ioctl.h    d       131     #define SIOCSPGRP 0x8902
-SIOCSRARP      bits/ioctl.h    d       188     #define SIOCSRARP 0x8962
-SIOGIFINDEX    bits/ioctl.h    d       169     #define SIOGIFINDEX SIOCGIFINDEX
-SIZE_MAX       bits/stdint.h   d       20      #define SIZE_MAX UINT64_MAX
-SS     bits/reg.h      d       23      #define SS 20
-SYS__sysctl    bits/syscall.h  d       489     #define SYS__sysctl 156
-SYS_accept     bits/syscall.h  d       376     #define SYS_accept 43
-SYS_accept4    bits/syscall.h  d       621     #define SYS_accept4 288
-SYS_access     bits/syscall.h  d       354     #define SYS_access 21
-SYS_acct       bits/syscall.h  d       496     #define SYS_acct 163
-SYS_add_key    bits/syscall.h  d       581     #define SYS_add_key 248
-SYS_adjtimex   bits/syscall.h  d       492     #define SYS_adjtimex 159
-SYS_afs_syscall        bits/syscall.h  d       516     #define SYS_afs_syscall 183
-SYS_alarm      bits/syscall.h  d       370     #define SYS_alarm 37
-SYS_arch_prctl bits/syscall.h  d       491     #define SYS_arch_prctl 158
-SYS_bind       bits/syscall.h  d       382     #define SYS_bind 49
-SYS_bpf        bits/syscall.h  d       654     #define SYS_bpf 321
-SYS_brk        bits/syscall.h  d       345     #define SYS_brk 12
-SYS_capget     bits/syscall.h  d       458     #define SYS_capget 125
-SYS_capset     bits/syscall.h  d       459     #define SYS_capset 126
-SYS_chdir      bits/syscall.h  d       413     #define SYS_chdir 80
-SYS_chmod      bits/syscall.h  d       423     #define SYS_chmod 90
-SYS_chown      bits/syscall.h  d       425     #define SYS_chown 92
-SYS_chroot     bits/syscall.h  d       494     #define SYS_chroot 161
-SYS_clock_adjtime      bits/syscall.h  d       638     #define SYS_clock_adjtime 305
-SYS_clock_getres       bits/syscall.h  d       562     #define SYS_clock_getres 229
-SYS_clock_gettime      bits/syscall.h  d       561     #define SYS_clock_gettime 228
-SYS_clock_nanosleep    bits/syscall.h  d       563     #define SYS_clock_nanosleep 230
-SYS_clock_settime      bits/syscall.h  d       560     #define SYS_clock_settime 227
-SYS_clone      bits/syscall.h  d       389     #define SYS_clone 56
-SYS_close      bits/syscall.h  d       336     #define SYS_close 3
-SYS_connect    bits/syscall.h  d       375     #define SYS_connect 42
-SYS_copy_file_range    bits/syscall.h  d       659     #define SYS_copy_file_range 326
-SYS_creat      bits/syscall.h  d       418     #define SYS_creat 85
-SYS_create_module      bits/syscall.h  d       507     #define SYS_create_module 174
-SYS_delete_module      bits/syscall.h  d       509     #define SYS_delete_module 176
-SYS_dup        bits/syscall.h  d       365     #define SYS_dup 32
-SYS_dup2       bits/syscall.h  d       366     #define SYS_dup2 33
-SYS_dup3       bits/syscall.h  d       625     #define SYS_dup3 292
-SYS_epoll_create       bits/syscall.h  d       546     #define SYS_epoll_create 213
-SYS_epoll_create1      bits/syscall.h  d       624     #define SYS_epoll_create1 291
-SYS_epoll_ctl  bits/syscall.h  d       566     #define SYS_epoll_ctl 233
-SYS_epoll_ctl_old      bits/syscall.h  d       547     #define SYS_epoll_ctl_old 214
-SYS_epoll_pwait        bits/syscall.h  d       614     #define SYS_epoll_pwait 281
-SYS_epoll_wait bits/syscall.h  d       565     #define SYS_epoll_wait 232
-SYS_epoll_wait_old     bits/syscall.h  d       548     #define SYS_epoll_wait_old 215
-SYS_eventfd    bits/syscall.h  d       617     #define SYS_eventfd 284
-SYS_eventfd2   bits/syscall.h  d       623     #define SYS_eventfd2 290
-SYS_execve     bits/syscall.h  d       392     #define SYS_execve 59
-SYS_execveat   bits/syscall.h  d       655     #define SYS_execveat 322
-SYS_exit       bits/syscall.h  d       393     #define SYS_exit 60
-SYS_exit_group bits/syscall.h  d       564     #define SYS_exit_group 231
-SYS_faccessat  bits/syscall.h  d       602     #define SYS_faccessat 269
-SYS_fadvise64  bits/syscall.h  d       554     #define SYS_fadvise64 221
-SYS_fallocate  bits/syscall.h  d       618     #define SYS_fallocate 285
-SYS_fanotify_init      bits/syscall.h  d       633     #define SYS_fanotify_init 300
-SYS_fanotify_mark      bits/syscall.h  d       634     #define SYS_fanotify_mark 301
-SYS_fchdir     bits/syscall.h  d       414     #define SYS_fchdir 81
-SYS_fchmod     bits/syscall.h  d       424     #define SYS_fchmod 91
-SYS_fchmodat   bits/syscall.h  d       601     #define SYS_fchmodat 268
-SYS_fchown     bits/syscall.h  d       426     #define SYS_fchown 93
-SYS_fchownat   bits/syscall.h  d       593     #define SYS_fchownat 260
-SYS_fcntl      bits/syscall.h  d       405     #define SYS_fcntl 72
-SYS_fdatasync  bits/syscall.h  d       408     #define SYS_fdatasync 75
-SYS_fgetxattr  bits/syscall.h  d       526     #define SYS_fgetxattr 193
-SYS_finit_module       bits/syscall.h  d       646     #define SYS_finit_module 313
-SYS_flistxattr bits/syscall.h  d       529     #define SYS_flistxattr 196
-SYS_flock      bits/syscall.h  d       406     #define SYS_flock 73
-SYS_fork       bits/syscall.h  d       390     #define SYS_fork 57
-SYS_fremovexattr       bits/syscall.h  d       532     #define SYS_fremovexattr 199
-SYS_fsetxattr  bits/syscall.h  d       523     #define SYS_fsetxattr 190
-SYS_fstat      bits/syscall.h  d       338     #define SYS_fstat 5
-SYS_fstatfs    bits/syscall.h  d       471     #define SYS_fstatfs 138
-SYS_fsync      bits/syscall.h  d       407     #define SYS_fsync 74
-SYS_ftruncate  bits/syscall.h  d       410     #define SYS_ftruncate 77
-SYS_futex      bits/syscall.h  d       535     #define SYS_futex 202
-SYS_futimesat  bits/syscall.h  d       594     #define SYS_futimesat 261
-SYS_get_kernel_syms    bits/syscall.h  d       510     #define SYS_get_kernel_syms 177
-SYS_get_mempolicy      bits/syscall.h  d       572     #define SYS_get_mempolicy 239
-SYS_get_robust_list    bits/syscall.h  d       607     #define SYS_get_robust_list 274
-SYS_get_thread_area    bits/syscall.h  d       544     #define SYS_get_thread_area 211
-SYS_getcpu     bits/syscall.h  d       642     #define SYS_getcpu 309
-SYS_getcwd     bits/syscall.h  d       412     #define SYS_getcwd 79
-SYS_getdents   bits/syscall.h  d       411     #define SYS_getdents 78
-SYS_getdents64 bits/syscall.h  d       550     #define SYS_getdents64 217
-SYS_getegid    bits/syscall.h  d       441     #define SYS_getegid 108
-SYS_geteuid    bits/syscall.h  d       440     #define SYS_geteuid 107
-SYS_getgid     bits/syscall.h  d       437     #define SYS_getgid 104
-SYS_getgroups  bits/syscall.h  d       448     #define SYS_getgroups 115
-SYS_getitimer  bits/syscall.h  d       369     #define SYS_getitimer 36
-SYS_getpeername        bits/syscall.h  d       385     #define SYS_getpeername 52
-SYS_getpgid    bits/syscall.h  d       454     #define SYS_getpgid 121
-SYS_getpgrp    bits/syscall.h  d       444     #define SYS_getpgrp 111
-SYS_getpid     bits/syscall.h  d       372     #define SYS_getpid 39
-SYS_getpmsg    bits/syscall.h  d       514     #define SYS_getpmsg 181
-SYS_getppid    bits/syscall.h  d       443     #define SYS_getppid 110
-SYS_getpriority        bits/syscall.h  d       473     #define SYS_getpriority 140
-SYS_getrandom  bits/syscall.h  d       651     #define SYS_getrandom 318
-SYS_getresgid  bits/syscall.h  d       453     #define SYS_getresgid 120
-SYS_getresuid  bits/syscall.h  d       451     #define SYS_getresuid 118
-SYS_getrlimit  bits/syscall.h  d       430     #define SYS_getrlimit 97
-SYS_getrusage  bits/syscall.h  d       431     #define SYS_getrusage 98
-SYS_getsid     bits/syscall.h  d       457     #define SYS_getsid 124
-SYS_getsockname        bits/syscall.h  d       384     #define SYS_getsockname 51
-SYS_getsockopt bits/syscall.h  d       388     #define SYS_getsockopt 55
-SYS_gettid     bits/syscall.h  d       519     #define SYS_gettid 186
-SYS_gettimeofday       bits/syscall.h  d       429     #define SYS_gettimeofday 96
-SYS_getuid     bits/syscall.h  d       435     #define SYS_getuid 102
-SYS_getxattr   bits/syscall.h  d       524     #define SYS_getxattr 191
-SYS_init_module        bits/syscall.h  d       508     #define SYS_init_module 175
-SYS_inotify_add_watch  bits/syscall.h  d       587     #define SYS_inotify_add_watch 254
-SYS_inotify_init       bits/syscall.h  d       586     #define SYS_inotify_init 253
-SYS_inotify_init1      bits/syscall.h  d       627     #define SYS_inotify_init1 294
-SYS_inotify_rm_watch   bits/syscall.h  d       588     #define SYS_inotify_rm_watch 255
-SYS_io_cancel  bits/syscall.h  d       543     #define SYS_io_cancel 210
-SYS_io_destroy bits/syscall.h  d       540     #define SYS_io_destroy 207
-SYS_io_getevents       bits/syscall.h  d       541     #define SYS_io_getevents 208
-SYS_io_setup   bits/syscall.h  d       539     #define SYS_io_setup 206
-SYS_io_submit  bits/syscall.h  d       542     #define SYS_io_submit 209
-SYS_ioctl      bits/syscall.h  d       349     #define SYS_ioctl 16
-SYS_ioperm     bits/syscall.h  d       506     #define SYS_ioperm 173
-SYS_iopl       bits/syscall.h  d       505     #define SYS_iopl 172
-SYS_ioprio_get bits/syscall.h  d       585     #define SYS_ioprio_get 252
-SYS_ioprio_set bits/syscall.h  d       584     #define SYS_ioprio_set 251
-SYS_kcmp       bits/syscall.h  d       645     #define SYS_kcmp 312
-SYS_kexec_file_load    bits/syscall.h  d       653     #define SYS_kexec_file_load 320
-SYS_kexec_load bits/syscall.h  d       579     #define SYS_kexec_load 246
-SYS_keyctl     bits/syscall.h  d       583     #define SYS_keyctl 250
-SYS_kill       bits/syscall.h  d       395     #define SYS_kill 62
-SYS_lchown     bits/syscall.h  d       427     #define SYS_lchown 94
-SYS_lgetxattr  bits/syscall.h  d       525     #define SYS_lgetxattr 192
-SYS_link       bits/syscall.h  d       419     #define SYS_link 86
-SYS_linkat     bits/syscall.h  d       598     #define SYS_linkat 265
-SYS_listen     bits/syscall.h  d       383     #define SYS_listen 50
-SYS_listxattr  bits/syscall.h  d       527     #define SYS_listxattr 194
-SYS_llistxattr bits/syscall.h  d       528     #define SYS_llistxattr 195
-SYS_lookup_dcookie     bits/syscall.h  d       545     #define SYS_lookup_dcookie 212
-SYS_lremovexattr       bits/syscall.h  d       531     #define SYS_lremovexattr 198
-SYS_lseek      bits/syscall.h  d       341     #define SYS_lseek 8
-SYS_lsetxattr  bits/syscall.h  d       522     #define SYS_lsetxattr 189
-SYS_lstat      bits/syscall.h  d       339     #define SYS_lstat 6
-SYS_madvise    bits/syscall.h  d       361     #define SYS_madvise 28
-SYS_mbind      bits/syscall.h  d       570     #define SYS_mbind 237
-SYS_membarrier bits/syscall.h  d       657     #define SYS_membarrier 324
-SYS_memfd_create       bits/syscall.h  d       652     #define SYS_memfd_create 319
-SYS_migrate_pages      bits/syscall.h  d       589     #define SYS_migrate_pages 256
-SYS_mincore    bits/syscall.h  d       360     #define SYS_mincore 27
-SYS_mkdir      bits/syscall.h  d       416     #define SYS_mkdir 83
-SYS_mkdirat    bits/syscall.h  d       591     #define SYS_mkdirat 258
-SYS_mknod      bits/syscall.h  d       466     #define SYS_mknod 133
-SYS_mknodat    bits/syscall.h  d       592     #define SYS_mknodat 259
-SYS_mlock      bits/syscall.h  d       482     #define SYS_mlock 149
-SYS_mlock2     bits/syscall.h  d       658     #define SYS_mlock2 325
-SYS_mlockall   bits/syscall.h  d       484     #define SYS_mlockall 151
-SYS_mmap       bits/syscall.h  d       342     #define SYS_mmap 9
-SYS_modify_ldt bits/syscall.h  d       487     #define SYS_modify_ldt 154
-SYS_mount      bits/syscall.h  d       498     #define SYS_mount 165
-SYS_move_pages bits/syscall.h  d       612     #define SYS_move_pages 279
-SYS_mprotect   bits/syscall.h  d       343     #define SYS_mprotect 10
-SYS_mq_getsetattr      bits/syscall.h  d       578     #define SYS_mq_getsetattr 245
-SYS_mq_notify  bits/syscall.h  d       577     #define SYS_mq_notify 244
-SYS_mq_open    bits/syscall.h  d       573     #define SYS_mq_open 240
-SYS_mq_timedreceive    bits/syscall.h  d       576     #define SYS_mq_timedreceive 243
-SYS_mq_timedsend       bits/syscall.h  d       575     #define SYS_mq_timedsend 242
-SYS_mq_unlink  bits/syscall.h  d       574     #define SYS_mq_unlink 241
-SYS_mremap     bits/syscall.h  d       358     #define SYS_mremap 25
-SYS_msgctl     bits/syscall.h  d       404     #define SYS_msgctl 71
-SYS_msgget     bits/syscall.h  d       401     #define SYS_msgget 68
-SYS_msgrcv     bits/syscall.h  d       403     #define SYS_msgrcv 70
-SYS_msgsnd     bits/syscall.h  d       402     #define SYS_msgsnd 69
-SYS_msync      bits/syscall.h  d       359     #define SYS_msync 26
-SYS_munlock    bits/syscall.h  d       483     #define SYS_munlock 150
-SYS_munlockall bits/syscall.h  d       485     #define SYS_munlockall 152
-SYS_munmap     bits/syscall.h  d       344     #define SYS_munmap 11
-SYS_name_to_handle_at  bits/syscall.h  d       636     #define SYS_name_to_handle_at 303
-SYS_nanosleep  bits/syscall.h  d       368     #define SYS_nanosleep 35
-SYS_newfstatat bits/syscall.h  d       595     #define SYS_newfstatat 262
-SYS_nfsservctl bits/syscall.h  d       513     #define SYS_nfsservctl 180
-SYS_open       bits/syscall.h  d       335     #define SYS_open 2
-SYS_open_by_handle_at  bits/syscall.h  d       637     #define SYS_open_by_handle_at 304
-SYS_openat     bits/syscall.h  d       590     #define SYS_openat 257
-SYS_pause      bits/syscall.h  d       367     #define SYS_pause 34
-SYS_perf_event_open    bits/syscall.h  d       631     #define SYS_perf_event_open 298
-SYS_personality        bits/syscall.h  d       468     #define SYS_personality 135
-SYS_pipe       bits/syscall.h  d       355     #define SYS_pipe 22
-SYS_pipe2      bits/syscall.h  d       626     #define SYS_pipe2 293
-SYS_pivot_root bits/syscall.h  d       488     #define SYS_pivot_root 155
-SYS_poll       bits/syscall.h  d       340     #define SYS_poll 7
-SYS_ppoll      bits/syscall.h  d       604     #define SYS_ppoll 271
-SYS_prctl      bits/syscall.h  d       490     #define SYS_prctl 157
-SYS_pread64    bits/syscall.h  d       350     #define SYS_pread64 17
-SYS_preadv     bits/syscall.h  d       628     #define SYS_preadv 295
-SYS_prlimit64  bits/syscall.h  d       635     #define SYS_prlimit64 302
-SYS_process_vm_readv   bits/syscall.h  d       643     #define SYS_process_vm_readv 310
-SYS_process_vm_writev  bits/syscall.h  d       644     #define SYS_process_vm_writev 311
-SYS_pselect6   bits/syscall.h  d       603     #define SYS_pselect6 270
-SYS_ptrace     bits/syscall.h  d       434     #define SYS_ptrace 101
-SYS_putpmsg    bits/syscall.h  d       515     #define SYS_putpmsg 182
-SYS_pwrite64   bits/syscall.h  d       351     #define SYS_pwrite64 18
-SYS_pwritev    bits/syscall.h  d       629     #define SYS_pwritev 296
-SYS_query_module       bits/syscall.h  d       511     #define SYS_query_module 178
-SYS_quotactl   bits/syscall.h  d       512     #define SYS_quotactl 179
-SYS_read       bits/syscall.h  d       333     #define SYS_read 0
-SYS_readahead  bits/syscall.h  d       520     #define SYS_readahead 187
-SYS_readlink   bits/syscall.h  d       422     #define SYS_readlink 89
-SYS_readlinkat bits/syscall.h  d       600     #define SYS_readlinkat 267
-SYS_readv      bits/syscall.h  d       352     #define SYS_readv 19
-SYS_reboot     bits/syscall.h  d       502     #define SYS_reboot 169
-SYS_recvfrom   bits/syscall.h  d       378     #define SYS_recvfrom 45
-SYS_recvmmsg   bits/syscall.h  d       632     #define SYS_recvmmsg 299
-SYS_recvmsg    bits/syscall.h  d       380     #define SYS_recvmsg 47
-SYS_remap_file_pages   bits/syscall.h  d       549     #define SYS_remap_file_pages 216
-SYS_removexattr        bits/syscall.h  d       530     #define SYS_removexattr 197
-SYS_rename     bits/syscall.h  d       415     #define SYS_rename 82
-SYS_renameat   bits/syscall.h  d       597     #define SYS_renameat 264
-SYS_renameat2  bits/syscall.h  d       649     #define SYS_renameat2 316
-SYS_request_key        bits/syscall.h  d       582     #define SYS_request_key 249
-SYS_restart_syscall    bits/syscall.h  d       552     #define SYS_restart_syscall 219
-SYS_rmdir      bits/syscall.h  d       417     #define SYS_rmdir 84
-SYS_rt_sigaction       bits/syscall.h  d       346     #define SYS_rt_sigaction 13
-SYS_rt_sigpending      bits/syscall.h  d       460     #define SYS_rt_sigpending 127
-SYS_rt_sigprocmask     bits/syscall.h  d       347     #define SYS_rt_sigprocmask 14
-SYS_rt_sigqueueinfo    bits/syscall.h  d       462     #define SYS_rt_sigqueueinfo 129
-SYS_rt_sigreturn       bits/syscall.h  d       348     #define SYS_rt_sigreturn 15
-SYS_rt_sigsuspend      bits/syscall.h  d       463     #define SYS_rt_sigsuspend 130
-SYS_rt_sigtimedwait    bits/syscall.h  d       461     #define SYS_rt_sigtimedwait 128
-SYS_rt_tgsigqueueinfo  bits/syscall.h  d       630     #define SYS_rt_tgsigqueueinfo 297
-SYS_sched_get_priority_max     bits/syscall.h  d       479     #define SYS_sched_get_priority_max 146
-SYS_sched_get_priority_min     bits/syscall.h  d       480     #define SYS_sched_get_priority_min 147
-SYS_sched_getaffinity  bits/syscall.h  d       537     #define SYS_sched_getaffinity 204
-SYS_sched_getattr      bits/syscall.h  d       648     #define SYS_sched_getattr 315
-SYS_sched_getparam     bits/syscall.h  d       476     #define SYS_sched_getparam 143
-SYS_sched_getscheduler bits/syscall.h  d       478     #define SYS_sched_getscheduler 145
-SYS_sched_rr_get_interval      bits/syscall.h  d       481     #define SYS_sched_rr_get_interval 148
-SYS_sched_setaffinity  bits/syscall.h  d       536     #define SYS_sched_setaffinity 203
-SYS_sched_setattr      bits/syscall.h  d       647     #define SYS_sched_setattr 314
-SYS_sched_setparam     bits/syscall.h  d       475     #define SYS_sched_setparam 142
-SYS_sched_setscheduler bits/syscall.h  d       477     #define SYS_sched_setscheduler 144
-SYS_sched_yield        bits/syscall.h  d       357     #define SYS_sched_yield 24
-SYS_seccomp    bits/syscall.h  d       650     #define SYS_seccomp 317
-SYS_security   bits/syscall.h  d       518     #define SYS_security 185
-SYS_select     bits/syscall.h  d       356     #define SYS_select 23
-SYS_semctl     bits/syscall.h  d       399     #define SYS_semctl 66
-SYS_semget     bits/syscall.h  d       397     #define SYS_semget 64
-SYS_semop      bits/syscall.h  d       398     #define SYS_semop 65
-SYS_semtimedop bits/syscall.h  d       553     #define SYS_semtimedop 220
-SYS_sendfile   bits/syscall.h  d       373     #define SYS_sendfile 40
-SYS_sendmmsg   bits/syscall.h  d       640     #define SYS_sendmmsg 307
-SYS_sendmsg    bits/syscall.h  d       379     #define SYS_sendmsg 46
-SYS_sendto     bits/syscall.h  d       377     #define SYS_sendto 44
-SYS_set_mempolicy      bits/syscall.h  d       571     #define SYS_set_mempolicy 238
-SYS_set_robust_list    bits/syscall.h  d       606     #define SYS_set_robust_list 273
-SYS_set_thread_area    bits/syscall.h  d       538     #define SYS_set_thread_area 205
-SYS_set_tid_address    bits/syscall.h  d       551     #define SYS_set_tid_address 218
-SYS_setdomainname      bits/syscall.h  d       504     #define SYS_setdomainname 171
-SYS_setfsgid   bits/syscall.h  d       456     #define SYS_setfsgid 123
-SYS_setfsuid   bits/syscall.h  d       455     #define SYS_setfsuid 122
-SYS_setgid     bits/syscall.h  d       439     #define SYS_setgid 106
-SYS_setgroups  bits/syscall.h  d       449     #define SYS_setgroups 116
-SYS_sethostname        bits/syscall.h  d       503     #define SYS_sethostname 170
-SYS_setitimer  bits/syscall.h  d       371     #define SYS_setitimer 38
-SYS_setns      bits/syscall.h  d       641     #define SYS_setns 308
-SYS_setpgid    bits/syscall.h  d       442     #define SYS_setpgid 109
-SYS_setpriority        bits/syscall.h  d       474     #define SYS_setpriority 141
-SYS_setregid   bits/syscall.h  d       447     #define SYS_setregid 114
-SYS_setresgid  bits/syscall.h  d       452     #define SYS_setresgid 119
-SYS_setresuid  bits/syscall.h  d       450     #define SYS_setresuid 117
-SYS_setreuid   bits/syscall.h  d       446     #define SYS_setreuid 113
-SYS_setrlimit  bits/syscall.h  d       493     #define SYS_setrlimit 160
-SYS_setsid     bits/syscall.h  d       445     #define SYS_setsid 112
-SYS_setsockopt bits/syscall.h  d       387     #define SYS_setsockopt 54
-SYS_settimeofday       bits/syscall.h  d       497     #define SYS_settimeofday 164
-SYS_setuid     bits/syscall.h  d       438     #define SYS_setuid 105
-SYS_setxattr   bits/syscall.h  d       521     #define SYS_setxattr 188
-SYS_shmat      bits/syscall.h  d       363     #define SYS_shmat 30
-SYS_shmctl     bits/syscall.h  d       364     #define SYS_shmctl 31
-SYS_shmdt      bits/syscall.h  d       400     #define SYS_shmdt 67
-SYS_shmget     bits/syscall.h  d       362     #define SYS_shmget 29
-SYS_shutdown   bits/syscall.h  d       381     #define SYS_shutdown 48
-SYS_sigaltstack        bits/syscall.h  d       464     #define SYS_sigaltstack 131
-SYS_signalfd   bits/syscall.h  d       615     #define SYS_signalfd 282
-SYS_signalfd4  bits/syscall.h  d       622     #define SYS_signalfd4 289
-SYS_socket     bits/syscall.h  d       374     #define SYS_socket 41
-SYS_socketpair bits/syscall.h  d       386     #define SYS_socketpair 53
-SYS_splice     bits/syscall.h  d       608     #define SYS_splice 275
-SYS_stat       bits/syscall.h  d       337     #define SYS_stat 4
-SYS_statfs     bits/syscall.h  d       470     #define SYS_statfs 137
-SYS_swapoff    bits/syscall.h  d       501     #define SYS_swapoff 168
-SYS_swapon     bits/syscall.h  d       500     #define SYS_swapon 167
-SYS_symlink    bits/syscall.h  d       421     #define SYS_symlink 88
-SYS_symlinkat  bits/syscall.h  d       599     #define SYS_symlinkat 266
-SYS_sync       bits/syscall.h  d       495     #define SYS_sync 162
-SYS_sync_file_range    bits/syscall.h  d       610     #define SYS_sync_file_range 277
-SYS_syncfs     bits/syscall.h  d       639     #define SYS_syncfs 306
-SYS_sysfs      bits/syscall.h  d       472     #define SYS_sysfs 139
-SYS_sysinfo    bits/syscall.h  d       432     #define SYS_sysinfo 99
-SYS_syslog     bits/syscall.h  d       436     #define SYS_syslog 103
-SYS_tee        bits/syscall.h  d       609     #define SYS_tee 276
-SYS_tgkill     bits/syscall.h  d       567     #define SYS_tgkill 234
-SYS_time       bits/syscall.h  d       534     #define SYS_time 201
-SYS_timer_create       bits/syscall.h  d       555     #define SYS_timer_create 222
-SYS_timer_delete       bits/syscall.h  d       559     #define SYS_timer_delete 226
-SYS_timer_getoverrun   bits/syscall.h  d       558     #define SYS_timer_getoverrun 225
-SYS_timer_gettime      bits/syscall.h  d       557     #define SYS_timer_gettime 224
-SYS_timer_settime      bits/syscall.h  d       556     #define SYS_timer_settime 223
-SYS_timerfd_create     bits/syscall.h  d       616     #define SYS_timerfd_create 283
-SYS_timerfd_gettime    bits/syscall.h  d       620     #define SYS_timerfd_gettime 287
-SYS_timerfd_settime    bits/syscall.h  d       619     #define SYS_timerfd_settime 286
-SYS_times      bits/syscall.h  d       433     #define SYS_times 100
-SYS_tkill      bits/syscall.h  d       533     #define SYS_tkill 200
-SYS_truncate   bits/syscall.h  d       409     #define SYS_truncate 76
-SYS_tuxcall    bits/syscall.h  d       517     #define SYS_tuxcall 184
-SYS_umask      bits/syscall.h  d       428     #define SYS_umask 95
-SYS_umount2    bits/syscall.h  d       499     #define SYS_umount2 166
-SYS_uname      bits/syscall.h  d       396     #define SYS_uname 63
-SYS_unlink     bits/syscall.h  d       420     #define SYS_unlink 87
-SYS_unlinkat   bits/syscall.h  d       596     #define SYS_unlinkat 263
-SYS_unshare    bits/syscall.h  d       605     #define SYS_unshare 272
-SYS_uselib     bits/syscall.h  d       467     #define SYS_uselib 134
-SYS_userfaultfd        bits/syscall.h  d       656     #define SYS_userfaultfd 323
-SYS_ustat      bits/syscall.h  d       469     #define SYS_ustat 136
-SYS_utime      bits/syscall.h  d       465     #define SYS_utime 132
-SYS_utimensat  bits/syscall.h  d       613     #define SYS_utimensat 280
-SYS_utimes     bits/syscall.h  d       568     #define SYS_utimes 235
-SYS_vfork      bits/syscall.h  d       391     #define SYS_vfork 58
-SYS_vhangup    bits/syscall.h  d       486     #define SYS_vhangup 153
-SYS_vmsplice   bits/syscall.h  d       611     #define SYS_vmsplice 278
-SYS_vserver    bits/syscall.h  d       569     #define SYS_vserver 236
-SYS_wait4      bits/syscall.h  d       394     #define SYS_wait4 61
-SYS_waitid     bits/syscall.h  d       580     #define SYS_waitid 247
-SYS_write      bits/syscall.h  d       334     #define SYS_write 1
-SYS_writev     bits/syscall.h  d       353     #define SYS_writev 20
-TAB0   bits/termios.h  d       64      #define TAB0 0000000
-TAB1   bits/termios.h  d       65      #define TAB1 0004000
-TAB2   bits/termios.h  d       66      #define TAB2 0010000
-TAB3   bits/termios.h  d       67      #define TAB3 0014000
-TABDLY bits/termios.h  d       63      #define TABDLY 0014000
-TCFLSH bits/ioctl.h    d       21      #define TCFLSH 0x540B
-TCGETA bits/ioctl.h    d       15      #define TCGETA 0x5405
-TCGETS bits/ioctl.h    d       11      #define TCGETS 0x5401
-TCGETX bits/ioctl.h    d       55      #define TCGETX 0x5432
-TCIFLUSH       bits/termios.h  d       147     #define TCIFLUSH 0
-TCIOFF bits/termios.h  d       144     #define TCIOFF 2
-TCIOFLUSH      bits/termios.h  d       149     #define TCIOFLUSH 2
-TCION  bits/termios.h  d       145     #define TCION 3
-TCOFLUSH       bits/termios.h  d       148     #define TCOFLUSH 1
-TCOOFF bits/termios.h  d       142     #define TCOOFF 0
-TCOON  bits/termios.h  d       143     #define TCOON 1
-TCSADRAIN      bits/termios.h  d       152     #define TCSADRAIN 1
-TCSAFLUSH      bits/termios.h  d       153     #define TCSAFLUSH 2
-TCSANOW        bits/termios.h  d       151     #define TCSANOW 0
-TCSBRK bits/ioctl.h    d       19      #define TCSBRK 0x5409
-TCSBRKP        bits/ioctl.h    d       48      #define TCSBRKP 0x5425
-TCSETA bits/ioctl.h    d       16      #define TCSETA 0x5406
-TCSETAF        bits/ioctl.h    d       18      #define TCSETAF 0x5408
-TCSETAW        bits/ioctl.h    d       17      #define TCSETAW 0x5407
-TCSETS bits/ioctl.h    d       12      #define TCSETS 0x5402
-TCSETSF        bits/ioctl.h    d       14      #define TCSETSF 0x5404
-TCSETSW        bits/ioctl.h    d       13      #define TCSETSW 0x5403
-TCSETX bits/ioctl.h    d       56      #define TCSETX 0x5433
-TCSETXF        bits/ioctl.h    d       57      #define TCSETXF 0x5434
-TCSETXW        bits/ioctl.h    d       58      #define TCSETXW 0x5435
-TCXONC bits/ioctl.h    d       20      #define TCXONC 0x540A
-TIOCCBRK       bits/ioctl.h    d       51      #define TIOCCBRK 0x5428
-TIOCCONS       bits/ioctl.h    d       40      #define TIOCCONS 0x541D
-TIOCEXCL       bits/ioctl.h    d       22      #define TIOCEXCL 0x540C
-TIOCGETD       bits/ioctl.h    d       47      #define TIOCGETD 0x5424
-TIOCGHAYESESP  bits/ioctl.h    d       75      #define TIOCGHAYESESP 0x545E
-TIOCGICOUNT    bits/ioctl.h    d       74      #define TIOCGICOUNT 0x545D
-TIOCGLCKTRMIOS bits/ioctl.h    d       66      #define TIOCGLCKTRMIOS 0x5456
-TIOCGPGRP      bits/ioctl.h    d       25      #define TIOCGPGRP 0x540F
-TIOCGPTN       bits/ioctl.h    d       53      #define TIOCGPTN 0x80045430
-TIOCGSERIAL    bits/ioctl.h    d       41      #define TIOCGSERIAL 0x541E
-TIOCGSID       bits/ioctl.h    d       52      #define TIOCGSID 0x5429
-TIOCGSOFTCAR   bits/ioctl.h    d       35      #define TIOCGSOFTCAR 0x5419
-TIOCGWINSZ     bits/ioctl.h    d       29      #define TIOCGWINSZ 0x5413
-TIOCINQ        bits/ioctl.h    d       38      #define TIOCINQ FIONREAD
-TIOCLINUX      bits/ioctl.h    d       39      #define TIOCLINUX 0x541C
-TIOCMBIC       bits/ioctl.h    d       33      #define TIOCMBIC 0x5417
-TIOCMBIS       bits/ioctl.h    d       32      #define TIOCMBIS 0x5416
-TIOCMGET       bits/ioctl.h    d       31      #define TIOCMGET 0x5415
-TIOCMIWAIT     bits/ioctl.h    d       73      #define TIOCMIWAIT 0x545C
-TIOCMSET       bits/ioctl.h    d       34      #define TIOCMSET 0x5418
-TIOCM_CAR      bits/ioctl.h    d       103     #define TIOCM_CAR 0x040
-TIOCM_CD       bits/ioctl.h    d       106     #define TIOCM_CD TIOCM_CAR
-TIOCM_CTS      bits/ioctl.h    d       102     #define TIOCM_CTS 0x020
-TIOCM_DSR      bits/ioctl.h    d       105     #define TIOCM_DSR 0x100
-TIOCM_DTR      bits/ioctl.h    d       98      #define TIOCM_DTR 0x002
-TIOCM_LE       bits/ioctl.h    d       97      #define TIOCM_LE 0x001
-TIOCM_LOOP     bits/ioctl.h    d       110     #define TIOCM_LOOP 0x8000
-TIOCM_MODEM_BITS       bits/ioctl.h    d       111     #define TIOCM_MODEM_BITS TIOCM_OUT2
-TIOCM_OUT1     bits/ioctl.h    d       108     #define TIOCM_OUT1 0x2000
-TIOCM_OUT2     bits/ioctl.h    d       109     #define TIOCM_OUT2 0x4000
-TIOCM_RI       bits/ioctl.h    d       107     #define TIOCM_RI TIOCM_RNG
-TIOCM_RNG      bits/ioctl.h    d       104     #define TIOCM_RNG 0x080
-TIOCM_RTS      bits/ioctl.h    d       99      #define TIOCM_RTS 0x004
-TIOCM_SR       bits/ioctl.h    d       101     #define TIOCM_SR 0x010
-TIOCM_ST       bits/ioctl.h    d       100     #define TIOCM_ST 0x008
-TIOCNOTTY      bits/ioctl.h    d       45      #define TIOCNOTTY 0x5422
-TIOCNXCL       bits/ioctl.h    d       23      #define TIOCNXCL 0x540D
-TIOCOUTQ       bits/ioctl.h    d       27      #define TIOCOUTQ 0x5411
-TIOCPKT        bits/ioctl.h    d       43      #define TIOCPKT 0x5420
-TIOCPKT_DATA   bits/ioctl.h    d       79      #define TIOCPKT_DATA 0
-TIOCPKT_DOSTOP bits/ioctl.h    d       85      #define TIOCPKT_DOSTOP 32
-TIOCPKT_FLUSHREAD      bits/ioctl.h    d       80      #define TIOCPKT_FLUSHREAD 1
-TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       81      #define TIOCPKT_FLUSHWRITE 2
-TIOCPKT_IOCTL  bits/ioctl.h    d       86      #define TIOCPKT_IOCTL 64
-TIOCPKT_NOSTOP bits/ioctl.h    d       84      #define TIOCPKT_NOSTOP 16
-TIOCPKT_START  bits/ioctl.h    d       83      #define TIOCPKT_START 8
-TIOCPKT_STOP   bits/ioctl.h    d       82      #define TIOCPKT_STOP 4
-TIOCSBRK       bits/ioctl.h    d       50      #define TIOCSBRK 0x5427
-TIOCSCTTY      bits/ioctl.h    d       24      #define TIOCSCTTY 0x540E
-TIOCSERCONFIG  bits/ioctl.h    d       63      #define TIOCSERCONFIG 0x5453
-TIOCSERGETLSR  bits/ioctl.h    d       69      #define TIOCSERGETLSR 0x5459
-TIOCSERGETMULTI        bits/ioctl.h    d       70      #define TIOCSERGETMULTI 0x545A
-TIOCSERGSTRUCT bits/ioctl.h    d       68      #define TIOCSERGSTRUCT 0x5458
-TIOCSERGWILD   bits/ioctl.h    d       64      #define TIOCSERGWILD 0x5454
-TIOCSERSETMULTI        bits/ioctl.h    d       71      #define TIOCSERSETMULTI 0x545B
-TIOCSERSWILD   bits/ioctl.h    d       65      #define TIOCSERSWILD 0x5455
-TIOCSER_TEMT   bits/ioctl.h    d       88      #define TIOCSER_TEMT 0x01
-TIOCSETD       bits/ioctl.h    d       46      #define TIOCSETD 0x5423
-TIOCSHAYESESP  bits/ioctl.h    d       76      #define TIOCSHAYESESP 0x545F
-TIOCSLCKTRMIOS bits/ioctl.h    d       67      #define TIOCSLCKTRMIOS 0x5457
-TIOCSPGRP      bits/ioctl.h    d       26      #define TIOCSPGRP 0x5410
-TIOCSPTLCK     bits/ioctl.h    d       54      #define TIOCSPTLCK 0x40045431
-TIOCSSERIAL    bits/ioctl.h    d       42      #define TIOCSSERIAL 0x541F
-TIOCSSOFTCAR   bits/ioctl.h    d       36      #define TIOCSSOFTCAR 0x541A
-TIOCSTI        bits/ioctl.h    d       28      #define TIOCSTI 0x5412
-TIOCSWINSZ     bits/ioctl.h    d       30      #define TIOCSWINSZ 0x5414
-TIOCTTYGSTRUCT bits/ioctl.h    d       49      #define TIOCTTYGSTRUCT 0x5426
-TOSTOP bits/termios.h  d       133     #define TOSTOP 0000400
-UINTPTR_MAX    bits/stdint.h   d       17      #define UINTPTR_MAX UINT64_MAX
-UINT_FAST16_MAX        bits/stdint.h   d       12      #define UINT_FAST16_MAX UINT32_MAX
-UINT_FAST32_MAX        bits/stdint.h   d       13      #define UINT_FAST32_MAX UINT32_MAX
-UPAGES bits/user.h     d       42      #define UPAGES 1
-VDISCARD       bits/termios.h  d       26      #define VDISCARD 13
-VEOF   bits/termios.h  d       17      #define VEOF 4
-VEOL   bits/termios.h  d       24      #define VEOL 11
-VEOL2  bits/termios.h  d       29      #define VEOL2 16
-VERASE bits/termios.h  d       15      #define VERASE 2
-VINTR  bits/termios.h  d       13      #define VINTR 0
-VKILL  bits/termios.h  d       16      #define VKILL 3
-VLNEXT bits/termios.h  d       28      #define VLNEXT 15
-VMIN   bits/termios.h  d       19      #define VMIN 6
-VQUIT  bits/termios.h  d       14      #define VQUIT 1
-VREPRINT       bits/termios.h  d       25      #define VREPRINT 12
-VSTART bits/termios.h  d       21      #define VSTART 8
-VSTOP  bits/termios.h  d       22      #define VSTOP 9
-VSUSP  bits/termios.h  d       23      #define VSUSP 10
-VSWTC  bits/termios.h  d       20      #define VSWTC 7
-VT0    bits/termios.h  d       76      #define VT0 0000000
-VT1    bits/termios.h  d       77      #define VT1 0040000
-VTDLY  bits/termios.h  d       75      #define VTDLY 0040000
-VTIME  bits/termios.h  d       18      #define VTIME 5
-VWERASE        bits/termios.h  d       27      #define VWERASE 14
-XTABS  bits/termios.h  d       159     #define XTABS 0014000
-_Addr  bits/alltypes.h d       1       #define _Addr long
-_IO    bits/ioctl.h    d       6       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
-_IOC   bits/ioctl.h    d       1       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
-_IOC_NONE      bits/ioctl.h    d       2       #define _IOC_NONE 0U
-_IOC_READ      bits/ioctl.h    d       4       #define _IOC_READ 2U
-_IOC_WRITE     bits/ioctl.h    d       3       #define _IOC_WRITE 1U
-_IOR   bits/ioctl.h    d       8       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
-_IOW   bits/ioctl.h    d       7       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
-_IOWR  bits/ioctl.h    d       9       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
-_Int64 bits/alltypes.h d       2       #define _Int64 long
-_NSIG  bits/signal.h   d       129     #define _NSIG 65
-_POSIX_V6_LP64_OFF64   bits/posix.h    d       1       #define _POSIX_V6_LP64_OFF64 1
-_POSIX_V7_LP64_OFF64   bits/posix.h    d       2       #define _POSIX_V7_LP64_OFF64 1
-_Reg   bits/alltypes.h d       3       #define _Reg long
-__BYTE_ORDER   bits/endian.h   d       1       #define __BYTE_ORDER __LITTLE_ENDIAN
-__DEFINED_FILE bits/alltypes.h d       357     #define __DEFINED_FILE
-__DEFINED___isoc_va_list       bits/alltypes.h d       12      #define __DEFINED___isoc_va_list
-__DEFINED_blkcnt_t     bits/alltypes.h d       224     #define __DEFINED_blkcnt_t
-__DEFINED_blksize_t    bits/alltypes.h d       219     #define __DEFINED_blksize_t
-__DEFINED_clock_t      bits/alltypes.h d       261     #define __DEFINED_clock_t
-__DEFINED_clockid_t    bits/alltypes.h d       256     #define __DEFINED_clockid_t
-__DEFINED_cnd_t        bits/alltypes.h d       87      #define __DEFINED_cnd_t
-__DEFINED_dev_t        bits/alltypes.h d       214     #define __DEFINED_dev_t
-__DEFINED_double_t     bits/alltypes.h d       32      #define __DEFINED_double_t
-__DEFINED_double_t     bits/alltypes.h d       43      #define __DEFINED_double_t
-__DEFINED_float_t      bits/alltypes.h d       27      #define __DEFINED_float_t
-__DEFINED_float_t      bits/alltypes.h d       38      #define __DEFINED_float_t
-__DEFINED_fsblkcnt_t   bits/alltypes.h d       229     #define __DEFINED_fsblkcnt_t
-__DEFINED_fsfilcnt_t   bits/alltypes.h d       234     #define __DEFINED_fsfilcnt_t
-__DEFINED_gid_t        bits/alltypes.h d       292     #define __DEFINED_gid_t
-__DEFINED_id_t bits/alltypes.h d       282     #define __DEFINED_id_t
-__DEFINED_ino_t        bits/alltypes.h d       209     #define __DEFINED_ino_t
-__DEFINED_int16_t      bits/alltypes.h d       143     #define __DEFINED_int16_t
-__DEFINED_int32_t      bits/alltypes.h d       148     #define __DEFINED_int32_t
-__DEFINED_int64_t      bits/alltypes.h d       153     #define __DEFINED_int64_t
-__DEFINED_int8_t       bits/alltypes.h d       138     #define __DEFINED_int8_t
-__DEFINED_intmax_t     bits/alltypes.h d       158     #define __DEFINED_intmax_t
-__DEFINED_intptr_t     bits/alltypes.h d       122     #define __DEFINED_intptr_t
-__DEFINED_key_t        bits/alltypes.h d       297     #define __DEFINED_key_t
-__DEFINED_locale_t     bits/alltypes.h d       369     #define __DEFINED_locale_t
-__DEFINED_max_align_t  bits/alltypes.h d       50      #define __DEFINED_max_align_t
-__DEFINED_mbstate_t    bits/alltypes.h d       363     #define __DEFINED_mbstate_t
-__DEFINED_mode_t       bits/alltypes.h d       194     #define __DEFINED_mode_t
-__DEFINED_mtx_t        bits/alltypes.h d       77      #define __DEFINED_mtx_t
-__DEFINED_nlink_t      bits/alltypes.h d       199     #define __DEFINED_nlink_t
-__DEFINED_off_t        bits/alltypes.h d       204     #define __DEFINED_off_t
-__DEFINED_pid_t        bits/alltypes.h d       277     #define __DEFINED_pid_t
-__DEFINED_pthread_attr_t       bits/alltypes.h d       67      #define __DEFINED_pthread_attr_t
-__DEFINED_pthread_barrier_t    bits/alltypes.h d       97      #define __DEFINED_pthread_barrier_t
-__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       346     #define __DEFINED_pthread_barrierattr_t
-__DEFINED_pthread_cond_t       bits/alltypes.h d       82      #define __DEFINED_pthread_cond_t
-__DEFINED_pthread_condattr_t   bits/alltypes.h d       341     #define __DEFINED_pthread_condattr_t
-__DEFINED_pthread_key_t        bits/alltypes.h d       326     #define __DEFINED_pthread_key_t
-__DEFINED_pthread_mutex_t      bits/alltypes.h d       72      #define __DEFINED_pthread_mutex_t
-__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       336     #define __DEFINED_pthread_mutexattr_t
-__DEFINED_pthread_once_t       bits/alltypes.h d       321     #define __DEFINED_pthread_once_t
-__DEFINED_pthread_rwlock_t     bits/alltypes.h d       92      #define __DEFINED_pthread_rwlock_t
-__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       351     #define __DEFINED_pthread_rwlockattr_t
-__DEFINED_pthread_spinlock_t   bits/alltypes.h d       331     #define __DEFINED_pthread_spinlock_t
-__DEFINED_pthread_t    bits/alltypes.h d       309     #define __DEFINED_pthread_t
-__DEFINED_pthread_t    bits/alltypes.h d       315     #define __DEFINED_pthread_t
-__DEFINED_ptrdiff_t    bits/alltypes.h d       112     #define __DEFINED_ptrdiff_t
-__DEFINED_register_t   bits/alltypes.h d       132     #define __DEFINED_register_t
-__DEFINED_regoff_t     bits/alltypes.h d       127     #define __DEFINED_regoff_t
-__DEFINED_sa_family_t  bits/alltypes.h d       392     #define __DEFINED_sa_family_t
-__DEFINED_sigset_t     bits/alltypes.h d       375     #define __DEFINED_sigset_t
-__DEFINED_size_t       bits/alltypes.h d       102     #define __DEFINED_size_t
-__DEFINED_socklen_t    bits/alltypes.h d       387     #define __DEFINED_socklen_t
-__DEFINED_ssize_t      bits/alltypes.h d       117     #define __DEFINED_ssize_t
-__DEFINED_struct_iovec bits/alltypes.h d       381     #define __DEFINED_struct_iovec
-__DEFINED_struct_timespec      bits/alltypes.h d       271     #define __DEFINED_struct_timespec
-__DEFINED_struct_timeval       bits/alltypes.h d       266     #define __DEFINED_struct_timeval
-__DEFINED_suseconds_t  bits/alltypes.h d       61      #define __DEFINED_suseconds_t
-__DEFINED_time_t       bits/alltypes.h d       56      #define __DEFINED_time_t
-__DEFINED_timer_t      bits/alltypes.h d       251     #define __DEFINED_timer_t
-__DEFINED_u_int64_t    bits/alltypes.h d       183     #define __DEFINED_u_int64_t
-__DEFINED_uid_t        bits/alltypes.h d       287     #define __DEFINED_uid_t
-__DEFINED_uint16_t     bits/alltypes.h d       168     #define __DEFINED_uint16_t
-__DEFINED_uint32_t     bits/alltypes.h d       173     #define __DEFINED_uint32_t
-__DEFINED_uint64_t     bits/alltypes.h d       178     #define __DEFINED_uint64_t
-__DEFINED_uint8_t      bits/alltypes.h d       163     #define __DEFINED_uint8_t
-__DEFINED_uintmax_t    bits/alltypes.h d       188     #define __DEFINED_uintmax_t
-__DEFINED_uintptr_t    bits/alltypes.h d       107     #define __DEFINED_uintptr_t
-__DEFINED_useconds_t   bits/alltypes.h d       302     #define __DEFINED_useconds_t
-__DEFINED_va_list      bits/alltypes.h d       7       #define __DEFINED_va_list
-__DEFINED_wchar_t      bits/alltypes.h d       19      #define __DEFINED_wchar_t
-__DEFINED_wctype_t     bits/alltypes.h d       245     #define __DEFINED_wctype_t
-__DEFINED_wint_t       bits/alltypes.h d       240     #define __DEFINED_wint_t
-__FE_DENORM    bits/fenv.h     d       2       #define __FE_DENORM 2
-__NR__sysctl   bits/syscall.h  d       157     #define __NR__sysctl 156
-__NR_accept    bits/syscall.h  d       44      #define __NR_accept 43
-__NR_accept4   bits/syscall.h  d       289     #define __NR_accept4 288
-__NR_access    bits/syscall.h  d       22      #define __NR_access 21
-__NR_acct      bits/syscall.h  d       164     #define __NR_acct 163
-__NR_add_key   bits/syscall.h  d       249     #define __NR_add_key 248
-__NR_adjtimex  bits/syscall.h  d       160     #define __NR_adjtimex 159
-__NR_afs_syscall       bits/syscall.h  d       184     #define __NR_afs_syscall 183
-__NR_alarm     bits/syscall.h  d       38      #define __NR_alarm 37
-__NR_arch_prctl        bits/syscall.h  d       159     #define __NR_arch_prctl 158
-__NR_bind      bits/syscall.h  d       50      #define __NR_bind 49
-__NR_bpf       bits/syscall.h  d       322     #define __NR_bpf 321
-__NR_brk       bits/syscall.h  d       13      #define __NR_brk 12
-__NR_capget    bits/syscall.h  d       126     #define __NR_capget 125
-__NR_capset    bits/syscall.h  d       127     #define __NR_capset 126
-__NR_chdir     bits/syscall.h  d       81      #define __NR_chdir 80
-__NR_chmod     bits/syscall.h  d       91      #define __NR_chmod 90
-__NR_chown     bits/syscall.h  d       93      #define __NR_chown 92
-__NR_chroot    bits/syscall.h  d       162     #define __NR_chroot 161
-__NR_clock_adjtime     bits/syscall.h  d       306     #define __NR_clock_adjtime 305
-__NR_clock_getres      bits/syscall.h  d       230     #define __NR_clock_getres 229
-__NR_clock_gettime     bits/syscall.h  d       229     #define __NR_clock_gettime 228
-__NR_clock_nanosleep   bits/syscall.h  d       231     #define __NR_clock_nanosleep 230
-__NR_clock_settime     bits/syscall.h  d       228     #define __NR_clock_settime 227
-__NR_clone     bits/syscall.h  d       57      #define __NR_clone 56
-__NR_close     bits/syscall.h  d       4       #define __NR_close 3
-__NR_connect   bits/syscall.h  d       43      #define __NR_connect 42
-__NR_copy_file_range   bits/syscall.h  d       327     #define __NR_copy_file_range 326
-__NR_creat     bits/syscall.h  d       86      #define __NR_creat 85
-__NR_create_module     bits/syscall.h  d       175     #define __NR_create_module 174
-__NR_delete_module     bits/syscall.h  d       177     #define __NR_delete_module 176
-__NR_dup       bits/syscall.h  d       33      #define __NR_dup 32
-__NR_dup2      bits/syscall.h  d       34      #define __NR_dup2 33
-__NR_dup3      bits/syscall.h  d       293     #define __NR_dup3 292
-__NR_epoll_create      bits/syscall.h  d       214     #define __NR_epoll_create 213
-__NR_epoll_create1     bits/syscall.h  d       292     #define __NR_epoll_create1 291
-__NR_epoll_ctl bits/syscall.h  d       234     #define __NR_epoll_ctl 233
-__NR_epoll_ctl_old     bits/syscall.h  d       215     #define __NR_epoll_ctl_old 214
-__NR_epoll_pwait       bits/syscall.h  d       282     #define __NR_epoll_pwait 281
-__NR_epoll_wait        bits/syscall.h  d       233     #define __NR_epoll_wait 232
-__NR_epoll_wait_old    bits/syscall.h  d       216     #define __NR_epoll_wait_old 215
-__NR_eventfd   bits/syscall.h  d       285     #define __NR_eventfd 284
-__NR_eventfd2  bits/syscall.h  d       291     #define __NR_eventfd2 290
-__NR_execve    bits/syscall.h  d       60      #define __NR_execve 59
-__NR_execveat  bits/syscall.h  d       323     #define __NR_execveat 322
-__NR_exit      bits/syscall.h  d       61      #define __NR_exit 60
-__NR_exit_group        bits/syscall.h  d       232     #define __NR_exit_group 231
-__NR_faccessat bits/syscall.h  d       270     #define __NR_faccessat 269
-__NR_fadvise64 bits/syscall.h  d       222     #define __NR_fadvise64 221
-__NR_fallocate bits/syscall.h  d       286     #define __NR_fallocate 285
-__NR_fanotify_init     bits/syscall.h  d       301     #define __NR_fanotify_init 300
-__NR_fanotify_mark     bits/syscall.h  d       302     #define __NR_fanotify_mark 301
-__NR_fchdir    bits/syscall.h  d       82      #define __NR_fchdir 81
-__NR_fchmod    bits/syscall.h  d       92      #define __NR_fchmod 91
-__NR_fchmodat  bits/syscall.h  d       269     #define __NR_fchmodat 268
-__NR_fchown    bits/syscall.h  d       94      #define __NR_fchown 93
-__NR_fchownat  bits/syscall.h  d       261     #define __NR_fchownat 260
-__NR_fcntl     bits/syscall.h  d       73      #define __NR_fcntl 72
-__NR_fdatasync bits/syscall.h  d       76      #define __NR_fdatasync 75
-__NR_fgetxattr bits/syscall.h  d       194     #define __NR_fgetxattr 193
-__NR_finit_module      bits/syscall.h  d       314     #define __NR_finit_module 313
-__NR_flistxattr        bits/syscall.h  d       197     #define __NR_flistxattr 196
-__NR_flock     bits/syscall.h  d       74      #define __NR_flock 73
-__NR_fork      bits/syscall.h  d       58      #define __NR_fork 57
-__NR_fremovexattr      bits/syscall.h  d       200     #define __NR_fremovexattr 199
-__NR_fsetxattr bits/syscall.h  d       191     #define __NR_fsetxattr 190
-__NR_fstat     bits/syscall.h  d       6       #define __NR_fstat 5
-__NR_fstatfs   bits/syscall.h  d       139     #define __NR_fstatfs 138
-__NR_fsync     bits/syscall.h  d       75      #define __NR_fsync 74
-__NR_ftruncate bits/syscall.h  d       78      #define __NR_ftruncate 77
-__NR_futex     bits/syscall.h  d       203     #define __NR_futex 202
-__NR_futimesat bits/syscall.h  d       262     #define __NR_futimesat 261
-__NR_get_kernel_syms   bits/syscall.h  d       178     #define __NR_get_kernel_syms 177
-__NR_get_mempolicy     bits/syscall.h  d       240     #define __NR_get_mempolicy 239
-__NR_get_robust_list   bits/syscall.h  d       275     #define __NR_get_robust_list 274
-__NR_get_thread_area   bits/syscall.h  d       212     #define __NR_get_thread_area 211
-__NR_getcpu    bits/syscall.h  d       310     #define __NR_getcpu 309
-__NR_getcwd    bits/syscall.h  d       80      #define __NR_getcwd 79
-__NR_getdents  bits/syscall.h  d       79      #define __NR_getdents 78
-__NR_getdents64        bits/syscall.h  d       218     #define __NR_getdents64 217
-__NR_getegid   bits/syscall.h  d       109     #define __NR_getegid 108
-__NR_geteuid   bits/syscall.h  d       108     #define __NR_geteuid 107
-__NR_getgid    bits/syscall.h  d       105     #define __NR_getgid 104
-__NR_getgroups bits/syscall.h  d       116     #define __NR_getgroups 115
-__NR_getitimer bits/syscall.h  d       37      #define __NR_getitimer 36
-__NR_getpeername       bits/syscall.h  d       53      #define __NR_getpeername 52
-__NR_getpgid   bits/syscall.h  d       122     #define __NR_getpgid 121
-__NR_getpgrp   bits/syscall.h  d       112     #define __NR_getpgrp 111
-__NR_getpid    bits/syscall.h  d       40      #define __NR_getpid 39
-__NR_getpmsg   bits/syscall.h  d       182     #define __NR_getpmsg 181
-__NR_getppid   bits/syscall.h  d       111     #define __NR_getppid 110
-__NR_getpriority       bits/syscall.h  d       141     #define __NR_getpriority 140
-__NR_getrandom bits/syscall.h  d       319     #define __NR_getrandom 318
-__NR_getresgid bits/syscall.h  d       121     #define __NR_getresgid 120
-__NR_getresuid bits/syscall.h  d       119     #define __NR_getresuid 118
-__NR_getrlimit bits/syscall.h  d       98      #define __NR_getrlimit 97
-__NR_getrusage bits/syscall.h  d       99      #define __NR_getrusage 98
-__NR_getsid    bits/syscall.h  d       125     #define __NR_getsid 124
-__NR_getsockname       bits/syscall.h  d       52      #define __NR_getsockname 51
-__NR_getsockopt        bits/syscall.h  d       56      #define __NR_getsockopt 55
-__NR_gettid    bits/syscall.h  d       187     #define __NR_gettid 186
-__NR_gettimeofday      bits/syscall.h  d       97      #define __NR_gettimeofday 96
-__NR_getuid    bits/syscall.h  d       103     #define __NR_getuid 102
-__NR_getxattr  bits/syscall.h  d       192     #define __NR_getxattr 191
-__NR_init_module       bits/syscall.h  d       176     #define __NR_init_module 175
-__NR_inotify_add_watch bits/syscall.h  d       255     #define __NR_inotify_add_watch 254
-__NR_inotify_init      bits/syscall.h  d       254     #define __NR_inotify_init 253
-__NR_inotify_init1     bits/syscall.h  d       295     #define __NR_inotify_init1 294
-__NR_inotify_rm_watch  bits/syscall.h  d       256     #define __NR_inotify_rm_watch 255
-__NR_io_cancel bits/syscall.h  d       211     #define __NR_io_cancel 210
-__NR_io_destroy        bits/syscall.h  d       208     #define __NR_io_destroy 207
-__NR_io_getevents      bits/syscall.h  d       209     #define __NR_io_getevents 208
-__NR_io_setup  bits/syscall.h  d       207     #define __NR_io_setup 206
-__NR_io_submit bits/syscall.h  d       210     #define __NR_io_submit 209
-__NR_ioctl     bits/syscall.h  d       17      #define __NR_ioctl 16
-__NR_ioperm    bits/syscall.h  d       174     #define __NR_ioperm 173
-__NR_iopl      bits/syscall.h  d       173     #define __NR_iopl 172
-__NR_ioprio_get        bits/syscall.h  d       253     #define __NR_ioprio_get 252
-__NR_ioprio_set        bits/syscall.h  d       252     #define __NR_ioprio_set 251
-__NR_kcmp      bits/syscall.h  d       313     #define __NR_kcmp 312
-__NR_kexec_file_load   bits/syscall.h  d       321     #define __NR_kexec_file_load 320
-__NR_kexec_load        bits/syscall.h  d       247     #define __NR_kexec_load 246
-__NR_keyctl    bits/syscall.h  d       251     #define __NR_keyctl 250
-__NR_kill      bits/syscall.h  d       63      #define __NR_kill 62
-__NR_lchown    bits/syscall.h  d       95      #define __NR_lchown 94
-__NR_lgetxattr bits/syscall.h  d       193     #define __NR_lgetxattr 192
-__NR_link      bits/syscall.h  d       87      #define __NR_link 86
-__NR_linkat    bits/syscall.h  d       266     #define __NR_linkat 265
-__NR_listen    bits/syscall.h  d       51      #define __NR_listen 50
-__NR_listxattr bits/syscall.h  d       195     #define __NR_listxattr 194
-__NR_llistxattr        bits/syscall.h  d       196     #define __NR_llistxattr 195
-__NR_lookup_dcookie    bits/syscall.h  d       213     #define __NR_lookup_dcookie 212
-__NR_lremovexattr      bits/syscall.h  d       199     #define __NR_lremovexattr 198
-__NR_lseek     bits/syscall.h  d       9       #define __NR_lseek 8
-__NR_lsetxattr bits/syscall.h  d       190     #define __NR_lsetxattr 189
-__NR_lstat     bits/syscall.h  d       7       #define __NR_lstat 6
-__NR_madvise   bits/syscall.h  d       29      #define __NR_madvise 28
-__NR_mbind     bits/syscall.h  d       238     #define __NR_mbind 237
-__NR_membarrier        bits/syscall.h  d       325     #define __NR_membarrier 324
-__NR_memfd_create      bits/syscall.h  d       320     #define __NR_memfd_create 319
-__NR_migrate_pages     bits/syscall.h  d       257     #define __NR_migrate_pages 256
-__NR_mincore   bits/syscall.h  d       28      #define __NR_mincore 27
-__NR_mkdir     bits/syscall.h  d       84      #define __NR_mkdir 83
-__NR_mkdirat   bits/syscall.h  d       259     #define __NR_mkdirat 258
-__NR_mknod     bits/syscall.h  d       134     #define __NR_mknod 133
-__NR_mknodat   bits/syscall.h  d       260     #define __NR_mknodat 259
-__NR_mlock     bits/syscall.h  d       150     #define __NR_mlock 149
-__NR_mlock2    bits/syscall.h  d       326     #define __NR_mlock2 325
-__NR_mlockall  bits/syscall.h  d       152     #define __NR_mlockall 151
-__NR_mmap      bits/syscall.h  d       10      #define __NR_mmap 9
-__NR_modify_ldt        bits/syscall.h  d       155     #define __NR_modify_ldt 154
-__NR_mount     bits/syscall.h  d       166     #define __NR_mount 165
-__NR_move_pages        bits/syscall.h  d       280     #define __NR_move_pages 279
-__NR_mprotect  bits/syscall.h  d       11      #define __NR_mprotect 10
-__NR_mq_getsetattr     bits/syscall.h  d       246     #define __NR_mq_getsetattr 245
-__NR_mq_notify bits/syscall.h  d       245     #define __NR_mq_notify 244
-__NR_mq_open   bits/syscall.h  d       241     #define __NR_mq_open 240
-__NR_mq_timedreceive   bits/syscall.h  d       244     #define __NR_mq_timedreceive 243
-__NR_mq_timedsend      bits/syscall.h  d       243     #define __NR_mq_timedsend 242
-__NR_mq_unlink bits/syscall.h  d       242     #define __NR_mq_unlink 241
-__NR_mremap    bits/syscall.h  d       26      #define __NR_mremap 25
-__NR_msgctl    bits/syscall.h  d       72      #define __NR_msgctl 71
-__NR_msgget    bits/syscall.h  d       69      #define __NR_msgget 68
-__NR_msgrcv    bits/syscall.h  d       71      #define __NR_msgrcv 70
-__NR_msgsnd    bits/syscall.h  d       70      #define __NR_msgsnd 69
-__NR_msync     bits/syscall.h  d       27      #define __NR_msync 26
-__NR_munlock   bits/syscall.h  d       151     #define __NR_munlock 150
-__NR_munlockall        bits/syscall.h  d       153     #define __NR_munlockall 152
-__NR_munmap    bits/syscall.h  d       12      #define __NR_munmap 11
-__NR_name_to_handle_at bits/syscall.h  d       304     #define __NR_name_to_handle_at 303
-__NR_nanosleep bits/syscall.h  d       36      #define __NR_nanosleep 35
-__NR_newfstatat        bits/syscall.h  d       263     #define __NR_newfstatat 262
-__NR_nfsservctl        bits/syscall.h  d       181     #define __NR_nfsservctl 180
-__NR_open      bits/syscall.h  d       3       #define __NR_open 2
-__NR_open_by_handle_at bits/syscall.h  d       305     #define __NR_open_by_handle_at 304
-__NR_openat    bits/syscall.h  d       258     #define __NR_openat 257
-__NR_pause     bits/syscall.h  d       35      #define __NR_pause 34
-__NR_perf_event_open   bits/syscall.h  d       299     #define __NR_perf_event_open 298
-__NR_personality       bits/syscall.h  d       136     #define __NR_personality 135
-__NR_pipe      bits/syscall.h  d       23      #define __NR_pipe 22
-__NR_pipe2     bits/syscall.h  d       294     #define __NR_pipe2 293
-__NR_pivot_root        bits/syscall.h  d       156     #define __NR_pivot_root 155
-__NR_poll      bits/syscall.h  d       8       #define __NR_poll 7
-__NR_ppoll     bits/syscall.h  d       272     #define __NR_ppoll 271
-__NR_prctl     bits/syscall.h  d       158     #define __NR_prctl 157
-__NR_pread64   bits/syscall.h  d       18      #define __NR_pread64 17
-__NR_preadv    bits/syscall.h  d       296     #define __NR_preadv 295
-__NR_prlimit64 bits/syscall.h  d       303     #define __NR_prlimit64 302
-__NR_process_vm_readv  bits/syscall.h  d       311     #define __NR_process_vm_readv 310
-__NR_process_vm_writev bits/syscall.h  d       312     #define __NR_process_vm_writev 311
-__NR_pselect6  bits/syscall.h  d       271     #define __NR_pselect6 270
-__NR_ptrace    bits/syscall.h  d       102     #define __NR_ptrace 101
-__NR_putpmsg   bits/syscall.h  d       183     #define __NR_putpmsg 182
-__NR_pwrite64  bits/syscall.h  d       19      #define __NR_pwrite64 18
-__NR_pwritev   bits/syscall.h  d       297     #define __NR_pwritev 296
-__NR_query_module      bits/syscall.h  d       179     #define __NR_query_module 178
-__NR_quotactl  bits/syscall.h  d       180     #define __NR_quotactl 179
-__NR_read      bits/syscall.h  d       1       #define __NR_read 0
-__NR_readahead bits/syscall.h  d       188     #define __NR_readahead 187
-__NR_readlink  bits/syscall.h  d       90      #define __NR_readlink 89
-__NR_readlinkat        bits/syscall.h  d       268     #define __NR_readlinkat 267
-__NR_readv     bits/syscall.h  d       20      #define __NR_readv 19
-__NR_reboot    bits/syscall.h  d       170     #define __NR_reboot 169
-__NR_recvfrom  bits/syscall.h  d       46      #define __NR_recvfrom 45
-__NR_recvmmsg  bits/syscall.h  d       300     #define __NR_recvmmsg 299
-__NR_recvmsg   bits/syscall.h  d       48      #define __NR_recvmsg 47
-__NR_remap_file_pages  bits/syscall.h  d       217     #define __NR_remap_file_pages 216
-__NR_removexattr       bits/syscall.h  d       198     #define __NR_removexattr 197
-__NR_rename    bits/syscall.h  d       83      #define __NR_rename 82
-__NR_renameat  bits/syscall.h  d       265     #define __NR_renameat 264
-__NR_renameat2 bits/syscall.h  d       317     #define __NR_renameat2 316
-__NR_request_key       bits/syscall.h  d       250     #define __NR_request_key 249
-__NR_restart_syscall   bits/syscall.h  d       220     #define __NR_restart_syscall 219
-__NR_rmdir     bits/syscall.h  d       85      #define __NR_rmdir 84
-__NR_rt_sigaction      bits/syscall.h  d       14      #define __NR_rt_sigaction 13
-__NR_rt_sigpending     bits/syscall.h  d       128     #define __NR_rt_sigpending 127
-__NR_rt_sigprocmask    bits/syscall.h  d       15      #define __NR_rt_sigprocmask 14
-__NR_rt_sigqueueinfo   bits/syscall.h  d       130     #define __NR_rt_sigqueueinfo 129
-__NR_rt_sigreturn      bits/syscall.h  d       16      #define __NR_rt_sigreturn 15
-__NR_rt_sigsuspend     bits/syscall.h  d       131     #define __NR_rt_sigsuspend 130
-__NR_rt_sigtimedwait   bits/syscall.h  d       129     #define __NR_rt_sigtimedwait 128
-__NR_rt_tgsigqueueinfo bits/syscall.h  d       298     #define __NR_rt_tgsigqueueinfo 297
-__NR_sched_get_priority_max    bits/syscall.h  d       147     #define __NR_sched_get_priority_max 146
-__NR_sched_get_priority_min    bits/syscall.h  d       148     #define __NR_sched_get_priority_min 147
-__NR_sched_getaffinity bits/syscall.h  d       205     #define __NR_sched_getaffinity 204
-__NR_sched_getattr     bits/syscall.h  d       316     #define __NR_sched_getattr 315
-__NR_sched_getparam    bits/syscall.h  d       144     #define __NR_sched_getparam 143
-__NR_sched_getscheduler        bits/syscall.h  d       146     #define __NR_sched_getscheduler 145
-__NR_sched_rr_get_interval     bits/syscall.h  d       149     #define __NR_sched_rr_get_interval 148
-__NR_sched_setaffinity bits/syscall.h  d       204     #define __NR_sched_setaffinity 203
-__NR_sched_setattr     bits/syscall.h  d       315     #define __NR_sched_setattr 314
-__NR_sched_setparam    bits/syscall.h  d       143     #define __NR_sched_setparam 142
-__NR_sched_setscheduler        bits/syscall.h  d       145     #define __NR_sched_setscheduler 144
-__NR_sched_yield       bits/syscall.h  d       25      #define __NR_sched_yield 24
-__NR_seccomp   bits/syscall.h  d       318     #define __NR_seccomp 317
-__NR_security  bits/syscall.h  d       186     #define __NR_security 185
-__NR_select    bits/syscall.h  d       24      #define __NR_select 23
-__NR_semctl    bits/syscall.h  d       67      #define __NR_semctl 66
-__NR_semget    bits/syscall.h  d       65      #define __NR_semget 64
-__NR_semop     bits/syscall.h  d       66      #define __NR_semop 65
-__NR_semtimedop        bits/syscall.h  d       221     #define __NR_semtimedop 220
-__NR_sendfile  bits/syscall.h  d       41      #define __NR_sendfile 40
-__NR_sendmmsg  bits/syscall.h  d       308     #define __NR_sendmmsg 307
-__NR_sendmsg   bits/syscall.h  d       47      #define __NR_sendmsg 46
-__NR_sendto    bits/syscall.h  d       45      #define __NR_sendto 44
-__NR_set_mempolicy     bits/syscall.h  d       239     #define __NR_set_mempolicy 238
-__NR_set_robust_list   bits/syscall.h  d       274     #define __NR_set_robust_list 273
-__NR_set_thread_area   bits/syscall.h  d       206     #define __NR_set_thread_area 205
-__NR_set_tid_address   bits/syscall.h  d       219     #define __NR_set_tid_address 218
-__NR_setdomainname     bits/syscall.h  d       172     #define __NR_setdomainname 171
-__NR_setfsgid  bits/syscall.h  d       124     #define __NR_setfsgid 123
-__NR_setfsuid  bits/syscall.h  d       123     #define __NR_setfsuid 122
-__NR_setgid    bits/syscall.h  d       107     #define __NR_setgid 106
-__NR_setgroups bits/syscall.h  d       117     #define __NR_setgroups 116
-__NR_sethostname       bits/syscall.h  d       171     #define __NR_sethostname 170
-__NR_setitimer bits/syscall.h  d       39      #define __NR_setitimer 38
-__NR_setns     bits/syscall.h  d       309     #define __NR_setns 308
-__NR_setpgid   bits/syscall.h  d       110     #define __NR_setpgid 109
-__NR_setpriority       bits/syscall.h  d       142     #define __NR_setpriority 141
-__NR_setregid  bits/syscall.h  d       115     #define __NR_setregid 114
-__NR_setresgid bits/syscall.h  d       120     #define __NR_setresgid 119
-__NR_setresuid bits/syscall.h  d       118     #define __NR_setresuid 117
-__NR_setreuid  bits/syscall.h  d       114     #define __NR_setreuid 113
-__NR_setrlimit bits/syscall.h  d       161     #define __NR_setrlimit 160
-__NR_setsid    bits/syscall.h  d       113     #define __NR_setsid 112
-__NR_setsockopt        bits/syscall.h  d       55      #define __NR_setsockopt 54
-__NR_settimeofday      bits/syscall.h  d       165     #define __NR_settimeofday 164
-__NR_setuid    bits/syscall.h  d       106     #define __NR_setuid 105
-__NR_setxattr  bits/syscall.h  d       189     #define __NR_setxattr 188
-__NR_shmat     bits/syscall.h  d       31      #define __NR_shmat 30
-__NR_shmctl    bits/syscall.h  d       32      #define __NR_shmctl 31
-__NR_shmdt     bits/syscall.h  d       68      #define __NR_shmdt 67
-__NR_shmget    bits/syscall.h  d       30      #define __NR_shmget 29
-__NR_shutdown  bits/syscall.h  d       49      #define __NR_shutdown 48
-__NR_sigaltstack       bits/syscall.h  d       132     #define __NR_sigaltstack 131
-__NR_signalfd  bits/syscall.h  d       283     #define __NR_signalfd 282
-__NR_signalfd4 bits/syscall.h  d       290     #define __NR_signalfd4 289
-__NR_socket    bits/syscall.h  d       42      #define __NR_socket 41
-__NR_socketpair        bits/syscall.h  d       54      #define __NR_socketpair 53
-__NR_splice    bits/syscall.h  d       276     #define __NR_splice 275
-__NR_stat      bits/syscall.h  d       5       #define __NR_stat 4
-__NR_statfs    bits/syscall.h  d       138     #define __NR_statfs 137
-__NR_swapoff   bits/syscall.h  d       169     #define __NR_swapoff 168
-__NR_swapon    bits/syscall.h  d       168     #define __NR_swapon 167
-__NR_symlink   bits/syscall.h  d       89      #define __NR_symlink 88
-__NR_symlinkat bits/syscall.h  d       267     #define __NR_symlinkat 266
-__NR_sync      bits/syscall.h  d       163     #define __NR_sync 162
-__NR_sync_file_range   bits/syscall.h  d       278     #define __NR_sync_file_range 277
-__NR_syncfs    bits/syscall.h  d       307     #define __NR_syncfs 306
-__NR_sysfs     bits/syscall.h  d       140     #define __NR_sysfs 139
-__NR_sysinfo   bits/syscall.h  d       100     #define __NR_sysinfo 99
-__NR_syslog    bits/syscall.h  d       104     #define __NR_syslog 103
-__NR_tee       bits/syscall.h  d       277     #define __NR_tee 276
-__NR_tgkill    bits/syscall.h  d       235     #define __NR_tgkill 234
-__NR_time      bits/syscall.h  d       202     #define __NR_time 201
-__NR_timer_create      bits/syscall.h  d       223     #define __NR_timer_create 222
-__NR_timer_delete      bits/syscall.h  d       227     #define __NR_timer_delete 226
-__NR_timer_getoverrun  bits/syscall.h  d       226     #define __NR_timer_getoverrun 225
-__NR_timer_gettime     bits/syscall.h  d       225     #define __NR_timer_gettime 224
-__NR_timer_settime     bits/syscall.h  d       224     #define __NR_timer_settime 223
-__NR_timerfd_create    bits/syscall.h  d       284     #define __NR_timerfd_create 283
-__NR_timerfd_gettime   bits/syscall.h  d       288     #define __NR_timerfd_gettime 287
-__NR_timerfd_settime   bits/syscall.h  d       287     #define __NR_timerfd_settime 286
-__NR_times     bits/syscall.h  d       101     #define __NR_times 100
-__NR_tkill     bits/syscall.h  d       201     #define __NR_tkill 200
-__NR_truncate  bits/syscall.h  d       77      #define __NR_truncate 76
-__NR_tuxcall   bits/syscall.h  d       185     #define __NR_tuxcall 184
-__NR_umask     bits/syscall.h  d       96      #define __NR_umask 95
-__NR_umount2   bits/syscall.h  d       167     #define __NR_umount2 166
-__NR_uname     bits/syscall.h  d       64      #define __NR_uname 63
-__NR_unlink    bits/syscall.h  d       88      #define __NR_unlink 87
-__NR_unlinkat  bits/syscall.h  d       264     #define __NR_unlinkat 263
-__NR_unshare   bits/syscall.h  d       273     #define __NR_unshare 272
-__NR_uselib    bits/syscall.h  d       135     #define __NR_uselib 134
-__NR_userfaultfd       bits/syscall.h  d       324     #define __NR_userfaultfd 323
-__NR_ustat     bits/syscall.h  d       137     #define __NR_ustat 136
-__NR_utime     bits/syscall.h  d       133     #define __NR_utime 132
-__NR_utimensat bits/syscall.h  d       281     #define __NR_utimensat 280
-__NR_utimes    bits/syscall.h  d       236     #define __NR_utimes 235
-__NR_vfork     bits/syscall.h  d       59      #define __NR_vfork 58
-__NR_vhangup   bits/syscall.h  d       154     #define __NR_vhangup 153
-__NR_vmsplice  bits/syscall.h  d       279     #define __NR_vmsplice 278
-__NR_vserver   bits/syscall.h  d       237     #define __NR_vserver 236
-__NR_wait4     bits/syscall.h  d       62      #define __NR_wait4 61
-__NR_waitid    bits/syscall.h  d       248     #define __NR_waitid 247
-__NR_write     bits/syscall.h  d       2       #define __NR_write 1
-__NR_writev    bits/syscall.h  d       21      #define __NR_writev 20
-__WORDSIZE     bits/reg.h      d       2       #define __WORDSIZE 64
-__WORDSIZE     bits/user.h     d       2       #define __WORDSIZE 64
-__isoc_va_list bits/alltypes.h t       11      typedef __builtin_va_list __isoc_va_list;
-__jmp_buf      bits/setjmp.h   t       1       typedef unsigned long __jmp_buf[8];
-blkcnt_t       bits/alltypes.h t       223     typedef _Int64 blkcnt_t;
-blksize_t      bits/alltypes.h t       218     typedef long blksize_t;
-clock_t        bits/alltypes.h t       260     typedef long clock_t;
-clockid_t      bits/alltypes.h t       255     typedef int clockid_t;
-cnd_t  bits/alltypes.h t       86      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
-dev_t  bits/alltypes.h t       213     typedef unsigned _Int64 dev_t;
-double_t       bits/alltypes.h t       31      typedef long double double_t;
-double_t       bits/alltypes.h t       42      typedef double double_t;
-elf_fpregset_t bits/user.h     t       10      } elf_fpregset_t;
-elf_greg_t     bits/user.h     t       19      typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
-elf_gregset_t  bits/user.h     t       19      typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
-fenv_t bits/fenv.h     t       32      } fenv_t;
-fexcept_t      bits/fenv.h     t       15      typedef unsigned short fexcept_t;
-float_t        bits/alltypes.h t       26      typedef long double float_t;
-float_t        bits/alltypes.h t       37      typedef float float_t;
-fpregset_t     bits/signal.h   t       48      } *fpregset_t;
-fsblkcnt_t     bits/alltypes.h t       228     typedef unsigned _Int64 fsblkcnt_t;
-fsfilcnt_t     bits/alltypes.h t       233     typedef unsigned _Int64 fsfilcnt_t;
-gid_t  bits/alltypes.h t       291     typedef unsigned gid_t;
-greg_t bits/signal.h   t       36      typedef long long greg_t, gregset_t[23];
-gregset_t      bits/signal.h   t       36      typedef long long greg_t, gregset_t[23];
-id_t   bits/alltypes.h t       281     typedef unsigned id_t;
-ino_t  bits/alltypes.h t       208     typedef unsigned _Int64 ino_t;
-int16_t        bits/alltypes.h t       142     typedef short int16_t;
-int32_t        bits/alltypes.h t       147     typedef int int32_t;
-int64_t        bits/alltypes.h t       152     typedef _Int64 int64_t;
-int8_t bits/alltypes.h t       137     typedef signed char int8_t;
-int_fast16_t   bits/stdint.h   t       1       typedef int32_t int_fast16_t;
-int_fast32_t   bits/stdint.h   t       2       typedef int32_t int_fast32_t;
-intmax_t       bits/alltypes.h t       157     typedef _Int64 intmax_t;
-intptr_t       bits/alltypes.h t       121     typedef _Addr intptr_t;
-key_t  bits/alltypes.h t       296     typedef int key_t;
-locale_t       bits/alltypes.h t       368     typedef struct __locale_struct * locale_t;
-max_align_t    bits/alltypes.h t       49      typedef struct { long long __ll; long double __ld; } max_align_t;
-mbstate_t      bits/alltypes.h t       362     typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
-mcontext_t     bits/signal.h   t       61      } mcontext_t;
-mcontext_t     bits/signal.h   t       65      } mcontext_t;
-mode_t bits/alltypes.h t       193     typedef unsigned mode_t;
-mtx_t  bits/alltypes.h t       76      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
-nlink_t        bits/alltypes.h t       198     typedef unsigned _Reg nlink_t;
-off_t  bits/alltypes.h t       203     typedef _Int64 off_t;
-pid_t  bits/alltypes.h t       276     typedef int pid_t;
-pthread_attr_t bits/alltypes.h t       66      typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
-pthread_barrier_t      bits/alltypes.h t       96      typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
-pthread_barrierattr_t  bits/alltypes.h t       345     typedef struct { unsigned __attr; } pthread_barrierattr_t;
-pthread_cond_t bits/alltypes.h t       81      typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
-pthread_condattr_t     bits/alltypes.h t       340     typedef struct { unsigned __attr; } pthread_condattr_t;
-pthread_key_t  bits/alltypes.h t       325     typedef unsigned pthread_key_t;
-pthread_mutex_t        bits/alltypes.h t       71      typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
-pthread_mutexattr_t    bits/alltypes.h t       335     typedef struct { unsigned __attr; } pthread_mutexattr_t;
-pthread_once_t bits/alltypes.h t       320     typedef int pthread_once_t;
-pthread_rwlock_t       bits/alltypes.h t       91      typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
-pthread_rwlockattr_t   bits/alltypes.h t       350     typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
-pthread_spinlock_t     bits/alltypes.h t       330     typedef int pthread_spinlock_t;
-pthread_t      bits/alltypes.h t       308     typedef unsigned long pthread_t;
-pthread_t      bits/alltypes.h t       314     typedef struct __pthread * pthread_t;
-ptrdiff_t      bits/alltypes.h t       111     typedef _Addr ptrdiff_t;
-register_t     bits/alltypes.h t       131     typedef _Reg register_t;
-regoff_t       bits/alltypes.h t       126     typedef _Addr regoff_t;
-sa_family_t    bits/alltypes.h t       391     typedef unsigned short sa_family_t;
-sigset_t       bits/alltypes.h t       374     typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
-size_t bits/alltypes.h t       101     typedef unsigned _Addr size_t;
-socklen_t      bits/alltypes.h t       386     typedef unsigned socklen_t;
-ssize_t        bits/alltypes.h t       116     typedef _Addr ssize_t;
-struct __mbstate_t     bits/alltypes.h s       362     
-struct __sigset_t      bits/alltypes.h s       374     
-struct __ucontext      bits/signal.h   s       74      
-struct _fpstate        bits/signal.h   s       37      
-struct cmsghdr bits/socket.h   s       12      
-struct iovec   bits/alltypes.h s       380     
-struct ipc_perm        bits/ipc.h      s       1       
-struct msghdr  bits/socket.h   s       1       
-struct msqid_ds        bits/msg.h      s       1       
-struct semid_ds        bits/sem.h      s       1       
-struct shm_info        bits/shm.h      s       21      
-struct shmid_ds        bits/shm.h      s       3       
-struct shminfo bits/shm.h      s       17      
-struct sigaltstack     bits/signal.h   s       68      
-struct sigcontext      bits/signal.h   s       49      
-struct stat    bits/stat.h     s       4       
-struct statfs  bits/statfs.h   s       1       
-struct termios bits/termios.h  s       1       
-struct timespec        bits/alltypes.h s       270     
-struct timeval bits/alltypes.h s       265     
-struct user    bits/user.h     s       21      
-struct user_fpregs_struct      bits/user.h     s       4       
-struct user_regs_struct        bits/user.h     s       12      
-struct winsize bits/ioctl.h    s       90      
-suseconds_t    bits/alltypes.h t       60      typedef long suseconds_t;
-time_t bits/alltypes.h t       55      typedef long time_t;
-timer_t        bits/alltypes.h t       250     typedef void * timer_t;
-u_int64_t      bits/alltypes.h t       182     typedef unsigned _Int64 u_int64_t;
-ucontext_t     bits/signal.h   t       81      } ucontext_t;
-uid_t  bits/alltypes.h t       286     typedef unsigned uid_t;
-uint16_t       bits/alltypes.h t       167     typedef unsigned short uint16_t;
-uint32_t       bits/alltypes.h t       172     typedef unsigned int uint32_t;
-uint64_t       bits/alltypes.h t       177     typedef unsigned _Int64 uint64_t;
-uint8_t        bits/alltypes.h t       162     typedef unsigned char uint8_t;
-uint_fast16_t  bits/stdint.h   t       3       typedef uint32_t uint_fast16_t;
-uint_fast32_t  bits/stdint.h   t       4       typedef uint32_t uint_fast32_t;
-uintmax_t      bits/alltypes.h t       187     typedef unsigned _Int64 uintmax_t;
-uintptr_t      bits/alltypes.h t       106     typedef unsigned _Addr uintptr_t;
-useconds_t     bits/alltypes.h t       301     typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       3       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       4       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       2       #define va_end(v) __builtin_va_end(v)
-va_list        bits/alltypes.h t       6       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       1       #define va_start(v,l) __builtin_va_start(v,l)
-wchar_t        bits/alltypes.h t       18      typedef int wchar_t;
-wctype_t       bits/alltypes.h t       244     typedef unsigned long wctype_t;
-wint_t bits/alltypes.h t       239     typedef unsigned wint_t;
+B0     bits/termios.h  d       #define B0 0000000
+B1000000       bits/termios.h  d       #define B1000000 0010010
+B110   bits/termios.h  d       #define B110 0000003
+B115200        bits/termios.h  d       #define B115200 0010002
+B1152000       bits/termios.h  d       #define B1152000 0010011
+B1200  bits/termios.h  d       #define B1200 0000011
+B134   bits/termios.h  d       #define B134 0000004
+B150   bits/termios.h  d       #define B150 0000005
+B1500000       bits/termios.h  d       #define B1500000 0010012
+B1800  bits/termios.h  d       #define B1800 0000012
+B19200 bits/termios.h  d       #define B19200 0000016
+B200   bits/termios.h  d       #define B200 0000006
+B2000000       bits/termios.h  d       #define B2000000 0010013
+B230400        bits/termios.h  d       #define B230400 0010003
+B2400  bits/termios.h  d       #define B2400 0000013
+B2500000       bits/termios.h  d       #define B2500000 0010014
+B300   bits/termios.h  d       #define B300 0000007
+B3000000       bits/termios.h  d       #define B3000000 0010015
+B3500000       bits/termios.h  d       #define B3500000 0010016
+B38400 bits/termios.h  d       #define B38400 0000017
+B4000000       bits/termios.h  d       #define B4000000 0010017
+B460800        bits/termios.h  d       #define B460800 0010004
+B4800  bits/termios.h  d       #define B4800 0000014
+B50    bits/termios.h  d       #define B50 0000001
+B500000        bits/termios.h  d       #define B500000 0010005
+B57600 bits/termios.h  d       #define B57600 0010001
+B576000        bits/termios.h  d       #define B576000 0010006
+B600   bits/termios.h  d       #define B600 0000010
+B75    bits/termios.h  d       #define B75 0000002
+B921600        bits/termios.h  d       #define B921600 0010007
+B9600  bits/termios.h  d       #define B9600 0000015
+BRKINT bits/termios.h  d       #define BRKINT 0000002
+BS0    bits/termios.h  d       #define BS0 0000000
+BS1    bits/termios.h  d       #define BS1 0020000
+BSDLY  bits/termios.h  d       #define BSDLY 0020000
+CBAUD  bits/termios.h  d       #define CBAUD 0010017
+CBAUDEX        bits/termios.h  d       #define CBAUDEX 0010000
+CLOCAL bits/termios.h  d       #define CLOCAL 0004000
+CR0    bits/termios.h  d       #define CR0 0000000
+CR1    bits/termios.h  d       #define CR1 0001000
+CR2    bits/termios.h  d       #define CR2 0002000
+CR3    bits/termios.h  d       #define CR3 0003000
+CRDLY  bits/termios.h  d       #define CRDLY 0003000
+CREAD  bits/termios.h  d       #define CREAD 0000200
+CRTSCTS        bits/termios.h  d       #define CRTSCTS 020000000000
+CS     bits/reg.h      d       #define CS 17
+CS5    bits/termios.h  d       #define CS5 0000000
+CS6    bits/termios.h  d       #define CS6 0000020
+CS7    bits/termios.h  d       #define CS7 0000040
+CS8    bits/termios.h  d       #define CS8 0000060
+CSIZE  bits/termios.h  d       #define CSIZE 0000060
+CSTOPB bits/termios.h  d       #define CSTOPB 0000100
+DECIMAL_DIG    bits/float.h    d       #define DECIMAL_DIG 21
+DS     bits/reg.h      d       #define DS 23
+E2BIG  bits/errno.h    d       #define E2BIG 7
+EACCES bits/errno.h    d       #define EACCES 13
+EADDRINUSE     bits/errno.h    d       #define EADDRINUSE 98
+EADDRNOTAVAIL  bits/errno.h    d       #define EADDRNOTAVAIL 99
+EADV   bits/errno.h    d       #define EADV 68
+EAFNOSUPPORT   bits/errno.h    d       #define EAFNOSUPPORT 97
+EAGAIN bits/errno.h    d       #define EAGAIN 11
+EALREADY       bits/errno.h    d       #define EALREADY 114
+EBADE  bits/errno.h    d       #define EBADE 52
+EBADF  bits/errno.h    d       #define EBADF 9
+EBADFD bits/errno.h    d       #define EBADFD 77
+EBADMSG        bits/errno.h    d       #define EBADMSG 74
+EBADR  bits/errno.h    d       #define EBADR 53
+EBADRQC        bits/errno.h    d       #define EBADRQC 56
+EBADSLT        bits/errno.h    d       #define EBADSLT 57
+EBFONT bits/errno.h    d       #define EBFONT 59
+EBUSY  bits/errno.h    d       #define EBUSY 16
+ECANCELED      bits/errno.h    d       #define ECANCELED 125
+ECHILD bits/errno.h    d       #define ECHILD 10
+ECHO   bits/termios.h  d       #define ECHO 0000010
+ECHOCTL        bits/termios.h  d       #define ECHOCTL 0001000
+ECHOE  bits/termios.h  d       #define ECHOE 0000020
+ECHOK  bits/termios.h  d       #define ECHOK 0000040
+ECHOKE bits/termios.h  d       #define ECHOKE 0004000
+ECHONL bits/termios.h  d       #define ECHONL 0000100
+ECHOPRT        bits/termios.h  d       #define ECHOPRT 0002000
+ECHRNG bits/errno.h    d       #define ECHRNG 44
+ECOMM  bits/errno.h    d       #define ECOMM 70
+ECONNABORTED   bits/errno.h    d       #define ECONNABORTED 103
+ECONNREFUSED   bits/errno.h    d       #define ECONNREFUSED 111
+ECONNRESET     bits/errno.h    d       #define ECONNRESET 104
+EDEADLK        bits/errno.h    d       #define EDEADLK 35
+EDEADLOCK      bits/errno.h    d       #define EDEADLOCK EDEADLK
+EDESTADDRREQ   bits/errno.h    d       #define EDESTADDRREQ 89
+EDOM   bits/errno.h    d       #define EDOM 33
+EDOTDOT        bits/errno.h    d       #define EDOTDOT 73
+EDQUOT bits/errno.h    d       #define EDQUOT 122
+EEXIST bits/errno.h    d       #define EEXIST 17
+EFAULT bits/errno.h    d       #define EFAULT 14
+EFBIG  bits/errno.h    d       #define EFBIG 27
+EFLAGS bits/reg.h      d       #define EFLAGS 18
+EHOSTDOWN      bits/errno.h    d       #define EHOSTDOWN 112
+EHOSTUNREACH   bits/errno.h    d       #define EHOSTUNREACH 113
+EHWPOISON      bits/errno.h    d       #define EHWPOISON 133
+EIDRM  bits/errno.h    d       #define EIDRM 43
+EILSEQ bits/errno.h    d       #define EILSEQ 84
+EINPROGRESS    bits/errno.h    d       #define EINPROGRESS 115
+EINTR  bits/errno.h    d       #define EINTR 4
+EINVAL bits/errno.h    d       #define EINVAL 22
+EIO    bits/errno.h    d       #define EIO 5
+EISCONN        bits/errno.h    d       #define EISCONN 106
+EISDIR bits/errno.h    d       #define EISDIR 21
+EISNAM bits/errno.h    d       #define EISNAM 120
+EKEYEXPIRED    bits/errno.h    d       #define EKEYEXPIRED 127
+EKEYREJECTED   bits/errno.h    d       #define EKEYREJECTED 129
+EKEYREVOKED    bits/errno.h    d       #define EKEYREVOKED 128
+EL2HLT bits/errno.h    d       #define EL2HLT 51
+EL2NSYNC       bits/errno.h    d       #define EL2NSYNC 45
+EL3HLT bits/errno.h    d       #define EL3HLT 46
+EL3RST bits/errno.h    d       #define EL3RST 47
+ELF_NGREG      bits/user.h     d       #define ELF_NGREG 27
+ELIBACC        bits/errno.h    d       #define ELIBACC 79
+ELIBBAD        bits/errno.h    d       #define ELIBBAD 80
+ELIBEXEC       bits/errno.h    d       #define ELIBEXEC 83
+ELIBMAX        bits/errno.h    d       #define ELIBMAX 82
+ELIBSCN        bits/errno.h    d       #define ELIBSCN 81
+ELNRNG bits/errno.h    d       #define ELNRNG 48
+ELOOP  bits/errno.h    d       #define ELOOP 40
+EMEDIUMTYPE    bits/errno.h    d       #define EMEDIUMTYPE 124
+EMFILE bits/errno.h    d       #define EMFILE 24
+EMLINK bits/errno.h    d       #define EMLINK 31
+EMSGSIZE       bits/errno.h    d       #define EMSGSIZE 90
+EMULTIHOP      bits/errno.h    d       #define EMULTIHOP 72
+ENAMETOOLONG   bits/errno.h    d       #define ENAMETOOLONG 36
+ENAVAIL        bits/errno.h    d       #define ENAVAIL 119
+ENETDOWN       bits/errno.h    d       #define ENETDOWN 100
+ENETRESET      bits/errno.h    d       #define ENETRESET 102
+ENETUNREACH    bits/errno.h    d       #define ENETUNREACH 101
+ENFILE bits/errno.h    d       #define ENFILE 23
+ENOANO bits/errno.h    d       #define ENOANO 55
+ENOBUFS        bits/errno.h    d       #define ENOBUFS 105
+ENOCSI bits/errno.h    d       #define ENOCSI 50
+ENODATA        bits/errno.h    d       #define ENODATA 61
+ENODEV bits/errno.h    d       #define ENODEV 19
+ENOENT bits/errno.h    d       #define ENOENT 2
+ENOEXEC        bits/errno.h    d       #define ENOEXEC 8
+ENOKEY bits/errno.h    d       #define ENOKEY 126
+ENOLCK bits/errno.h    d       #define ENOLCK 37
+ENOLINK        bits/errno.h    d       #define ENOLINK 67
+ENOMEDIUM      bits/errno.h    d       #define ENOMEDIUM 123
+ENOMEM bits/errno.h    d       #define ENOMEM 12
+ENOMSG bits/errno.h    d       #define ENOMSG 42
+ENONET bits/errno.h    d       #define ENONET 64
+ENOPKG bits/errno.h    d       #define ENOPKG 65
+ENOPROTOOPT    bits/errno.h    d       #define ENOPROTOOPT 92
+ENOSPC bits/errno.h    d       #define ENOSPC 28
+ENOSR  bits/errno.h    d       #define ENOSR 63
+ENOSTR bits/errno.h    d       #define ENOSTR 60
+ENOSYS bits/errno.h    d       #define ENOSYS 38
+ENOTBLK        bits/errno.h    d       #define ENOTBLK 15
+ENOTCONN       bits/errno.h    d       #define ENOTCONN 107
+ENOTDIR        bits/errno.h    d       #define ENOTDIR 20
+ENOTEMPTY      bits/errno.h    d       #define ENOTEMPTY 39
+ENOTNAM        bits/errno.h    d       #define ENOTNAM 118
+ENOTRECOVERABLE        bits/errno.h    d       #define ENOTRECOVERABLE 131
+ENOTSOCK       bits/errno.h    d       #define ENOTSOCK 88
+ENOTSUP        bits/errno.h    d       #define ENOTSUP EOPNOTSUPP
+ENOTTY bits/errno.h    d       #define ENOTTY 25
+ENOTUNIQ       bits/errno.h    d       #define ENOTUNIQ 76
+ENXIO  bits/errno.h    d       #define ENXIO 6
+EOPNOTSUPP     bits/errno.h    d       #define EOPNOTSUPP 95
+EOVERFLOW      bits/errno.h    d       #define EOVERFLOW 75
+EOWNERDEAD     bits/errno.h    d       #define EOWNERDEAD 130
+EPERM  bits/errno.h    d       #define EPERM 1
+EPFNOSUPPORT   bits/errno.h    d       #define EPFNOSUPPORT 96
+EPIPE  bits/errno.h    d       #define EPIPE 32
+EPROTO bits/errno.h    d       #define EPROTO 71
+EPROTONOSUPPORT        bits/errno.h    d       #define EPROTONOSUPPORT 93
+EPROTOTYPE     bits/errno.h    d       #define EPROTOTYPE 91
+ERANGE bits/errno.h    d       #define ERANGE 34
+EREMCHG        bits/errno.h    d       #define EREMCHG 78
+EREMOTE        bits/errno.h    d       #define EREMOTE 66
+EREMOTEIO      bits/errno.h    d       #define EREMOTEIO 121
+ERESTART       bits/errno.h    d       #define ERESTART 85
+ERFKILL        bits/errno.h    d       #define ERFKILL 132
+EROFS  bits/errno.h    d       #define EROFS 30
+ES     bits/reg.h      d       #define ES 24
+ESHUTDOWN      bits/errno.h    d       #define ESHUTDOWN 108
+ESOCKTNOSUPPORT        bits/errno.h    d       #define ESOCKTNOSUPPORT 94
+ESPIPE bits/errno.h    d       #define ESPIPE 29
+ESRCH  bits/errno.h    d       #define ESRCH 3
+ESRMNT bits/errno.h    d       #define ESRMNT 69
+ESTALE bits/errno.h    d       #define ESTALE 116
+ESTRPIPE       bits/errno.h    d       #define ESTRPIPE 86
+ETIME  bits/errno.h    d       #define ETIME 62
+ETIMEDOUT      bits/errno.h    d       #define ETIMEDOUT 110
+ETOOMANYREFS   bits/errno.h    d       #define ETOOMANYREFS 109
+ETXTBSY        bits/errno.h    d       #define ETXTBSY 26
+EUCLEAN        bits/errno.h    d       #define EUCLEAN 117
+EUNATCH        bits/errno.h    d       #define EUNATCH 49
+EUSERS bits/errno.h    d       #define EUSERS 87
+EWOULDBLOCK    bits/errno.h    d       #define EWOULDBLOCK EAGAIN
+EXDEV  bits/errno.h    d       #define EXDEV 18
+EXFULL bits/errno.h    d       #define EXFULL 54
+EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 63
+FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
+FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 4
+FE_DOWNWARD    bits/fenv.h     d       #define FE_DOWNWARD 0x400
+FE_INEXACT     bits/fenv.h     d       #define FE_INEXACT 32
+FE_INVALID     bits/fenv.h     d       #define FE_INVALID 1
+FE_OVERFLOW    bits/fenv.h     d       #define FE_OVERFLOW 8
+FE_TONEAREST   bits/fenv.h     d       #define FE_TONEAREST 0
+FE_TOWARDZERO  bits/fenv.h     d       #define FE_TOWARDZERO 0xc00
+FE_UNDERFLOW   bits/fenv.h     d       #define FE_UNDERFLOW 16
+FE_UPWARD      bits/fenv.h     d       #define FE_UPWARD 0x800
+FF0    bits/termios.h  d       #define FF0 0000000
+FF1    bits/termios.h  d       #define FF1 0100000
+FFDLY  bits/termios.h  d       #define FFDLY 0100000
+FILE   bits/alltypes.h T       typedef struct _IO_FILE FILE;
+FIOASYNC       bits/ioctl.h    d       #define FIOASYNC 0x5452
+FIOCLEX        bits/ioctl.h    d       #define FIOCLEX 0x5451
+FIOGETOWN      bits/ioctl.h    d       #define FIOGETOWN 0x8903
+FIONBIO        bits/ioctl.h    d       #define FIONBIO 0x5421
+FIONCLEX       bits/ioctl.h    d       #define FIONCLEX 0x5450
+FIONREAD       bits/ioctl.h    d       #define FIONREAD 0x541B
+FIOQSIZE       bits/ioctl.h    d       #define FIOQSIZE 0x5460
+FIOSETOWN      bits/ioctl.h    d       #define FIOSETOWN 0x8901
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD 0
+FLT_EVAL_METHOD        bits/float.h    d       #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
+FLUSHO bits/termios.h  d       #define FLUSHO 0010000
+FS     bits/reg.h      d       #define FS 25
+FS_BASE        bits/reg.h      d       #define FS_BASE 21
+F_DUPFD        bits/fcntl.h    d       #define F_DUPFD 0
+F_GETFD        bits/fcntl.h    d       #define F_GETFD 1
+F_GETFL        bits/fcntl.h    d       #define F_GETFL 3
+F_GETLK        bits/fcntl.h    d       #define F_GETLK 5
+F_GETOWN       bits/fcntl.h    d       #define F_GETOWN 9
+F_GETOWNER_UIDS        bits/fcntl.h    d       #define F_GETOWNER_UIDS 17
+F_GETOWN_EX    bits/fcntl.h    d       #define F_GETOWN_EX 16
+F_GETSIG       bits/fcntl.h    d       #define F_GETSIG 11
+F_SETFD        bits/fcntl.h    d       #define F_SETFD 2
+F_SETFL        bits/fcntl.h    d       #define F_SETFL 4
+F_SETLK        bits/fcntl.h    d       #define F_SETLK 6
+F_SETLKW       bits/fcntl.h    d       #define F_SETLKW 7
+F_SETOWN       bits/fcntl.h    d       #define F_SETOWN 8
+F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
+F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
+GS     bits/reg.h      d       #define GS 26
+GS_BASE        bits/reg.h      d       #define GS_BASE 22
+HOST_STACK_END_ADDR    bits/user.h     d       #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
+HOST_TEXT_START_ADDR   bits/user.h     d       #define HOST_TEXT_START_ADDR (u.start_code)
+HUPCL  bits/termios.h  d       #define HUPCL 0002000
+ICANON bits/termios.h  d       #define ICANON 0000002
+ICRNL  bits/termios.h  d       #define ICRNL 0000400
+IEXTEN bits/termios.h  d       #define IEXTEN 0100000
+IGNBRK bits/termios.h  d       #define IGNBRK 0000001
+IGNCR  bits/termios.h  d       #define IGNCR 0000200
+IGNPAR bits/termios.h  d       #define IGNPAR 0000004
+IMAXBEL        bits/termios.h  d       #define IMAXBEL 0020000
+INLCR  bits/termios.h  d       #define INLCR 0000100
+INPCK  bits/termios.h  d       #define INPCK 0000020
+INTPTR_MAX     bits/stdint.h   d       #define INTPTR_MAX INT64_MAX
+INTPTR_MIN     bits/stdint.h   d       #define INTPTR_MIN INT64_MIN
+INT_FAST16_MAX bits/stdint.h   d       #define INT_FAST16_MAX INT32_MAX
+INT_FAST16_MIN bits/stdint.h   d       #define INT_FAST16_MIN INT32_MIN
+INT_FAST32_MAX bits/stdint.h   d       #define INT_FAST32_MAX INT32_MAX
+INT_FAST32_MIN bits/stdint.h   d       #define INT_FAST32_MIN INT32_MIN
+IPC_64 bits/ipc.h      d       #define IPC_64 0
+ISIG   bits/termios.h  d       #define ISIG 0000001
+ISTRIP bits/termios.h  d       #define ISTRIP 0000040
+IUCLC  bits/termios.h  d       #define IUCLC 0001000
+IUTF8  bits/termios.h  d       #define IUTF8 0040000
+IXANY  bits/termios.h  d       #define IXANY 0004000
+IXOFF  bits/termios.h  d       #define IXOFF 0010000
+IXON   bits/termios.h  d       #define IXON 0002000
+LDBL_DIG       bits/float.h    d       #define LDBL_DIG 18
+LDBL_EPSILON   bits/float.h    d       #define LDBL_EPSILON 1.0842021724855044340e-19L
+LDBL_MANT_DIG  bits/float.h    d       #define LDBL_MANT_DIG 64
+LDBL_MAX       bits/float.h    d       #define LDBL_MAX 1.1897314953572317650e+4932L
+LDBL_MAX_10_EXP        bits/float.h    d       #define LDBL_MAX_10_EXP 4932
+LDBL_MAX_EXP   bits/float.h    d       #define LDBL_MAX_EXP 16384
+LDBL_MIN       bits/float.h    d       #define LDBL_MIN 3.3621031431120935063e-4932L
+LDBL_MIN_10_EXP        bits/float.h    d       #define LDBL_MIN_10_EXP (-4931)
+LDBL_MIN_EXP   bits/float.h    d       #define LDBL_MIN_EXP (-16381)
+LDBL_TRUE_MIN  bits/float.h    d       #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
+LLONG_MAX      bits/limits.h   d       #define LLONG_MAX 0x7fffffffffffffffLL
+LONG_BIT       bits/limits.h   d       #define LONG_BIT 64
+LONG_MAX       bits/limits.h   d       #define LONG_MAX 0x7fffffffffffffffL
+MADV_DODUMP    bits/mman.h     d       #define MADV_DODUMP 17
+MADV_DOFORK    bits/mman.h     d       #define MADV_DOFORK 11
+MADV_DONTDUMP  bits/mman.h     d       #define MADV_DONTDUMP 16
+MADV_DONTFORK  bits/mman.h     d       #define MADV_DONTFORK 10
+MADV_DONTNEED  bits/mman.h     d       #define MADV_DONTNEED 4
+MADV_HUGEPAGE  bits/mman.h     d       #define MADV_HUGEPAGE 14
+MADV_HWPOISON  bits/mman.h     d       #define MADV_HWPOISON 100
+MADV_MERGEABLE bits/mman.h     d       #define MADV_MERGEABLE 12
+MADV_NOHUGEPAGE        bits/mman.h     d       #define MADV_NOHUGEPAGE 15
+MADV_NORMAL    bits/mman.h     d       #define MADV_NORMAL 0
+MADV_RANDOM    bits/mman.h     d       #define MADV_RANDOM 1
+MADV_REMOVE    bits/mman.h     d       #define MADV_REMOVE 9
+MADV_SEQUENTIAL        bits/mman.h     d       #define MADV_SEQUENTIAL 2
+MADV_SOFT_OFFLINE      bits/mman.h     d       #define MADV_SOFT_OFFLINE 101
+MADV_UNMERGEABLE       bits/mman.h     d       #define MADV_UNMERGEABLE 13
+MADV_WILLNEED  bits/mman.h     d       #define MADV_WILLNEED 3
+MAP_32BIT      bits/mman.h     d       #define MAP_32BIT 0x40
+MAP_ANON       bits/mman.h     d       #define MAP_ANON 0x20
+MAP_ANONYMOUS  bits/mman.h     d       #define MAP_ANONYMOUS MAP_ANON
+MAP_DENYWRITE  bits/mman.h     d       #define MAP_DENYWRITE 0x0800
+MAP_EXECUTABLE bits/mman.h     d       #define MAP_EXECUTABLE 0x1000
+MAP_FAILED     bits/mman.h     d       #define MAP_FAILED ((void *) -1)
+MAP_FILE       bits/mman.h     d       #define MAP_FILE 0x00
+MAP_FIXED      bits/mman.h     d       #define MAP_FIXED 0x10
+MAP_GROWSDOWN  bits/mman.h     d       #define MAP_GROWSDOWN 0x0100
+MAP_HUGETLB    bits/mman.h     d       #define MAP_HUGETLB 0x40000
+MAP_LOCKED     bits/mman.h     d       #define MAP_LOCKED 0x2000
+MAP_NONBLOCK   bits/mman.h     d       #define MAP_NONBLOCK 0x10000
+MAP_NORESERVE  bits/mman.h     d       #define MAP_NORESERVE 0x4000
+MAP_POPULATE   bits/mman.h     d       #define MAP_POPULATE 0x8000
+MAP_PRIVATE    bits/mman.h     d       #define MAP_PRIVATE 0x02
+MAP_SHARED     bits/mman.h     d       #define MAP_SHARED 0x01
+MAP_STACK      bits/mman.h     d       #define MAP_STACK 0x20000
+MAP_TYPE       bits/mman.h     d       #define MAP_TYPE 0x0f
+MCL_CURRENT    bits/mman.h     d       #define MCL_CURRENT 1
+MCL_FUTURE     bits/mman.h     d       #define MCL_FUTURE 2
+MCL_ONFAULT    bits/mman.h     d       #define MCL_ONFAULT 4
+MINSIGSTKSZ    bits/signal.h   d       #define MINSIGSTKSZ 2048
+MS_ASYNC       bits/mman.h     d       #define MS_ASYNC 1
+MS_INVALIDATE  bits/mman.h     d       #define MS_INVALIDATE 2
+MS_SYNC        bits/mman.h     d       #define MS_SYNC 4
+NBPG   bits/user.h     d       #define NBPG PAGE_SIZE
+NL0    bits/termios.h  d       #define NL0 0000000
+NL1    bits/termios.h  d       #define NL1 0000400
+NLDLY  bits/termios.h  d       #define NLDLY 0000400
+NOFLSH bits/termios.h  d       #define NOFLSH 0000200
+N_6PACK        bits/ioctl.h    d       #define N_6PACK 7
+N_AX25 bits/ioctl.h    d       #define N_AX25 5
+N_HCI  bits/ioctl.h    d       #define N_HCI 15
+N_HDLC bits/ioctl.h    d       #define N_HDLC 13
+N_IRDA bits/ioctl.h    d       #define N_IRDA 11
+N_MASC bits/ioctl.h    d       #define N_MASC 8
+N_MOUSE        bits/ioctl.h    d       #define N_MOUSE 2
+N_PPP  bits/ioctl.h    d       #define N_PPP 3
+N_PROFIBUS_FDL bits/ioctl.h    d       #define N_PROFIBUS_FDL 10
+N_R3964        bits/ioctl.h    d       #define N_R3964 9
+N_SLIP bits/ioctl.h    d       #define N_SLIP 1
+N_SMSBLOCK     bits/ioctl.h    d       #define N_SMSBLOCK 12
+N_STRIP        bits/ioctl.h    d       #define N_STRIP 4
+N_SYNC_PPP     bits/ioctl.h    d       #define N_SYNC_PPP 14
+N_TTY  bits/ioctl.h    d       #define N_TTY 0
+N_X25  bits/ioctl.h    d       #define N_X25 6
+OCRNL  bits/termios.h  d       #define OCRNL 0000010
+OFDEL  bits/termios.h  d       #define OFDEL 0000200
+OFILL  bits/termios.h  d       #define OFILL 0000100
+OLCUC  bits/termios.h  d       #define OLCUC 0000002
+ONLCR  bits/termios.h  d       #define ONLCR 0000004
+ONLRET bits/termios.h  d       #define ONLRET 0000040
+ONOCR  bits/termios.h  d       #define ONOCR 0000020
+OPOST  bits/termios.h  d       #define OPOST 0000001
+ORIG_RAX       bits/reg.h      d       #define ORIG_RAX 15
+O_APPEND       bits/fcntl.h    d       #define O_APPEND 02000
+O_ASYNC        bits/fcntl.h    d       #define O_ASYNC 020000
+O_CLOEXEC      bits/fcntl.h    d       #define O_CLOEXEC 02000000
+O_CREAT        bits/fcntl.h    d       #define O_CREAT 0100
+O_DIRECT       bits/fcntl.h    d       #define O_DIRECT 040000
+O_DIRECTORY    bits/fcntl.h    d       #define O_DIRECTORY 0200000
+O_DSYNC        bits/fcntl.h    d       #define O_DSYNC 010000
+O_EXCL bits/fcntl.h    d       #define O_EXCL 0200
+O_LARGEFILE    bits/fcntl.h    d       #define O_LARGEFILE 0
+O_NDELAY       bits/fcntl.h    d       #define O_NDELAY O_NONBLOCK
+O_NOATIME      bits/fcntl.h    d       #define O_NOATIME 01000000
+O_NOCTTY       bits/fcntl.h    d       #define O_NOCTTY 0400
+O_NOFOLLOW     bits/fcntl.h    d       #define O_NOFOLLOW 0400000
+O_NONBLOCK     bits/fcntl.h    d       #define O_NONBLOCK 04000
+O_PATH bits/fcntl.h    d       #define O_PATH 010000000
+O_RSYNC        bits/fcntl.h    d       #define O_RSYNC 04010000
+O_SYNC bits/fcntl.h    d       #define O_SYNC 04010000
+O_TMPFILE      bits/fcntl.h    d       #define O_TMPFILE 020200000
+O_TRUNC        bits/fcntl.h    d       #define O_TRUNC 01000
+PAGE_MASK      bits/user.h     d       #define PAGE_MASK (~(PAGE_SIZE-1))
+PAGE_SIZE      bits/limits.h   d       #define PAGE_SIZE 4096
+PARENB bits/termios.h  d       #define PARENB 0000400
+PARMRK bits/termios.h  d       #define PARMRK 0000010
+PARODD bits/termios.h  d       #define PARODD 0001000
+PENDIN bits/termios.h  d       #define PENDIN 0040000
+POSIX_MADV_DONTNEED    bits/mman.h     d       #define POSIX_MADV_DONTNEED 0
+POSIX_MADV_NORMAL      bits/mman.h     d       #define POSIX_MADV_NORMAL 0
+POSIX_MADV_RANDOM      bits/mman.h     d       #define POSIX_MADV_RANDOM 1
+POSIX_MADV_SEQUENTIAL  bits/mman.h     d       #define POSIX_MADV_SEQUENTIAL 2
+POSIX_MADV_WILLNEED    bits/mman.h     d       #define POSIX_MADV_WILLNEED 3
+PROT_EXEC      bits/mman.h     d       #define PROT_EXEC 4
+PROT_GROWSDOWN bits/mman.h     d       #define PROT_GROWSDOWN 0x01000000
+PROT_GROWSUP   bits/mman.h     d       #define PROT_GROWSUP 0x02000000
+PROT_NONE      bits/mman.h     d       #define PROT_NONE 0
+PROT_READ      bits/mman.h     d       #define PROT_READ 1
+PROT_WRITE     bits/mman.h     d       #define PROT_WRITE 2
+PTRDIFF_MAX    bits/stdint.h   d       #define PTRDIFF_MAX INT64_MAX
+PTRDIFF_MIN    bits/stdint.h   d       #define PTRDIFF_MIN INT64_MIN
+R10    bits/reg.h      d       #define R10 7
+R11    bits/reg.h      d       #define R11 6
+R12    bits/reg.h      d       #define R12 3
+R13    bits/reg.h      d       #define R13 2
+R14    bits/reg.h      d       #define R14 1
+R15    bits/reg.h      d       #define R15 0
+R8     bits/reg.h      d       #define R8 9
+R9     bits/reg.h      d       #define R9 8
+RAX    bits/reg.h      d       #define RAX 10
+RBP    bits/reg.h      d       #define RBP 4
+RBX    bits/reg.h      d       #define RBX 5
+RCX    bits/reg.h      d       #define RCX 11
+RDI    bits/reg.h      d       #define RDI 14
+RDX    bits/reg.h      d       #define RDX 12
+REG_CR2        bits/signal.h   d       #define REG_CR2 22
+REG_CSGSFS     bits/signal.h   d       #define REG_CSGSFS 18
+REG_EFL        bits/signal.h   d       #define REG_EFL 17
+REG_ERR        bits/signal.h   d       #define REG_ERR 19
+REG_OLDMASK    bits/signal.h   d       #define REG_OLDMASK 21
+REG_R10        bits/signal.h   d       #define REG_R10 2
+REG_R11        bits/signal.h   d       #define REG_R11 3
+REG_R12        bits/signal.h   d       #define REG_R12 4
+REG_R13        bits/signal.h   d       #define REG_R13 5
+REG_R14        bits/signal.h   d       #define REG_R14 6
+REG_R15        bits/signal.h   d       #define REG_R15 7
+REG_R8 bits/signal.h   d       #define REG_R8 0
+REG_R9 bits/signal.h   d       #define REG_R9 1
+REG_RAX        bits/signal.h   d       #define REG_RAX 13
+REG_RBP        bits/signal.h   d       #define REG_RBP 10
+REG_RBX        bits/signal.h   d       #define REG_RBX 11
+REG_RCX        bits/signal.h   d       #define REG_RCX 14
+REG_RDI        bits/signal.h   d       #define REG_RDI 8
+REG_RDX        bits/signal.h   d       #define REG_RDX 12
+REG_RIP        bits/signal.h   d       #define REG_RIP 16
+REG_RSI        bits/signal.h   d       #define REG_RSI 9
+REG_RSP        bits/signal.h   d       #define REG_RSP 15
+REG_TRAPNO     bits/signal.h   d       #define REG_TRAPNO 20
+RIP    bits/reg.h      d       #define RIP 16
+RSI    bits/reg.h      d       #define RSI 13
+RSP    bits/reg.h      d       #define RSP 19
+SA_NOCLDSTOP   bits/signal.h   d       #define SA_NOCLDSTOP 1
+SA_NOCLDWAIT   bits/signal.h   d       #define SA_NOCLDWAIT 2
+SA_NODEFER     bits/signal.h   d       #define SA_NODEFER 0x40000000
+SA_ONSTACK     bits/signal.h   d       #define SA_ONSTACK 0x08000000
+SA_RESETHAND   bits/signal.h   d       #define SA_RESETHAND 0x80000000
+SA_RESTART     bits/signal.h   d       #define SA_RESTART 0x10000000
+SA_RESTORER    bits/signal.h   d       #define SA_RESTORER 0x04000000
+SA_SIGINFO     bits/signal.h   d       #define SA_SIGINFO 4
+SHMLBA bits/shm.h      d       #define SHMLBA 4096
+SIGABRT        bits/signal.h   d       #define SIGABRT 6
+SIGALRM        bits/signal.h   d       #define SIGALRM 14
+SIGBUS bits/signal.h   d       #define SIGBUS 7
+SIGCHLD        bits/signal.h   d       #define SIGCHLD 17
+SIGCONT        bits/signal.h   d       #define SIGCONT 18
+SIGFPE bits/signal.h   d       #define SIGFPE 8
+SIGHUP bits/signal.h   d       #define SIGHUP 1
+SIGILL bits/signal.h   d       #define SIGILL 4
+SIGINT bits/signal.h   d       #define SIGINT 2
+SIGIO  bits/signal.h   d       #define SIGIO 29
+SIGIOT bits/signal.h   d       #define SIGIOT SIGABRT
+SIGKILL        bits/signal.h   d       #define SIGKILL 9
+SIGPIPE        bits/signal.h   d       #define SIGPIPE 13
+SIGPOLL        bits/signal.h   d       #define SIGPOLL 29
+SIGPROF        bits/signal.h   d       #define SIGPROF 27
+SIGPWR bits/signal.h   d       #define SIGPWR 30
+SIGQUIT        bits/signal.h   d       #define SIGQUIT 3
+SIGSEGV        bits/signal.h   d       #define SIGSEGV 11
+SIGSTKFLT      bits/signal.h   d       #define SIGSTKFLT 16
+SIGSTKSZ       bits/signal.h   d       #define SIGSTKSZ 8192
+SIGSTOP        bits/signal.h   d       #define SIGSTOP 19
+SIGSYS bits/signal.h   d       #define SIGSYS 31
+SIGTERM        bits/signal.h   d       #define SIGTERM 15
+SIGTRAP        bits/signal.h   d       #define SIGTRAP 5
+SIGTSTP        bits/signal.h   d       #define SIGTSTP 20
+SIGTTIN        bits/signal.h   d       #define SIGTTIN 21
+SIGTTOU        bits/signal.h   d       #define SIGTTOU 22
+SIGUNUSED      bits/signal.h   d       #define SIGUNUSED SIGSYS
+SIGURG bits/signal.h   d       #define SIGURG 23
+SIGUSR1        bits/signal.h   d       #define SIGUSR1 10
+SIGUSR2        bits/signal.h   d       #define SIGUSR2 12
+SIGVTALRM      bits/signal.h   d       #define SIGVTALRM 26
+SIGWINCH       bits/signal.h   d       #define SIGWINCH 28
+SIGXCPU        bits/signal.h   d       #define SIGXCPU 24
+SIGXFSZ        bits/signal.h   d       #define SIGXFSZ 25
+SIOCADDDLCI    bits/ioctl.h    d       #define SIOCADDDLCI 0x8980
+SIOCADDMULTI   bits/ioctl.h    d       #define SIOCADDMULTI 0x8931
+SIOCADDRT      bits/ioctl.h    d       #define SIOCADDRT 0x890B
+SIOCATMARK     bits/ioctl.h    d       #define SIOCATMARK 0x8905
+SIOCDARP       bits/ioctl.h    d       #define SIOCDARP 0x8953
+SIOCDELDLCI    bits/ioctl.h    d       #define SIOCDELDLCI 0x8981
+SIOCDELMULTI   bits/ioctl.h    d       #define SIOCDELMULTI 0x8932
+SIOCDELRT      bits/ioctl.h    d       #define SIOCDELRT 0x890C
+SIOCDEVPRIVATE bits/ioctl.h    d       #define SIOCDEVPRIVATE 0x89F0
+SIOCDIFADDR    bits/ioctl.h    d       #define SIOCDIFADDR 0x8936
+SIOCDRARP      bits/ioctl.h    d       #define SIOCDRARP 0x8960
+SIOCGARP       bits/ioctl.h    d       #define SIOCGARP 0x8954
+SIOCGIFADDR    bits/ioctl.h    d       #define SIOCGIFADDR 0x8915
+SIOCGIFBR      bits/ioctl.h    d       #define SIOCGIFBR 0x8940
+SIOCGIFBRDADDR bits/ioctl.h    d       #define SIOCGIFBRDADDR 0x8919
+SIOCGIFCONF    bits/ioctl.h    d       #define SIOCGIFCONF 0x8912
+SIOCGIFCOUNT   bits/ioctl.h    d       #define SIOCGIFCOUNT 0x8938
+SIOCGIFDSTADDR bits/ioctl.h    d       #define SIOCGIFDSTADDR 0x8917
+SIOCGIFENCAP   bits/ioctl.h    d       #define SIOCGIFENCAP 0x8925
+SIOCGIFFLAGS   bits/ioctl.h    d       #define SIOCGIFFLAGS 0x8913
+SIOCGIFHWADDR  bits/ioctl.h    d       #define SIOCGIFHWADDR 0x8927
+SIOCGIFINDEX   bits/ioctl.h    d       #define SIOCGIFINDEX 0x8933
+SIOCGIFMAP     bits/ioctl.h    d       #define SIOCGIFMAP 0x8970
+SIOCGIFMEM     bits/ioctl.h    d       #define SIOCGIFMEM 0x891f
+SIOCGIFMETRIC  bits/ioctl.h    d       #define SIOCGIFMETRIC 0x891d
+SIOCGIFMTU     bits/ioctl.h    d       #define SIOCGIFMTU 0x8921
+SIOCGIFNAME    bits/ioctl.h    d       #define SIOCGIFNAME 0x8910
+SIOCGIFNETMASK bits/ioctl.h    d       #define SIOCGIFNETMASK 0x891b
+SIOCGIFPFLAGS  bits/ioctl.h    d       #define SIOCGIFPFLAGS 0x8935
+SIOCGIFSLAVE   bits/ioctl.h    d       #define SIOCGIFSLAVE 0x8929
+SIOCGIFTXQLEN  bits/ioctl.h    d       #define SIOCGIFTXQLEN 0x8942
+SIOCGPGRP      bits/ioctl.h    d       #define SIOCGPGRP 0x8904
+SIOCGRARP      bits/ioctl.h    d       #define SIOCGRARP 0x8961
+SIOCGSTAMP     bits/ioctl.h    d       #define SIOCGSTAMP 0x8906
+SIOCPROTOPRIVATE       bits/ioctl.h    d       #define SIOCPROTOPRIVATE 0x89E0
+SIOCRTMSG      bits/ioctl.h    d       #define SIOCRTMSG 0x890D
+SIOCSARP       bits/ioctl.h    d       #define SIOCSARP 0x8955
+SIOCSIFADDR    bits/ioctl.h    d       #define SIOCSIFADDR 0x8916
+SIOCSIFBR      bits/ioctl.h    d       #define SIOCSIFBR 0x8941
+SIOCSIFBRDADDR bits/ioctl.h    d       #define SIOCSIFBRDADDR 0x891a
+SIOCSIFDSTADDR bits/ioctl.h    d       #define SIOCSIFDSTADDR 0x8918
+SIOCSIFENCAP   bits/ioctl.h    d       #define SIOCSIFENCAP 0x8926
+SIOCSIFFLAGS   bits/ioctl.h    d       #define SIOCSIFFLAGS 0x8914
+SIOCSIFHWADDR  bits/ioctl.h    d       #define SIOCSIFHWADDR 0x8924
+SIOCSIFHWBROADCAST     bits/ioctl.h    d       #define SIOCSIFHWBROADCAST 0x8937
+SIOCSIFLINK    bits/ioctl.h    d       #define SIOCSIFLINK 0x8911
+SIOCSIFMAP     bits/ioctl.h    d       #define SIOCSIFMAP 0x8971
+SIOCSIFMEM     bits/ioctl.h    d       #define SIOCSIFMEM 0x8920
+SIOCSIFMETRIC  bits/ioctl.h    d       #define SIOCSIFMETRIC 0x891e
+SIOCSIFMTU     bits/ioctl.h    d       #define SIOCSIFMTU 0x8922
+SIOCSIFNETMASK bits/ioctl.h    d       #define SIOCSIFNETMASK 0x891c
+SIOCSIFPFLAGS  bits/ioctl.h    d       #define SIOCSIFPFLAGS 0x8934
+SIOCSIFSLAVE   bits/ioctl.h    d       #define SIOCSIFSLAVE 0x8930
+SIOCSIFTXQLEN  bits/ioctl.h    d       #define SIOCSIFTXQLEN 0x8943
+SIOCSPGRP      bits/ioctl.h    d       #define SIOCSPGRP 0x8902
+SIOCSRARP      bits/ioctl.h    d       #define SIOCSRARP 0x8962
+SIOGIFINDEX    bits/ioctl.h    d       #define SIOGIFINDEX SIOCGIFINDEX
+SIZE_MAX       bits/stdint.h   d       #define SIZE_MAX UINT64_MAX
+SS     bits/reg.h      d       #define SS 20
+SYS__sysctl    bits/syscall.h  d       #define SYS__sysctl 156
+SYS_accept     bits/syscall.h  d       #define SYS_accept 43
+SYS_accept4    bits/syscall.h  d       #define SYS_accept4 288
+SYS_access     bits/syscall.h  d       #define SYS_access 21
+SYS_acct       bits/syscall.h  d       #define SYS_acct 163
+SYS_add_key    bits/syscall.h  d       #define SYS_add_key 248
+SYS_adjtimex   bits/syscall.h  d       #define SYS_adjtimex 159
+SYS_afs_syscall        bits/syscall.h  d       #define SYS_afs_syscall 183
+SYS_alarm      bits/syscall.h  d       #define SYS_alarm 37
+SYS_arch_prctl bits/syscall.h  d       #define SYS_arch_prctl 158
+SYS_bind       bits/syscall.h  d       #define SYS_bind 49
+SYS_bpf        bits/syscall.h  d       #define SYS_bpf 321
+SYS_brk        bits/syscall.h  d       #define SYS_brk 12
+SYS_capget     bits/syscall.h  d       #define SYS_capget 125
+SYS_capset     bits/syscall.h  d       #define SYS_capset 126
+SYS_chdir      bits/syscall.h  d       #define SYS_chdir 80
+SYS_chmod      bits/syscall.h  d       #define SYS_chmod 90
+SYS_chown      bits/syscall.h  d       #define SYS_chown 92
+SYS_chroot     bits/syscall.h  d       #define SYS_chroot 161
+SYS_clock_adjtime      bits/syscall.h  d       #define SYS_clock_adjtime 305
+SYS_clock_getres       bits/syscall.h  d       #define SYS_clock_getres 229
+SYS_clock_gettime      bits/syscall.h  d       #define SYS_clock_gettime 228
+SYS_clock_nanosleep    bits/syscall.h  d       #define SYS_clock_nanosleep 230
+SYS_clock_settime      bits/syscall.h  d       #define SYS_clock_settime 227
+SYS_clone      bits/syscall.h  d       #define SYS_clone 56
+SYS_close      bits/syscall.h  d       #define SYS_close 3
+SYS_connect    bits/syscall.h  d       #define SYS_connect 42
+SYS_creat      bits/syscall.h  d       #define SYS_creat 85
+SYS_create_module      bits/syscall.h  d       #define SYS_create_module 174
+SYS_delete_module      bits/syscall.h  d       #define SYS_delete_module 176
+SYS_dup        bits/syscall.h  d       #define SYS_dup 32
+SYS_dup2       bits/syscall.h  d       #define SYS_dup2 33
+SYS_dup3       bits/syscall.h  d       #define SYS_dup3 292
+SYS_epoll_create       bits/syscall.h  d       #define SYS_epoll_create 213
+SYS_epoll_create1      bits/syscall.h  d       #define SYS_epoll_create1 291
+SYS_epoll_ctl  bits/syscall.h  d       #define SYS_epoll_ctl 233
+SYS_epoll_ctl_old      bits/syscall.h  d       #define SYS_epoll_ctl_old 214
+SYS_epoll_pwait        bits/syscall.h  d       #define SYS_epoll_pwait 281
+SYS_epoll_wait bits/syscall.h  d       #define SYS_epoll_wait 232
+SYS_epoll_wait_old     bits/syscall.h  d       #define SYS_epoll_wait_old 215
+SYS_eventfd    bits/syscall.h  d       #define SYS_eventfd 284
+SYS_eventfd2   bits/syscall.h  d       #define SYS_eventfd2 290
+SYS_execve     bits/syscall.h  d       #define SYS_execve 59
+SYS_execveat   bits/syscall.h  d       #define SYS_execveat 322
+SYS_exit       bits/syscall.h  d       #define SYS_exit 60
+SYS_exit_group bits/syscall.h  d       #define SYS_exit_group 231
+SYS_faccessat  bits/syscall.h  d       #define SYS_faccessat 269
+SYS_fadvise64  bits/syscall.h  d       #define SYS_fadvise64 221
+SYS_fallocate  bits/syscall.h  d       #define SYS_fallocate 285
+SYS_fanotify_init      bits/syscall.h  d       #define SYS_fanotify_init 300
+SYS_fanotify_mark      bits/syscall.h  d       #define SYS_fanotify_mark 301
+SYS_fchdir     bits/syscall.h  d       #define SYS_fchdir 81
+SYS_fchmod     bits/syscall.h  d       #define SYS_fchmod 91
+SYS_fchmodat   bits/syscall.h  d       #define SYS_fchmodat 268
+SYS_fchown     bits/syscall.h  d       #define SYS_fchown 93
+SYS_fchownat   bits/syscall.h  d       #define SYS_fchownat 260
+SYS_fcntl      bits/syscall.h  d       #define SYS_fcntl 72
+SYS_fdatasync  bits/syscall.h  d       #define SYS_fdatasync 75
+SYS_fgetxattr  bits/syscall.h  d       #define SYS_fgetxattr 193
+SYS_finit_module       bits/syscall.h  d       #define SYS_finit_module 313
+SYS_flistxattr bits/syscall.h  d       #define SYS_flistxattr 196
+SYS_flock      bits/syscall.h  d       #define SYS_flock 73
+SYS_fork       bits/syscall.h  d       #define SYS_fork 57
+SYS_fremovexattr       bits/syscall.h  d       #define SYS_fremovexattr 199
+SYS_fsetxattr  bits/syscall.h  d       #define SYS_fsetxattr 190
+SYS_fstat      bits/syscall.h  d       #define SYS_fstat 5
+SYS_fstatfs    bits/syscall.h  d       #define SYS_fstatfs 138
+SYS_fsync      bits/syscall.h  d       #define SYS_fsync 74
+SYS_ftruncate  bits/syscall.h  d       #define SYS_ftruncate 77
+SYS_futex      bits/syscall.h  d       #define SYS_futex 202
+SYS_futimesat  bits/syscall.h  d       #define SYS_futimesat 261
+SYS_get_kernel_syms    bits/syscall.h  d       #define SYS_get_kernel_syms 177
+SYS_get_mempolicy      bits/syscall.h  d       #define SYS_get_mempolicy 239
+SYS_get_robust_list    bits/syscall.h  d       #define SYS_get_robust_list 274
+SYS_get_thread_area    bits/syscall.h  d       #define SYS_get_thread_area 211
+SYS_getcpu     bits/syscall.h  d       #define SYS_getcpu 309
+SYS_getcwd     bits/syscall.h  d       #define SYS_getcwd 79
+SYS_getdents   bits/syscall.h  d       #define SYS_getdents 78
+SYS_getdents64 bits/syscall.h  d       #define SYS_getdents64 217
+SYS_getegid    bits/syscall.h  d       #define SYS_getegid 108
+SYS_geteuid    bits/syscall.h  d       #define SYS_geteuid 107
+SYS_getgid     bits/syscall.h  d       #define SYS_getgid 104
+SYS_getgroups  bits/syscall.h  d       #define SYS_getgroups 115
+SYS_getitimer  bits/syscall.h  d       #define SYS_getitimer 36
+SYS_getpeername        bits/syscall.h  d       #define SYS_getpeername 52
+SYS_getpgid    bits/syscall.h  d       #define SYS_getpgid 121
+SYS_getpgrp    bits/syscall.h  d       #define SYS_getpgrp 111
+SYS_getpid     bits/syscall.h  d       #define SYS_getpid 39
+SYS_getpmsg    bits/syscall.h  d       #define SYS_getpmsg 181
+SYS_getppid    bits/syscall.h  d       #define SYS_getppid 110
+SYS_getpriority        bits/syscall.h  d       #define SYS_getpriority 140
+SYS_getrandom  bits/syscall.h  d       #define SYS_getrandom 318
+SYS_getresgid  bits/syscall.h  d       #define SYS_getresgid 120
+SYS_getresuid  bits/syscall.h  d       #define SYS_getresuid 118
+SYS_getrlimit  bits/syscall.h  d       #define SYS_getrlimit 97
+SYS_getrusage  bits/syscall.h  d       #define SYS_getrusage 98
+SYS_getsid     bits/syscall.h  d       #define SYS_getsid 124
+SYS_getsockname        bits/syscall.h  d       #define SYS_getsockname 51
+SYS_getsockopt bits/syscall.h  d       #define SYS_getsockopt 55
+SYS_gettid     bits/syscall.h  d       #define SYS_gettid 186
+SYS_gettimeofday       bits/syscall.h  d       #define SYS_gettimeofday 96
+SYS_getuid     bits/syscall.h  d       #define SYS_getuid 102
+SYS_getxattr   bits/syscall.h  d       #define SYS_getxattr 191
+SYS_init_module        bits/syscall.h  d       #define SYS_init_module 175
+SYS_inotify_add_watch  bits/syscall.h  d       #define SYS_inotify_add_watch 254
+SYS_inotify_init       bits/syscall.h  d       #define SYS_inotify_init 253
+SYS_inotify_init1      bits/syscall.h  d       #define SYS_inotify_init1 294
+SYS_inotify_rm_watch   bits/syscall.h  d       #define SYS_inotify_rm_watch 255
+SYS_io_cancel  bits/syscall.h  d       #define SYS_io_cancel 210
+SYS_io_destroy bits/syscall.h  d       #define SYS_io_destroy 207
+SYS_io_getevents       bits/syscall.h  d       #define SYS_io_getevents 208
+SYS_io_setup   bits/syscall.h  d       #define SYS_io_setup 206
+SYS_io_submit  bits/syscall.h  d       #define SYS_io_submit 209
+SYS_ioctl      bits/syscall.h  d       #define SYS_ioctl 16
+SYS_ioperm     bits/syscall.h  d       #define SYS_ioperm 173
+SYS_iopl       bits/syscall.h  d       #define SYS_iopl 172
+SYS_ioprio_get bits/syscall.h  d       #define SYS_ioprio_get 252
+SYS_ioprio_set bits/syscall.h  d       #define SYS_ioprio_set 251
+SYS_kcmp       bits/syscall.h  d       #define SYS_kcmp 312
+SYS_kexec_file_load    bits/syscall.h  d       #define SYS_kexec_file_load 320
+SYS_kexec_load bits/syscall.h  d       #define SYS_kexec_load 246
+SYS_keyctl     bits/syscall.h  d       #define SYS_keyctl 250
+SYS_kill       bits/syscall.h  d       #define SYS_kill 62
+SYS_lchown     bits/syscall.h  d       #define SYS_lchown 94
+SYS_lgetxattr  bits/syscall.h  d       #define SYS_lgetxattr 192
+SYS_link       bits/syscall.h  d       #define SYS_link 86
+SYS_linkat     bits/syscall.h  d       #define SYS_linkat 265
+SYS_listen     bits/syscall.h  d       #define SYS_listen 50
+SYS_listxattr  bits/syscall.h  d       #define SYS_listxattr 194
+SYS_llistxattr bits/syscall.h  d       #define SYS_llistxattr 195
+SYS_lookup_dcookie     bits/syscall.h  d       #define SYS_lookup_dcookie 212
+SYS_lremovexattr       bits/syscall.h  d       #define SYS_lremovexattr 198
+SYS_lseek      bits/syscall.h  d       #define SYS_lseek 8
+SYS_lsetxattr  bits/syscall.h  d       #define SYS_lsetxattr 189
+SYS_lstat      bits/syscall.h  d       #define SYS_lstat 6
+SYS_madvise    bits/syscall.h  d       #define SYS_madvise 28
+SYS_mbind      bits/syscall.h  d       #define SYS_mbind 237
+SYS_membarrier bits/syscall.h  d       #define SYS_membarrier 324
+SYS_memfd_create       bits/syscall.h  d       #define SYS_memfd_create 319
+SYS_migrate_pages      bits/syscall.h  d       #define SYS_migrate_pages 256
+SYS_mincore    bits/syscall.h  d       #define SYS_mincore 27
+SYS_mkdir      bits/syscall.h  d       #define SYS_mkdir 83
+SYS_mkdirat    bits/syscall.h  d       #define SYS_mkdirat 258
+SYS_mknod      bits/syscall.h  d       #define SYS_mknod 133
+SYS_mknodat    bits/syscall.h  d       #define SYS_mknodat 259
+SYS_mlock      bits/syscall.h  d       #define SYS_mlock 149
+SYS_mlock2     bits/syscall.h  d       #define SYS_mlock2 325
+SYS_mlockall   bits/syscall.h  d       #define SYS_mlockall 151
+SYS_mmap       bits/syscall.h  d       #define SYS_mmap 9
+SYS_modify_ldt bits/syscall.h  d       #define SYS_modify_ldt 154
+SYS_mount      bits/syscall.h  d       #define SYS_mount 165
+SYS_move_pages bits/syscall.h  d       #define SYS_move_pages 279
+SYS_mprotect   bits/syscall.h  d       #define SYS_mprotect 10
+SYS_mq_getsetattr      bits/syscall.h  d       #define SYS_mq_getsetattr 245
+SYS_mq_notify  bits/syscall.h  d       #define SYS_mq_notify 244
+SYS_mq_open    bits/syscall.h  d       #define SYS_mq_open 240
+SYS_mq_timedreceive    bits/syscall.h  d       #define SYS_mq_timedreceive 243
+SYS_mq_timedsend       bits/syscall.h  d       #define SYS_mq_timedsend 242
+SYS_mq_unlink  bits/syscall.h  d       #define SYS_mq_unlink 241
+SYS_mremap     bits/syscall.h  d       #define SYS_mremap 25
+SYS_msgctl     bits/syscall.h  d       #define SYS_msgctl 71
+SYS_msgget     bits/syscall.h  d       #define SYS_msgget 68
+SYS_msgrcv     bits/syscall.h  d       #define SYS_msgrcv 70
+SYS_msgsnd     bits/syscall.h  d       #define SYS_msgsnd 69
+SYS_msync      bits/syscall.h  d       #define SYS_msync 26
+SYS_munlock    bits/syscall.h  d       #define SYS_munlock 150
+SYS_munlockall bits/syscall.h  d       #define SYS_munlockall 152
+SYS_munmap     bits/syscall.h  d       #define SYS_munmap 11
+SYS_name_to_handle_at  bits/syscall.h  d       #define SYS_name_to_handle_at 303
+SYS_nanosleep  bits/syscall.h  d       #define SYS_nanosleep 35
+SYS_newfstatat bits/syscall.h  d       #define SYS_newfstatat 262
+SYS_nfsservctl bits/syscall.h  d       #define SYS_nfsservctl 180
+SYS_open       bits/syscall.h  d       #define SYS_open 2
+SYS_open_by_handle_at  bits/syscall.h  d       #define SYS_open_by_handle_at 304
+SYS_openat     bits/syscall.h  d       #define SYS_openat 257
+SYS_pause      bits/syscall.h  d       #define SYS_pause 34
+SYS_perf_event_open    bits/syscall.h  d       #define SYS_perf_event_open 298
+SYS_personality        bits/syscall.h  d       #define SYS_personality 135
+SYS_pipe       bits/syscall.h  d       #define SYS_pipe 22
+SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 293
+SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 155
+SYS_poll       bits/syscall.h  d       #define SYS_poll 7
+SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 271
+SYS_prctl      bits/syscall.h  d       #define SYS_prctl 157
+SYS_pread64    bits/syscall.h  d       #define SYS_pread64 17
+SYS_preadv     bits/syscall.h  d       #define SYS_preadv 295
+SYS_prlimit64  bits/syscall.h  d       #define SYS_prlimit64 302
+SYS_process_vm_readv   bits/syscall.h  d       #define SYS_process_vm_readv 310
+SYS_process_vm_writev  bits/syscall.h  d       #define SYS_process_vm_writev 311
+SYS_pselect6   bits/syscall.h  d       #define SYS_pselect6 270
+SYS_ptrace     bits/syscall.h  d       #define SYS_ptrace 101
+SYS_putpmsg    bits/syscall.h  d       #define SYS_putpmsg 182
+SYS_pwrite64   bits/syscall.h  d       #define SYS_pwrite64 18
+SYS_pwritev    bits/syscall.h  d       #define SYS_pwritev 296
+SYS_query_module       bits/syscall.h  d       #define SYS_query_module 178
+SYS_quotactl   bits/syscall.h  d       #define SYS_quotactl 179
+SYS_read       bits/syscall.h  d       #define SYS_read 0
+SYS_readahead  bits/syscall.h  d       #define SYS_readahead 187
+SYS_readlink   bits/syscall.h  d       #define SYS_readlink 89
+SYS_readlinkat bits/syscall.h  d       #define SYS_readlinkat 267
+SYS_readv      bits/syscall.h  d       #define SYS_readv 19
+SYS_reboot     bits/syscall.h  d       #define SYS_reboot 169
+SYS_recvfrom   bits/syscall.h  d       #define SYS_recvfrom 45
+SYS_recvmmsg   bits/syscall.h  d       #define SYS_recvmmsg 299
+SYS_recvmsg    bits/syscall.h  d       #define SYS_recvmsg 47
+SYS_remap_file_pages   bits/syscall.h  d       #define SYS_remap_file_pages 216
+SYS_removexattr        bits/syscall.h  d       #define SYS_removexattr 197
+SYS_rename     bits/syscall.h  d       #define SYS_rename 82
+SYS_renameat   bits/syscall.h  d       #define SYS_renameat 264
+SYS_renameat2  bits/syscall.h  d       #define SYS_renameat2 316
+SYS_request_key        bits/syscall.h  d       #define SYS_request_key 249
+SYS_restart_syscall    bits/syscall.h  d       #define SYS_restart_syscall 219
+SYS_rmdir      bits/syscall.h  d       #define SYS_rmdir 84
+SYS_rt_sigaction       bits/syscall.h  d       #define SYS_rt_sigaction 13
+SYS_rt_sigpending      bits/syscall.h  d       #define SYS_rt_sigpending 127
+SYS_rt_sigprocmask     bits/syscall.h  d       #define SYS_rt_sigprocmask 14
+SYS_rt_sigqueueinfo    bits/syscall.h  d       #define SYS_rt_sigqueueinfo 129
+SYS_rt_sigreturn       bits/syscall.h  d       #define SYS_rt_sigreturn 15
+SYS_rt_sigsuspend      bits/syscall.h  d       #define SYS_rt_sigsuspend 130
+SYS_rt_sigtimedwait    bits/syscall.h  d       #define SYS_rt_sigtimedwait 128
+SYS_rt_tgsigqueueinfo  bits/syscall.h  d       #define SYS_rt_tgsigqueueinfo 297
+SYS_sched_get_priority_max     bits/syscall.h  d       #define SYS_sched_get_priority_max 146
+SYS_sched_get_priority_min     bits/syscall.h  d       #define SYS_sched_get_priority_min 147
+SYS_sched_getaffinity  bits/syscall.h  d       #define SYS_sched_getaffinity 204
+SYS_sched_getattr      bits/syscall.h  d       #define SYS_sched_getattr 315
+SYS_sched_getparam     bits/syscall.h  d       #define SYS_sched_getparam 143
+SYS_sched_getscheduler bits/syscall.h  d       #define SYS_sched_getscheduler 145
+SYS_sched_rr_get_interval      bits/syscall.h  d       #define SYS_sched_rr_get_interval 148
+SYS_sched_setaffinity  bits/syscall.h  d       #define SYS_sched_setaffinity 203
+SYS_sched_setattr      bits/syscall.h  d       #define SYS_sched_setattr 314
+SYS_sched_setparam     bits/syscall.h  d       #define SYS_sched_setparam 142
+SYS_sched_setscheduler bits/syscall.h  d       #define SYS_sched_setscheduler 144
+SYS_sched_yield        bits/syscall.h  d       #define SYS_sched_yield 24
+SYS_seccomp    bits/syscall.h  d       #define SYS_seccomp 317
+SYS_security   bits/syscall.h  d       #define SYS_security 185
+SYS_select     bits/syscall.h  d       #define SYS_select 23
+SYS_semctl     bits/syscall.h  d       #define SYS_semctl 66
+SYS_semget     bits/syscall.h  d       #define SYS_semget 64
+SYS_semop      bits/syscall.h  d       #define SYS_semop 65
+SYS_semtimedop bits/syscall.h  d       #define SYS_semtimedop 220
+SYS_sendfile   bits/syscall.h  d       #define SYS_sendfile 40
+SYS_sendmmsg   bits/syscall.h  d       #define SYS_sendmmsg 307
+SYS_sendmsg    bits/syscall.h  d       #define SYS_sendmsg 46
+SYS_sendto     bits/syscall.h  d       #define SYS_sendto 44
+SYS_set_mempolicy      bits/syscall.h  d       #define SYS_set_mempolicy 238
+SYS_set_robust_list    bits/syscall.h  d       #define SYS_set_robust_list 273
+SYS_set_thread_area    bits/syscall.h  d       #define SYS_set_thread_area 205
+SYS_set_tid_address    bits/syscall.h  d       #define SYS_set_tid_address 218
+SYS_setdomainname      bits/syscall.h  d       #define SYS_setdomainname 171
+SYS_setfsgid   bits/syscall.h  d       #define SYS_setfsgid 123
+SYS_setfsuid   bits/syscall.h  d       #define SYS_setfsuid 122
+SYS_setgid     bits/syscall.h  d       #define SYS_setgid 106
+SYS_setgroups  bits/syscall.h  d       #define SYS_setgroups 116
+SYS_sethostname        bits/syscall.h  d       #define SYS_sethostname 170
+SYS_setitimer  bits/syscall.h  d       #define SYS_setitimer 38
+SYS_setns      bits/syscall.h  d       #define SYS_setns 308
+SYS_setpgid    bits/syscall.h  d       #define SYS_setpgid 109
+SYS_setpriority        bits/syscall.h  d       #define SYS_setpriority 141
+SYS_setregid   bits/syscall.h  d       #define SYS_setregid 114
+SYS_setresgid  bits/syscall.h  d       #define SYS_setresgid 119
+SYS_setresuid  bits/syscall.h  d       #define SYS_setresuid 117
+SYS_setreuid   bits/syscall.h  d       #define SYS_setreuid 113
+SYS_setrlimit  bits/syscall.h  d       #define SYS_setrlimit 160
+SYS_setsid     bits/syscall.h  d       #define SYS_setsid 112
+SYS_setsockopt bits/syscall.h  d       #define SYS_setsockopt 54
+SYS_settimeofday       bits/syscall.h  d       #define SYS_settimeofday 164
+SYS_setuid     bits/syscall.h  d       #define SYS_setuid 105
+SYS_setxattr   bits/syscall.h  d       #define SYS_setxattr 188
+SYS_shmat      bits/syscall.h  d       #define SYS_shmat 30
+SYS_shmctl     bits/syscall.h  d       #define SYS_shmctl 31
+SYS_shmdt      bits/syscall.h  d       #define SYS_shmdt 67
+SYS_shmget     bits/syscall.h  d       #define SYS_shmget 29
+SYS_shutdown   bits/syscall.h  d       #define SYS_shutdown 48
+SYS_sigaltstack        bits/syscall.h  d       #define SYS_sigaltstack 131
+SYS_signalfd   bits/syscall.h  d       #define SYS_signalfd 282
+SYS_signalfd4  bits/syscall.h  d       #define SYS_signalfd4 289
+SYS_socket     bits/syscall.h  d       #define SYS_socket 41
+SYS_socketpair bits/syscall.h  d       #define SYS_socketpair 53
+SYS_splice     bits/syscall.h  d       #define SYS_splice 275
+SYS_stat       bits/syscall.h  d       #define SYS_stat 4
+SYS_statfs     bits/syscall.h  d       #define SYS_statfs 137
+SYS_swapoff    bits/syscall.h  d       #define SYS_swapoff 168
+SYS_swapon     bits/syscall.h  d       #define SYS_swapon 167
+SYS_symlink    bits/syscall.h  d       #define SYS_symlink 88
+SYS_symlinkat  bits/syscall.h  d       #define SYS_symlinkat 266
+SYS_sync       bits/syscall.h  d       #define SYS_sync 162
+SYS_sync_file_range    bits/syscall.h  d       #define SYS_sync_file_range 277
+SYS_syncfs     bits/syscall.h  d       #define SYS_syncfs 306
+SYS_sysfs      bits/syscall.h  d       #define SYS_sysfs 139
+SYS_sysinfo    bits/syscall.h  d       #define SYS_sysinfo 99
+SYS_syslog     bits/syscall.h  d       #define SYS_syslog 103
+SYS_tee        bits/syscall.h  d       #define SYS_tee 276
+SYS_tgkill     bits/syscall.h  d       #define SYS_tgkill 234
+SYS_time       bits/syscall.h  d       #define SYS_time 201
+SYS_timer_create       bits/syscall.h  d       #define SYS_timer_create 222
+SYS_timer_delete       bits/syscall.h  d       #define SYS_timer_delete 226
+SYS_timer_getoverrun   bits/syscall.h  d       #define SYS_timer_getoverrun 225
+SYS_timer_gettime      bits/syscall.h  d       #define SYS_timer_gettime 224
+SYS_timer_settime      bits/syscall.h  d       #define SYS_timer_settime 223
+SYS_timerfd_create     bits/syscall.h  d       #define SYS_timerfd_create 283
+SYS_timerfd_gettime    bits/syscall.h  d       #define SYS_timerfd_gettime 287
+SYS_timerfd_settime    bits/syscall.h  d       #define SYS_timerfd_settime 286
+SYS_times      bits/syscall.h  d       #define SYS_times 100
+SYS_tkill      bits/syscall.h  d       #define SYS_tkill 200
+SYS_truncate   bits/syscall.h  d       #define SYS_truncate 76
+SYS_tuxcall    bits/syscall.h  d       #define SYS_tuxcall 184
+SYS_umask      bits/syscall.h  d       #define SYS_umask 95
+SYS_umount2    bits/syscall.h  d       #define SYS_umount2 166
+SYS_uname      bits/syscall.h  d       #define SYS_uname 63
+SYS_unlink     bits/syscall.h  d       #define SYS_unlink 87
+SYS_unlinkat   bits/syscall.h  d       #define SYS_unlinkat 263
+SYS_unshare    bits/syscall.h  d       #define SYS_unshare 272
+SYS_uselib     bits/syscall.h  d       #define SYS_uselib 134
+SYS_userfaultfd        bits/syscall.h  d       #define SYS_userfaultfd 323
+SYS_ustat      bits/syscall.h  d       #define SYS_ustat 136
+SYS_utime      bits/syscall.h  d       #define SYS_utime 132
+SYS_utimensat  bits/syscall.h  d       #define SYS_utimensat 280
+SYS_utimes     bits/syscall.h  d       #define SYS_utimes 235
+SYS_vfork      bits/syscall.h  d       #define SYS_vfork 58
+SYS_vhangup    bits/syscall.h  d       #define SYS_vhangup 153
+SYS_vmsplice   bits/syscall.h  d       #define SYS_vmsplice 278
+SYS_vserver    bits/syscall.h  d       #define SYS_vserver 236
+SYS_wait4      bits/syscall.h  d       #define SYS_wait4 61
+SYS_waitid     bits/syscall.h  d       #define SYS_waitid 247
+SYS_write      bits/syscall.h  d       #define SYS_write 1
+SYS_writev     bits/syscall.h  d       #define SYS_writev 20
+TAB0   bits/termios.h  d       #define TAB0 0000000
+TAB1   bits/termios.h  d       #define TAB1 0004000
+TAB2   bits/termios.h  d       #define TAB2 0010000
+TAB3   bits/termios.h  d       #define TAB3 0014000
+TABDLY bits/termios.h  d       #define TABDLY 0014000
+TCFLSH bits/ioctl.h    d       #define TCFLSH 0x540B
+TCGETA bits/ioctl.h    d       #define TCGETA 0x5405
+TCGETS bits/ioctl.h    d       #define TCGETS 0x5401
+TCGETX bits/ioctl.h    d       #define TCGETX 0x5432
+TCIFLUSH       bits/termios.h  d       #define TCIFLUSH 0
+TCIOFF bits/termios.h  d       #define TCIOFF 2
+TCIOFLUSH      bits/termios.h  d       #define TCIOFLUSH 2
+TCION  bits/termios.h  d       #define TCION 3
+TCOFLUSH       bits/termios.h  d       #define TCOFLUSH 1
+TCOOFF bits/termios.h  d       #define TCOOFF 0
+TCOON  bits/termios.h  d       #define TCOON 1
+TCSADRAIN      bits/termios.h  d       #define TCSADRAIN 1
+TCSAFLUSH      bits/termios.h  d       #define TCSAFLUSH 2
+TCSANOW        bits/termios.h  d       #define TCSANOW 0
+TCSBRK bits/ioctl.h    d       #define TCSBRK 0x5409
+TCSBRKP        bits/ioctl.h    d       #define TCSBRKP 0x5425
+TCSETA bits/ioctl.h    d       #define TCSETA 0x5406
+TCSETAF        bits/ioctl.h    d       #define TCSETAF 0x5408
+TCSETAW        bits/ioctl.h    d       #define TCSETAW 0x5407
+TCSETS bits/ioctl.h    d       #define TCSETS 0x5402
+TCSETSF        bits/ioctl.h    d       #define TCSETSF 0x5404
+TCSETSW        bits/ioctl.h    d       #define TCSETSW 0x5403
+TCSETX bits/ioctl.h    d       #define TCSETX 0x5433
+TCSETXF        bits/ioctl.h    d       #define TCSETXF 0x5434
+TCSETXW        bits/ioctl.h    d       #define TCSETXW 0x5435
+TCXONC bits/ioctl.h    d       #define TCXONC 0x540A
+TIOCCBRK       bits/ioctl.h    d       #define TIOCCBRK 0x5428
+TIOCCONS       bits/ioctl.h    d       #define TIOCCONS 0x541D
+TIOCEXCL       bits/ioctl.h    d       #define TIOCEXCL 0x540C
+TIOCGETD       bits/ioctl.h    d       #define TIOCGETD 0x5424
+TIOCGHAYESESP  bits/ioctl.h    d       #define TIOCGHAYESESP 0x545E
+TIOCGICOUNT    bits/ioctl.h    d       #define TIOCGICOUNT 0x545D
+TIOCGLCKTRMIOS bits/ioctl.h    d       #define TIOCGLCKTRMIOS 0x5456
+TIOCGPGRP      bits/ioctl.h    d       #define TIOCGPGRP 0x540F
+TIOCGPTN       bits/ioctl.h    d       #define TIOCGPTN 0x80045430
+TIOCGSERIAL    bits/ioctl.h    d       #define TIOCGSERIAL 0x541E
+TIOCGSID       bits/ioctl.h    d       #define TIOCGSID 0x5429
+TIOCGSOFTCAR   bits/ioctl.h    d       #define TIOCGSOFTCAR 0x5419
+TIOCGWINSZ     bits/ioctl.h    d       #define TIOCGWINSZ 0x5413
+TIOCINQ        bits/ioctl.h    d       #define TIOCINQ FIONREAD
+TIOCLINUX      bits/ioctl.h    d       #define TIOCLINUX 0x541C
+TIOCMBIC       bits/ioctl.h    d       #define TIOCMBIC 0x5417
+TIOCMBIS       bits/ioctl.h    d       #define TIOCMBIS 0x5416
+TIOCMGET       bits/ioctl.h    d       #define TIOCMGET 0x5415
+TIOCMIWAIT     bits/ioctl.h    d       #define TIOCMIWAIT 0x545C
+TIOCMSET       bits/ioctl.h    d       #define TIOCMSET 0x5418
+TIOCM_CAR      bits/ioctl.h    d       #define TIOCM_CAR 0x040
+TIOCM_CD       bits/ioctl.h    d       #define TIOCM_CD TIOCM_CAR
+TIOCM_CTS      bits/ioctl.h    d       #define TIOCM_CTS 0x020
+TIOCM_DSR      bits/ioctl.h    d       #define TIOCM_DSR 0x100
+TIOCM_DTR      bits/ioctl.h    d       #define TIOCM_DTR 0x002
+TIOCM_LE       bits/ioctl.h    d       #define TIOCM_LE 0x001
+TIOCM_LOOP     bits/ioctl.h    d       #define TIOCM_LOOP 0x8000
+TIOCM_MODEM_BITS       bits/ioctl.h    d       #define TIOCM_MODEM_BITS TIOCM_OUT2
+TIOCM_OUT1     bits/ioctl.h    d       #define TIOCM_OUT1 0x2000
+TIOCM_OUT2     bits/ioctl.h    d       #define TIOCM_OUT2 0x4000
+TIOCM_RI       bits/ioctl.h    d       #define TIOCM_RI TIOCM_RNG
+TIOCM_RNG      bits/ioctl.h    d       #define TIOCM_RNG 0x080
+TIOCM_RTS      bits/ioctl.h    d       #define TIOCM_RTS 0x004
+TIOCM_SR       bits/ioctl.h    d       #define TIOCM_SR 0x010
+TIOCM_ST       bits/ioctl.h    d       #define TIOCM_ST 0x008
+TIOCNOTTY      bits/ioctl.h    d       #define TIOCNOTTY 0x5422
+TIOCNXCL       bits/ioctl.h    d       #define TIOCNXCL 0x540D
+TIOCOUTQ       bits/ioctl.h    d       #define TIOCOUTQ 0x5411
+TIOCPKT        bits/ioctl.h    d       #define TIOCPKT 0x5420
+TIOCPKT_DATA   bits/ioctl.h    d       #define TIOCPKT_DATA 0
+TIOCPKT_DOSTOP bits/ioctl.h    d       #define TIOCPKT_DOSTOP 32
+TIOCPKT_FLUSHREAD      bits/ioctl.h    d       #define TIOCPKT_FLUSHREAD 1
+TIOCPKT_FLUSHWRITE     bits/ioctl.h    d       #define TIOCPKT_FLUSHWRITE 2
+TIOCPKT_IOCTL  bits/ioctl.h    d       #define TIOCPKT_IOCTL 64
+TIOCPKT_NOSTOP bits/ioctl.h    d       #define TIOCPKT_NOSTOP 16
+TIOCPKT_START  bits/ioctl.h    d       #define TIOCPKT_START 8
+TIOCPKT_STOP   bits/ioctl.h    d       #define TIOCPKT_STOP 4
+TIOCSBRK       bits/ioctl.h    d       #define TIOCSBRK 0x5427
+TIOCSCTTY      bits/ioctl.h    d       #define TIOCSCTTY 0x540E
+TIOCSERCONFIG  bits/ioctl.h    d       #define TIOCSERCONFIG 0x5453
+TIOCSERGETLSR  bits/ioctl.h    d       #define TIOCSERGETLSR 0x5459
+TIOCSERGETMULTI        bits/ioctl.h    d       #define TIOCSERGETMULTI 0x545A
+TIOCSERGSTRUCT bits/ioctl.h    d       #define TIOCSERGSTRUCT 0x5458
+TIOCSERGWILD   bits/ioctl.h    d       #define TIOCSERGWILD 0x5454
+TIOCSERSETMULTI        bits/ioctl.h    d       #define TIOCSERSETMULTI 0x545B
+TIOCSERSWILD   bits/ioctl.h    d       #define TIOCSERSWILD 0x5455
+TIOCSER_TEMT   bits/ioctl.h    d       #define TIOCSER_TEMT 0x01
+TIOCSETD       bits/ioctl.h    d       #define TIOCSETD 0x5423
+TIOCSHAYESESP  bits/ioctl.h    d       #define TIOCSHAYESESP 0x545F
+TIOCSLCKTRMIOS bits/ioctl.h    d       #define TIOCSLCKTRMIOS 0x5457
+TIOCSPGRP      bits/ioctl.h    d       #define TIOCSPGRP 0x5410
+TIOCSPTLCK     bits/ioctl.h    d       #define TIOCSPTLCK 0x40045431
+TIOCSSERIAL    bits/ioctl.h    d       #define TIOCSSERIAL 0x541F
+TIOCSSOFTCAR   bits/ioctl.h    d       #define TIOCSSOFTCAR 0x541A
+TIOCSTI        bits/ioctl.h    d       #define TIOCSTI 0x5412
+TIOCSWINSZ     bits/ioctl.h    d       #define TIOCSWINSZ 0x5414
+TIOCTTYGSTRUCT bits/ioctl.h    d       #define TIOCTTYGSTRUCT 0x5426
+TOSTOP bits/termios.h  d       #define TOSTOP 0000400
+UINTPTR_MAX    bits/stdint.h   d       #define UINTPTR_MAX UINT64_MAX
+UINT_FAST16_MAX        bits/stdint.h   d       #define UINT_FAST16_MAX UINT32_MAX
+UINT_FAST32_MAX        bits/stdint.h   d       #define UINT_FAST32_MAX UINT32_MAX
+UPAGES bits/user.h     d       #define UPAGES 1
+VDISCARD       bits/termios.h  d       #define VDISCARD 13
+VEOF   bits/termios.h  d       #define VEOF 4
+VEOL   bits/termios.h  d       #define VEOL 11
+VEOL2  bits/termios.h  d       #define VEOL2 16
+VERASE bits/termios.h  d       #define VERASE 2
+VINTR  bits/termios.h  d       #define VINTR 0
+VKILL  bits/termios.h  d       #define VKILL 3
+VLNEXT bits/termios.h  d       #define VLNEXT 15
+VMIN   bits/termios.h  d       #define VMIN 6
+VQUIT  bits/termios.h  d       #define VQUIT 1
+VREPRINT       bits/termios.h  d       #define VREPRINT 12
+VSTART bits/termios.h  d       #define VSTART 8
+VSTOP  bits/termios.h  d       #define VSTOP 9
+VSUSP  bits/termios.h  d       #define VSUSP 10
+VSWTC  bits/termios.h  d       #define VSWTC 7
+VT0    bits/termios.h  d       #define VT0 0000000
+VT1    bits/termios.h  d       #define VT1 0040000
+VTDLY  bits/termios.h  d       #define VTDLY 0040000
+VTIME  bits/termios.h  d       #define VTIME 5
+VWERASE        bits/termios.h  d       #define VWERASE 14
+XTABS  bits/termios.h  d       #define XTABS 0014000
+_Addr  bits/alltypes.h d       #define _Addr long
+_IO    bits/ioctl.h    d       #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
+_IOC   bits/ioctl.h    d       #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) )
+_IOC_NONE      bits/ioctl.h    d       #define _IOC_NONE 0U
+_IOC_READ      bits/ioctl.h    d       #define _IOC_READ 2U
+_IOC_WRITE     bits/ioctl.h    d       #define _IOC_WRITE 1U
+_IOR   bits/ioctl.h    d       #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
+_IOW   bits/ioctl.h    d       #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c))
+_IOWR  bits/ioctl.h    d       #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
+_Int64 bits/alltypes.h d       #define _Int64 long
+_NSIG  bits/signal.h   d       #define _NSIG 65
+_POSIX_V6_LP64_OFF64   bits/posix.h    d       #define _POSIX_V6_LP64_OFF64 1
+_POSIX_V7_LP64_OFF64   bits/posix.h    d       #define _POSIX_V7_LP64_OFF64 1
+_Reg   bits/alltypes.h d       #define _Reg long
+__BYTE_ORDER   bits/endian.h   d       #define __BYTE_ORDER __LITTLE_ENDIAN
+__DEFINED_FILE bits/alltypes.h d       #define __DEFINED_FILE
+__DEFINED___isoc_va_list       bits/alltypes.h d       #define __DEFINED___isoc_va_list
+__DEFINED_blkcnt_t     bits/alltypes.h d       #define __DEFINED_blkcnt_t
+__DEFINED_blksize_t    bits/alltypes.h d       #define __DEFINED_blksize_t
+__DEFINED_clock_t      bits/alltypes.h d       #define __DEFINED_clock_t
+__DEFINED_clockid_t    bits/alltypes.h d       #define __DEFINED_clockid_t
+__DEFINED_cnd_t        bits/alltypes.h d       #define __DEFINED_cnd_t
+__DEFINED_dev_t        bits/alltypes.h d       #define __DEFINED_dev_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_double_t     bits/alltypes.h d       #define __DEFINED_double_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_float_t      bits/alltypes.h d       #define __DEFINED_float_t
+__DEFINED_fsblkcnt_t   bits/alltypes.h d       #define __DEFINED_fsblkcnt_t
+__DEFINED_fsfilcnt_t   bits/alltypes.h d       #define __DEFINED_fsfilcnt_t
+__DEFINED_gid_t        bits/alltypes.h d       #define __DEFINED_gid_t
+__DEFINED_id_t bits/alltypes.h d       #define __DEFINED_id_t
+__DEFINED_ino_t        bits/alltypes.h d       #define __DEFINED_ino_t
+__DEFINED_int16_t      bits/alltypes.h d       #define __DEFINED_int16_t
+__DEFINED_int32_t      bits/alltypes.h d       #define __DEFINED_int32_t
+__DEFINED_int64_t      bits/alltypes.h d       #define __DEFINED_int64_t
+__DEFINED_int8_t       bits/alltypes.h d       #define __DEFINED_int8_t
+__DEFINED_intmax_t     bits/alltypes.h d       #define __DEFINED_intmax_t
+__DEFINED_intptr_t     bits/alltypes.h d       #define __DEFINED_intptr_t
+__DEFINED_key_t        bits/alltypes.h d       #define __DEFINED_key_t
+__DEFINED_locale_t     bits/alltypes.h d       #define __DEFINED_locale_t
+__DEFINED_max_align_t  bits/alltypes.h d       #define __DEFINED_max_align_t
+__DEFINED_mbstate_t    bits/alltypes.h d       #define __DEFINED_mbstate_t
+__DEFINED_mode_t       bits/alltypes.h d       #define __DEFINED_mode_t
+__DEFINED_mtx_t        bits/alltypes.h d       #define __DEFINED_mtx_t
+__DEFINED_nlink_t      bits/alltypes.h d       #define __DEFINED_nlink_t
+__DEFINED_off_t        bits/alltypes.h d       #define __DEFINED_off_t
+__DEFINED_pid_t        bits/alltypes.h d       #define __DEFINED_pid_t
+__DEFINED_pthread_attr_t       bits/alltypes.h d       #define __DEFINED_pthread_attr_t
+__DEFINED_pthread_barrier_t    bits/alltypes.h d       #define __DEFINED_pthread_barrier_t
+__DEFINED_pthread_barrierattr_t        bits/alltypes.h d       #define __DEFINED_pthread_barrierattr_t
+__DEFINED_pthread_cond_t       bits/alltypes.h d       #define __DEFINED_pthread_cond_t
+__DEFINED_pthread_condattr_t   bits/alltypes.h d       #define __DEFINED_pthread_condattr_t
+__DEFINED_pthread_key_t        bits/alltypes.h d       #define __DEFINED_pthread_key_t
+__DEFINED_pthread_mutex_t      bits/alltypes.h d       #define __DEFINED_pthread_mutex_t
+__DEFINED_pthread_mutexattr_t  bits/alltypes.h d       #define __DEFINED_pthread_mutexattr_t
+__DEFINED_pthread_once_t       bits/alltypes.h d       #define __DEFINED_pthread_once_t
+__DEFINED_pthread_rwlock_t     bits/alltypes.h d       #define __DEFINED_pthread_rwlock_t
+__DEFINED_pthread_rwlockattr_t bits/alltypes.h d       #define __DEFINED_pthread_rwlockattr_t
+__DEFINED_pthread_spinlock_t   bits/alltypes.h d       #define __DEFINED_pthread_spinlock_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_pthread_t    bits/alltypes.h d       #define __DEFINED_pthread_t
+__DEFINED_ptrdiff_t    bits/alltypes.h d       #define __DEFINED_ptrdiff_t
+__DEFINED_register_t   bits/alltypes.h d       #define __DEFINED_register_t
+__DEFINED_regoff_t     bits/alltypes.h d       #define __DEFINED_regoff_t
+__DEFINED_sa_family_t  bits/alltypes.h d       #define __DEFINED_sa_family_t
+__DEFINED_sigset_t     bits/alltypes.h d       #define __DEFINED_sigset_t
+__DEFINED_size_t       bits/alltypes.h d       #define __DEFINED_size_t
+__DEFINED_socklen_t    bits/alltypes.h d       #define __DEFINED_socklen_t
+__DEFINED_ssize_t      bits/alltypes.h d       #define __DEFINED_ssize_t
+__DEFINED_struct_iovec bits/alltypes.h d       #define __DEFINED_struct_iovec
+__DEFINED_struct_timespec      bits/alltypes.h d       #define __DEFINED_struct_timespec
+__DEFINED_struct_timeval       bits/alltypes.h d       #define __DEFINED_struct_timeval
+__DEFINED_suseconds_t  bits/alltypes.h d       #define __DEFINED_suseconds_t
+__DEFINED_time_t       bits/alltypes.h d       #define __DEFINED_time_t
+__DEFINED_timer_t      bits/alltypes.h d       #define __DEFINED_timer_t
+__DEFINED_u_int64_t    bits/alltypes.h d       #define __DEFINED_u_int64_t
+__DEFINED_uid_t        bits/alltypes.h d       #define __DEFINED_uid_t
+__DEFINED_uint16_t     bits/alltypes.h d       #define __DEFINED_uint16_t
+__DEFINED_uint32_t     bits/alltypes.h d       #define __DEFINED_uint32_t
+__DEFINED_uint64_t     bits/alltypes.h d       #define __DEFINED_uint64_t
+__DEFINED_uint8_t      bits/alltypes.h d       #define __DEFINED_uint8_t
+__DEFINED_uintmax_t    bits/alltypes.h d       #define __DEFINED_uintmax_t
+__DEFINED_uintptr_t    bits/alltypes.h d       #define __DEFINED_uintptr_t
+__DEFINED_useconds_t   bits/alltypes.h d       #define __DEFINED_useconds_t
+__DEFINED_va_list      bits/alltypes.h d       #define __DEFINED_va_list
+__DEFINED_wchar_t      bits/alltypes.h d       #define __DEFINED_wchar_t
+__DEFINED_wctype_t     bits/alltypes.h d       #define __DEFINED_wctype_t
+__DEFINED_wint_t       bits/alltypes.h d       #define __DEFINED_wint_t
+__FE_DENORM    bits/fenv.h     d       #define __FE_DENORM 2
+__NR__sysctl   bits/syscall.h  d       #define __NR__sysctl 156
+__NR_accept    bits/syscall.h  d       #define __NR_accept 43
+__NR_accept4   bits/syscall.h  d       #define __NR_accept4 288
+__NR_access    bits/syscall.h  d       #define __NR_access 21
+__NR_acct      bits/syscall.h  d       #define __NR_acct 163
+__NR_add_key   bits/syscall.h  d       #define __NR_add_key 248
+__NR_adjtimex  bits/syscall.h  d       #define __NR_adjtimex 159
+__NR_afs_syscall       bits/syscall.h  d       #define __NR_afs_syscall 183
+__NR_alarm     bits/syscall.h  d       #define __NR_alarm 37
+__NR_arch_prctl        bits/syscall.h  d       #define __NR_arch_prctl 158
+__NR_bind      bits/syscall.h  d       #define __NR_bind 49
+__NR_bpf       bits/syscall.h  d       #define __NR_bpf 321
+__NR_brk       bits/syscall.h  d       #define __NR_brk 12
+__NR_capget    bits/syscall.h  d       #define __NR_capget 125
+__NR_capset    bits/syscall.h  d       #define __NR_capset 126
+__NR_chdir     bits/syscall.h  d       #define __NR_chdir 80
+__NR_chmod     bits/syscall.h  d       #define __NR_chmod 90
+__NR_chown     bits/syscall.h  d       #define __NR_chown 92
+__NR_chroot    bits/syscall.h  d       #define __NR_chroot 161
+__NR_clock_adjtime     bits/syscall.h  d       #define __NR_clock_adjtime 305
+__NR_clock_getres      bits/syscall.h  d       #define __NR_clock_getres 229
+__NR_clock_gettime     bits/syscall.h  d       #define __NR_clock_gettime 228
+__NR_clock_nanosleep   bits/syscall.h  d       #define __NR_clock_nanosleep 230
+__NR_clock_settime     bits/syscall.h  d       #define __NR_clock_settime 227
+__NR_clone     bits/syscall.h  d       #define __NR_clone 56
+__NR_close     bits/syscall.h  d       #define __NR_close 3
+__NR_connect   bits/syscall.h  d       #define __NR_connect 42
+__NR_creat     bits/syscall.h  d       #define __NR_creat 85
+__NR_create_module     bits/syscall.h  d       #define __NR_create_module 174
+__NR_delete_module     bits/syscall.h  d       #define __NR_delete_module 176
+__NR_dup       bits/syscall.h  d       #define __NR_dup 32
+__NR_dup2      bits/syscall.h  d       #define __NR_dup2 33
+__NR_dup3      bits/syscall.h  d       #define __NR_dup3 292
+__NR_epoll_create      bits/syscall.h  d       #define __NR_epoll_create 213
+__NR_epoll_create1     bits/syscall.h  d       #define __NR_epoll_create1 291
+__NR_epoll_ctl bits/syscall.h  d       #define __NR_epoll_ctl 233
+__NR_epoll_ctl_old     bits/syscall.h  d       #define __NR_epoll_ctl_old 214
+__NR_epoll_pwait       bits/syscall.h  d       #define __NR_epoll_pwait 281
+__NR_epoll_wait        bits/syscall.h  d       #define __NR_epoll_wait 232
+__NR_epoll_wait_old    bits/syscall.h  d       #define __NR_epoll_wait_old 215
+__NR_eventfd   bits/syscall.h  d       #define __NR_eventfd 284
+__NR_eventfd2  bits/syscall.h  d       #define __NR_eventfd2 290
+__NR_execve    bits/syscall.h  d       #define __NR_execve 59
+__NR_execveat  bits/syscall.h  d       #define __NR_execveat 322
+__NR_exit      bits/syscall.h  d       #define __NR_exit 60
+__NR_exit_group        bits/syscall.h  d       #define __NR_exit_group 231
+__NR_faccessat bits/syscall.h  d       #define __NR_faccessat 269
+__NR_fadvise64 bits/syscall.h  d       #define __NR_fadvise64 221
+__NR_fallocate bits/syscall.h  d       #define __NR_fallocate 285
+__NR_fanotify_init     bits/syscall.h  d       #define __NR_fanotify_init 300
+__NR_fanotify_mark     bits/syscall.h  d       #define __NR_fanotify_mark 301
+__NR_fchdir    bits/syscall.h  d       #define __NR_fchdir 81
+__NR_fchmod    bits/syscall.h  d       #define __NR_fchmod 91
+__NR_fchmodat  bits/syscall.h  d       #define __NR_fchmodat 268
+__NR_fchown    bits/syscall.h  d       #define __NR_fchown 93
+__NR_fchownat  bits/syscall.h  d       #define __NR_fchownat 260
+__NR_fcntl     bits/syscall.h  d       #define __NR_fcntl 72
+__NR_fdatasync bits/syscall.h  d       #define __NR_fdatasync 75
+__NR_fgetxattr bits/syscall.h  d       #define __NR_fgetxattr 193
+__NR_finit_module      bits/syscall.h  d       #define __NR_finit_module 313
+__NR_flistxattr        bits/syscall.h  d       #define __NR_flistxattr 196
+__NR_flock     bits/syscall.h  d       #define __NR_flock 73
+__NR_fork      bits/syscall.h  d       #define __NR_fork 57
+__NR_fremovexattr      bits/syscall.h  d       #define __NR_fremovexattr 199
+__NR_fsetxattr bits/syscall.h  d       #define __NR_fsetxattr 190
+__NR_fstat     bits/syscall.h  d       #define __NR_fstat 5
+__NR_fstatfs   bits/syscall.h  d       #define __NR_fstatfs 138
+__NR_fsync     bits/syscall.h  d       #define __NR_fsync 74
+__NR_ftruncate bits/syscall.h  d       #define __NR_ftruncate 77
+__NR_futex     bits/syscall.h  d       #define __NR_futex 202
+__NR_futimesat bits/syscall.h  d       #define __NR_futimesat 261
+__NR_get_kernel_syms   bits/syscall.h  d       #define __NR_get_kernel_syms 177
+__NR_get_mempolicy     bits/syscall.h  d       #define __NR_get_mempolicy 239
+__NR_get_robust_list   bits/syscall.h  d       #define __NR_get_robust_list 274
+__NR_get_thread_area   bits/syscall.h  d       #define __NR_get_thread_area 211
+__NR_getcpu    bits/syscall.h  d       #define __NR_getcpu 309
+__NR_getcwd    bits/syscall.h  d       #define __NR_getcwd 79
+__NR_getdents  bits/syscall.h  d       #define __NR_getdents 78
+__NR_getdents64        bits/syscall.h  d       #define __NR_getdents64 217
+__NR_getegid   bits/syscall.h  d       #define __NR_getegid 108
+__NR_geteuid   bits/syscall.h  d       #define __NR_geteuid 107
+__NR_getgid    bits/syscall.h  d       #define __NR_getgid 104
+__NR_getgroups bits/syscall.h  d       #define __NR_getgroups 115
+__NR_getitimer bits/syscall.h  d       #define __NR_getitimer 36
+__NR_getpeername       bits/syscall.h  d       #define __NR_getpeername 52
+__NR_getpgid   bits/syscall.h  d       #define __NR_getpgid 121
+__NR_getpgrp   bits/syscall.h  d       #define __NR_getpgrp 111
+__NR_getpid    bits/syscall.h  d       #define __NR_getpid 39
+__NR_getpmsg   bits/syscall.h  d       #define __NR_getpmsg 181
+__NR_getppid   bits/syscall.h  d       #define __NR_getppid 110
+__NR_getpriority       bits/syscall.h  d       #define __NR_getpriority 140
+__NR_getrandom bits/syscall.h  d       #define __NR_getrandom 318
+__NR_getresgid bits/syscall.h  d       #define __NR_getresgid 120
+__NR_getresuid bits/syscall.h  d       #define __NR_getresuid 118
+__NR_getrlimit bits/syscall.h  d       #define __NR_getrlimit 97
+__NR_getrusage bits/syscall.h  d       #define __NR_getrusage 98
+__NR_getsid    bits/syscall.h  d       #define __NR_getsid 124
+__NR_getsockname       bits/syscall.h  d       #define __NR_getsockname 51
+__NR_getsockopt        bits/syscall.h  d       #define __NR_getsockopt 55
+__NR_gettid    bits/syscall.h  d       #define __NR_gettid 186
+__NR_gettimeofday      bits/syscall.h  d       #define __NR_gettimeofday 96
+__NR_getuid    bits/syscall.h  d       #define __NR_getuid 102
+__NR_getxattr  bits/syscall.h  d       #define __NR_getxattr 191
+__NR_init_module       bits/syscall.h  d       #define __NR_init_module 175
+__NR_inotify_add_watch bits/syscall.h  d       #define __NR_inotify_add_watch 254
+__NR_inotify_init      bits/syscall.h  d       #define __NR_inotify_init 253
+__NR_inotify_init1     bits/syscall.h  d       #define __NR_inotify_init1 294
+__NR_inotify_rm_watch  bits/syscall.h  d       #define __NR_inotify_rm_watch 255
+__NR_io_cancel bits/syscall.h  d       #define __NR_io_cancel 210
+__NR_io_destroy        bits/syscall.h  d       #define __NR_io_destroy 207
+__NR_io_getevents      bits/syscall.h  d       #define __NR_io_getevents 208
+__NR_io_setup  bits/syscall.h  d       #define __NR_io_setup 206
+__NR_io_submit bits/syscall.h  d       #define __NR_io_submit 209
+__NR_ioctl     bits/syscall.h  d       #define __NR_ioctl 16
+__NR_ioperm    bits/syscall.h  d       #define __NR_ioperm 173
+__NR_iopl      bits/syscall.h  d       #define __NR_iopl 172
+__NR_ioprio_get        bits/syscall.h  d       #define __NR_ioprio_get 252
+__NR_ioprio_set        bits/syscall.h  d       #define __NR_ioprio_set 251
+__NR_kcmp      bits/syscall.h  d       #define __NR_kcmp 312
+__NR_kexec_file_load   bits/syscall.h  d       #define __NR_kexec_file_load 320
+__NR_kexec_load        bits/syscall.h  d       #define __NR_kexec_load 246
+__NR_keyctl    bits/syscall.h  d       #define __NR_keyctl 250
+__NR_kill      bits/syscall.h  d       #define __NR_kill 62
+__NR_lchown    bits/syscall.h  d       #define __NR_lchown 94
+__NR_lgetxattr bits/syscall.h  d       #define __NR_lgetxattr 192
+__NR_link      bits/syscall.h  d       #define __NR_link 86
+__NR_linkat    bits/syscall.h  d       #define __NR_linkat 265
+__NR_listen    bits/syscall.h  d       #define __NR_listen 50
+__NR_listxattr bits/syscall.h  d       #define __NR_listxattr 194
+__NR_llistxattr        bits/syscall.h  d       #define __NR_llistxattr 195
+__NR_lookup_dcookie    bits/syscall.h  d       #define __NR_lookup_dcookie 212
+__NR_lremovexattr      bits/syscall.h  d       #define __NR_lremovexattr 198
+__NR_lseek     bits/syscall.h  d       #define __NR_lseek 8
+__NR_lsetxattr bits/syscall.h  d       #define __NR_lsetxattr 189
+__NR_lstat     bits/syscall.h  d       #define __NR_lstat 6
+__NR_madvise   bits/syscall.h  d       #define __NR_madvise 28
+__NR_mbind     bits/syscall.h  d       #define __NR_mbind 237
+__NR_membarrier        bits/syscall.h  d       #define __NR_membarrier 324
+__NR_memfd_create      bits/syscall.h  d       #define __NR_memfd_create 319
+__NR_migrate_pages     bits/syscall.h  d       #define __NR_migrate_pages 256
+__NR_mincore   bits/syscall.h  d       #define __NR_mincore 27
+__NR_mkdir     bits/syscall.h  d       #define __NR_mkdir 83
+__NR_mkdirat   bits/syscall.h  d       #define __NR_mkdirat 258
+__NR_mknod     bits/syscall.h  d       #define __NR_mknod 133
+__NR_mknodat   bits/syscall.h  d       #define __NR_mknodat 259
+__NR_mlock     bits/syscall.h  d       #define __NR_mlock 149
+__NR_mlock2    bits/syscall.h  d       #define __NR_mlock2 325
+__NR_mlockall  bits/syscall.h  d       #define __NR_mlockall 151
+__NR_mmap      bits/syscall.h  d       #define __NR_mmap 9
+__NR_modify_ldt        bits/syscall.h  d       #define __NR_modify_ldt 154
+__NR_mount     bits/syscall.h  d       #define __NR_mount 165
+__NR_move_pages        bits/syscall.h  d       #define __NR_move_pages 279
+__NR_mprotect  bits/syscall.h  d       #define __NR_mprotect 10
+__NR_mq_getsetattr     bits/syscall.h  d       #define __NR_mq_getsetattr 245
+__NR_mq_notify bits/syscall.h  d       #define __NR_mq_notify 244
+__NR_mq_open   bits/syscall.h  d       #define __NR_mq_open 240
+__NR_mq_timedreceive   bits/syscall.h  d       #define __NR_mq_timedreceive 243
+__NR_mq_timedsend      bits/syscall.h  d       #define __NR_mq_timedsend 242
+__NR_mq_unlink bits/syscall.h  d       #define __NR_mq_unlink 241
+__NR_mremap    bits/syscall.h  d       #define __NR_mremap 25
+__NR_msgctl    bits/syscall.h  d       #define __NR_msgctl 71
+__NR_msgget    bits/syscall.h  d       #define __NR_msgget 68
+__NR_msgrcv    bits/syscall.h  d       #define __NR_msgrcv 70
+__NR_msgsnd    bits/syscall.h  d       #define __NR_msgsnd 69
+__NR_msync     bits/syscall.h  d       #define __NR_msync 26
+__NR_munlock   bits/syscall.h  d       #define __NR_munlock 150
+__NR_munlockall        bits/syscall.h  d       #define __NR_munlockall 152
+__NR_munmap    bits/syscall.h  d       #define __NR_munmap 11
+__NR_name_to_handle_at bits/syscall.h  d       #define __NR_name_to_handle_at 303
+__NR_nanosleep bits/syscall.h  d       #define __NR_nanosleep 35
+__NR_newfstatat        bits/syscall.h  d       #define __NR_newfstatat 262
+__NR_nfsservctl        bits/syscall.h  d       #define __NR_nfsservctl 180
+__NR_open      bits/syscall.h  d       #define __NR_open 2
+__NR_open_by_handle_at bits/syscall.h  d       #define __NR_open_by_handle_at 304
+__NR_openat    bits/syscall.h  d       #define __NR_openat 257
+__NR_pause     bits/syscall.h  d       #define __NR_pause 34
+__NR_perf_event_open   bits/syscall.h  d       #define __NR_perf_event_open 298
+__NR_personality       bits/syscall.h  d       #define __NR_personality 135
+__NR_pipe      bits/syscall.h  d       #define __NR_pipe 22
+__NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 293
+__NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 155
+__NR_poll      bits/syscall.h  d       #define __NR_poll 7
+__NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 271
+__NR_prctl     bits/syscall.h  d       #define __NR_prctl 157
+__NR_pread64   bits/syscall.h  d       #define __NR_pread64 17
+__NR_preadv    bits/syscall.h  d       #define __NR_preadv 295
+__NR_prlimit64 bits/syscall.h  d       #define __NR_prlimit64 302
+__NR_process_vm_readv  bits/syscall.h  d       #define __NR_process_vm_readv 310
+__NR_process_vm_writev bits/syscall.h  d       #define __NR_process_vm_writev 311
+__NR_pselect6  bits/syscall.h  d       #define __NR_pselect6 270
+__NR_ptrace    bits/syscall.h  d       #define __NR_ptrace 101
+__NR_putpmsg   bits/syscall.h  d       #define __NR_putpmsg 182
+__NR_pwrite64  bits/syscall.h  d       #define __NR_pwrite64 18
+__NR_pwritev   bits/syscall.h  d       #define __NR_pwritev 296
+__NR_query_module      bits/syscall.h  d       #define __NR_query_module 178
+__NR_quotactl  bits/syscall.h  d       #define __NR_quotactl 179
+__NR_read      bits/syscall.h  d       #define __NR_read 0
+__NR_readahead bits/syscall.h  d       #define __NR_readahead 187
+__NR_readlink  bits/syscall.h  d       #define __NR_readlink 89
+__NR_readlinkat        bits/syscall.h  d       #define __NR_readlinkat 267
+__NR_readv     bits/syscall.h  d       #define __NR_readv 19
+__NR_reboot    bits/syscall.h  d       #define __NR_reboot 169
+__NR_recvfrom  bits/syscall.h  d       #define __NR_recvfrom 45
+__NR_recvmmsg  bits/syscall.h  d       #define __NR_recvmmsg 299
+__NR_recvmsg   bits/syscall.h  d       #define __NR_recvmsg 47
+__NR_remap_file_pages  bits/syscall.h  d       #define __NR_remap_file_pages 216
+__NR_removexattr       bits/syscall.h  d       #define __NR_removexattr 197
+__NR_rename    bits/syscall.h  d       #define __NR_rename 82
+__NR_renameat  bits/syscall.h  d       #define __NR_renameat 264
+__NR_renameat2 bits/syscall.h  d       #define __NR_renameat2 316
+__NR_request_key       bits/syscall.h  d       #define __NR_request_key 249
+__NR_restart_syscall   bits/syscall.h  d       #define __NR_restart_syscall 219
+__NR_rmdir     bits/syscall.h  d       #define __NR_rmdir 84
+__NR_rt_sigaction      bits/syscall.h  d       #define __NR_rt_sigaction 13
+__NR_rt_sigpending     bits/syscall.h  d       #define __NR_rt_sigpending 127
+__NR_rt_sigprocmask    bits/syscall.h  d       #define __NR_rt_sigprocmask 14
+__NR_rt_sigqueueinfo   bits/syscall.h  d       #define __NR_rt_sigqueueinfo 129
+__NR_rt_sigreturn      bits/syscall.h  d       #define __NR_rt_sigreturn 15
+__NR_rt_sigsuspend     bits/syscall.h  d       #define __NR_rt_sigsuspend 130
+__NR_rt_sigtimedwait   bits/syscall.h  d       #define __NR_rt_sigtimedwait 128
+__NR_rt_tgsigqueueinfo bits/syscall.h  d       #define __NR_rt_tgsigqueueinfo 297
+__NR_sched_get_priority_max    bits/syscall.h  d       #define __NR_sched_get_priority_max 146
+__NR_sched_get_priority_min    bits/syscall.h  d       #define __NR_sched_get_priority_min 147
+__NR_sched_getaffinity bits/syscall.h  d       #define __NR_sched_getaffinity 204
+__NR_sched_getattr     bits/syscall.h  d       #define __NR_sched_getattr 315
+__NR_sched_getparam    bits/syscall.h  d       #define __NR_sched_getparam 143
+__NR_sched_getscheduler        bits/syscall.h  d       #define __NR_sched_getscheduler 145
+__NR_sched_rr_get_interval     bits/syscall.h  d       #define __NR_sched_rr_get_interval 148
+__NR_sched_setaffinity bits/syscall.h  d       #define __NR_sched_setaffinity 203
+__NR_sched_setattr     bits/syscall.h  d       #define __NR_sched_setattr 314
+__NR_sched_setparam    bits/syscall.h  d       #define __NR_sched_setparam 142
+__NR_sched_setscheduler        bits/syscall.h  d       #define __NR_sched_setscheduler 144
+__NR_sched_yield       bits/syscall.h  d       #define __NR_sched_yield 24
+__NR_seccomp   bits/syscall.h  d       #define __NR_seccomp 317
+__NR_security  bits/syscall.h  d       #define __NR_security 185
+__NR_select    bits/syscall.h  d       #define __NR_select 23
+__NR_semctl    bits/syscall.h  d       #define __NR_semctl 66
+__NR_semget    bits/syscall.h  d       #define __NR_semget 64
+__NR_semop     bits/syscall.h  d       #define __NR_semop 65
+__NR_semtimedop        bits/syscall.h  d       #define __NR_semtimedop 220
+__NR_sendfile  bits/syscall.h  d       #define __NR_sendfile 40
+__NR_sendmmsg  bits/syscall.h  d       #define __NR_sendmmsg 307
+__NR_sendmsg   bits/syscall.h  d       #define __NR_sendmsg 46
+__NR_sendto    bits/syscall.h  d       #define __NR_sendto 44
+__NR_set_mempolicy     bits/syscall.h  d       #define __NR_set_mempolicy 238
+__NR_set_robust_list   bits/syscall.h  d       #define __NR_set_robust_list 273
+__NR_set_thread_area   bits/syscall.h  d       #define __NR_set_thread_area 205
+__NR_set_tid_address   bits/syscall.h  d       #define __NR_set_tid_address 218
+__NR_setdomainname     bits/syscall.h  d       #define __NR_setdomainname 171
+__NR_setfsgid  bits/syscall.h  d       #define __NR_setfsgid 123
+__NR_setfsuid  bits/syscall.h  d       #define __NR_setfsuid 122
+__NR_setgid    bits/syscall.h  d       #define __NR_setgid 106
+__NR_setgroups bits/syscall.h  d       #define __NR_setgroups 116
+__NR_sethostname       bits/syscall.h  d       #define __NR_sethostname 170
+__NR_setitimer bits/syscall.h  d       #define __NR_setitimer 38
+__NR_setns     bits/syscall.h  d       #define __NR_setns 308
+__NR_setpgid   bits/syscall.h  d       #define __NR_setpgid 109
+__NR_setpriority       bits/syscall.h  d       #define __NR_setpriority 141
+__NR_setregid  bits/syscall.h  d       #define __NR_setregid 114
+__NR_setresgid bits/syscall.h  d       #define __NR_setresgid 119
+__NR_setresuid bits/syscall.h  d       #define __NR_setresuid 117
+__NR_setreuid  bits/syscall.h  d       #define __NR_setreuid 113
+__NR_setrlimit bits/syscall.h  d       #define __NR_setrlimit 160
+__NR_setsid    bits/syscall.h  d       #define __NR_setsid 112
+__NR_setsockopt        bits/syscall.h  d       #define __NR_setsockopt 54
+__NR_settimeofday      bits/syscall.h  d       #define __NR_settimeofday 164
+__NR_setuid    bits/syscall.h  d       #define __NR_setuid 105
+__NR_setxattr  bits/syscall.h  d       #define __NR_setxattr 188
+__NR_shmat     bits/syscall.h  d       #define __NR_shmat 30
+__NR_shmctl    bits/syscall.h  d       #define __NR_shmctl 31
+__NR_shmdt     bits/syscall.h  d       #define __NR_shmdt 67
+__NR_shmget    bits/syscall.h  d       #define __NR_shmget 29
+__NR_shutdown  bits/syscall.h  d       #define __NR_shutdown 48
+__NR_sigaltstack       bits/syscall.h  d       #define __NR_sigaltstack 131
+__NR_signalfd  bits/syscall.h  d       #define __NR_signalfd 282
+__NR_signalfd4 bits/syscall.h  d       #define __NR_signalfd4 289
+__NR_socket    bits/syscall.h  d       #define __NR_socket 41
+__NR_socketpair        bits/syscall.h  d       #define __NR_socketpair 53
+__NR_splice    bits/syscall.h  d       #define __NR_splice 275
+__NR_stat      bits/syscall.h  d       #define __NR_stat 4
+__NR_statfs    bits/syscall.h  d       #define __NR_statfs 137
+__NR_swapoff   bits/syscall.h  d       #define __NR_swapoff 168
+__NR_swapon    bits/syscall.h  d       #define __NR_swapon 167
+__NR_symlink   bits/syscall.h  d       #define __NR_symlink 88
+__NR_symlinkat bits/syscall.h  d       #define __NR_symlinkat 266
+__NR_sync      bits/syscall.h  d       #define __NR_sync 162
+__NR_sync_file_range   bits/syscall.h  d       #define __NR_sync_file_range 277
+__NR_syncfs    bits/syscall.h  d       #define __NR_syncfs 306
+__NR_sysfs     bits/syscall.h  d       #define __NR_sysfs 139
+__NR_sysinfo   bits/syscall.h  d       #define __NR_sysinfo 99
+__NR_syslog    bits/syscall.h  d       #define __NR_syslog 103
+__NR_tee       bits/syscall.h  d       #define __NR_tee 276
+__NR_tgkill    bits/syscall.h  d       #define __NR_tgkill 234
+__NR_time      bits/syscall.h  d       #define __NR_time 201
+__NR_timer_create      bits/syscall.h  d       #define __NR_timer_create 222
+__NR_timer_delete      bits/syscall.h  d       #define __NR_timer_delete 226
+__NR_timer_getoverrun  bits/syscall.h  d       #define __NR_timer_getoverrun 225
+__NR_timer_gettime     bits/syscall.h  d       #define __NR_timer_gettime 224
+__NR_timer_settime     bits/syscall.h  d       #define __NR_timer_settime 223
+__NR_timerfd_create    bits/syscall.h  d       #define __NR_timerfd_create 283
+__NR_timerfd_gettime   bits/syscall.h  d       #define __NR_timerfd_gettime 287
+__NR_timerfd_settime   bits/syscall.h  d       #define __NR_timerfd_settime 286
+__NR_times     bits/syscall.h  d       #define __NR_times 100
+__NR_tkill     bits/syscall.h  d       #define __NR_tkill 200
+__NR_truncate  bits/syscall.h  d       #define __NR_truncate 76
+__NR_tuxcall   bits/syscall.h  d       #define __NR_tuxcall 184
+__NR_umask     bits/syscall.h  d       #define __NR_umask 95
+__NR_umount2   bits/syscall.h  d       #define __NR_umount2 166
+__NR_uname     bits/syscall.h  d       #define __NR_uname 63
+__NR_unlink    bits/syscall.h  d       #define __NR_unlink 87
+__NR_unlinkat  bits/syscall.h  d       #define __NR_unlinkat 263
+__NR_unshare   bits/syscall.h  d       #define __NR_unshare 272
+__NR_uselib    bits/syscall.h  d       #define __NR_uselib 134
+__NR_userfaultfd       bits/syscall.h  d       #define __NR_userfaultfd 323
+__NR_ustat     bits/syscall.h  d       #define __NR_ustat 136
+__NR_utime     bits/syscall.h  d       #define __NR_utime 132
+__NR_utimensat bits/syscall.h  d       #define __NR_utimensat 280
+__NR_utimes    bits/syscall.h  d       #define __NR_utimes 235
+__NR_vfork     bits/syscall.h  d       #define __NR_vfork 58
+__NR_vhangup   bits/syscall.h  d       #define __NR_vhangup 153
+__NR_vmsplice  bits/syscall.h  d       #define __NR_vmsplice 278
+__NR_vserver   bits/syscall.h  d       #define __NR_vserver 236
+__NR_wait4     bits/syscall.h  d       #define __NR_wait4 61
+__NR_waitid    bits/syscall.h  d       #define __NR_waitid 247
+__NR_write     bits/syscall.h  d       #define __NR_write 1
+__NR_writev    bits/syscall.h  d       #define __NR_writev 20
+__WORDSIZE     bits/reg.h      d       #define __WORDSIZE 64
+__WORDSIZE     bits/user.h     d       #define __WORDSIZE 64
+__isoc_va_list bits/alltypes.h t       typedef __builtin_va_list __isoc_va_list;
+__jmp_buf      bits/setjmp.h   t       typedef unsigned long __jmp_buf[8];
+blkcnt_t       bits/alltypes.h t       typedef _Int64 blkcnt_t;
+blksize_t      bits/alltypes.h t       typedef long blksize_t;
+clock_t        bits/alltypes.h t       typedef long clock_t;
+clockid_t      bits/alltypes.h t       typedef int clockid_t;
+cnd_t  bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t;
+dev_t  bits/alltypes.h t       typedef unsigned _Int64 dev_t;
+double_t       bits/alltypes.h t       typedef double double_t;
+double_t       bits/alltypes.h t       typedef long double double_t;
+elf_fpregset_t bits/user.h     t       } elf_fpregset_t;
+elf_greg_t     bits/user.h     t       typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
+elf_gregset_t  bits/user.h     t       typedef unsigned long long elf_greg_t, elf_gregset_t[ELF_NGREG];
+fenv_t bits/fenv.h     t       } fenv_t;
+fexcept_t      bits/fenv.h     t       typedef unsigned short fexcept_t;
+float_t        bits/alltypes.h t       typedef float float_t;
+float_t        bits/alltypes.h t       typedef long double float_t;
+fpregset_t     bits/signal.h   t       } *fpregset_t;
+fsblkcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsblkcnt_t;
+fsfilcnt_t     bits/alltypes.h t       typedef unsigned _Int64 fsfilcnt_t;
+gid_t  bits/alltypes.h t       typedef unsigned gid_t;
+greg_t bits/signal.h   t       typedef long long greg_t, gregset_t[23];
+gregset_t      bits/signal.h   t       typedef long long greg_t, gregset_t[23];
+id_t   bits/alltypes.h t       typedef unsigned id_t;
+ino_t  bits/alltypes.h t       typedef unsigned _Int64 ino_t;
+int16_t        bits/alltypes.h t       typedef short int16_t;
+int32_t        bits/alltypes.h t       typedef int int32_t;
+int64_t        bits/alltypes.h t       typedef _Int64 int64_t;
+int8_t bits/alltypes.h t       typedef signed char int8_t;
+int_fast16_t   bits/stdint.h   t       typedef int32_t int_fast16_t;
+int_fast32_t   bits/stdint.h   t       typedef int32_t int_fast32_t;
+intmax_t       bits/alltypes.h t       typedef _Int64 intmax_t;
+intptr_t       bits/alltypes.h t       typedef _Addr intptr_t;
+key_t  bits/alltypes.h t       typedef int key_t;
+locale_t       bits/alltypes.h t       typedef struct __locale_struct * locale_t;
+max_align_t    bits/alltypes.h t       typedef struct { long long __ll; long double __ld; } max_align_t;
+mbstate_t      bits/alltypes.h t       typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mcontext_t     bits/signal.h   t       } mcontext_t;
+mode_t bits/alltypes.h t       typedef unsigned mode_t;
+mtx_t  bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
+nlink_t        bits/alltypes.h t       typedef unsigned _Reg nlink_t;
+off_t  bits/alltypes.h t       typedef _Int64 off_t;
+pid_t  bits/alltypes.h t       typedef int pid_t;
+pthread_attr_t bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
+pthread_barrier_t      bits/alltypes.h t       typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
+pthread_barrierattr_t  bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_barrierattr_t;
+pthread_cond_t bits/alltypes.h t       typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t;
+pthread_condattr_t     bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_condattr_t;
+pthread_key_t  bits/alltypes.h t       typedef unsigned pthread_key_t;
+pthread_mutex_t        bits/alltypes.h t       typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t;
+pthread_mutexattr_t    bits/alltypes.h t       typedef struct { unsigned __attr; } pthread_mutexattr_t;
+pthread_once_t bits/alltypes.h t       typedef int pthread_once_t;
+pthread_rwlock_t       bits/alltypes.h t       typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t;
+pthread_rwlockattr_t   bits/alltypes.h t       typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t;
+pthread_spinlock_t     bits/alltypes.h t       typedef int pthread_spinlock_t;
+pthread_t      bits/alltypes.h t       typedef struct __pthread * pthread_t;
+pthread_t      bits/alltypes.h t       typedef unsigned long pthread_t;
+ptrdiff_t      bits/alltypes.h t       typedef _Addr ptrdiff_t;
+register_t     bits/alltypes.h t       typedef _Reg register_t;
+regoff_t       bits/alltypes.h t       typedef _Addr regoff_t;
+sa_family_t    bits/alltypes.h t       typedef unsigned short sa_family_t;
+sigset_t       bits/alltypes.h t       typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
+size_t bits/alltypes.h t       typedef unsigned _Addr size_t;
+socklen_t      bits/alltypes.h t       typedef unsigned socklen_t;
+ssize_t        bits/alltypes.h t       typedef _Addr ssize_t;
+struct __mbstate_t     bits/alltypes.h s       
+struct __sigset_t      bits/alltypes.h s       
+struct __ucontext      bits/signal.h   s       
+struct _fpstate        bits/signal.h   s       
+struct cmsghdr bits/socket.h   s       
+struct iovec   bits/alltypes.h s       
+struct ipc_perm        bits/ipc.h      s       
+struct msghdr  bits/socket.h   s       
+struct msqid_ds        bits/msg.h      s       
+struct semid_ds        bits/sem.h      s       
+struct shm_info        bits/shm.h      s       
+struct shmid_ds        bits/shm.h      s       
+struct shminfo bits/shm.h      s       
+struct sigaltstack     bits/signal.h   s       
+struct sigcontext      bits/signal.h   s       
+struct stat    bits/stat.h     s       
+struct statfs  bits/statfs.h   s       
+struct termios bits/termios.h  s       
+struct timespec        bits/alltypes.h s       
+struct timeval bits/alltypes.h s       
+struct user    bits/user.h     s       
+struct user_fpregs_struct      bits/user.h     s       
+struct user_regs_struct        bits/user.h     s       
+struct winsize bits/ioctl.h    s       
+suseconds_t    bits/alltypes.h t       typedef long suseconds_t;
+time_t bits/alltypes.h t       typedef long time_t;
+timer_t        bits/alltypes.h t       typedef void * timer_t;
+u_int64_t      bits/alltypes.h t       typedef unsigned _Int64 u_int64_t;
+ucontext_t     bits/signal.h   t       } ucontext_t;
+uid_t  bits/alltypes.h t       typedef unsigned uid_t;
+uint16_t       bits/alltypes.h t       typedef unsigned short uint16_t;
+uint32_t       bits/alltypes.h t       typedef unsigned int uint32_t;
+uint64_t       bits/alltypes.h t       typedef unsigned _Int64 uint64_t;
+uint8_t        bits/alltypes.h t       typedef unsigned char uint8_t;
+uint_fast16_t  bits/stdint.h   t       typedef uint32_t uint_fast16_t;
+uint_fast32_t  bits/stdint.h   t       typedef uint32_t uint_fast32_t;
+uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
+uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
+useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
+va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
+va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
+va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
+va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
+va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
+wchar_t        bits/alltypes.h t       typedef int wchar_t;
+wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
+wint_t bits/alltypes.h t       typedef unsigned wint_t;
index ff8c6ac..3c44d62 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -xeu
+set -eu
 
 export LC_ALL=C
 
@@ -13,10 +13,8 @@ arm
 i386
 microblaze
 mips
-mips64
 or1k
 powerpc
-powerpc64
 sh
 x32
 x86_64
@@ -24,11 +22,11 @@ x86_64
 
 ARCH="${ARCH:-$ALL}"
 
-# install headers to T.$arch
+# install headers to /tmp/T.$arch
 for arch in $ARCH
 do
 [ -e T.$arch ] && continue
-make -f "$MUSL"/Makefile install-headers srcdir="$MUSL" prefix=T.$arch ARCH=$arch
+make -f "$MUSL"/Makefile install-headers srcdir="$MUSL" prefix=/tmp/T.$arch ARCH=$arch
 rm -rf obj/include/bits
 done
 rm -rf obj lib
@@ -36,19 +34,21 @@ rm -rf obj lib
 # run ctags on headers
 for arch in $ARCH
 do
-[ -e T.$arch/musl.tags ] && continue
-cd T.$arch/include
+[ -e /tmp/T.$arch/musl.tags ] && continue
+(
+cd /tmp/T.$arch/include
 ctags -f ../musl.tags -R -n -u --language-force=c --c-kinds=pxdstuve --fields=k .
 # fix wchar_t bug of ctags (not ok for c++)
 awk '/typedef.* wchar_t/{print "wchar_t\tbits/alltypes.h\t" NR ";\"\tt"}' bits/alltypes.h >>../musl.tags
-cd ../..
+)
 done
 
 # add declarations (slow)
 for arch in $ARCH
 do
-[ -e T.$arch/musl.decls ] && continue
-cd T.$arch/include
+[ -e /tmp/T.$arch/musl.decls ] && continue
+(
+cd /tmp/T.$arch/include
 awk '
 BEGIN { FS="\t" }
 
@@ -75,34 +75,36 @@ function decl(t,h,n) {
                $1 = "struct " $1
        if ($4 == "u")
                $1 = "union " $1
-       print $1 "\t" $2 "\t" $4 "\t" $3 "\t" decl($4,$2,$3)
+#      print $1 "\t" $2 "\t" $4 "\t" $3 "\t" decl($4,$2,$3)
+       # without line number
+       print $1 "\t" $2 "\t" $4 "\t" decl($4,$2,$3)
 }' ../musl.tags >../musl.decls.raw
 
 # fix ups
 awk '
 BEGIN { FS="\t" }
-$3=="d" && $5 ~ /^#undef/ {next}
-$3=="x" && $5 ~ /^(struct|union) [_0-9a-zA-Z]*;$/ {
-       a = ($5 ~ /^struct/) ? "struct " : "union "
-       b = ($5 ~ /^struct/) ? "S" : "U"
-       print a $1 "\t" $2 "\t" b "\t" $4 "\t" $5
+$3=="d" && $4 ~ /^#undef/ {next}
+$3=="x" && $4 ~ /^(struct|union) [_0-9a-zA-Z]*;$/ {
+       a = ($4 ~ /^struct/) ? "struct " : "union "
+       b = ($4 ~ /^struct/) ? "S" : "U"
+       print a $1 "\t" $2 "\t" b "\t" $4
        next
 }
 $1~/^(FILE|DIR)$/ {
-       print $1 "\t" $2 "\tT\t" $4 "\t" $5
+       print $1 "\t" $2 "\tT\t" $4
        next
 }
 { print $0 }' ../musl.decls.raw | sort >../musl.decls
-cd ../..
+)
 done
 
 # add decls to data/
 for arch in $ARCH
 do
-grep ' bits/' T.$arch/musl.decls >data/musl.$arch.decls
+grep ' bits/' /tmp/T.$arch/musl.decls >data/musl.$arch.decls
 done
 for arch in $ARCH
 do
-grep -v '      bits/' T.$arch/musl.decls >data/musl.generic.decls
+grep -v '      bits/' /tmp/T.$arch/musl.decls >data/musl.generic.decls
 break
 done
index 993edd5..238544b 100755 (executable)
@@ -2,8 +2,9 @@
 
 export LC_ALL=C
 MUSL=${MUSL:-../musl}
+MUSL_PREFIX=${MUSL_PREFIX:-$MUSL}
 
-nm -p -P $MUSL/lib/libc.a |awk '$2~/[A-Zvw]/{print $1,$2}' |sort |uniq |awk '
+nm -p -P $MUSL_PREFIX/lib/libc.a |awk '$2~/[A-Zvw]/{print $1,$2}' |sort |uniq |awk '
 NR==1 {
        prev=$1
        t=$2
index f634f21..24bb069 100755 (executable)
@@ -2,16 +2,17 @@
 
 export LC_ALL=C
 MUSL=${MUSL:-../musl}
+MUSL_PREFIX=${MUSL_PREFIX:-$MUSL}
 
 (
-       cd $MUSL/include
+       cd $MUSL_PREFIX/include
        ctags -f /tmp/musl.tags -R -n -u --language-force=c --c-kinds=pxdstuve --fields=k --exclude='*.sh' .
 
        # fix wchar_t bug of ctags
        awk '/typedef.* wchar_t/{print "wchar_t\tbits/alltypes.h\t" NR ";\"\tt"}' bits/alltypes.h >>/tmp/musl.tags
 )
 
-awk -v inc=$MUSL/include/ '
+awk -v inc=$MUSL_PREFIX/include/ '
 BEGIN {
        FS="\t"
 }
index 1fa4165..9b3540b 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LC_ALL=C
 MUSL=${MUSL:-../musl}
+MUSL_PREFIX=${MUSL_PREFIX:-$MUSL}
 
 (
        cd $MUSL/src
index 9d9b056..5dc8bef 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=615629bd6fcd6ddb69ad762e679f088c7bd878e2">615629bd6fcd6ddb69ad762e679f088c7bd878e2</a><br>Date:   2015-10-19 19:12:57 -0400<br><br>    release 1.1.12
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n12">d</a> <td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n53">p</a> <td>setlocale<td>locale.h<td>char *setlocale(int category, const char *locale);<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
-<tr><td>&#160;<td>&#160;<td>t t v v <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n34">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td>t t v v <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n33">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n31">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n23">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n249">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n247">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n259">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n257">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n256">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n255">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n251">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n252">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n17">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
-<tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
+<tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n14">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n12">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n3">v</a> t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<tr><td>&#160;<td>&#160;<td>t <td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n9">v</a> t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n10">v</a> t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n11">v</a> t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n12">v</a> t <td>int64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n56">d</a> <td>INT_LEAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n57">d</a> <td>INT_LEAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n58">d</a> <td>INT_LEAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n59">d</a> <td>INT_LEAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n14">v</a> t <td>uint8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n15">v</a> t <td>uint16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n16">v</a> t <td>uint32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n17">v</a> t <td>uint64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n64">d</a> <td>INT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n65">d</a> <td>INT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n5">v</a> t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n81">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n2">v</a> t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n82">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n13">v</a> t <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n97">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n98">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n99">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n106">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n111">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n19">v</a> t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n77">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n101">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n102">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n50">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n41">d</a> <td>_IOLBF<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n45">d</a> <td>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n47">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n60">v</a> t <td>FILE<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n42">d</a> <td>_IONBF<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n48">d</a> <td>L_tmpnam<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n71">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n63">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n76">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n80">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n5">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n36">e</a> <td>mtx_plain<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n25">d</a> <td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n37">e</a> <td>mtx_recursive<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>&#160;<td>&#160;<td>t <td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td>t <td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n38">e</a> <td>mtx_timed<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n11">t</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n9">t</a> <td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n32">e</a> <td>thrd_timedout<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n16">t</a> <td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n28">e</a> <td>thrd_success<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>&#160;<td>&#160;<td>t <td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td>t <td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n29">e</a> <td>thrd_busy<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n18">t</a> <td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n30">e</a> <td>thrd_error<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n81">p</a> <td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n80">p</a> <td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n64">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n36">v</a> t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n66">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n62">v</a> t <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n7">t</a> <td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n8">t</a> <td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n18">p</a> <td>mbrtoc16<td>uchar.h<td>size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n21">p</a> <td>mbrtoc32<td>uchar.h<td>size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n20">p</a> <td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n31">v</a> t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n62">v</a> t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n31">v</a> t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n20">t</a> <td>wctrans_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n32">v</a> t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
index e7b86ca..7889fb4 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c99 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=615629bd6fcd6ddb69ad762e679f088c7bd878e2">615629bd6fcd6ddb69ad762e679f088c7bd878e2</a><br>Date:   2015-10-19 19:12:57 -0400<br><br>    release 1.1.12
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul>
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c99<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n53">p</a> <td>setlocale<td>locale.h<td>char *setlocale(int category, const char *locale);<td>B.10 Localization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
-<tr><td>&#160;<td>&#160;<td>t t v v <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n34">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td>t t v v <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n33">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n31">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n23">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n249">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n247">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n259">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n257">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n256">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n255">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n251">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n252">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.14 Variable arguments
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n14">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n12">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n3">v</a> t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.16 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n9">v</a> t <td>int8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n10">v</a> t <td>int16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n11">v</a> t <td>int32_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n12">v</a> t <td>int64_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int32_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int64_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n56">d</a> <td>INT_LEAST8_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n57">d</a> <td>INT_LEAST16_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n58">d</a> <td>INT_LEAST32_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n59">d</a> <td>INT_LEAST64_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n14">v</a> t <td>uint8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n15">v</a> t <td>uint16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n16">v</a> t <td>uint32_t<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n17">v</a> t <td>uint64_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint16_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint32_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint64_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n64">d</a> <td>INT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n65">d</a> <td>INT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n5">v</a> t <td>intptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n81">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n2">v</a> t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n82">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n13">v</a> t <td>intmax_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intmax_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n97">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n98">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n99">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n106">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n111">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n19">v</a> t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.17 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n77">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n101">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n102">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n50">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stdio.h<td>&#160;<td>B.18 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n41">d</a> <td>_IOLBF<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n45">d</a> <td>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n47">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n60">v</a> t <td>FILE<td>stdio.h<td>&#160;<td>B.18 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n42">d</a> <td>_IONBF<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n48">d</a> <td>L_tmpnam<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n71">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.18 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n63">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n76">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n80">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n72">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.19 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.19 General utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n64">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n36">v</a> t <td>clock_t<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n31">v</a> t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n34">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n62">v</a> t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n31">v</a> t <td>wint_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n20">t</a> <td>wctrans_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n32">v</a> t <td>wctype_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
index f8b8e38..9cb2b32 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=615629bd6fcd6ddb69ad762e679f088c7bd878e2">615629bd6fcd6ddb69ad762e679f088c7bd878e2</a><br>Date:   2015-10-19 19:12:57 -0400<br><br>    release 1.1.12
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=074e6b3fe3f2ad89b991f3d8ab0932035b312a62">074e6b3fe3f2ad89b991f3d8ab0932035b312a62</a><br>Date:   2016-02-22 00:07:05 -0500<br><br>    release 1.1.14
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(STREAMS and posix_trace* apis are excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n29">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
@@ -15,7 +15,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html">access</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
@@ -56,7 +56,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atol.html">atol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoll.html">atoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/libgen.h#n9">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/basename.html">basename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>basename - return the last component of a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n295">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/btowc.html">btowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>btowc - single byte to wide character conversion
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabs.html">cabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conj.html">conj</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjf.html">conjf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjl.html">conjl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n299">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/div.html">div</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>div - compute the quotient and remainder of an integer division
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html">dlclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlclose - close a dlopen object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html">dlerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlerror - get diagnostic information
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dlfcn.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html">dlsym</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlsym - obtain the address of a symbol from a dlopen object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/drand48.html">drand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/getopt.h#n8">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html">getopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n302">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n305">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html">getpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgid - get the process group ID for a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html">getsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getsid - get the process group ID of a session leader
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gettimeofday - get the date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html">getuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getuid - get a real user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n375">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j1.html">j1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n376">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jn.html">jn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jrand48.html">jrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/l64a.html">l64a</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/labs.html">labs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html">lchown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lchown - change the owner and group of a symbolic link
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html">link</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html">linkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html">lio_listio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>lio_listio - list directed I/O
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n297">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html">pread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n214">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html">pthread_atfork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_atfork - register fork handlers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html">pthread_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html">pthread_attr_getdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html">pthread_join</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_join - wait for thread termination
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html">pthread_key_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_create - thread-specific data key creation
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html">pthread_key_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_delete - thread-specific data key deletion
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html">pthread_mutex_consistent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_consistent - mark state protected by robust mutex as consistent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html">pthread_mutex_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_getprioceiling.html">pthread_mutex_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedparam.html">pthread_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedprio.html">pthread_setschedprio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_setschedprio - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html">pthread_setspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html">pthread_spin_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html">pthread_spin_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html">pthread_spin_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwchar.html">putwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwchar - put a wide character on a stdout stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html">pwrite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html">qsort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>qsort - sort a table of data
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n262">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html">rand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand_r.html">rand_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html">random</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/uio.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readv.html">readv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>readv - read a vector
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html">realloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>realloc - memory reallocator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>realpath - resolve a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n305">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n310">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n306">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html">setegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setegid - set the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>setenv - add or change environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html">setsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setsid - create session and set process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html">setuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setuid - set user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html">setvbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setvbuf - assign buffering to a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html">shmat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmat - XSI shared memory attach operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n209">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n221">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n222">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n223">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siglongjmp.html">siglongjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>siglongjmp - non-local goto with signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n251">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n261">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
 <tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n372">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signgam.html">signgam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n214">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsetjmp.html">sigsetjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsetjmp - set jump point for a non-local goto
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n194">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html">sleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sleep - suspend execution for an interval of time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n290">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n317">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n294">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
index 03a9d21..d4d3e2d 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -2,9 +2,24 @@
 
 export LC_ALL=C
 
+[ -e /tmp/Mrepo ] && echo 'using existing Mrepo' || git clone ${MUSL:-../musl} /tmp/Mrepo
+export MUSL=/tmp/Mrepo
+
+[ -e /tmp/Mprefix ] && echo 'using existing Mprefix' || (
+mkdir -p /tmp/Mbuild
+cd /tmp/Mbuild
+/tmp/Mrepo/configure --prefix=/tmp/Mprefix --syslibdir=/tmp/Mprefix/lib --disable-wrapper 
+make -j install
+)
+export MUSL_PREFIX=/tmp/Mprefix
+
 . ./makesyms.sh
 . ./maketags.sh
 . ./maketagssrc.sh
+. ./makedecls.sh
+. ./abi_type.sh
+. ./abi_func.sh
+
 . ./tab_c99.sh
 . ./tab_c11.sh
 . ./tab_posix.sh