Home
last modified time | relevance | path

Searched refs:field_at_offset (Results 1 – 25 of 26) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dqueue.h508 #define field_at_offset(base, offset, type) \ macro
516 field_at_offset(head, 0, void *)
518 field_at_offset(head, 0, QTailQLink)
524 field_at_offset(elm, entry, void *)
526 field_at_offset(elm, entry, QTailQLink)
545 field_at_offset(head, 0, void *)
548 field_at_offset(elm, entry, void *)
551 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dqueue.h508 #define field_at_offset(base, offset, type) \ macro
516 field_at_offset(head, 0, void *)
518 field_at_offset(head, 0, QTailQLink)
524 field_at_offset(elm, entry, void *)
526 field_at_offset(elm, entry, QTailQLink)
545 field_at_offset(head, 0, void *)
548 field_at_offset(elm, entry, void *)
551 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dqueue.h508 #define field_at_offset(base, offset, type) \ macro
516 field_at_offset(head, 0, void *)
518 field_at_offset(head, 0, QTailQLink)
524 field_at_offset(elm, entry, void *)
526 field_at_offset(elm, entry, QTailQLink)
545 field_at_offset(head, 0, void *)
548 field_at_offset(elm, entry, void *)
551 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dqueue.h507 #define field_at_offset(base, offset, type) \ macro
515 field_at_offset(head, 0, void *)
517 field_at_offset(head, 0, QTailQLink)
523 field_at_offset(elm, entry, void *)
525 field_at_offset(elm, entry, QTailQLink)
544 field_at_offset(head, 0, void *)
547 field_at_offset(elm, entry, void *)
550 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dqueue.h508 #define field_at_offset(base, offset, type) \ macro
516 field_at_offset(head, 0, void *)
518 field_at_offset(head, 0, QTailQLink)
524 field_at_offset(elm, entry, void *)
526 field_at_offset(elm, entry, QTailQLink)
545 field_at_offset(head, 0, void *)
548 field_at_offset(elm, entry, void *)
551 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dqueue.h507 #define field_at_offset(base, offset, type) \ macro
515 field_at_offset(head, 0, void *)
517 field_at_offset(head, 0, QTailQLink)
523 field_at_offset(elm, entry, void *)
525 field_at_offset(elm, entry, QTailQLink)
544 field_at_offset(head, 0, void *)
547 field_at_offset(elm, entry, void *)
550 field_at_offset(elm, entry + sizeof(void *), void *)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dqueue.h455 #define field_at_offset(base, offset, type) \ macro
481 (*field_at_offset(head, QTAILQ_FIRST_OFFSET, void **))
483 (*field_at_offset(head, QTAILQ_LAST_OFFSET, void ***))
495 (*field_at_offset(elm, entry + QTAILQ_NEXT_OFFSET, void **))
497 (*field_at_offset(elm, entry + QTAILQ_PREV_OFFSET, void ***))
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dqueue.h468 #define field_at_offset(base, offset, type) \ macro
476 field_at_offset(head, 0, void *)
478 field_at_offset(head, 0, QTailQLink)
484 field_at_offset(elm, entry, void *)
486 field_at_offset(elm, entry, QTailQLink)
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dqueue.h468 #define field_at_offset(base, offset, type) \ macro
476 field_at_offset(head, 0, void *)
478 field_at_offset(head, 0, QTailQLink)
484 field_at_offset(elm, entry, void *)
486 field_at_offset(elm, entry, QTailQLink)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpointer-query.h270 extern tree field_at_offset (tree, tree, HOST_WIDE_INT,
H A Dpointer-query.cc2207 field_at_offset (tree type, tree start_after, HOST_WIDE_INT off, in field_at_offset() function
2296 fld = field_at_offset (fldtype, start_after, off - fldpos, in field_at_offset()
H A Dgimple-ssa-sprintf.c2245 tree sub = field_at_offset (type, NULL_TREE, *off, &index); in set_aggregate_size_and_offset()
H A DChangeLog6629 (field_at_offset): Move to pointer-query.
6636 * pointer-query.cc (field_at_offset): Move from gimple-ssa-sprintf.c.
6639 * pointer-query.h (field_at_offset): Declare.
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-sprintf.c2236 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2274 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2344 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-sprintf.c2236 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2274 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2344 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-sprintf.c2243 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2281 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2351 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-sprintf.c2243 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2281 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2351 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-sprintf.c2236 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2274 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2344 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-sprintf.c2243 field_at_offset (tree type, HOST_WIDE_INT off, HOST_WIDE_INT *index) in field_at_offset() function
2281 return field_at_offset (fldtype, off - fldoff, index); in field_at_offset()
2351 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset()
H A DChangeLog-20195223 (char_type_p, array_elt_at_offset, field_at_offset): New functions.

12