/toolchain/binutils/binutils-2.25/libiberty/ |
D | fibheap.c | 76 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/ |
D | elf32cr16c.sc | 35 /* 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…
|
D | elf32msp430.sc | 12 HEAP_SECTION_MSP430=".heap ${RELOCATING-0} : 15 *(.heap*) 20 } ${RELOCATING+ > heap}" 21 HEAP_MEMORY_MSP430="heap(rwx) : ORIGIN = $HEAP_START, LENGTH = $HEAP_LENGTH"
|
D | elf32cr16.sc | 138 The heap and stack are aligned to the bus width, as a speed optimization 141 .heap (NOLOAD) :
|
D | elf32crx.sc | 142 The heap and stack are aligned to the bus width, as a speed optimization 145 .heap (NOLOAD) :
|
D | z8000.sc | 50 .heap ${BIG+ ${RELOCATING+ 0x5000000}} :
|
D | tic4xcoff.sc | 142 .heap :
|
D | elfmicroblaze.sc | 208 .heap : {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | assign-loc.t | 9 .heap : {
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 660 --reserved-space=bytes Local store for stack and heap. If not specified\n\ 661 ld will estimate stack size and assume no heap.\n\
|
D | beos.em | 99 {"heap", required_argument, NULL, OPTION_HEAP}, 119 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
|
D | pep.em | 269 {"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"));
|
D | pe.em | 293 {"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/ |
D | cofflink.c | 1196 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/ |
D | ChangeLog-2009 | 941 (copy_usage): Add --file-alignment, --heap, --image-base, 949 * NEWS: Mention --file-alignment, --heap, --image-base, 953 * doc/binutils.texi: Document --file-alignment, --heap,
|
D | NEWS | 94 * Add --file-alignment, --heap, --image-base, --section-alignment,
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | uk.po | 61 msgid " --heap <size> Set initial size of the heap\n" 62 msgstr " --heap <розмір> встановити початковий розмір купи (heap)\n"
|
D | zh_CN.po | 58 msgid " --heap <size> Set initial size of the heap\n" 59 msgstr " --heap <大小> 设定堆的初始大小\n"
|
D | zh_TW.po | 60 msgid " --heap <size> Set initial size of the heap\n" 61 msgstr " --heap <大小> 設定堆積的初始大小\n"
|
D | id.po | 58 msgid " --heap <size> Set initial size of the heap\n" 59 msgstr " --heap <besar> Set ukuran inisial dari heap\n"
|
D | it.po | 60 msgid " --heap <size> Set initial size of the heap\n" 61 msgstr " --heap <dimensione> Imposta la dimensione iniziale dell'heap\n"
|
D | bg.po | 63 msgid " --heap <size> Set initial size of the heap\n" 64 msgstr " --heap <размер> Установява началния размер на динамичната памет\n"
|
D | ja.po | 66 msgid " --heap <size> Set initial size of the heap\n" 67 msgstr " --heap <size> ヒープの初期サイズを設定する\n"
|
D | sv.po | 56 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/ |
D | id.po | 2885 " --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"
|