| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ggc-page.c | 1083 size_t order, word, bit, object_offset, object_size; in ggc_alloc_stat() local 1090 object_size = OBJECT_SIZE (order); in ggc_alloc_stat() 1095 while (size > (object_size = OBJECT_SIZE (order))) in ggc_alloc_stat() 1170 object_offset = hint * object_size; in ggc_alloc_stat() 1211 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (result, object_size)); in ggc_alloc_stat() 1215 memset (result, 0xaf, object_size); in ggc_alloc_stat() 1220 object_size - size)); in ggc_alloc_stat() 1230 G.allocated += object_size; in ggc_alloc_stat() 1233 timevar_ggc_mem_total += object_size; in ggc_alloc_stat() 1237 size_t overhead = object_size - size; in ggc_alloc_stat() [all …]
|
| H A D | tree-mudflap.c | 1172 mudflap_register_call (tree obj, tree object_size, tree varname) in mudflap_register_call() argument 1181 arg = convert (size_type_node, object_size); in mudflap_register_call() 1214 tree object_size, varname; in mudflap_enqueue_constant() local 1220 object_size = build_int_cst (NULL_TREE, TREE_STRING_LENGTH (obj)); in mudflap_enqueue_constant() 1222 object_size = size_in_bytes (TREE_TYPE (obj)); in mudflap_enqueue_constant() 1229 mudflap_register_call (obj, object_size, varname); in mudflap_enqueue_constant()
|
| H A D | ggc-zone.c | 1238 size_t object_size = size; in ggc_alloc_zone_stat() local 1239 size_t overhead = object_size - orig_size; in ggc_alloc_zone_stat() 1242 zone->stats.total_allocated += object_size; in ggc_alloc_zone_stat() 1247 zone->stats.total_allocated_under32 += object_size; in ggc_alloc_zone_stat() 1252 zone->stats.total_allocated_under64 += object_size; in ggc_alloc_zone_stat() 1257 zone->stats.total_allocated_under128 += object_size; in ggc_alloc_zone_stat()
|
| H A D | mips-tfile.c | 931 unsigned short object_size; /* size in bytes of each object */ member 953 (x)->object_size = sizeof (type); \ 1638 if (vp->object_size > 1) in add_varray_page() 1639 new_links->datum = xcalloc (1, vp->object_size); in add_varray_page() 2473 ptr = &vp->last->datum->byte[ vp->objects_last_page * vp->object_size ]; in add_bytes() 2478 move_bytes = move_items * vp->object_size; in add_bytes() 3985 vp->num_allocated * vp->object_size, str); in write_varray() 3994 ? vp->objects_last_page * vp->object_size in write_varray() 3995 : vp->objects_per_page * vp->object_size; in write_varray()
|
| H A D | builtins.def | 703 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_PURE_NO…
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eb10.C | 2 template <int object_size>
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() argument
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3273 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3275 if (object_offset < object_size) { in GuessCstringPointer() 3294 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3296 if (object_offset < object_size) { in GuessCstringPointer() 3483 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local 3485 if (object_offset < object_size) { in GuessPointerPointer() 8840 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument 8868 if (fileoff > object_size) in PrintSegmentCommand() 8873 if (fileoff + filesize > object_size) in PrintSegmentCommand() 8945 uint32_t filetype, uint32_t object_size, in PrintSection() argument [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tfile.c | 931 unsigned short object_size; /* size in bytes of each object */ member 1747 if (vp->object_size > 1) 1748 new_links->datum = (page_t *) xcalloc (1, vp->object_size); 2573 ptr = &vp->last->datum->byte[ vp->objects_last_page * vp->object_size ]; 2578 move_bytes = move_items * vp->object_size; 4100 (unsigned long) offset, vp->num_allocated * vp->object_size, str); 4110 ? vp->objects_last_page * vp->object_size 4111 : vp->objects_per_page * vp->object_size;
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | ppatomfwctrl.c | 47 offset += le16_to_cpu(voltage_object->gpio_voltage_obj.header.object_size); in pp_atomfwctrl_lookup_voltage_type_v4()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ecoff.c | 806 unsigned short object_size; /* size in bytes of each object */ member 1518 if (vp->object_size > 1) in add_varray_page() 1519 new_links->datum = (page_type *) xcalloc (1, vp->object_size); in add_varray_page()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ecoff.c | 805 unsigned short object_size; /* size in bytes of each object */ member 1517 if (vp->object_size > 1) in add_varray_page() 1518 new_links->datum = (page_type *) xcalloc (1, vp->object_size); in add_varray_page()
|
| /openbsd-src/sys/dev/pci/drm/amd/include/ |
| H A D | atomfirmware.h | 3505 uint16_t object_size; //Size of Object member
|