X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=abi_type.aarch64.cc;h=ecf7219c8014461029ecbff3e9dd850b76511ef3;hp=ba4b598ee0d5152c20ac246a373093cdff18601d;hb=HEAD;hpb=ff45df5ea5bba5e2de7a840d44b81795dd47766c diff --git a/abi_type.aarch64.cc b/abi_type.aarch64.cc index ba4b598..ecf7219 100644 --- a/abi_type.aarch64.cc +++ b/abi_type.aarch64.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -114,8 +115,8 @@ //#include #include #include -//#include #include +#include #include #include #include @@ -126,6 +127,7 @@ #include #include #include +#include #include //#include #include @@ -197,6 +199,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +228,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +253,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) @@ -273,6 +278,11 @@ T(,clock_t) T(,clockid_t) M(T(,cnd_t)) T(,comp_t) +T(,cookie_close_function_t) +T(,cookie_io_functions_t) +T(,cookie_read_function_t) +T(,cookie_seek_function_t) +T(,cookie_write_function_t) T(,cpu_set_t) T(,dev_t) T(,div_t) @@ -409,6 +419,8 @@ T(,speed_t) T(,ssize_t) T(,stack_t) T(struct,FTW) +T(struct,_IO_FILE) +T(struct,_IO_cookie_io_functions_t) //T(struct,__fsid_t) T(struct,__jmp_buf_tag) //T(struct,__locale_struct) @@ -416,6 +428,8 @@ T(struct,__jmp_buf_tag) T(struct,__ns_msg) T(struct,__ns_rr) //T(struct,__ptcb) +T(struct,__ptrace_peeksiginfo_args) +T(struct,__ptrace_seccomp_metadata) T(struct,__res_state) //T(struct,__sigset_t) //T(struct,__ucontext) @@ -449,9 +463,13 @@ T(struct,ether_addr) T(struct,ether_arp) T(struct,ether_header) T(struct,ethhdr) +T(struct,extra_context) T(struct,f_owner_ex) +T(struct,fanotify_event_info_fid) +T(struct,fanotify_event_info_header) T(struct,fanotify_event_metadata) T(struct,fanotify_response) +T(struct,file_handle) T(struct,flock) T(struct,fpsimd_context) T(struct,group) @@ -547,7 +565,6 @@ T(struct,passwd) T(struct,pollfd) T(struct,prctl_mm_map) T(struct,protoent) -//T(struct,ptrace_peeksiginfo_args) T(struct,qelem) T(struct,r_debug) T(struct,re_pattern_buffer) @@ -593,9 +610,13 @@ T(struct,strfdinsert) T(struct,strioctl) T(struct,strpeek) T(struct,strrecvfd) +T(struct,sve_context) T(struct,sysinfo) +T(struct,tcp_diag_md5sig) T(struct,tcp_info) T(struct,tcp_md5sig) +T(struct,tcp_repair_window) +T(struct,tcp_zerocopy_receive) T(struct,tcphdr) T(struct,termios) T(struct,tftphdr)