Home
last modified time | relevance | path

Searched refs:N_SYMOFF (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Da.out.h102 #if !defined (N_SYMOFF)
103 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) macro
107 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
/linux-4.1.27/arch/cris/boot/tools/
Dbuild.c246 sz = N_SYMOFF(*ex) - GCC_HEADER + 4; in main()