ROUND_UP          380 nt/preprep.c         + ROUND_UP (DST_TO_OFFSET (), (align));					\
ROUND_UP          439 nt/preprep.c   	    ROUND_UP (dst_section->Misc.VirtualSize,
ROUND_UP          462 nt/preprep.c   	ROUND_UP (dst_section->SizeOfRawData,
ROUND_UP          475 nt/preprep.c   	ROUND_UP (import_section->Misc.VirtualSize,
ROUND_UP          480 nt/preprep.c   	+ ROUND_UP (dst_section[-1].Misc.VirtualSize,
ROUND_UP          496 nt/preprep.c   	ROUND_UP (reloc_section->Misc.VirtualSize,
ROUND_UP          501 nt/preprep.c   	+ ROUND_UP (dst_section[-1].Misc.VirtualSize,
ROUND_UP          518 nt/preprep.c     offset = ROUND_UP (section->PointerToRawData + section->SizeOfRawData,
ROUND_UP          553 nt/preprep.c   	  ROUND_UP (dst_section[i].Misc.VirtualSize, dst_nt_header->OptionalHeader.FileAlignment);
ROUND_UP          556 nt/preprep.c   	  ROUND_UP (dst_section[i].Misc.VirtualSize, dst_nt_header->OptionalHeader.FileAlignment);
ROUND_UP          305 src/unexw32.c      ROUND_UP (RVA_TO_SECTION_OFFSET (PTR_TO_RVA (my_endbss), bss_section),
ROUND_UP          319 src/unexw32.c      ROUND_UP (RVA_TO_SECTION_OFFSET (PTR_TO_RVA (my_endbss_static), bss_section_static),
ROUND_UP          411 src/unexw32.c    (dst = p_outfile->file_base + ROUND_UP (DST_TO_OFFSET (), (align)))
ROUND_UP          415 src/unexw32.c        + ROUND_UP (DST_TO_OFFSET (), (align));					\
ROUND_UP          524 src/unexw32.c    offset = ROUND_UP (section->PointerToRawData + section->SizeOfRawData,
ROUND_UP          551 src/unexw32.c  	  ROUND_UP (dst_section[i].Misc.VirtualSize, dst_nt_header->OptionalHeader.FileAlignment);
ROUND_UP          554 src/unexw32.c  	  ROUND_UP (dst_section[i].Misc.VirtualSize, dst_nt_header->OptionalHeader.FileAlignment);
ROUND_UP          318 src/w32heap.c        data_region_base = (unsigned char *)ROUND_UP (dumped_data, 0x1000);
ROUND_UP          683 src/w32heap.c      p = VirtualAlloc (NULL, ROUND_UP (nbytes * 2, get_allocation_unit ()),
ROUND_UP          689 src/w32heap.c      p = VirtualAlloc (NULL, ROUND_UP (nbytes, get_allocation_unit ()),