mirror of
https://github.com/opnsense/src.git
synced 2026-05-20 08:56:47 -04:00
structs had incorrect member offsets, limiting dtrace's usefulness
when working with them. An example of incorrect info (struct
rtentry) from before this fix:
<1738> STRUCT rtentry (200 bytes)
rt_nodes type=1731 off=0
rt_gateway type=849 off=65280 <== WRONG, should be 8 * 96
rt_flags type=3 off=65344 <== wrong again, and so on..
...
Approved by: re (kib), gnn (mentor)
MFC after: 2 weeks
|
||
|---|---|---|
| .. | ||
| _libdwarf.h | ||
| dwarf.h | ||
| dwarf_abbrev.c | ||
| dwarf_attr.c | ||
| dwarf_attrval.c | ||
| dwarf_cu.c | ||
| dwarf_dealloc.c | ||
| dwarf_die.c | ||
| dwarf_dump.c | ||
| dwarf_errmsg.c | ||
| dwarf_errno.c | ||
| dwarf_finish.c | ||
| dwarf_form.c | ||
| dwarf_init.c | ||
| dwarf_loc.c | ||
| libdwarf.h | ||
| Makefile | ||