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

  /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/bfd/
coff-aux.c 32 #define COFF_PAGE_SIZE 0x1000
coff-ia64.c 33 #define COFF_PAGE_SIZE 0x2000
coff-m68k.c 52 #ifndef COFF_PAGE_SIZE
54 #define COFF_PAGE_SIZE 0x2000
coff-sparc.c 34 #define COFF_PAGE_SIZE 0x10000
coff-mcore.c 553 #define COFF_PAGE_SIZE 0x1000
coff-i386.c 54 #define COFF_PAGE_SIZE 0x1000
coff-i860.c 41 #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-x86_64.c 53 #define COFF_PAGE_SIZE 0x1000
coffcode.h 789 /* We mark these as SEC_DEBUGGING, but only if COFF_PAGE_SIZE is
791 COFF_PAGE_SIZE to ensure that the low order bits of the
793 COFF_PAGE_SIZE, we can't ensure the correct correspondence,
795 #if defined (COFF_PAGE_SIZE) && !defined (COFF_ALIGN_IN_S_FLAGS)
845 #ifdef COFF_PAGE_SIZE
    [all...]
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/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 845 milliseconds