Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 25 of 60) sorted by relevance

123

/toolchain/binutils/binutils-2.25/libiberty/
Dfibheap.c76 fibheap_compare (fibheap_t heap ATTRIBUTE_UNUSED, fibnode_t a, fibnode_t b) in fibheap_compare()
86 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) in fibheap_comp_data() argument
93 return fibheap_compare (heap, &a, b); in fibheap_comp_data()
98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() argument
110 fibheap_ins_root (heap, node); in fibheap_insert()
114 if (heap->min == NULL || node->key < heap->min->key) in fibheap_insert()
115 heap->min = node; in fibheap_insert()
117 heap->nodes++; in fibheap_insert()
124 fibheap_min (fibheap_t heap) in fibheap_min() argument
127 if (heap->min == NULL) in fibheap_min()
[all …]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32cr16c.sc35 /* The heap is located in near memory, to suit both the near and
36 default data models. The heap and stack are aligned to the bus
50 ….heap (NOLOAD) : { . = ALIGN(4); __HEAP_START = .; . += 0x2000; __HEAP_MA…
Delf32msp430.sc12 HEAP_SECTION_MSP430=".heap ${RELOCATING-0} :
15 *(.heap*)
20 } ${RELOCATING+ > heap}"
21 HEAP_MEMORY_MSP430="heap(rwx) : ORIGIN = $HEAP_START, LENGTH = $HEAP_LENGTH"
Delf32cr16.sc138 The heap and stack are aligned to the bus width, as a speed optimization
141 .heap (NOLOAD) :
Delf32crx.sc142 The heap and stack are aligned to the bus width, as a speed optimization
145 .heap (NOLOAD) :
Dz8000.sc50 .heap ${BIG+ ${RELOCATING+ 0x5000000}} :
Dtic4xcoff.sc142 .heap :
Delfmicroblaze.sc208 .heap : {
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dassign-loc.t9 .heap : {
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em660 --reserved-space=bytes Local store for stack and heap. If not specified\n\
661 ld will estimate stack size and assume no heap.\n\
Dbeos.em99 {"heap", required_argument, NULL, OPTION_HEAP},
119 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
Dpep.em269 {"heap", required_argument, NULL, OPTION_HEAP},
338 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
403 fprintf (file, _(" --heap <size> Set initial size of the heap\n"));
Dpe.em293 {"heap", required_argument, NULL, OPTION_HEAP},
365 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
436 fprintf (file, _(" --heap <size> Set initial size of the heap\n"));
/toolchain/binutils/binutils-2.25/bfd/
Dcofflink.c1196 dores_com (char *ptr, bfd *output_bfd, int heap) in dores_com() argument
1202 if (heap) in dores_com()
1210 if (heap) in dores_com()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2009941 (copy_usage): Add --file-alignment, --heap, --image-base,
949 * NEWS: Mention --file-alignment, --heap, --image-base,
953 * doc/binutils.texi: Document --file-alignment, --heap,
DNEWS94 * Add --file-alignment, --heap, --image-base, --section-alignment,
/toolchain/binutils/binutils-2.25/ld/po/
Duk.po61 msgid " --heap <size> Set initial size of the heap\n"
62 msgstr " --heap <розмір> встановити початковий розмір купи (heap)\n"
Dzh_CN.po58 msgid " --heap <size> Set initial size of the heap\n"
59 msgstr " --heap <大小> 设定堆的初始大小\n"
Dzh_TW.po60 msgid " --heap <size> Set initial size of the heap\n"
61 msgstr " --heap <大小> 設定堆積的初始大小\n"
Did.po58 msgid " --heap <size> Set initial size of the heap\n"
59 msgstr " --heap <besar> Set ukuran inisial dari heap\n"
Dit.po60 msgid " --heap <size> Set initial size of the heap\n"
61 msgstr " --heap <dimensione> Imposta la dimensione iniziale dell'heap\n"
Dbg.po63 msgid " --heap <size> Set initial size of the heap\n"
64 msgstr " --heap <размер> Установява началния размер на динамичната памет\n"
Dja.po66 msgid " --heap <size> Set initial size of the heap\n"
67 msgstr " --heap <size> ヒープの初期サイズを設定する\n"
Dsv.po56 msgid " --heap <size> Set initial size of the heap\n"
57 msgstr " --heap <storlek> St�ll in initial storlek p� h�gen\n"
/toolchain/binutils/binutils-2.25/binutils/po/
Did.po2885 " --heap <reserve>[,<commit>] Set PE reserve/commit heap to <reserve>/\n"
2976 " --heap <reserve>[,<commit>] Set PE reserve/commit heap ke <reserve>/\n"
3313 msgid "%s: invalid reserve value for --heap"
3314 msgstr "%s: nilai reservasi untuk --heap tidak valid"
3318 msgid "%s: invalid commit value for --heap"
3319 msgstr "%s: nilai komitmen untuk --heap tidak valid"

123