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

  /src/sys/sys/
exec_coff.h 119 #define COFF_ROUND(val, by) (((val) + by - 1) & ~(by - 1))
127 ((ap)->a_magic == COFF_ZMAGIC ? COFF_ROUND(value, COFF_LDPGSZ) : \
132 COFF_ROUND(COFF_HDR_SIZE + (fp)->f_nscns * \
140 (COFF_ROUND(value, ((ap)->a_magic == COFF_ZMAGIC ? COFF_LDPGSZ : \
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.cpp 95 fileofs = COFF_ROUND(N_TXTOFF(_fh, _ah), 16);
  /src/usr.sbin/mdsetimage/
exec_coff.c 81 (COFF_ROUND(COFF_HDR_SIZE + (fp)->f_nscns * \
  /src/sys/arch/sh3/sh3/
coff_exec.c 163 COFF_ROUND(ap->a_dstart + ap->a_dsize, COFF_LDPGSZ),
188 epp->ep_daddr = COFF_ROUND(ap->a_dstart, COFF_LDPGSZ);
336 COFF_ROUND(ap->a_dstart + ap->a_dsize, COFF_LDPGSZ),

Completed in 13 milliseconds