Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dobjalloc.c95 ret->chunks = (PTR) malloc (CHUNK_SIZE); in objalloc_create()
96 if (ret->chunks == NULL) in objalloc_create()
102 chunk = (struct objalloc_chunk *) ret->chunks; in objalloc_create()
148 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()
151 o->chunks = (PTR) chunk; in _objalloc_alloc()
162 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()
168 o->chunks = (PTR) chunk; in _objalloc_alloc()
181 l = (struct objalloc_chunk *) o->chunks; in objalloc_free()
206 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next) in objalloc_free_block()
238 q = (struct objalloc_chunk *) o->chunks; in objalloc_free_block()
[all …]
Dobstacks.texi30 * Obstack Chunks:: How obstacks obtain and release chunks;
65 @dfn{chunks}. The @code{struct obstack} structure points to a chain of
66 the chunks currently in use.
70 chunks automatically, you don't need to pay much attention to them, but
91 the chunks of memory into which objects are packed. The other,
92 @code{obstack_chunk_free}, is used to return chunks when the objects in
262 Recall that the objects in an obstack are grouped into chunks. When all
328 Because memory in obstack chunks is used sequentially, it is possible to
627 @cindex efficiency of chunks
628 @cindex chunks
[all …]
/toolchain/binutils/binutils-2.25/include/
Dobjalloc.h48 void *chunks; member
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-2005153 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c5844 Frame_Chunk *chunks = 0, *forward_refs = 0; in display_debug_frames() local
5916 fc->next = chunks; in display_debug_frames()
5917 chunks = fc; in display_debug_frames()
5976 for (cie = chunks; cie ; cie = cie->next) in display_debug_frames()
DChangeLog-9197744 prefix_addresses is set, disassemble in chunks headed by a
/toolchain/binutils/binutils-2.25/cpu/
Dxstormy16.cpu217 ; Main opcodes in 4 bit chunks
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog351 (tekhex_set_section_contents): Don't create initial chunks.
DChangeLog-20102990 0x80008000 chunks.
/toolchain/binutils/binutils-2.25/
Dlibtool.m4281 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS