OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:def_heapsize
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
dlltool.h
25
extern void
def_heapsize
(int, int);
defparse.y
58
| HEAPSIZE NUMBER opt_number {
def_heapsize
($2, $3);}
dlltool.c
1160
def_heapsize
(int reserve, int commit)
function
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
deffilep.y
93
static void
def_heapsize
(int, int);
147
| HEAPSIZE NUMBER opt_number {
def_heapsize
($2, $3);}
1020
def_heapsize
(int reserve, int commit)
[
all
...]
Completed in 658 milliseconds