Searched refs:object_size (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb10.C2 template <int object_size>
/haiku-buildtools/gcc/gcc/
H A Dcollect2-aix.c95 return offset <= ldfile->object_size && offset + size <= ldfile->object_size;
106 read_xcoff_object (LDFILE *ldfile, size_t offset, size_t object_size, argument
117 map = mmap (NULL, object_size + ldfile->page_offset, PROT_READ,
124 ldfile->object_size = object_size;
241 ldfile->object_size + ldfile->page_offset);
344 if (offset >= ldfile->object_size)
349 if (!string_within_bounds_p (name, ldfile->object_size - offset, '\0'))
H A Dcollect2-aix.h280 size_t object_size; member in struct:internal_ldfile
H A Dggc-page.c1239 size_t order, object_size;
1244 object_size = OBJECT_SIZE (order);
1249 while (requested_size > (object_size = OBJECT_SIZE (order)))
1256 *alloced_size = object_size;
1277 size_t order, word, bit, object_offset, object_size;
1281 ggc_round_alloc_size_1 (size, &order, &object_size);
1354 object_offset = hint * object_size;
1394 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (result, object_size));
1398 memset (result, 0xaf, object_size);
1403 object_size
1236 size_t order, object_size; local
1274 size_t order, word, bit, object_offset, object_size; local
[all...]
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx.c1229 static unsigned HOST_WIDE_INT object_size;
1341 if (decl_offset + size >= object_size)
1429 object_size = size;
1456 object_size = size;
1223 static unsigned HOST_WIDE_INT object_size; variable
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c951 unsigned short object_size; /* size in bytes of each object */
966 sizeof (type), /* object_size */ \
1752 if (vp->object_size > 1)
1753 new_links->datum = (page_t *) xcalloc (1, vp->object_size);
2589 ptr = &vp->last->datum->byte[ vp->objects_last_page * vp->object_size ];
2594 move_bytes = move_items * vp->object_size;
4130 (unsigned long) offset, vp->num_allocated * vp->object_size, str);
4140 ? vp->objects_last_page * vp->object_size
4141 : vp->objects_per_page * vp->object_size;
944 unsigned short object_size; /* size in bytes of each object */ member in struct:varray
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c808 unsigned short object_size; /* size in bytes of each object */
823 sizeof (type), /* object_size */ \
1524 if (vp->object_size > 1)
1525 new_links->datum = (page_type *) xcalloc (1, vp->object_size);
806 unsigned short object_size; /* size in bytes of each object */ member in struct:varray
/haiku-buildtools/binutils/gas/
H A Decoff.c805 unsigned short object_size; /* size in bytes of each object */
820 sizeof (type), /* object_size */ \
1531 if (vp->object_size > 1)
1532 new_links->datum = (page_type *) xcalloc (1, vp->object_size);
803 unsigned short object_size; /* size in bytes of each object */ member in struct:varray
/haiku-buildtools/binutils/bfd/
H A Delf.c237 size_t object_size,
240 BFD_ASSERT (object_size >= sizeof (struct elf_obj_tdata));
241 abfd->tdata.any = bfd_zalloc (abfd, object_size);
236 bfd_elf_allocate_object(bfd *abfd, size_t object_size, enum elf_target_id object_id) argument

Completed in 141 milliseconds