Home
last modified time | relevance | path

Searched refs:object_size (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2-aix.c95 return offset <= ldfile->object_size && offset + size <= ldfile->object_size; in within_object_p()
106 read_xcoff_object (LDFILE *ldfile, size_t offset, size_t object_size, in read_xcoff_object() argument
117 map = mmap (NULL, object_size + ldfile->page_offset, PROT_READ, in read_xcoff_object()
124 ldfile->object_size = object_size; in read_xcoff_object()
241 ldfile->object_size + ldfile->page_offset); in free_object()
344 if (offset >= ldfile->object_size) in ldgetname()
349 if (!string_within_bounds_p (name, ldfile->object_size - offset, '\0')) in ldgetname()
H A Dggc-page.c1209 size_t order, object_size; in ggc_round_alloc_size_1() local
1214 object_size = OBJECT_SIZE (order); in ggc_round_alloc_size_1()
1226 *alloced_size = object_size; in ggc_round_alloc_size_1()
1343 object_offset = hint * object_size; in ggc_internal_alloc()
1387 memset (result, 0xaf, object_size); in ggc_internal_alloc()
1392 object_size - size)); in ggc_internal_alloc()
1402 G.allocated += object_size; in ggc_internal_alloc()
1405 timevar_ggc_mem_total += object_size; in ggc_internal_alloc()
1412 size_t overhead = object_size - size; in ggc_internal_alloc()
1415 G.stats.total_allocated += object_size; in ggc_internal_alloc()
[all …]
H A Dcollect2-aix.h280 size_t object_size; member
H A Dbuiltins.def971 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_PURE_NO…
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2-aix.c95 return offset <= ldfile->object_size && offset + size <= ldfile->object_size; in within_object_p()
106 read_xcoff_object (LDFILE *ldfile, size_t offset, size_t object_size, in read_xcoff_object() argument
117 map = mmap (NULL, object_size + ldfile->page_offset, PROT_READ, in read_xcoff_object()
124 ldfile->object_size = object_size; in read_xcoff_object()
241 ldfile->object_size + ldfile->page_offset); in free_object()
344 if (offset >= ldfile->object_size) in ldgetname()
349 if (!string_within_bounds_p (name, ldfile->object_size - offset, '\0')) in ldgetname()
H A Dggc-page.c1173 size_t order, object_size; in ggc_round_alloc_size_1() local
1178 object_size = OBJECT_SIZE (order); in ggc_round_alloc_size_1()
1190 *alloced_size = object_size; in ggc_round_alloc_size_1()
1296 object_offset = hint * object_size; in ggc_internal_alloc_stat()
1341 memset (result, 0xaf, object_size); in ggc_internal_alloc_stat()
1346 object_size - size)); in ggc_internal_alloc_stat()
1356 G.allocated += object_size; in ggc_internal_alloc_stat()
1359 timevar_ggc_mem_total += object_size; in ggc_internal_alloc_stat()
1363 size_t overhead = object_size - size; in ggc_internal_alloc_stat()
1366 G.stats.total_allocated += object_size; in ggc_internal_alloc_stat()
[all …]
H A Dtree-mudflap.c1231 mudflap_register_call (tree obj, tree object_size, tree varname) in mudflap_register_call() argument
1240 fold_convert (size_type_node, object_size), in mudflap_register_call()
1269 tree object_size, varname; in mudflap_enqueue_constant() local
1275 object_size = size_int (TREE_STRING_LENGTH (obj)); in mudflap_enqueue_constant()
1277 object_size = size_in_bytes (TREE_TYPE (obj)); in mudflap_enqueue_constant()
1284 mudflap_register_call (obj, object_size, varname); in mudflap_enqueue_constant()
H A Dcollect2-aix.h278 size_t object_size; member
H A Dggc-zone.c1322 size_t object_size = size; in ggc_internal_alloc_zone_stat() local
1323 size_t overhead = object_size - orig_size; in ggc_internal_alloc_zone_stat()
1326 zone->stats.total_allocated += object_size; in ggc_internal_alloc_zone_stat()
1331 zone->stats.total_allocated_under32 += object_size; in ggc_internal_alloc_zone_stat()
1336 zone->stats.total_allocated_under64 += object_size; in ggc_internal_alloc_zone_stat()
1341 zone->stats.total_allocated_under128 += object_size; in ggc_internal_alloc_zone_stat()
H A Dmips-tfile.c884 unsigned short object_size; /* size in bytes of each object */ member
906 (x)->object_size = sizeof (type); \
1583 if (vp->object_size > 1) in add_varray_page()
1584 new_links->datum = xcalloc (1, vp->object_size); in add_varray_page()
2431 ptr = &vp->last->datum->byte[ vp->objects_last_page * vp->object_size ]; in add_bytes()
2436 move_bytes = move_items * vp->object_size; in add_bytes()
3929 vp->num_allocated * vp->object_size, str); in write_varray()
3938 ? vp->objects_last_page * vp->object_size in write_varray()
3939 : vp->objects_per_page * vp->object_size; in write_varray()
H A Dbuiltins.def758 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_PURE_NO…
/dragonfly/contrib/gdb-7/gdb/
H A Dravenscar-thread.c156 int object_size; in get_running_thread_id() local
167 object_size = TYPE_LENGTH (builtin_type_void_data_ptr); in get_running_thread_id()
168 buf_size = object_size; in get_running_thread_id()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomfwctrl.c47 offset += le16_to_cpu(voltage_object->gpio_voltage_obj.header.object_size); in pp_atomfwctrl_lookup_voltage_type_v4()
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c803 unsigned short object_size; /* size in bytes of each object */ member
1525 if (vp->object_size > 1) in add_varray_page()
1526 new_links->datum = (page_type *) xcalloc (1, vp->object_size); in add_varray_page()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c803 unsigned short object_size; /* size in bytes of each object */ member
1525 if (vp->object_size > 1) in add_varray_page()
1526 new_links->datum = (page_type *) xcalloc (1, vp->object_size); in add_varray_page()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h1704 uint16_t object_size; //Size of Object member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c521 le16_to_cpu(object->header.object_size); in get_voltage_ddc_info_v4()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c237 size_t object_size, in bfd_elf_allocate_object() argument
240 BFD_ASSERT (object_size >= sizeof (struct elf_obj_tdata)); in bfd_elf_allocate_object()
241 abfd->tdata.any = bfd_zalloc (abfd, object_size); in bfd_elf_allocate_object()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c237 size_t object_size, in bfd_elf_allocate_object() argument
240 BFD_ASSERT (object_size >= sizeof (struct elf_obj_tdata)); in bfd_elf_allocate_object()
241 abfd->tdata.any = bfd_zalloc (abfd, object_size); in bfd_elf_allocate_object()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c236 size_t object_size, in bfd_elf_allocate_object() argument
239 BFD_ASSERT (object_size >= sizeof (struct elf_obj_tdata)); in bfd_elf_allocate_object()
240 abfd->tdata.any = bfd_zalloc (abfd, object_size); in bfd_elf_allocate_object()