OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_SEGSIZE
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/aout/
sun4.h
36
#define
N_SEGSIZE
(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \
adobe.h
54
#ifndef
N_SEGSIZE
55
#define
N_SEGSIZE
(x) SEGMENT_SIZE
57
#undef
N_SEGSIZE
/* FIXMEXXXX */
aout64.h
83
/* The difference between TARGET_PAGE_SIZE and
N_SEGSIZE
is that TARGET_PAGE_SIZE is
86
file.
N_SEGSIZE
is the resolution at which things can be marked as
89
between them is TARGET_PAGE_SIZE). TARGET_PAGE_SIZE and
N_SEGSIZE
are the same
95
#ifndef
N_SEGSIZE
96
#define
N_SEGSIZE
(x) SEGMENT_SIZE
212
up to a
N_SEGSIZE
boundary for pure or pageable files. */
217
: (
N_SEGSIZE
(x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
218
& ~ (bfd_vma) (
N_SEGSIZE
(x) - 1))))
/toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h
172
#ifndef
N_SEGSIZE
173
#define
N_SEGSIZE
(x) SEGMENT_SIZE
178
#define _N_HDROFF(x) (
N_SEGSIZE
(x) - sizeof (struct exec))
215
: (
N_SEGSIZE
(x) + ((N_TXTADDR(x)+(x).a_text-1) & ~(
N_SEGSIZE
(x)-1))))
Completed in 37 milliseconds