Home
last modified time | relevance | path

Searched refs:current_space (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dobjalloc.c109 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in objalloc_create()
126 if (len <= o->current_space) in _objalloc_alloc()
129 o->current_space -= len; in _objalloc_alloc()
161 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in _objalloc_alloc()
259 o->current_space = ((char *) p + CHUNK_SIZE) - b; in objalloc_free_block()
291 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr; in objalloc_free_block()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dobjalloc.h47 unsigned int current_space; member
94 (__len <= __o->current_space \
96 __o->current_space -= __len, \
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-hppa.c609 static sd_chain_struct *current_space; variable
1248 if (current_space == label_chain->lss_space && label_chain->lss_label) in pa_get_label()
1278 label_chain->lss_space = current_space;
1307 && current_space == label_chain->lss_space && label_chain->lss_label in pa_undefine_label()
6324 current_space = is_defined_space ("$TEXT$");
6326 = pa_subsegment_to_subspace (current_space->sd_seg, 0);
6339 current_space = is_defined_space ("$PRIVATE$");
6341 = pa_subsegment_to_subspace (current_space->sd_seg, 0);
7163 if (current_space == NULL) in pa_check_current_space_and_subspace()
7324 current_space = sd_chain;
[all …]