OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGE_USIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
ecoff.c
787
#define
PAGE_USIZE
((unsigned long) PAGE_SIZE)
1566
if (len >=
PAGE_USIZE
)
1572
if (vp->objects_last_page + len >=
PAGE_USIZE
)
1575
((vp->num_allocated +
PAGE_USIZE
- 1) /
PAGE_USIZE
) *
PAGE_USIZE
;
2280
if (strlen (file_name) >
PAGE_USIZE
- 2)
4751
page_type *value = xmalloc (npages *
PAGE_USIZE
);
4758
memset (value, 0, npages *
PAGE_USIZE
);
4788
ptr = xmalloc (
PAGE_USIZE
);
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
787
#define
PAGE_USIZE
((unsigned long) PAGE_SIZE)
1566
if (len >=
PAGE_USIZE
)
1572
if (vp->objects_last_page + len >=
PAGE_USIZE
)
1575
((vp->num_allocated +
PAGE_USIZE
- 1) /
PAGE_USIZE
) *
PAGE_USIZE
;
2280
if (strlen (file_name) >
PAGE_USIZE
- 2)
4748
page_type *value = xmalloc (npages *
PAGE_USIZE
);
4755
memset (value, 0, npages *
PAGE_USIZE
);
4785
ptr = xmalloc (
PAGE_USIZE
);
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026