Home
last modified time | relevance | path

Searched refs:N_TRELOFF (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/generic/
Da.out.h84 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data + (x).a_shdata) macro
152 #if !defined (N_TRELOFF)
153 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
157 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
/glibc-2.36/sysdeps/unix/sysv/linux/
Da.out.h70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Da.out.h72 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
73 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Da.out.h131 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
132 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))