| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect2-aix.c | 95 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 D | ggc-page.c | 1222 size_t order, object_size; in ggc_round_alloc_size_1() local 1227 object_size = OBJECT_SIZE (order); in ggc_round_alloc_size_1() 1232 while (requested_size > (object_size = OBJECT_SIZE (order))) in ggc_round_alloc_size_1() 1239 *alloced_size = object_size; in ggc_round_alloc_size_1() 1279 size_t order, word, bit, object_offset, object_size; in ggc_internal_alloc() local 1283 ggc_round_alloc_size_1 (size, &order, &object_size); in ggc_internal_alloc() 1356 object_offset = hint * object_size; in ggc_internal_alloc() 1396 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (result, object_size)); in ggc_internal_alloc() 1400 memset (result, 0xaf, object_size); in ggc_internal_alloc() 1405 object_size - size)); in ggc_internal_alloc() [all …]
|
| H A D | collect2-aix.h | 280 size_t object_size; member
|
| H A D | builtins.def | 975 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_CONST_N…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect2-aix.cc | 95 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 D | ggc-page.cc | 1222 size_t order, object_size; in ggc_round_alloc_size_1() local 1227 object_size = OBJECT_SIZE (order); in ggc_round_alloc_size_1() 1232 while (requested_size > (object_size = OBJECT_SIZE (order))) in ggc_round_alloc_size_1() 1239 *alloced_size = object_size; in ggc_round_alloc_size_1() 1279 size_t order, word, bit, object_offset, object_size; in ggc_internal_alloc() local 1283 ggc_round_alloc_size_1 (size, &order, &object_size); in ggc_internal_alloc() 1356 object_offset = hint * object_size; in ggc_internal_alloc() 1396 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (result, object_size)); in ggc_internal_alloc() 1400 memset (result, 0xaf, object_size); in ggc_internal_alloc() 1405 object_size - size)); in ggc_internal_alloc() [all …]
|
| H A D | collect2-aix.h | 280 size_t object_size; member
|
| H A D | tree-object-size.cc | 51 struct GTY(()) object_size struct 84 static vec<object_size> object_sizes[OST_END]; 174 static inline object_size 253 object_size osize = object_sizes[object_size_type][varno]; in object_sizes_set() 957 object_size cur = object_sizes_get_raw (osi, i); in gimplify_size_expressions() 983 object_size osize = object_sizes_get_raw (osi, i); in gimplify_size_expressions()
|
| H A D | builtins.def | 974 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_CONST_N…
|
| H A D | ChangeLog-2021 | 543 * tree-object-size.c (object_size): New structure. 544 (object_sizes): Change type to vec<object_size>.
|
| H A D | ChangeLog-2015 | 2139 decl_offset, init_part, object_size, object_finished): Replace
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3016 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3018 if (object_offset < object_size) { in GuessCstringPointer() 3037 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3039 if (object_offset < object_size) { in GuessCstringPointer() 3226 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local 3228 if (object_offset < object_size) { in GuessPointerPointer() 8553 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument 8581 if (fileoff > object_size) in PrintSegmentCommand() 8586 if (fileoff + filesize > object_size) in PrintSegmentCommand() 8652 uint32_t filetype, uint32_t object_size, in PrintSection() argument [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dmu.c | 730 uint64_t object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz; in dmu_free_long_range_impl() local 735 if (offset >= object_size) in dmu_free_long_range_impl() 744 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl() 745 length = object_size - offset; in dmu_free_long_range_impl()
|
| H A D | metaslab.c | 2127 uint64_t size, entries, segsz, object_size, optimal_size, record_size; in metaslab_should_condense() local 2155 object_size = space_map_length(msp->ms_sm); in metaslab_should_condense() 2160 return (segsz <= object_size && in metaslab_should_condense() 2161 object_size >= (optimal_size * zfs_condense_pct / 100) && in metaslab_should_condense() 2162 object_size > zfs_metaslab_condense_block_threshold * record_size); in metaslab_should_condense()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| H A D | amdgpu_ppatomfwctrl.c | 52 offset += le16_to_cpu(voltage_object->gpio_voltage_obj.header.object_size); in pp_atomfwctrl_lookup_voltage_type_v4()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ecoff.c | 803 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ecoff.c | 803 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()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/ |
| H A D | atomfirmware.h | 2228 uint16_t object_size; //Size of Object member
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf.c | 237 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()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf.c | 228 size_t object_size, in bfd_elf_allocate_object() argument 231 BFD_ASSERT (object_size >= sizeof (struct elf_obj_tdata)); in bfd_elf_allocate_object() 232 abfd->tdata.any = bfd_zalloc (abfd, object_size); in bfd_elf_allocate_object()
|