Files
binutils-gdb/libctf
Nick Alcock 0a3ee49dd0 libctf: types: add ctf_struct_bitfield (NEEDS REVIEW)
This new public API function allows you to find out if a struct has the
bitfield flag set or not.  (There are no other properties specific to a
struct, so we needed a new function for it.  I am open to a
ctf_struct_info() function handing back a struct if people prefer.)

New API:

int ctf_struct_bitfield (ctf_dict_t *, ctf_id_t);
2025-04-25 18:07:42 +01:00
..
2024-06-20 21:15:27 +09:30
2025-04-25 18:07:42 +01:00
2025-02-28 15:12:02 +00:00
2025-02-28 15:13:24 +00:00
2025-02-28 15:13:24 +00:00
2025-02-28 15:13:24 +00:00