drgn/libdrgn/python
Omar Sandoval 738ae2c75f libdrgn: pack struct drgn_object better
We can get struct drgn_object down from 40 bytes to 32 bytes (on x86-64)
by moving the bit_offset and little_endian members out of the value and
reference structs.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2020-12-14 12:29:17 -08:00
..
drgnpy.h libdrgn: add concept of "unavailable" objects 2020-12-04 13:58:19 -08:00
error.c libdrgn: add concept of "unavailable" objects 2020-12-04 13:58:19 -08:00
helpers.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
language.c Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
module.c libdrgn: add concept of "unavailable" objects 2020-12-04 13:58:19 -08:00
object.c libdrgn: pack struct drgn_object better 2020-12-14 12:29:17 -08:00
platform.c Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
program.c libdrgn: clean up hash function APIs and improve documentation 2020-10-12 16:20:08 -07:00
stack_trace.c Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
symbol.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
test.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
type.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00
util.c Clean up #includes with include-what-you-use 2020-09-23 16:29:42 -07:00