Searched refs:object_base (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.c199 h->next_free = h->object_base = chunk->contents;
259 h->next_free = h->object_base = chunk->contents;
283 register long obj_size = h->next_free - h->object_base;
308 = ((COPYING_UNIT *)h->object_base)[i];
318 new_chunk->contents[i] = h->object_base[i];
323 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
329 h->object_base = new_chunk->contents;
330 h->next_free = h->object_base + obj_size;
397 h->object_base = h->next_free = (char *) (obj);
431 h->object_base
[all...]
H A Dobstack.h166 char *object_base; /* address of object we are building */
276 #define obstack_base(h) ((h)->object_base)
366 (unsigned) (__o->next_free - __o->object_base); })
471 value = (void *) __o1->object_base; \
480 __o1->object_base = __o1->next_free; \
488 __o->next_free = __o->object_base = (char *)__obj; \
495 (unsigned) ((h)->next_free - (h)->object_base)
563 ( ((h)->next_free == (h)->object_base \
566 (h)->temp = __PTR_TO_INT ((h)->object_base), \
573 (h)->object_base
165 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h173 char *object_base; /* address of object we are building */
282 #define obstack_base(h) ((h)->object_base)
372 (unsigned) (__o->next_free - __o->object_base); })
486 value = (void *) __o1->object_base; \
495 __o1->object_base = __o1->next_free; \
503 __o->next_free = __o->object_base = __obj; \
510 (unsigned) ((h)->next_free - (h)->object_base)
581 ( ((h)->next_free == (h)->object_base \
584 (h)->temp = __PTR_TO_INT ((h)->object_base), \
591 (h)->object_base
172 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/freebsd-10-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c1221 * @object_base: pointer to u64 to get the va
1230 u8 **object_base,
1253 if (NULL == object_base) {
1255 DEBUGOUT("i40e_hmc_get_object_va: bad object_base ptr\n");
1284 *object_base = (u8 *)pd_entry->bp.addr.va + obj_offset_in_pd;
1288 *object_base = (u8 *)sd_entry->u.bp.addr.va + obj_offset_in_sd;
1229 i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, enum i40e_hmc_lan_rsrc_type rsrc_type, u32 obj_idx) argument

Completed in 205 milliseconds