Searched refs:TARGET_PAGE_SIZE (Results 1 - 25 of 40) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dhp300bsd.c25 #define TARGET_PAGE_SIZE 4096 macro
26 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Di386freebsd.c23 #define TARGET_PAGE_SIZE 4096 macro
24 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Di386netbsd.c24 #define TARGET_PAGE_SIZE 4096 macro
25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dnewsos3.c21 #define TARGET_PAGE_SIZE 4096 macro
22 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dvax1knetbsd.c23 #define TARGET_PAGE_SIZE 1024 macro
24 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dvaxbsd.c24 #define TARGET_PAGE_SIZE 1024 macro
25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dvaxnetbsd.c23 #define TARGET_PAGE_SIZE 0x1000 macro
24 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dm68k4knetbsd.c23 #define TARGET_PAGE_SIZE 0x1000 macro
H A Dm68knetbsd.c25 #define TARGET_PAGE_SIZE 0x2000 macro
H A Dm88kopenbsd.c22 #define TARGET_PAGE_SIZE 4096 macro
H A Dsparcnetbsd.c25 #define TARGET_PAGE_SIZE 0x2000 macro
H A Di386bsd.c33 #define TARGET_PAGE_SIZE 4096 macro
34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dm68klynx.c24 #define TARGET_PAGE_SIZE 4096 macro
25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dm88kmach3.c21 #define TARGET_PAGE_SIZE (4096*2) macro
H A Darmnetbsd.c23 #define TARGET_PAGE_SIZE 4096 macro
24 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dhost-aout.c45 #define TARGET_PAGE_SIZE HOST_PAGE_SIZE macro
51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Di386mach3.c27 #define TARGET_PAGE_SIZE 1 macro
H A Dns32knetbsd.c24 #define TARGET_PAGE_SIZE 4096 macro
H A Dpc532-mach.c38 #define TARGET_PAGE_SIZE 0x1000 /* from old ld, 032 & 532 are really 512/4k */ macro
47 #define SEGMENT_SIZE TARGET_PAGE_SIZE
50 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Di386dynix.c24 #define TARGET_PAGE_SIZE 4096 macro
25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Di386aout.c39 #define TARGET_PAGE_SIZE 4096 macro
H A Daout-target.h28 #define SEGMENT_SIZE TARGET_PAGE_SIZE
66 adjust &= ~(TARGET_PAGE_SIZE - 1);
128 adata(abfd).page_size = TARGET_PAGE_SIZE;
214 adata(abfd).page_size = TARGET_PAGE_SIZE;
280 adata(abfd).page_size = TARGET_PAGE_SIZE;
286 adata(abfd).zmagic_disk_block_size = TARGET_PAGE_SIZE;
/haiku-fatelf/src/bin/gdb/include/aout/
H A Dhost.h37 #define TARGET_PAGE_SIZE 0x400 macro
38 #define SEGMENT_SIZE TARGET_PAGE_SIZE
H A Dsun4.h21 #undef TARGET_PAGE_SIZE macro
22 #define TARGET_PAGE_SIZE 0x2000 /* 8K. aka NBPG in <sys/param.h> */ macro
25 #define SEG_SIZE_SPARC TARGET_PAGE_SIZE
28 #define TEXT_START_ADDR TARGET_PAGE_SIZE /* Location 0 is not accessible */
37 /* Guess? */ TARGET_PAGE_SIZE)
H A Daout64.h82 /* The difference between TARGET_PAGE_SIZE and N_SEGSIZE is that TARGET_PAGE_SIZE is
88 between them is TARGET_PAGE_SIZE). TARGET_PAGE_SIZE and N_SEGSIZE are the same
121 start at TEXT_START_ADDR, offset TARGET_PAGE_SIZE, size as stated.
132 and for which the starting address is TARGET_PAGE_SIZE (or should this be
139 (((x).a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
162 ? (bfd_vma) TARGET_PAGE_SIZE + EXEC_BYTES_SIZE \
174 systems, this boundary is TARGET_PAGE_SIZE. But for Linux, in the
176 not what TARGET_PAGE_SIZE need
[all...]

Completed in 208 milliseconds

12