HomeSort by: relevance | last modified time | path
    Searched refs:N_TRELOFF (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
exec_aout.h 138 #define N_TRELOFF(ex) \
143 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/tools/arm-elf2aout/sys/
exec_aout.h 138 #define N_TRELOFF(ex) \
143 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 138 #define N_TRELOFF(ex) \
143 (N_TRELOFF(ex) + (ex).a_trsize)
  /src/usr.bin/crunch/crunchide/
exec_aout.c 142 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp));

Completed in 12 milliseconds