Home
last modified time | relevance | path

Searched refs:a_data (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/sparc/ !
Da.out.h15 unsigned int a_data; /* Length of data, in bytes. */ member
72 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
75 (N_TXTOFF(x) + (x).a_text + (x).a_data + (x).a_trsize + (x).a_drsize)
95 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/glibc-2.36/sysdeps/generic/ !
Da.out.h16 unsigned a_data; /* size of data, in bytes */ member
84 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data + (x).a_shdata)
153 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
224 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/glibc-2.36/sysdeps/unix/sysv/linux/ !
Da.out.h12 unsigned int a_data; /* Length of data, in bytes. */ member
70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
87 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ !
Da.out.h64 #define a_data ah.dsize macro
131 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sys/ !
Duser.h66 unsigned int a_data; member