Home
last modified time | relevance | path

Searched refs:chunk (Results 1 – 25 of 29) sorted by relevance

12

/toolchain/binutils/binutils-2.27/libiberty/
Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
102 chunk = (struct objalloc_chunk *) ret->chunks; in objalloc_create()
103 chunk->next = NULL; in objalloc_create()
104 chunk->current_ptr = NULL; in objalloc_create()
106 ret->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE; in objalloc_create()
141 struct objalloc_chunk *chunk; in _objalloc_alloc() local
147 chunk = (struct objalloc_chunk *) ret; in _objalloc_alloc()
148 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()
149 chunk->current_ptr = o->current_ptr; in _objalloc_alloc()
151 o->chunks = (PTR) chunk; in _objalloc_alloc()
[all …]
Dobstack.c117 struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin_worker() local
141 chunk = (struct _obstack_chunk *) call_chunkfun (h, h->chunk_size); in _obstack_begin_worker()
142 if (!chunk) in _obstack_begin_worker()
144 h->chunk = chunk; in _obstack_begin_worker()
145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_worker()
147 h->chunk_limit = chunk->limit = (char *) chunk + h->chunk_size; in _obstack_begin_worker()
148 chunk->prev = 0; in _obstack_begin_worker()
190 struct _obstack_chunk *old_chunk = h->chunk; in _obstack_newchunk()
209 h->chunk = new_chunk; in _obstack_newchunk()
252 lp = (h)->chunk; in _obstack_allocated_p()
[all …]
Dobstacks.texi67 The obstack library obtains a new chunk whenever you allocate an object
68 that won't fit in the previous chunk. Since the obstack library manages
71 get a chunk. Usually you supply a function which uses @code{malloc}
72 directly or indirectly. You must also supply a function to free a chunk.
155 Like @code{obstack_init}, specifying chunk size, chunk
203 it needs to allocate a new chunk of memory; it calls
286 the objects in a chunk become free, the obstack library automatically
287 frees the chunk (@pxref{Preparing for Obstacks}). Then other
288 obstacks, or non-obstack allocation, can reuse the space of the chunk.
346 add so much data that the object must be copied into a new chunk.
[all …]
DChangeLog87 (_obstack_begin_worker): Likewise. Move assignment to h->chunk
/toolchain/binutils/binutils-2.27/zlib/examples/
Dgun.c175 if (chunk > have) { \
176 chunk -= have; \
180 chunk--; \
181 if (chunk > have) { \
182 chunk = have = 0; \
186 have -= chunk; \
187 next += chunk; \
188 chunk = 0; \
204 unsigned chunk; /* bytes left in current chunk */ in lunpipe() local
260 chunk = bits - 2; /* 7 bytes left in this chunk */ in lunpipe()
[all …]
/toolchain/binutils/binutils-2.27/include/
Dobstack.h166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member
308 (__o->chunk->prev == 0 \
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
310 __o->chunk->contents, \
412 if ((size_t) (__o1->next_free - (char *) __o1->chunk) \
413 > (size_t) (__o1->chunk_limit - (char *) __o1->chunk)) \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
436 ((h)->chunk->prev == 0 \
437 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \
438 (h)->chunk->contents, \
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
Dsec-8m.d10 # bug. When one input-section (seen in mmo.c as a chunk of data to
12 # to be concatenated with the next chunk. If it was followed by a chunk
16 # first chunk.
Dsec-7m.d14 # inserted at each chunk division. Also check that section
/toolchain/binutils/binutils-2.27/bfd/
Dvms-lib.c960 file_ptr chunk; in vms_lib_bread() local
1086 chunk = vec->rec_rem; in vms_lib_bread()
1088 chunk = nbytes; in vms_lib_bread()
1094 if (!(buf == NULL && chunk == vec->rec_rem)) in vms_lib_bread()
1095 chunk = vms_lib_dcx (vec, buf, chunk); in vms_lib_bread()
1102 memcpy (buf, vec->pattern + vec->rec_pos, chunk); in vms_lib_bread()
1105 chunk = vms_lib_bread_raw (abfd, buf, chunk); in vms_lib_bread()
1107 if (chunk < 0) in vms_lib_bread()
1109 res += chunk; in vms_lib_bread()
1111 buf += chunk; in vms_lib_bread()
[all …]
DChangeLog-2014909 (move_section_contents): Fix caching of chunk. Don't create chunk
DChangeLog-20073340 dynobj argument with link info. Get sections for first plt chunk from
DChangeLog-91937163 Include a large chunk of ../include/a.out.gnu.h to get macros that
/toolchain/binutils/binutils-2.27/gold/
DMakefile.am348 ld1_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
349 ld2_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
350 ld3_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
351 ld4_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-…
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dpe.em1568 /* This next chunk of code tries to detect the case where you have
1779 /* The following chunk of code tries to identify jump stubs in
Dpep.em1514 /* This next chunk of code tries to detect the case where you have
/toolchain/binutils/binutils-2.27/cpu/
Dxstormy16.cpu51 (insn-chunk-bitsize 16)
Dxc16x.cpu72 (insn-chunk-bitsize 32)
Dmep-core.cpu101 (insn-chunk-bitsize 16)
/toolchain/benchmark/
Dpanorama.diff9381 +/*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
9423 +/*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
9482 + /*Compute the Harris strength of a chunk*/
9509 + /*Compute the Harris strength of a chunk*/
10096 +/*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top), of width 124 and
10170 +/*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top) and
10190 +/*Extract corners from the chunk (left,top) to (right,bottom). Store in x_temp,y_temp and s_temp
10191 +which should point to space of at least as many positions as there are pixels in the chunk*/
16567 + /*Update cost with the next chunk*/
/toolchain/binutils/binutils-2.27/gold/testsuite/
DMakefile.am1556 -Wl,--build-id-chunk-size-for-treehash=4096 \
DMakefile.in6407 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-chunk-size-for-treehash=4096 \
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98992779 obstack chunk size.
DChangeLog-96973876 entire chunk. Reported by <matt@lkg.dec.com>.
DChangeLog-00012349 allocated in the same chunk as the fixed part.
/toolchain/binutils/binutils-2.27/bfd/po/
Dfi.po6538 …stissa RAM-alue koostuu usein pienistä palasista, joita kutsutaan nimellä chunk. Suomensin sen täs…

12