Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/uapi/asm/
H A Da.out.h19 #define N_SYMSIZE(a) ((a).a_syms) macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Da.out.h19 #define N_SYMSIZE(a) ((a).a_syms) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Da.out.h82 #define N_SYMSIZE(x) 0 macro
/openbmc/linux/include/uapi/linux/
H A Da.out.h108 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x))