HomeSort by: relevance | last modified time | path
    Searched defs:N_TXTOFF (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 40 #define N_TXTOFF(f, a) \
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 55 #define N_TXTOFF(f, a) \
250 p += N_TXTOFF(f, a);
251 DPRINTF("file offset = 0x%x\n", N_TXTOFF(f, a));
  /src/sys/sys/
exec_aout.h 128 #define N_TXTOFF(ex) \
135 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 128 #define N_TXTOFF(ex) \
135 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 128 #define N_TXTOFF(ex) \
135 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)

Completed in 13 milliseconds