Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Da.out.h19 #define N_SYMSIZE(a) ((a).a_syms) macro
/arch/m68k/include/uapi/asm/
Da.out.h19 #define N_SYMSIZE(a) ((a).a_syms) macro
/arch/alpha/include/uapi/asm/
Da.out.h82 #define N_SYMSIZE(x) 0 macro
/arch/x86/ia32/
Dia32_aout.c117 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary()
264 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_library()