Searched refs:N_DRELOFF (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Da.out.h78 #ifndef N_DRELOFF
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
82 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Da.out.h78 #ifndef N_DRELOFF
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
82 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Da.out.h78 #ifndef N_DRELOFF
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
82 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))

Completed in 53 milliseconds