HomeSort by relevance Sort by last modified time
    Searched defs:COFF_PAGE_SIZE (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff-aux.c 32 #define COFF_PAGE_SIZE 0x1000
coff-ia64.c 33 #define COFF_PAGE_SIZE 0x2000
coff-i386.c 54 #define COFF_PAGE_SIZE 0x1000
coff-i860.c 41 #define COFF_PAGE_SIZE 0x1000
coff-x86_64.c 53 #define COFF_PAGE_SIZE 0x1000
coff-i960.c 44 /* The i960 does not support an MMU, so COFF_PAGE_SIZE can be
46 #define COFF_PAGE_SIZE 1
coff-m68k.c 52 #ifndef COFF_PAGE_SIZE
54 #define COFF_PAGE_SIZE 0x2000
coff-mcore.c 553 #define COFF_PAGE_SIZE 0x1000
coff-sparc.c 34 #define COFF_PAGE_SIZE 0x10000
pe-mips.c 43 #define COFF_PAGE_SIZE 0x1000
coff-arm.c 872 #define COFF_PAGE_SIZE 0x1000
    [all...]
coff-ppc.c     [all...]
coff-sh.c 68 #define COFF_PAGE_SIZE 0x1000
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
x86_64.h 28 #define COFF_PAGE_SIZE 0x1000
i386.h 24 #define COFF_PAGE_SIZE 0x1000
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 258 #ifndef COFF_PAGE_SIZE
259 #define COFF_PAGE_SIZE ((bfd_vma) 4096)
263 #define PAGE_MASK ((bfd_vma) (- COFF_PAGE_SIZE))
    [all...]

Completed in 636 milliseconds