Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Da.out.h100 #if !defined (N_SYMOFF)
101 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) macro
105 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))
/linux-2.4.37.9/include/asm-sparc64/
Da.out.h30 #define N_SYMOFF(x) (N_TXTOFF(x) + (x).a_text + \ macro
/linux-2.4.37.9/include/asm-sparc/
Da.out.h26 #define N_SYMOFF(x) (N_TXTOFF(x) + (x).a_text + \ macro
/linux-2.4.37.9/arch/cris/boot/tools/
Dbuild.c247 sz = N_SYMOFF(*ex) - GCC_HEADER + 4; in main()