Home
last modified time | relevance | path

Searched refs:find_size_for_pointer_math (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c56 find_size_for_pointer_math (struct type *ptr_type) in find_size_for_pointer_math() function
120 sz = find_size_for_pointer_math (valptrtype); in value_add()
146 LONGEST sz = find_size_for_pointer_math (type1); in value_sub()
H A DChangeLog-200211334 * valarith.c (find_size_for_pointer_math): New function, either returns
11337 (value_add, value_sub): use find_size_for_pointer_math.